Tasks
Get task
get/cloud/v1/tasks/{task_id}
Path parameters
task_idstring required
Task ID
Task ID
Response
OK
Example response
{
"acknowledged_by": 123,
"client_id": 123,
"created_on": "2019-06-25T08:42:42Z",
"data": {
"block_device_config": [
{
"boot_index": 0,
"image_id": "f01fd9a0-9548-48ba-82dc-a8c8b2d6f2f1",
"name": "volume for vm1",
"size": 1,
"source": "image",
"type_name": "standard"
}
],
"flavor_name": "g1s-shared-1-0.5",
"keypair_name": null,
"name": "cirroz1",
"network_config": null,
"reservation_id": "01d4925e-f5db-414a-9808-74e08aa4a741",
"security_groups": null
},
"id": "26986bc0-748a-4448-b836-0a2aa465eb06",
"project_id": 123,
"region_id": 123,
"task_type": "create_vm",
"user_client_id": 123,
"user_id": 123
}