Skip to main content

Query Multicast Statistics (v2.0)

POST 

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

Query all the multicast statistics.

Request

Body

Details of object stats query

    end_time daterequired

    The end time of the multicast statistics query.

    filter MulticastRouteStatsFilterrequired

    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 booleanrequired

    The Active RP for the multicast.

    name stringrequired

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

    start_time daterequired

    The end time of the multicast statistics query.

    type stringrequired

    Possible values: [WAN, LAN]

    The type of multicast for the query.

Responses

Successful Operation

Schema
    oneOf
    end_time stringrequired

    The end time of the multicast statistics query.

    source_group_list MulticastRouteSourceGroupStatsData[]required

    The details of the source group.

  • Array [
  • flags stringrequired

    Flags for the multicast route table.

    group stringrequired

    The multicast query group IP address.

    incoming_interface MulticastRouteIncomingInterfacerequired

    The interface on which multicast traffic is received.

    iif stringrequired

    iif

    is_site_interface booleanrequired

    The site interface of the multicast route.

    wanpath stringrequired

    The WAN path of the incoming interface.

    outgoing_interfaces MulticastRouteOutgoingInterface[]required

    The interface on which multicast traffic is sent.

  • Array [
  • is_site_interface booleanrequired

    The site interface of the multicast route.

    oif stringrequired

    oif

    wanpaths string[]required

    Wanpaths

  • ]
  • rx_bytes int64required

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

    rx_packets int64required

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

    source stringrequired

    The multicast query source IP address.

  • ]
  • start_time stringrequired

    The end time of the multicast statistics query.

Loading...