Query Multicast Statistics (v2.0)
POST/sdwan/v2.0/api/monitor/aggregates/multicast/mroute
Query all the multicast statistics.
Request
- application/json
Body
Details of object stats query
The end time of the multicast statistics query.
filter MulticastRouteStatsFilterrequired
Details of the filter used in this query.
The multicast query element ID.
The multicast query group IP address.
The multicast query site ID.
The multicast query source IP address.
The Active RP for the multicast.
The name of the multicast query. Maz size = 128.
The end time of the multicast statistics query.
Possible values: [WAN
, LAN
]
The type of multicast for the query.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
Schema
- MulticastRouteSourceGroupStatsResponse
- MulticastRouteOutgoingInterfaceStatsResponse
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- ]
- ]
The end time of the multicast statistics query.
source_group_list MulticastRouteSourceGroupStatsData[]
The details of the source group.
Flags for the multicast route table.
The multicast query group IP address.
incoming_interface MulticastRouteIncomingInterface
The interface on which multicast traffic is received.
iif
The site interface of the multicast route.
The WAN path of the incoming interface.
outgoing_interfaces MulticastRouteOutgoingInterface[]
The interface on which multicast traffic is sent.
The site interface of the multicast route.
oif
Wanpaths
Indicates the volume of multicast traffic received in bytes at the interface.
Indicates the number of multicast traffic packets received at the interface.
The multicast query source IP address.
The end time of the multicast statistics query.
End Time
oif_list MulticastRouteOutgoingInterfaceStatsData[]
Oif List
Is Site Interface
Oif
wanpaths MulticastRouteWanpathStatsData[]
Wanpaths
Tx Bytes
Tx Packets
Wanpath
Start Time
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_REQUEST_ERROR_0001"
},
{
"code": "MULTICAST_QUERY_MISSING_FILTER"
},
{
"code": "MULTICAST_QUERY_MISSING_ELEMENT_ID"
},
{
"code": "MULTICAST_QUERY_INVALID_ELEMENT_ID"
},
{
"code": "MULTICAST_QUERY_MISSING_SITE_ID"
},
{
"code": "MULTICAST_QUERY_INVALID_SITE_ID"
},
{
"code": "MULTICAST_MROUTE_QUERY_MISSING_IS_ACTIVE"
},
{
"code": "MULTICAST_MROUTE_QUERY_INVALID_SOURCE_IP"
},
{
"code": "MULTICAST_MROUTE_QUERY_INVALID_GROUP_IP"
},
{
"code": "MULTICAST_MROUTE_QUERY_UNSUPPORTED_TIME_FIELDS"
},
{
"code": "MULTICAST_MROUTE_QUERY_MISSING_SOURCE_OR_GROUP"
},
{
"code": "MULTICAST_MROUTE_QUERY_MISSING_TYPE"
}
]
}
}