Query Multicast Route Table (v2.0)
POST/v2.0/api/tenants/:tenant_id/multicastroutes/query
Query the multicast route table.
Request
Path Parameters
The tenant ID.
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of queries.
data AggregateData[]
The details of the aggregate data.
Value of the aggregate data.
View the aggregate date.
Field
The name of the query response.
Possible values: [max
, count
, min
, avg
, sum
]
Operator
QoS application aggregate statistics.
The unit.
The destination page.
The number of queries deleted for a time frame.
Group By
Group the queries by ID.
Return the ID of a specified query in the current session.
The query limit.
The limit.
Retrieve information from a field.
List the fields to query.
The total number of query parameters.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
The tenant ID.
Total number.
items MulticastRouteTableQueryFilter[]
The element ID.
The ID of the multicast config.
mroutes MulticastRoute[]required
Indicates how multicast traffic is routed to hosts in the network. Multicast routes are required and the number of routes should be less than 5K.
Interface or router configured as an (Rendezvous Point) RP in the network.
Flags for the multicast route table.
The multicast group address.
The interface on which multicast traffic is received.
The interfaces on which multicast traffic needs to be replicated.
he address of the Rendezvous Point (RP) in the network.
The source address of multicast traffic in the network.
The site ID.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"element_id": "string",
"id": "string",
"mroutes": [
{
"element_rp": true,
"flags": "string",
"group": "string",
"incoming_interface": "string",
"outgoing_interfaces": [
"string"
],
"rp_address": "string",
"source": "string"
}
],
"site_id": "string"
}
]
}
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_INPUT"
}
]
}
}