Query Multicast Source Side RPs (v2.0)
POST/v2.0/api/tenants/:tenant_id/sites/:site_id/multicastsourcesiderps/query
Query the multicast source side RPs.
Request
Path Parameters
The tenant ID.
The site ID for which you wish to query the source side RPs.
- application/json
Body
- Array [
- ]
aggregate Aggregate
The aggregate number of multicast source side RPs that match the query parameters.
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 multicast source side RPs deleted for a time frame.
Group By
List the multicast source side RPs 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 [
- 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 MulticastSourceSideRpQueryFilter[]
The multicast source side RP ID.
source_side_rps SourceSideRp[]
The source side RP of multicast traffic in the network.
groups SourceSideGroup[]
The list of multicast group addresses that the RP serves.
The IPv4 prefix of the for the multicast.
The source side IPv4 address.
The multicast group IPv4 addresses to which the RP caters.
The source site ID.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"tenant_id": "string",
"total_count": 0,
"items": [
{
"id": "string",
"source_side_rps": [
{
"groups": [
{
"ipv4_prefix": "string",
"source_ipv4_address": "string"
}
],
"ipv4_address": "string"
}
],
"source_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"
}
]
}
}