Update Multicast Peer Group (v2.1)
PUT/v2.1/api/tenants/:tenant_id/multicastpeergroups/:peer_group_id
Update a multicast peer group.
Request
Path Parameters
The tenant ID.
The multicast peer group ID.
- application/json
Body
Details of the multicast peer group to be updated
- Array [
- ]
The description of the multicast peer group. Max size = 256.
The ID.
True or False - Receive traffic from branch side sources to receive multicast traffic from another branch site.
The name of the multicast peer group.
peer_sites MulticastPeerSite[]required
The peer sites ID.
The peer site ID.
An information field that can be added to identify the multicast peer group.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The description of the multicast peer group. Max size = 256.
The ID.
True or False - Receive traffic from branch side sources to receive multicast traffic from another branch site.
The name of the multicast peer group.
peer_sites MulticastPeerSite[]required
The peer sites ID.
The peer site ID.
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"
]
}
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": "MULTICAST_INVALID_PEER_SITE"
}
]
}
}