API Guide

Table Of Contents
"Type": 1,
"CreatedBy": "root",
"CreationTime": "2021-02-01 10:10:44.243",
"UpdatedBy": null,
"UpdatedTime": "2021-02-01 10:10:44.243",
"InternalRefNWUUId": "15a4c19b-0a8e-49fa-8463-05ecbc2333e9",
"Igmp": true,
"Mld": true
},
{
"@odata.type": "#NetworkService.MulticastNetwork",
"@odata.id": "/api/NetworkService/
Fabrics('8be5502b-672c-47cf-9282-4ef786b06f49')
/Multicast/MulticastNetworks(10953)",
"Id": 10953,
"Name": "Vlan-202",
"Description": "Vlan-202",
"VlanMaximum": 202,
"VlanMinimum": 202,
"Type": 1,
"CreatedBy": "system",
"CreationTime": "2021-01-19 09:48:55.251",
"UpdatedBy": null,
"UpdatedTime": "2021-01-19 09:48:55.251",
"InternalRefNWUUId": "13c7546d-d602-45c6-89f3-68535a9b88f4",
"Igmp": true,
"Mld": true
}
]
}
api/NetworkService/MulticastApplicableNetworks
The L2 Multicast feature facilitates snooping. The snooping can be of the typesIGMP for IPv4 networks and MLD for IPv6
networks.
GET method for applicable multicast networks
The L2 Multicast feature facilitates snooping. The snooping can be of the typesIGMP for IPv4 networks and MLD for IPv6
networks.
Description
Gets the multicast details for selected networks.
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
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 3,
"value": [
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/
MulticastApplicableNetworks(10143)",
578 APIs specific to OpenManage Enterprise Modular Edition