Skip to main content

Update Element Security Zone (v2.0)

PUT 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/securityzones/:security_zone_id

Update an existing security zone.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

    security_zone_id stringrequired

    The ID of the security zone.

Body

Details of the element security zone to be updated

    id string

    The ID of the security zone.

    interface_ids string[]

    The element security zones interface IDs.

    lannetwork_ids string[]

    The element security zones LAN network IDs.

    site_id stringrequired

    The site ID configured for the element security zone.

    waninterface_ids string[]

    The element security zones WAN interface IDs.

    wanoverlay_ids string[]

    The element security zones WAN overlay IDs.

    zone_id stringrequired

    The element security zone ID.

Responses

Successful Operation

Schema
    id string

    The ID of the security zone.

    interface_ids string[]

    The element security zones interface IDs.

    lannetwork_ids string[]

    The element security zones LAN network IDs.

    site_id stringrequired

    The site ID configured for the element security zone.

    waninterface_ids string[]

    The element security zones WAN interface IDs.

    wanoverlay_ids string[]

    The element security zones WAN overlay IDs.

    zone_id stringrequired

    The element security zone ID.

Loading...