Skip to main content

Query WAN Neighbor Statistics (v2.0)

Query all the WAN neighbor statistics.

Request Body

Details of object stats query

  • end_time date required

    The end time of the multicast statistics query.

  • filter MulticastWANNeighborStatsFilter required

    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 required

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

  • object_type string required

    Possible values: [MulticastWANTrafficStatistics, MulticastWANPIMStatistics, MulticastWANPathStatistics]

    The type of multicast for the query.

  • start_time date required

    The end time of the multicast statistics query.

Responses

Successful Operation


Schema
  • oneOf

  • data MulticastWANPathStatsData required

    The multicast WAN path statistics.

  • end_time string required

    The end time of the multicast statistics query.

  • remote_site_id string required

    Remote Site Id

  • start_time string required

    The end time of the multicast statistics query.

  • wanpath_list MulticastWANPathStats[] required

    The information of the WAN path.

  • Array [
  • rx_bytes int64 required

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

  • rx_packets int64 required

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

  • tx_bytes int64 required

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

  • tx_packets int64 required

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

  • wanpath string required

    The WAN path of the outgoing interface.

  • ]
Loading...