Aller au contenu principal

Warning: Not implemented yet. Reboot an existing virtual machine by its identifier

POST 

/projects/:projectId/zones/:zoneName/virtualmachines/:virtualMachineId/actions/reboot

For future version. Not implemented yet.

Reboot can be applied only on already started virtual machine. If the virtual machine is stopped, this operation returns 406-Method Not Allowed.

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

    virtualMachineId stringrequired

    Virtual machine Identifier

Header Parameters

    X-API-Key string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Response Headers

  • X-Job-Href

    string

    Href of the asynchronous job that will process the request, in order to track its status.

  • X-Retry-After

    integer

    The number of seconds to wait before checking the status of the job.

Schema

    id uuidrequired

    Resource identifier.

    hRef urirequired

    Hypertext reference of the resource.

Loading...