Query DB for List of Global Prefix Filters(v2.0)
Lists the query details for the list of parameters for global prefix filters.
Path Parameters
The tenant ID.
Request Body
Query Details for GlobalPrefixFilter
- Array [
- ]
aggregate Aggregate
The aggregate number of global prefixes 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 global prefixes deleted for a time frame.
Group the global prefixs for the query.
Lists the global prefixes 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.
- 200
- 400
Successful Operation
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"
]
}
]
}
Bad Request
Schema
- Array [
- ]
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_QUERY_REQUEST"
}
]
}
}