Get Multicast Source Side RPs (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/multicastsourcesiderps
Get multicast source side RPs API.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
site_id stringrequired
Site ID
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items MulticastSourceSideRp[]
id string
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.
ipv4_prefix string
The IPv4 prefix of the for the multicast.
source_ipv4_address string
The source side IPv4 address.
ipv4_address string
The multicast group IPv4 addresses to which the RP caters.
source_site_id string
The source site ID.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"id": "string",
"source_side_rps": [
{
"groups": [
{
"ipv4_prefix": "string",
"source_ipv4_address": "string"
}
],
"ipv4_address": "string"
}
],
"source_site_id": "string"
}
]
}
Loading...