API Guide

Table Of Contents
/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"
},
{
"@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"
}
]
}
/api/NetworkService/FabricActivityStatuses
This URI represents the possible status values of the fabric activities.
GET method for FabricActivityStatuses
This method returns the possible status values of the fabric activities or jobs.
Description
Returns the possible status values of fabric activities or jobs.
Privilege VIEW
HTTP response
codes
200
APIs specific to OpenManage Enterprise Modular Edition 489