Skip to main content

Get existing service route settings

GET 

/service-route/:id

Retrieve existing service route settings.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id string

    UUID of the resource

    route object
    service object[]
  • Array [
  • name string

    Possible values: [autofocus, crl-status, data-services, ddns, deployments, dns, edl-updates, email, hsm, http, iot, kerberos, ldap, mdm, mfa, netflow, ntp, paloalto-networks-services, panorama, panorama-log-forwarding, proxy, radius, scep, snmp, syslog, tacplus, uid-agent, url-updates, vmmonitor, wildfire-private, ztp]

    The follow list details the accepted name values and their corresponding service description.

    • autofocus = AutoFocus Cloud
    • crl-status = CRL servers
    • data-services = Data Services
    • ddns = DDNS server(s)
    • deployments = Panorama pushed updates
    • dns = DNS server(s)
    • edl-updates = External Dynamic List update server
    • email = SMTP gateway(s)
    • hsm = Hardware Security Module server(s)
    • http = HTTP Forwarding server(s)
    • iot = IOT service-route
    • kerberos = Kerberos server
    • ldap = LDAP server
    • mdm = MDM servers
    • mfa = Multi-Factor Authentication
    • netflow = Netflow server(s)
    • ntp = NTP server(s)
    • paloalto-networks-services = Palo Alto Networks Services
    • panorama = Panorama server
    • panorama-log-forwarding = Panorama Log Forwarding
    • proxy = Proxy server
    • radius = RADIUS server
    • scep = SCEP
    • snmp = SNMP server(s)
    • syslog = Syslog server(s)
    • tacplus = TACACS+ server
    • uid-agent = UID agent(s)
    • url-updates = URL update server
    • vmmonitor = VM monitor
    • wildfire-private = WildFire Appliance
    • ztp = ZTP and Auto-VPN DDNS
  • ]
  • destination object[]
  • Array [
  • name string
    source object
    interface string
    address string
  • ]
Loading...