Skip to main content

Query WAN Neighbor Statistics (v2.0)

POST 

/sdwan/v2.0/api/monitor/aggregates/multicast/wan_neighbor

Query all the WAN neighbor statistics.

Request

Body

Details of object stats query

    end_time daterequired

    The end time of the multicast statistics query.

    filter MulticastWANNeighborStatsFilterrequired

    Details of the filter used in this query.

    element string[]required

    The multicast query element ID.

    remote_site string[]required

    The multicast query remote site ID.

    site string[]required

    The multicast query site ID.

    name stringrequired

    The name of the multicast query. Maz size = 128.

    object_type stringrequired

    Possible values: [MulticastWANTrafficStatistics, MulticastWANPIMStatistics, MulticastWANPathStatistics]

    The type of multicast for the query.

    start_time daterequired

    The end time of the multicast statistics query.

Responses

Successful Operation

Schema
    oneOf
    data MulticastWANPathStatsDatarequired

    The multicast WAN path statistics.

    end_time stringrequired

    The end time of the multicast statistics query.

    remote_site_id stringrequired

    Remote Site Id

    start_time stringrequired

    The end time of the multicast statistics query.

    wanpath_list MulticastWANPathStats[]required

    The information of the WAN path.

  • Array [
  • rx_bytes int64required

    Indicates the volume of multicast traffic received in bytes at the device interface.

    rx_packets int64required

    Indicates the number of multicast traffic packets received at the device interface.

    tx_bytes int64required

    Indicates the multicast traffic in terms of bytes transmitted from the device interface.

    tx_packets int64required

    Indicates the number of multicast traffic packets transmitted from the device interface.

    wanpath stringrequired

    The WAN path of the outgoing interface.

  • ]
Loading...