Get Security Policy Local Prefix Site Association (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/ngfwsecuritypolicylocalprefixes
List all the security policy v2 local prefix site associations for a site.
Request
Path Parameters
site_id stringrequired
The ID of the site.
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
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.
tenant_id string
The tenant ID.
total_count int64
Total number.
items SiteSecurityPolicyV2PrefixAssociation[]
id string
The ID of the security policy v2 prefix association.
ipv4_prefixes string[]
Lists the IPv4 addresses of the security policy v2 prefix association.
prefix_id string
The IP Prefix ID that associates with a site.
tags string[]
An information field that can be added to identify the security policy v2 prefix association. Maximum 10 unique tags of length 1024 each are allowed.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"id": "string",
"ipv4_prefixes": [
"string"
],
"prefix_id": "string",
"tags": [
"string"
]
}
]
}
Loading...