Get a datastore identified by {datastore-id}

get/virtualization/v1beta1/datastores/{datastore-id}

Details of a datastore

Securitybearer
Request
path Parameters
datastore-id
required
string

UUID string uniquely identifying the datastore

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "allowedOperations": [
    ],
  • "appType": "VMWARE",
  • "capacityFree": 76534,
  • "capacityInBytes": 2407653459860,
  • "capacityUncommitted": 653422,
  • "clusterInfo": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "datacentersInfo": [
    ],
  • "datastoreClassification": "PROTECTION_STORE_GATEWAY",
  • "datastoreType": "VMFS",
  • "displayName": "Nimble-DS1",
  • "folderInfo": {
    },
  • "generation": 0,
  • "hciClusterUuid": "754f63f7-1016-40ec-9b8f-610f978b9aec",
  • "hostsInfo": [
    ],
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "moref": "datastore-1234",
  • "name": "Nimble-DS2",
  • "protectionJobInfo": {
    },
  • "protectionPolicyAppliedAtInfo": {
    },
  • "protectionStatus": "PROTECTED",
  • "provisioningPolicyInfo": {
    },
  • "recoveryPointsExist": true,
  • "replicationInfo": {
    },
  • "resourceUri": "/virtualization/v1beta1/datastores/{datastore-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "uid": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "vmCount": 120,
  • "vmProtectionGroupsInfo": [
    ],
  • "volumesInfo": [
    ]
}