Skip to main content

Get an interface management profile

GET 

/interface-management-profiles/:id

Get an existing interface management profile.

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

    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)

Loading...