Skip to main content

Query Security Prefix Filter (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/prefixfilters/query

Query the security prefix filter for the NB API.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

Body

Query details for security prefix filter

    id string

    The ID of the security prefix filter.

    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 PrefixFilterQueryScreen[]
  • Array [
  • id string

    The ID of the security prefix filter.

    query_params QueryParam

    Query Params: Valid

    zone_id stringrequired

    The element security zone ID.

  • ]
Loading...