Get Interface Correlation Events (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/interfaces/:interface_id/correlationevents
Get interface correlation events.
Request
Path Parameters
ID of the tenant.
The site ID.
The element ID.
The interface ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The interface admin state.
The bound interfaces.
The element ID.
events BaseEventState[]
The details of the events occurred.
The event code.
The event ID.
Id
The priority set for the event.
The standing event. True or False.
The events are suppressed. True or False.
suppressed_info SuppressedInfo
The information on the suppressed events.
The event IDs of the root causes.
The suppressed event time.
The time stamp of the event.
The interface ID.
The IPv4 addresses configured for the interface.
The name of the interface.
The parent interface.
The site WAN interface IDs.
Possible values: [SERVICE_LINK
, LOOPBACK
, BYPASSPAIR
, SUBINTERFACE
, PPPOE
, PORTCHANNEL
, PORT
, VIRTUAL_INTERFACE
, CELLULAR
]
The interface type.
Possible values: [NONE
, PUBLIC
, PRIVATE
, LAN
, PRIVATE_L2
, PRIVATE_WAN
]
The value of where the interface is used.
{
"admin_up": true,
"bound_interfaces": [
"string"
],
"element_id": "string",
"events": [
{
"event_code": "string",
"event_id": "string",
"id": "string",
"priority": 0,
"standing": true,
"suppressed": true,
"suppressed_info": {
"root_cause_event_ids": [
"string"
],
"suppressed_time": "2024-07-29"
},
"timestamp": 0
}
],
"id": "string",
"ipv4_addresses": [
"string"
],
"name": "string",
"parent": "string",
"site_wan_interface_ids": [
"string"
],
"type": "SERVICE_LINK",
"used_for": "NONE"
}