Check HPC creation status
GET/projects/:projectId/providers/Aruba.Baremetal/hpcs/monitor/:id
Check HPC creation status
Request
Path Parameters
projectId stringrequired
id stringrequired
Query Parameters
api-version string
The requested API version
Default value:
1Responses
- 200
- 303
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
status Aruba.CmpService.BaremetalProvider.Abstractions.Models.AsyncExecStatus (string)
Represents the status of an asynchronous execution, which can be in progress, succeeded, or failed.
Possible values: [InProgress, Succeeded, Failed]
resourceUri stringnullable
{
"status": "InProgress",
"resourceUri": "string"
}
- Schema
- Example (from schema)
Schema
status Aruba.CmpService.BaremetalProvider.Abstractions.Models.AsyncExecStatus (string)
Represents the status of an asynchronous execution, which can be in progress, succeeded, or failed.
Possible values: [InProgress, Succeeded, Failed]
resourceUri stringnullable
{
"status": "InProgress",
"resourceUri": "string"
}
- Schema
- Example (from schema)
Schema
status Aruba.CmpService.BaremetalProvider.Abstractions.Models.AsyncExecStatus (string)
Represents the status of an asynchronous execution, which can be in progress, succeeded, or failed.
Possible values: [InProgress, Succeeded, Failed]
resourceUri stringnullable
{
"status": "InProgress",
"resourceUri": "string"
}
See Other
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error
Loading...