API Guide

Table Of Contents
/api/TemplateService/Profiles(Id)
This URI represents a specific profile.
NOTE: This API is not available from version 3.4 of OpenManage Enterprise and version 1.30.00 of OME-Modular.
GET method for Profiles(Id)
This method returns the details of a specific profile.
Description Returns details of a specific profile.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#TemplateService.Profile/$entity",
"@odata.type": "#TemplateService.Profile",
"@odata.id": "/api/TemplateService/Profiles(44)",
"Id": 44,
"ProfileName": "Slot3",
"SourceTemplateId": 30,
"AssociatedEntityId": 25580,
"AssociationType": 1,
"Status": 3,
"CreatedBy": "root",
"CreationTime": "2018-09-10 06:15:11.535552",
"LastUpdatedBy": null,
"LastUpdatedTime": "2018-09-10 06:06:44.078863"
}
/api/TemplateService/ProfileState
This API represents the server profile state 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 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",
APIs specific to OpenManage Enterprise Modular Edition 599