API Guide

Table Of Contents
}
]
}
/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
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 12,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2020",
"Name": "Scheduled"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2030",
"Name": "Queued"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2040",
"Name": "Starting"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2050",
"Name": "Running"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2060",
"Name": "Completed"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2070",
"Name": "Failed"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2080",
"Name": "New"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2090",
"Name": "Warning"
},
554
APIs specific to OpenManage Enterprise Modular Edition