Skip to main content

Get Site Security Zones (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/sitesecurityzones

List all the site security zones.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The ID of the site.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items SecurityZoneNetworkAssociation[]
  • Array [
  • 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...