Reference Guide

Table Of Contents
"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 from version 3.4 of OpenManage Enterprise and version 1.30.00 of OME-Modular.
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/
$metadata#Collection(TemplateService.ProfileUsage)",
"@odata.count": 4,
"value": [
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 1,
"Name": "Device"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 2,
600 APIs specific to OpenManage Enterprise Modular Edition