Developers Guide

Table Of Contents
{
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Switches(0)/HardwareLogs"
}
],
"SubSystemHealth":
[
{
"@odata.id": "/api/NetworkService/Fabrics('123e4567-e89b-12d3-
a456-426655440000')/Switches(0)/SubSystemHealth"
}
],
"RecentActivity":
[
{
"@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.GetUnallocatedSwitches
This URI represents information about available or unallocated network switches.
POST method to fetch unallocated switches
Fetches available or unallocated network switches.
Description
Fetches available or unallocated switches.
Privilege DEVICE_CONFIGURATION
HTTP Response
Code
Code Description
200 Success
400 The fabric ID is empty
404 The fabric ID is not found
Example request
body
{
"Filters": {
"ChassisServiceTag": "",
"Slot": ""
}
}
572 APIs specific to OpenManage Enterprise Modular Edition