Query security policy v2 sets of a tenant (v2.0)
POST/v2.0/api/tenants/:tenant_id/ngfwsecuritypolicysets/query
Query security policy v2 sets of a tenant
Request
Path Parameters
Tenant ID
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of security policies V2 that match the query parameters.
data AggregateData[]required
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number of security policies V2 deleted for a time frame.
Group the security policies V2 for the query.
Lists the security policies V2 by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
The total number of query parameters.
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 SecurityPolicyV2SetQueryFilter[]
Policy sets cloned from existing policy sets.
The default rule of the policy set.
The description of the security policy set. Max size = 256.
The security policy set ID.
The name of the security policy set. Max size = 128.
The order for the execution of the policy rule.
A information field that can be added to identify the security policy set. 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": [
{
"clone_from": "string",
"defaultrule_policyset": true,
"id": "string",
"name": "string",
"policyrule_order": [
"string"
],
"tags": [
"string"
]
}
]
}