API Guide

Table Of Contents
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Switches(0)/RecentActivity"
}
],
"InventoryTypes":
{
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Switches(0)/InventoryTypes"
},
"Settings":
[
{
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Switches(0)/Settings"
}
]
}
]
}
/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
478 APIs specific to OpenManage Enterprise Modular Edition