Skip to main content

List interface management profiles

GET 

/interface-management-profiles

Retrieve a list of interface management profiles.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    Name

    http boolean

    Allow HTTP?

    https boolean

    Allow HTTPS?

    telnet boolean

    Allow telnet? Seriously, why would you do this?!?

    ssh boolean

    Allow SSH?

    ping boolean

    Allow ping?

    http-ocsp boolean

    Allow HTTP OCSP?

    response-pages

    Default value: boolean

    Allow response pages?

    userid-service boolean

    Allow User-ID?

    userid-syslog-listener-ssl boolean

    Allow User-ID syslog listener (SSL)?

    userid-syslog-listener-udp boolean

    Allow User-ID syslog listener (UDP)?

    permitted-ip string[]

    Allowed IP address(es)

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...