listDatastores
Summary of the Process by the Function
Returns a list of data store
Request Parameters
There are no parameters to specify when executing this function.
Response Objects
Response will be in the following format.
Field | Description |
---|---|
created_at |
Returns the date and time of the data store creation in GMO Cloud Hosting system YYYY-MM-DDThh:mm:ssZ |
Capacity |
Returns the total disk size available to users within data store disk size |
data_store_size |
Returns the total disk size of data store |
Id |
Returns ID allocated to the data store |
Identifier |
Returns the identifier allocated to data store |
ip |
Returns IP address allocated to data store |
label |
Returns the label set in data store |
local_hypervisor_id |
Returns hypervisor ID using data store |
usage |
Returns disk size in use within data store |
updated_at |
Returns the last update date and time of the data store YYYY-MM-DDThh:mm:ssZ |
data_store_group_id |
Returns data store group ID allocated to data store |
zombie_disk_size |
Returns disk size waiting for release process within data store |
enabled |
Returns whether or not data store is enabled true : Enabled |
Request Sample
https://api.gmocloud.com/Cloud-Zone-ID/?Action=listDatastores&AccessKeyId=AccessKeyId&Version=1.0&Signature=Signature
Response Sample
{
"ID_of_DataStore": {
"label": "LABEL_of_DataStore",
"usage": 945,
"created_at": "2012-08-09T10:10:18+09:00",
"updated_at": "2012-08-09T23:52:52+09:00",
"data_store_group_id": ID_of_DataStore-Group,
"enabled": true,
"id": ID_of_DataStore,
"zombie_disks_size": 6,
"ip": "10.63.0.100",
"local_hypervisor_id": NULL,
"capacity": 2048,
"data_store_size": 2048,
"identifier": "Identifier_of_DataStore"
}
}
Note: GMO CLOUD AMERICA INC. does not make any guarantee with regard to the content of this manual and will not be held responsible for any damages resulting from customers or third parties.
0 Comments