Get Security Policy Set Stacks (v2.0)
GET/v2.0/api/tenants/:tenant_id/ngfwsecuritypolicysetstacks
List all the security policy V2 set stacks by the tenant ID.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The count of the query list.
deleted_count int64
The deleted number of queries.
deleted_ids string[]
The deleted query 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 of queries.
items SecurityPolicyV2SetStack[]
defaultrule_policyset_id string
The default rule of the policy set ID.
description
The description of the security policy set stack. Max size = 256.
id string
The security policy set stack ID.
name stringrequired
The name of the security policy set stack.
policyset_ids string[]
The ID of the policy set. Policy sets must be between 1-4.
tags string[]
A information field that can be added to identify the security policy set stack. 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": [
{
"defaultrule_policyset_id": "string",
"id": "string",
"name": "string",
"policyset_ids": [
"string"
],
"tags": [
"string"
]
}
]
}
Loading...