Query Multicast Status Information (v2.0)
POST/v2.0/api/tenants/:tenant_id/multicaststatus/query
Query the multicast status information.
Request
Path Parameters
ID of the tenant.
- 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
The multicast 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 MulticastStatusQueryFilter[]
The multicast status interface address.
The element ID.
The ID of the multicast config.
The interface ID on which multicast is configured.
The name of the multicast status interface.
pim_neighbors MulticastNeighbor[]required
The PIM neighbor’s IP address.
The address of the selected interface.
The neighbor is a designated router.
The priority associated with the interface on the device for DR election.
The time remaining before a neighbor is timed out and the next PIM Hello message is received.
The time for which the neighbor has been up.
The site ID.
The state of the selected interface—up or down.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"address": "string",
"element_id": "string",
"id": "string",
"interface_id": "string",
"name": "string",
"pim_neighbors": [
{
"address": "string",
"dr": true,
"dr_prio": "string",
"expires": "string",
"uptime": "string"
}
],
"site_id": "string",
"state": "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"
}
]
}
}