Skip to main content

Get AnynetLink Correlation Events (v2.0)

GET 

/sdwan/v2.0/api/anynetlinks/:anynetlink_id/correlationevents

Get anynetlink correlation events.

Request

Path Parameters

    anynetlink_id stringrequired

    The anynet link ID.

Responses

Successful Operation

Schema
    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 AnynetlinkEventState[]

    Events

  • Array [
  • 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

  • Array [
  • 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

  • ]
Loading...