Renew provisioned virtual machine
Select
SaaS
Customer Managed
Renew the VM with the provided timestamp.
Path Parameters
- vmGUID string required
GUID of the Provisioned VM
- application/json
Request Body
The renewal timestamp has to be provided in unix format.
- time int64
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Unable to find VM details for guid [5036d065-b189-526a-156c-ad1b905cbfbb]",
"errorCode": -1
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example-1
- Example-2
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Virtual machine provisioning operation failed with unknown error. Try this operation after some time.",
"errorCode": -1
}
{
"errorMessage": "No expiration time provided for renew operation",
"errorCode": -1
}
Loading...