API Guide
"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.
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,
164 Configure