API Guide
/api/NetworkService/NodeTypes
This URI represents the node types.
GET method for NodeTypes
This method returns the node types.
Description Returns the node types.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.NodeType)",
"@odata.count": 3,
"value":
[
{
"@odata.type": "#NetworkService.NodeType",
"Id": 1,
"Name": "CHASSIS"
},
{
"@odata.type": "#NetworkService.NodeType",
"Id": 2,
"Name": "NWIOM"
},
{
"@odata.type": "#NetworkService.NodeType",
"Id": 3,
"Name": "PORT"
}
]
}
/api/NetworkService/FabricActivityTypes
This URI represents the activities that can be performed using fabrics.
GET method for FabricActivityTypes
This method returns the list of activities that can be performed using fabrics.
Description
Returns the list of activities for a fabric.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Create",
"Name": "Create"
},
{
446 APIs specific to OpenManage Enterprise – Modular Edition