Skip to main content

Get a security zone

GET 

/zones/:id

Get an existing security zone.

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

    Possible values: <= 63 characters

    Alphanumeric string begin with letter: [0-9a-zA-Z._-]

    folder string
    enable_user_identification boolean
    enable_device_identification boolean
    dos_profile string
    dos_log_setting string
    network object
    oneOf
  • Array [
  • string

  • ]
  • user_acl object
    include_list string[]
    exclude_list string[]
    device_acl object
    include_list string[]
    exclude_list string[]
Loading...