API Guide

Table Of Contents
GET method for server profile state
This method returns information about server profile state.
Description Returns the server profile state.
Privilege CHASSIS_MANAGEMENT
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(TemplateService.ProfileState)",
"@odata.count": 8,
"value": [
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 1,
"Name": "WaitingDeployment"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 2,
"Name": "DeploymentTaskCreated"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 3,
"Name": "DeploymentInProgress"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 4,
"Name": "DeploymentCompletedWithErrors"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 5,
"Name": "DeploymentFailedOnNoTargetAvailable"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 10,
"Name": "DeployedSuccessfully"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 11,
"Name": "DeployedIOSuccessfully"
},
{
"@odata.type": "#TemplateService.ProfileState",
"Id": 12,
"Name": "DeploymentOfIOCompletedWithErrors"
}
]
}
/api/TemplateService/ProfileUsage
This API represents the server profile usage information.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
532 APIs specific to OpenManage Enterprise Modular Edition