API Guide

Table Of Contents
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "ServerBondingConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "PortVLANConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FabricLLDPConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FCoEUplinkUntaggedVlanConfiguration"
}
]
}
NetworkService/Fabrics(arg1)/Multicast
This URI represents multicast details for specific fabrics.
GET method for multicast
This method fetches the multicast details for a specific fabric.
Description
Gets multicast details 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#NetworkService.Multicast",
"@odata.type": "#NetworkService.Multicast",
"@odata.id": "/api/NetworkService/Fabrics('deaa4cb0-0862-41db-
a6f0-3c00e01c45c1')/Multicast",
"IgmpVersion": "3",
"MldVersion": "2",
"FloodRestrict": true,
"MulticastNetworks@odata.navigationLink": "/api/NetworkService/
Fabrics('deaa4cb0-0862-41db-a6f0-3c00e01c45c1')
/Multicast/MulticastNetworks"
}
PUT method for multicast
This method returns the multicast information for fabrics.
Description
Returns multicast details for fabrics.
Privilege FABRIC_MANAGEMENT
APIs specific to OpenManage Enterprise Modular Edition 577