API Guide
}
]
}
]
}
/api/NetworkService/Fabrics(arg1)/Actions/
NetworkService.ReplaceSwitch
This URI replaces the fabric switch.
POST method for replacing network switch
This method replaces the network switch.
Description Replaces fabric switches.
Privilege FABRIC_MANAGEMENT
HTTP response
code
200
Example request
body
{
"NewSwitchServiceTag": "CJ2J5Z2",
"OldSwitchServiceTag": "CJ2J4Z2"
}
Example response
body
{
"JobId": 0
}
/api/NetworkService/Fabrics(Id)/Servers
This URI represents the servers of a specific fabric.
GET method for Servers for a specific fabric
This method returns the details of the severs of a specific fabric.
Description
Returns the servers that are part of a specific fabric.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(DeviceService.Device)",
"@odata.count": 1,
"value":
[
{
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Servers(0)",
"Id": 0,
"Type": 1000,
"Identifier": "7IUJMNBGJ",
"ChassisServiceTag": "9FHJSUIK1",
"Model": "ServerModel1",
"PowerState": 2,
"Status": 3000,
APIs specific to OpenManage Enterprise – Modular Edition 439