API Guide

"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
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Create",
"Name": "Create"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Upgrade",
"Name": "Upgrade"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Delete",
"Name": "Delete"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "ReplaceNode",
"Name": "ReplaceNode"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Unknown",
"Name": "Unknown"
328
APIs specific to OpenManage Enterprise - Modular Edition