Query Security Policy Global Prefixes (v2.0)
POST/v2.0/api/tenants/:tenant_id/ngfwsecuritypolicyglobalprefixes/query
Query the security policy V2 global prefixes of a tenant.
Request
Path Parameters
The tenant ID.
- application/json
Body
The description of the security policy global prefix. Max size = 256.
The ID of the security policy global prefix.
Lists the IPv4 addresses of the security policy global prefix.
The name of the security policy global prefix. Max size = 128.
A information field that can be added to identify the security policy global prefix. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The count of the query list.
The deleted number of queries.
The deleted query IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number of queries.
items GlobalPrefixQueryFilter[]
The description of the security policy global prefix. Max size = 256.
The ID of the security policy global prefix.
Lists the IPv4 addresses of the security policy global prefix.
The name of the security policy global prefix. Max size = 128.
A information field that can be added to identify the security policy global prefix. 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"
],
"name": "string",
"tags": [
"string"
]
}
]
}