API Guide

Table Of Contents
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,
"Name": "Slot"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 3,
"Name": "DeviceAndSlot"
},
{
"@odata.type": "#TemplateService.ProfileUsage",
"Id": 4,
"Name": "ServiceTag"
}
]
}
/api/TemplateService/Actions/TemplateService.AttachProfile
This API represents information about server profiles that are created from templates.
NOTE: This API is not available in OpenManage Enterprise from version 3.4.
POST method for attaching profiles
This method returns information about server profiles that are created from templates.
Description
Returns information about server profiles that are created from templates.
Privilege TEMPLATE_MANAGEMENT
HTTP response
code
201
Example
response body
{
"Id":29,
"TargetIds":[8564,5364],
"NetworkBootIsoModel":{
"BootToNetwork":false,
"ShareType":"CIFS",
"ShareDetail":{
}
APIs specific to OpenManage Enterprise Modular Edition 533