Skip to main content

Query Security Zone for NB API (v2.0)

POST 

/sdwan/v2.0/api/sitesecurityzones/query

Query the security zone for an NB API.

Request

Body

Query details for Priority Policy set stacks

    id string

    The ID of the security zone.

    query_params QueryParam

    Query Params: Valid

    zone_id stringrequired

    The element security zone ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    total_count int64

    Total number.

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

  • ]
  • site_id stringrequired

    The site ID configured for the element security zone.

    zone_id stringrequired

    The ID of the security zone.

  • ]
Loading...