Creates one or more new commodity data stores. A data store represents a commodity node providing backing storage for the object store. On creating, the data store is associated with the storage pool specified in the request.
Note that the data store creation is an asynchronous operation so a successful invocation of this request does not necessarily mean that the creation has completed.
SYSTEM_ADMIN
The following conditions must be met in order to call this operation.
The storage pool exists
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
commodity_data_store_create | |||
nodes |
0-* Elements |
||
nodeId | ID of the commodity node | String | |
name | User provided name (not verified or unique) | String | |
virtual_array | Desired storage pool Id for creating the data store | String | |
description | User provided description (not verified or unique) | String |
Data store creation task list response
This is an asychronous operation that returns a task object. For information on working with tasks, see Asynchronous Operations.
Field | Description | Type | Notes |
tasks | |||
task |
0-* Elements |
||
op_id | The task operation id | String | |
resource | |||
name | The name of the resource | String | |
id | ECS Id of the related object | URI | |
link | Hyperlink to the related object | ||
tenant | |||
id | ECS Id of the related object | URI | |
link | Hyperlink to the related object | ||
associated_resources | A list of links for associated resources | ||
associated_resource |
0-* Elements |
||
name | The name of the resource | String | |
id | ECS Id of the related object | URI | |
link | Hyperlink to the related object | ||
state | The state of the task | String |
Valid Values:
|
message | The task detail message | String | |
description | The description of the task | String | |
service_error | |||
code | The numerical code associated with the error encountered when processing a service request | Integer | |
description | The description of the error | String | |
details | Detailed information concerning the error | String | |
retryable | Indicates whether the error is retryable which means service is temporarily unavailable and the client could retry after a while. | Boolean |
Valid Values:
|
start_time | The date and time of when the task was started | DateTime | |
end_time | The date and time of when the task ended | DateTime | |
progress | Integer | ||
workflow | |||
id | ECS Id of the related object | URI | |
link | Hyperlink to the related object | ||
name | Name assigned to this resource in ECS. The resource name is set by a user and can be changed at any time. It is not a unique identifier. | String | |
id | Identifier that is generated by ECS when the resource is created. The resource Id is guaranteed to be unique and immutable across all virtual data centers for all time. | URI |
Valid Values:
|
link | Hyperlink to the details for this resource | ||
creation_time | Timestamp that shows when this resource was created in ECS | DateTime |
Valid Values:
|
inactive | Indicates whether the resource is inactive. When a user removes a resource, the resource is put in this state before it is removed from the ECS database. | Boolean |
Valid Values:
|
global | Indicates whether the resource is global. | Boolean |
Valid Values:
|
remote | Indicates whether the resource is remote. | Boolean |
Valid Values:
|
vdc | |||
id | ECS Id of the related object | URI | |
link | Hyperlink to the related object | ||
internal | Indicated whether the resource is an internal resource | Boolean |
Valid Values:
|