Get Security Policy Global Prefixes (v2.1)
GET/v2.1/api/tenants/:tenant_id/ngfwsecuritypolicyglobalprefixes
List all the security policy V2 global prefixes for a tenant.
Request
Path Parameters
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 SecurityPolicyGlobalPrefixV2N1[]
description
The description of the security policy global prefix.
id string
The ID of the security policy global prefix.
ipv4_prefixes string[]
Lists the IPv4 addresses of the priority policy global prefix.
ipv6_prefixes string[]
Lists the IPv6 addresses of the security policy global prefix.
name stringrequired
The name of the security policy global prefix.
tags string[]
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"
],
"ipv6_prefixes": [
"string"
],
"name": "string",
"tags": [
"string"
]
}
]
}
Loading...