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 date

    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[]

    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 string

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

    start_time date

    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 string

    The end time of the multicast statistics query.

    source_group_list MulticastRouteSourceGroupStatsData[]

    The details of the source group.

  • Array [
  • flags string

    Flags for the multicast route table.

    group string

    The multicast query group IP address.

    incoming_interface MulticastRouteIncomingInterface

    The interface on which multicast traffic is received.

    iif string

    iif

    is_site_interface boolean

    The site interface of the multicast route.

    wanpath string

    The WAN path of the incoming interface.

    outgoing_interfaces MulticastRouteOutgoingInterface[]

    The interface on which multicast traffic is sent.

  • Array [
  • is_site_interface boolean

    The site interface of the multicast route.

    oif string

    oif

    wanpaths string[]

    Wanpaths

  • ]
  • rx_bytes int64

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

    rx_packets int64

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

    source string

    The multicast query source IP address.

  • ]
  • start_time string

    The end time of the multicast statistics query.

Loading...