Get Storage Container

Get Storage Container

Get specified Datastore or Datastore Cluster.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/storageContainers/{storageContainerUrn}
COPY
Path Parameters
string
storageContainerUrn
Required

storageContainerUrn

string
storageContainerUrn
Required

storageContainerUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns StorageContainer of type(s) application/json;version=37.0
{
    "id": "string",
    "name": "string",
    "datastoreType": "string",
    "isDatastoreCluster": false,
    "isEnabled": false,
    "isDeleted": false,
    "moref": "string",
    "vcRef": {
        "name": "string",
        "id": "string"
    },
    "totalStorageMb": 0,
    "usedStorageMb": 0,
    "provisionedStorageMb": 0,
    "iopsCapacity": 0
}
string
id
Optional

Unique VCD Id for the Storage Container.

string
name
Optional

Name for the Storage Container.

string
datastoreType
Optional

Datastore Type of the Storage Container.

boolean
isDatastoreCluster
Optional

True if this Storage Container is a Datastore Cluster.

boolean
isEnabled
Optional

True if this Storage Container is enabled. Unset if this storage container is part of a Datastore Cluster

boolean
isDeleted
Optional

Deleted state of the Storage Container.

string
moref
Optional

Unique Id in Virtual Center of the Storage Container.

vcRef
Optional

vcRef

integer As int64 As int64
totalStorageMb
Optional

Total storage in MB for this Storage Container.

integer As int64 As int64
usedStorageMb
Optional

Total used storage in MB for this Storage Container.

integer As int64 As int64
provisionedStorageMb
Optional

Total provisioned storage in MB for this Storage Container.

integer As int64 As int64
iopsCapacity
Optional

Total IOPS capacity for this Storage Container.