Update Multicast Peer Group (v2.0)
PUT/v2.0/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 multicast peer group descriptions.
The multicast peer group ID.
The name of the multicast peer group. Max limit = 128.
peer_sites MulticastPeerSite[]required
The multicast peer site ID.
The peer site ID.
A information field that can be added to identify the multicast peer group. Maximum 10 unique tags of length 128 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
The multicast peer group descriptions.
The multicast peer group ID.
The name of the multicast peer group. Max limit = 128.
peer_sites MulticastPeerSite[]required
The multicast peer site ID.
The peer site ID.
A information field that can be added to identify the multicast peer group. Maximum 10 unique tags of length 128 each are allowed.
{
"id": "string",
"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"
}
]
}
}