Skip to main content

Update Security Zone (v2.0)

PUT 

/sdwan/v2.0/api/securityzones/:zone_id

Update an existing the security zone.

Request

Path Parameters

    zone_id stringrequired

    ID of the security zone.

Body

Details of the security zone to be updated

    description

    The description of the security zone. Max size = 256.

    id string

    The security zone ID.

    name stringrequired

    The name of the zone. Max size = 128.

Responses

Successful Operation

Schema
    description

    The description of the security zone. Max size = 256.

    id string

    The security zone ID.

    name stringrequired

    The name of the zone. Max size = 128.

Loading...