Attach Machine Disk
Attach a disk to a machine.
The ID of the machine.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Disk Specification instance
{
"blockDeviceId": "1298765",
"name": "string",
"description": "string"
}
The id of the existing block device
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
successful operation
{
"name": "Power-off",
"progress": 90,
"resources": [
"string"
],
"id": "we655aew4e8e",
"message": "In Progress",
"status": "FINISHED",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
Name of the operation.
Progress of the request as percentage.
Collection of resources.
ID of this request.
Status message of the request.
Status of the request.
Self link of this request.
Invalid Request - bad data
Forbidden
Not Found