API Guide
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.
GET method for server profile usage
This method returns information about the server profile usage.
Description
Returns server profile usage information.
Privilege CHASSIS_MANAGEMENT
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
492 APIs specific to OpenManage Enterprise – Modular Edition