Skip to main content

Create a interface management profiles

POST 

/interface-management-profiles

Create a new interface management profile.

Request

Body

Created

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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)

Responses

Created

Loading...