Skip to main content

Update a security zone

PUT 

/zones/:id

Update an existing security zone.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    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

    Possible values: <= 63 characters

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

    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[]

Responses

OK

Loading...