Cisco-opplæring

Insoft Services er en av få opplæringsleverandører i EMEAR som tilbyr hele spekteret av Cisco-sertifisering og spesialisert teknologiopplæring.

Les mer

Cisco Sertifisering

Opplev en blandet læringstilnærming som kombinerer det beste av instruktørledet opplæring og e-læring i eget tempo for å hjelpe deg med å forberede deg til sertifiseringseksamen.

Les mer

Cisco Learning Credits

Cisco Learning Credits (CLC) er forhåndsbetalte opplæringskuponger innløst direkte med Cisco som gjør planleggingen for suksessen din enklere når du kjøper Cisco-produkter og -tjenester.

Les mer

Etterutdanning

Cisco Continuing Education Program tilbyr alle aktive sertifiseringsinnehavere fleksible alternativer for å resertifisere ved å fullføre en rekke kvalifiserte opplæringselementer.

Les mer

Cisco Digital Learning

Sertifiserte ansatte er verdsatte eiendeler. Utforsk Ciscos offisielle digitale læringsbibliotek for å utdanne deg gjennom innspilte økter.

Les mer

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på å skjerpe forretningsferdighetene til Cisco Channel Partners og kunder.

Les mer

Cisco opplæringskatalog

Les mer

Fortinet Sertifisering

Fortinet Network Security Expert (NSE)-programmet er et opplærings- og sertifiseringsprogram på åtte nivåer for å lære ingeniører om nettverkssikkerheten for Fortinet FW-ferdigheter og -erfaring.

Tekniske kurs

Fortinet-opplæring

Insoft er anerkjent som Fortinet Autorisert Opplæringssenter på utvalgte steder i EMEA.

Les mer

Fortinet opplæringskatalog

Utforsk et bredt utvalg av Fortinet Schedule på tvers av forskjellige land så vel som online kurs.

Les mer

ATC-status

Sjekk atc-statusen vår på tvers av utvalgte land i Europa.

Les mer

Pakker for Fortinet-tjenester

Insoft Services har utviklet en spesifikk løsning for å effektivisere og forenkle prosessen med å installere eller migrere til Fortinet-produkter.

Les mer

Microsoft-opplæring

Insoft Services gir Microsoft opplæring i EMEAR. Vi tilbyr Microsofts tekniske opplærings- og sertifiseringskurs som ledes av instruktører i verdensklasse.

Tekniske kurs

Extreme-opplæring

Lær eksepsjonell kunnskap og ferdigheter i ekstreme nettverk.

Les mer

Teknisk sertifisering

Vi tilbyr omfattende læreplan over tekniske kompetanseferdigheter om sertifiseringsprestasjonen.

Les mer

Extreme opplæringskatalog

Tekniske kurs

ATP-akkreditering

Som autorisert opplæringspartner (ATP) sørger Insoft Services for at du får de høyeste utdanningsstandardene som er tilgjengelige.

Les mer

Løsninger og tjenester

Vi tilbyr innovativ og avansert støtte for design, implementering og optimalisering av IT-løsninger. Vår kundebase inkluderer noen av de største Telcos globalt.

Les mer

Globalt anerkjent team av sertifiserte eksperter hjelper deg med å gjøre en jevnere overgang med våre forhåndsdefinerte konsulent-, installasjons- og migrasjonspakker for et bredt spekter av Fortinet-produkter.

Om oss

Insoft Tilbyr autoriserte opplærings- og konsulenttjenester for utvalgte IP-leverandører. Finn ut hvordan vi revolusjonerer bransjen.

Les mer
  • +47 23 96 21 03
  • How to Execute FortiGate REST API Requests?

    7th April, 2022

    In this article, we’re going to test out our first firewall address REST API requests. First, log into the FortiGate GUI under Policy & Objects > Addresses. Here you will see all your firewall addresses.

     

     

    NOTE: Access token is the API key associated with the REST API admin.”firewall/address” maps to “config firewall address” in the CLI.

    The exercises below must be performed in a private browsing window.

    To ensure maximum security, only HTTPS access is allowed.

    Get started with your FortiGate training: Become a certified Fortinet NSE 4 Professional

    Return all firewall addresses:

    Step 1: To return all firewall addresses, open a private browser window, Open a new incognito window to retrieve the same object list by sending requests.

    Step 2: Into the URL field type in the protocol, IP address of your FortiGate; including the port number ending with the firewall address question mark (?).

    Step 3: To make the request valid, you have to include the previously generated API token. The URL should take the format like the one below:

    https:///api/v2/cmdb/firewall/address/?access_token=

    Step 4: Replace the placeholders with values for your FortiGate:

    • < YOUR-FORTGATE-ADDRESS > is the IP address or hostname of your FortiGate as well as the HTTPS port number.
    • < YOUR-API-TOKEN > is the token you generated in Generate an API token.

    Hit Enter to send the request. The complete entry list will be displayed as a result in your browser window. If you want a filtered response, type in the filtering parameter after the API key starting with an ‘n’ symbol. Your browser will display results that start out similar to the following:

    {
    "http_method": "GET",
    "revision": "51.0.135.9536802507053456306.1586267865",
    "results": [
    {
    "q_origin_key": "FABRIC_DEVICE",
    "name": "FABRIC_DEVICE",
    "uuid": "0dbba182-679d-51e9-e734-450162bcc3cc",
    "subnet": "0.0.0.0 0.0.0.0",
    "type": "ipmask",
    "start-mac": "00:00:00:00:00:00",
    "end-mac": "00:00:00:00:00:00",
    "start-ip": "0.0.0.0",
    "end-ip": "0.0.0.0",
    "fqdn": "",
    "country": "",
    "wildcard-fqdn": "",
    "cache-ttl": 0,
    "wildcard": "0.0.0.0 0.0.0.0",
    "sdn": "",
    "interface": "",
    "tenant": "",
    "organization": "",
    "epg-name": "",
    "subnet-name": "",
    "sdn-tag": "",
    "policy-group": "",
    "comment": "IPv4 addresses of Fabric Devices.",
    "visibility": "enable",
    "associated-interface": "",
    "color": 0,
    "filter": "",
    "sdn-addr-type": "private",
    "obj-id": "",
    "list": [],
    "tagging": [],
    "allow-routing": "disable"
    },

    You can compare these results with what you see in the FortiGate GUI under Policy & Objects => Address.

    Return only the name and comment for all firewall address

    To return only the name and comment for all firewall addresses, update the URL to add the “format” parameter; &format=name|comment (returns only entries with ‘name’ and ‘comment’, now the response is reduced to entries with name and comment.

     

    Compare the results with the listings of your FortiGate to see a complete match.

    https://< YOUR-FORTGATE-ADDRESS >/api/v2/cmdb/firewall/address/?access_token=< YOUR-API-TOKEN >&format=name|comment

    Your browser will display results that start out similar to the following:

    {

    "http_method": "GET",
    "revision": "51.0.135.9536802507053456306.1586267865",
    "results": [
    {
    "q_origin_key": "FABRIC_DEVICE",
    "name": "FABRIC_DEVICE",
    "comment": "IPv4 addresses of Fabric Devices."
    },
    {
    "q_origin_key": "FIREWALL_AUTH_PORTAL_ADDRESS",
    "name": "FIREWALL_AUTH_PORTAL_ADDRESS",
    "comment": ""
    },
    {
    "q_origin_key": "LOCAL_SUBNET",
    "name": "LOCAL_SUBNET",
    "comment": ""
    },

    ],

    Return only those entries with “SSLVPN_TUNNEL_ADDR1” in the name

    To return only the name and comment for firewall addresses that include “SSLVPN_TUNNEL_ADDR1” in the name, you’ll need the “format” parameter as well as the “filter” parameter in the URL. Confirm the results by hitting Enter. Your response will only have entries with sales in it.

    https://< YOUR-FORTGATE-ADDRESS >/api/v2/cmdb/firewall/address/?access_token=< YOUR-API-TOKEN >&format=name|comment&filter=name=@SSLVPN_TUNNEL_ADDR1

    Your browser will display results similar to the following:

    {
    "http_method": "GET",
    "revision": "51.0.135.9536802507053456306.1586267865",
    "results": [
    {
    "q_origin_key": "SSLVPN_TUNNEL_ADDR1",
    "name": "SSLVPN_TUNNEL_ADDR1",
    "uuid": "7bc707ce-7916-51e7-8d08-5a142c3eef19",
    "subnet": "10.212.134.200 10.212.134.210",
    "type": "iprange",
    "start-mac": "00:00:00:00:00:00",
    "end-mac": "00:00:00:00:00:00",
    "start-ip": "10.212.134.200",
    "end-ip": "10.212.134.210",
    "fqdn": "",
    "country": "",
    "wildcard-fqdn": "",
    "cache-ttl": 0,
    "wildcard": "10.212.134.200 10.212.134.210",
    "sdn": "",
    "interface": "",
    "tenant": "",
    "organization": "",
    "epg-name": "",
    "subnet-name": "",
    "sdn-tag": "",
    "policy-group": "",
    "comment": "",
    "visibility": "enable",
    "associated-interface": "ssl.root",
    "color": 0,
    "filter": "",
    "sdn-addr-type": "private",
    "obj-id": "",
    "list": [],
    "tagging": [],
    "allow-routing": "disable"
    }
    ],

     

    More Blogs for you:

     

    Relevant Exams: NSE 4