Query AnynetLink Correlation Events (v2.0)
POST/v2.0/api/tenants/:tenant_id/anynetlinks/correlationevents/query
Query AnynetLink correlation events.
Request
Path Parameters
ID of the tenant.
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of anynet links that match the query parameters.
data AggregateData[]
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 anynet links deleted for a time frame.
Group By
List the anynet links 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
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number.
items AnynetLinkQueryFilter[]
Admin Up
Ep1 Site Id
Possible values: [NONE
, HUB
, SPOKE
, PA_WE_BR
, PA_WE_DC
, PA_CONN
]
Ep1 Site Role
Ep1 Wan Interface Id
Ep2 Site Id
Possible values: [NONE
, HUB
, SPOKE
, PA_WE_BR
, PA_WE_DC
, PA_CONN
]
Ep2 Site Role
Ep2 Wan Interface Id
events AnynetlinkEventState[]
Events
Error Vpnlinks
Event Code
Event Id
Id
Priority
Site Ids
Standing
Suppressed
suppressed_info SuppressedInfo
Suppressed Info
The event IDs of the root causes.
The suppressed event time.
Timestamp
Id
Possible values: [AUTO
, MANUAL
, AUTO_PRIVATE
, MANUAL_PRIVATE
, AUTO_SASE
]
Type
vpn_events VPNEndpointEventState[]
Vpn Events
Al Id
Eid
Event Code
Event Id
Id
Priority
Site Id
Standing
Suppressed
suppressed_info SuppressedInfo
Suppressed Info
The event IDs of the root causes.
The suppressed event time.
Timestamp
Vep Id
Vpnlink Id
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"admin_up": true,
"ep1_site_id": "string",
"ep1_site_role": "NONE",
"ep1_wan_interface_id": "string",
"ep2_site_id": "string",
"ep2_site_role": "NONE",
"ep2_wan_interface_id": "string",
"events": [
{
"error_vpnlinks": [
"string"
],
"event_code": "string",
"event_id": "string",
"id": "string",
"priority": 0,
"site_ids": [
"string"
],
"standing": true,
"suppressed": true,
"suppressed_info": {
"root_cause_event_ids": [
"string"
],
"suppressed_time": "2024-07-29"
},
"timestamp": 0
}
],
"id": "string",
"type": "AUTO",
"vpn_events": [
{
"al_id": "string",
"eid": "string",
"event_code": "string",
"event_id": "string",
"id": "string",
"priority": 0,
"site_id": "string",
"standing": true,
"suppressed": true,
"suppressed_info": {
"root_cause_event_ids": [
"string"
],
"suppressed_time": "2024-07-29"
},
"timestamp": 0,
"vep_id": "string",
"vpnlink_id": "string"
}
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "BAD_QUERY_REQUEST"
}
]
}
}