Get AnynetLink Correlation Events (v2.1)
GET/v2.1/api/tenants/:tenant_id/anynetlinks/:anynetlink_id/correlationevents
Get anynetlink correlation events.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
anynetlink_id stringrequired
The anynet link ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
admin_up boolean
Admin Up
ep1_site_id string
Ep1 Site Id
ep1_site_role string
Possible values: [NONE
, HUB
, SPOKE
, PA_WE_BR
, PA_WE_DC
, PA_CONN
]
Ep1 Site Role
ep1_wan_interface_id string
Ep1 Wan Interface Id
ep2_site_id string
Ep2 Site Id
ep2_site_role string
Possible values: [NONE
, HUB
, SPOKE
, PA_WE_BR
, PA_WE_DC
, PA_CONN
]
Ep2 Site Role
ep2_wan_interface_id string
Ep2 Wan Interface Id
events AnynetlinkEventStateV2N1[]
Events
error_vpnlinks string[]
Error Vpnlinks
event_code string
Event Code
event_id string
Event Id
id string
Id
priority int32
Priority
site_ids string[]
Site Ids
standing boolean
Standing
suppressed boolean
Suppressed
suppressed_info SuppressedInfo
Suppressed Info
root_cause_event_ids string[]
The event IDs of the root causes.
suppressed_time date
The suppressed event time.
timestamp int64
Timestamp
id string
Id
type string
Possible values: [AUTO
, MANUAL
, AUTO_PRIVATE
, MANUAL_PRIVATE
, AUTO_SASE
]
Type
vpn_events VPNEndpointEventState[]
Vpn Events
al_id string
Al Id
eid string
Eid
event_code string
Event Code
event_id string
Event Id
id string
Id
priority int32
Priority
site_id string
Site Id
standing boolean
Standing
suppressed boolean
Suppressed
suppressed_info SuppressedInfo
Suppressed Info
root_cause_event_ids string[]
The event IDs of the root causes.
suppressed_time date
The suppressed event time.
timestamp int64
Timestamp
vep_id string
Vep Id
vpnlink_id string
Vpnlink Id
{
"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"
}
]
}
Loading...