Skip to main content

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: 1

Responses

OK

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
Loading...