Datastore
Datastore
Represents a datastore in the system
JSON Example
{
"id": "string",
"name": "string",
"url": "string",
"vcInstanceUuid": "string",
"vcDatacenterName": "string",
"datastoreType": "string",
"totalCapacityGB": "number",
"freeCapacityGB": "number",
"vmCount": 0,
"tags": [
{
"id": "string",
"name": "string",
"categoryId": "string",
"categoryName": "string"
}
]
}
string
id
Read-Only
Id of the datastore
string
name
Read-Only
Name of the datastore
string
url
Read-Only
URL of the datastore
string
vcInstanceUuid
Read-Only
Instance UUID of the vCenter that manages this datastore
string
vcDatacenterName
Read-Only
Name of the vCenter datacenter that this datastore resides
string
datastoreType
Read-Only
Datastore Type
number As double
As double
totalCapacityGB
Read-Only
Total storage capacity in GB
number As double
As double
freeCapacityGB
Read-Only
Free storage capacity in GB
integer As int32
As int32
vmCount
Read-Only
Number of VMs on the datastore