API Guide
TemplateService/Profiles(48)",…},
{"@odata.type": "#TemplateService.Profile", "@odata.id": "/api/
TemplateService/Profiles(38)",…},
{"@odata.type": "#TemplateService.Profile", "@odata.id": "/api/
TemplateService/Profiles(46)",…},
{"@odata.type": "#TemplateService.Profile", "@odata.id": "/api/
TemplateService/Profiles(37)",…}
]
}
/api/TemplateService/Profiles(Id)
This URI represents a specific profile.
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.
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,
Configure 163