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 date

    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 string

    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 date

    The end time of the multicast statistics query.

Responses

Successful Operation

Schema
    oneOf
    data MulticastWANPathStatsData

    The multicast WAN path statistics.

    end_time string

    The end time of the multicast statistics query.

    remote_site_id string

    Remote Site Id

    start_time string

    The end time of the multicast statistics query.

    wanpath_list MulticastWANPathStats[]

    The information of the WAN path.

  • Array [
  • rx_bytes int64

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

    rx_packets int64

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

    tx_bytes int64

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

    tx_packets int64

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

    wanpath string

    The WAN path of the outgoing interface.

  • ]
Loading...