Skip to main content

Query Multicast Statistics (v2.0)

Query all the multicast statistics.

Request Body

Details of object stats query

  • end_time date required

    The end time of the multicast statistics query.

  • filter MulticastRouteStatsFilter required

    Details of the filter used in this query.

  • element string[] required

    The multicast query element ID.

  • group string[] required

    The multicast query group IP address.

  • site string[] required

    The multicast query site ID.

  • source string[] required

    The multicast query source IP address.

  • is_active boolean required

    The Active RP for the multicast.

  • name string required

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

  • start_time date required

    The end time of the multicast statistics query.

  • type string required

    Possible values: [WAN, LAN]

    The type of multicast for the query.

Responses

Successful Operation


Schema
  • oneOf

  • end_time string required

    The end time of the multicast statistics query.

  • source_group_list MulticastRouteSourceGroupStatsData[] required

    The details of the source group.

  • Array [
  • flags string required

    Flags for the multicast route table.

  • group string required

    The multicast query group IP address.

  • incoming_interface MulticastRouteIncomingInterface required

    The interface on which multicast traffic is received.

  • iif string required

    iif

  • is_site_interface boolean required

    The site interface of the multicast route.

  • wanpath string required

    The WAN path of the incoming interface.

  • outgoing_interfaces MulticastRouteOutgoingInterface[] required

    The interface on which multicast traffic is sent.

  • Array [
  • is_site_interface boolean required

    The site interface of the multicast route.

  • oif string required

    oif

  • wanpaths string[] required

    Wanpaths

  • ]
  • rx_bytes int64 required

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

  • rx_packets int64 required

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

  • source string required

    The multicast query source IP address.

  • ]
  • start_time string required

    The end time of the multicast statistics query.

Loading...