Skip to main content

Create Association between Site and Security Zone (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/sitesecurityzones

Create an association between site and security zone.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

Body

Details of the site security zone to be created

    id string

    The ID of the security zone.

    networks SiteContext[]required

    The details of the network and network type.

  • Array [
  • network_id string

    The ID of the network.

    network_type stringrequired

    Possible values: [wan_network, lan_network, wan_overlay]

    The network type.

  • ]
  • zone_id stringrequired

    The ID of the security zone.

Responses

Successful Operation

Schema
    id string

    The ID of the security zone.

    networks SiteContext[]required

    The details of the network and network type.

  • Array [
  • network_id string

    The ID of the network.

    network_type stringrequired

    Possible values: [wan_network, lan_network, wan_overlay]

    The network type.

  • ]
  • zone_id stringrequired

    The ID of the security zone.

Loading...