Get Multicast Peer Group (v2.1)
GET/v2.1/api/tenants/:tenant_id/multicastpeergroups/:peer_group_id
Get a multicast peer group.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
peer_group_id stringrequired
The multicast peer group ID.
Responses
- 200
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
description
The description of the multicast peer group. Max size = 256.
id string
The ID.
is_source_site_receiver boolean
True or False - Receive traffic from branch side sources to receive multicast traffic from another branch site.
name stringrequired
The name of the multicast peer group.
peer_sites MulticastPeerSite[]required
The peer sites ID.
peer_site_id string
The peer site ID.
tags string[]
An information field that can be added to identify the multicast peer group.
{
"id": "string",
"is_source_site_receiver": true,
"name": "string",
"peer_sites": [
{
"peer_site_id": "string"
}
],
"tags": [
"string"
]
}
Not Found
Loading...