Skip to main content

Query AnynetLink Correlation Events (v2.1)

POST 

/sdwan/v2.1/api/anynetlinks/correlationevents/query

Query AnynetLink correlation events.

Request

Body

    aggregate Aggregate

    The aggregate number of anynet links that match the query parameters.

    data AggregateData[]

    The details of the aggregate data.

  • Array [
  • value number

    Value of the aggregate data.

    view object

    View the aggregate date.

  • ]
  • field string

    The field value.

    name string

    The name of the query response.

    operator string

    Possible values: [max, count, min, avg, sum]

    The operator values.

    statistic string

    The aggregate statistics.

    unit string

    The unit.

    dest_page int32

    The destination page.

    getDeleted boolean

    The number anynet links deleted for a time frame.

    group_by string[]

    Group By

    id string

    List the anynet links by ID.

    last_query_ts int64

    Return the ID of a specified query in the current session.

    limit int32

    The query limit.

    next_query object

    The limit.

    query_params object
    retrieved_fields string[]

    Retrieve information from a field.

    retrieved_fields_mask boolean

    List the fields to query.

    sort_params object
    total_count int64

    The total number of query parameters.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    total_count int64

    Total number.

    items AnynetLinkQueryFilterV2N1[]
  • 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

  • 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...