Reference Guide

Table Of Contents
HTTP Response
Code
Code Description
200 Success
400 The fabric manager is not reachable, or the input parameters
are invalid.
401 Unauthorized
403 Not authorized to perform the task.
404 The fabric ID is not found.
Example request
body
{
"MulticastNetworks": [
{ "InternalRefNWUUId": "88089b88-5a15-4f5e-bcf9-940fc2b5186f", "Igmp":
true, "Mld": false }
,
{ "InternalRefNWUUId": "41fe4fef-bfde-4f37-9325-6e6d86151af2", "Igmp":
false, "Mld": true }
]
}
api/NetworkService/Fabrics(arg1)/Multicast/MulticastNetworks
This URI represents the multicast network information for fabrics.
GET method for multicast networks
This method gets the multicast network information for a specific fabric.
Description
Fetches the multicast network information for a specific fabric.
Privilege FABRIC_MANAGEMENT
HTTP Response
Code
Code Description
200 Success
400 The fabric manager is not reachable.
401 Unauthorized
403 Not authorized to perform the task.
404 The fabric ID is not found.
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.MulticastNetwork)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#NetworkService.MulticastNetwork",
"@odata.id": "/api/NetworkService/
Fabrics('8be5502b-672c-47cf-9282-4ef786b06f49')
/Multicast/MulticastNetworks(20781)",
"Id": 20781,
"Name": "IGMP_NEW_1",
"Description": null,
"VlanMaximum": 1503,
"VlanMinimum": 1501,
"Type": 1,
APIs specific to OpenManage Enterprise Modular Edition 577