Query WAN Neighbor Statistics (v2.0)
POST/sdwan/v2.0/api/monitor/aggregates/multicast/wan_neighbor
Query all the WAN neighbor statistics.
Request
- application/json
Body
Details of object stats query
The end time of the multicast statistics query.
filter MulticastWANNeighborStatsFilterrequired
Details of the filter used in this query.
The multicast query element ID.
The multicast query remote site ID.
The multicast query site ID.
The name of the multicast query. Maz size = 128.
Possible values: [MulticastWANTrafficStatistics
, MulticastWANPIMStatistics
, MulticastWANPathStatistics
]
The type of multicast for the query.
The end time of the multicast statistics query.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
Schema
- MulticastWANPathStatsResponse
- MulticastWANPIMStatsResponse
- MulticastWANTrafficStatsResponse
- Array [
- ]
data MulticastWANPathStatsData
The multicast WAN path statistics.
The end time of the multicast statistics query.
Remote Site Id
The end time of the multicast statistics query.
wanpath_list MulticastWANPathStats[]
The information of the WAN path.
Indicates the volume of multicast traffic received in bytes at the device interface.
Indicates the number of multicast traffic packets received at the device interface.
Indicates the multicast traffic in terms of bytes transmitted from the device interface.
Indicates the number of multicast traffic packets transmitted from the device interface.
The WAN path of the outgoing interface.
data MulticastWANPIMStatsData
The multicast WAN PIM statistics.
The end time of the multicast statistics query.
The number of packets received for Assert messages.
The number of packets transmitted for Assert messages.
The number of packets received for Bootstrap messages.
The number of packets transmitted for Bootstrap messages.
The packets received for a PIM Hello message.
The packets sent for a PIM Hello message.
The join and prune packets received for a PIM Join/Prune message.
The join and prune packets sent for a PIM Join/Prune message.
The packets received for a PIM Register message.
The packets received for a PIM Register Stop message.
The packets sent for a PIM Register Stop message.
The packets sent for a PIM Register message.
The multicast query remote site ID.
The end time of the multicast statistics query.
data MulticastWANTrafficStatsData
The multicast WAN traffic statistics.
The end time of the multicast statistics query.
The multicast query remote site ID.
Indicates the volume of multicast traffic received in bytes at the interface.
Indicates the number of multicast traffic packets received at the interface.
Start Time
Indicates the multicast traffic in terms of bytes transmitted from the interface.
Indicates the number of multicast traffic packets transmitted from the interface.
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_WAN_NEIGHBOR_QUERY_MISSING_OBJECT_TYPE"
},
{
"code": "MULTICAST_WAN_NEIGHBOR_QUERY_MISSING_REMOTE_SITE_ID"
},
{
"code": "MULTICAST_WAN_NEIGHBOR_QUERY_INVALID_REMOTE_SITE_ID"
},
{
"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"
}
]
}
}