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
Optional
Id of the datastore
string
name
Optional
Name of the datastore
string
url
Optional
URL of the datastore
string
vcInstanceUuid
Optional
Instance UUID of the vCenter that manages this datastore
string
vcDatacenterName
Optional
Name of the vCenter datacenter that this datastore resides
string
datastoreType
Optional
Datastore Type
number As double As double
totalCapacityGB
Optional
Total storage capacity in GB
number As double As double
freeCapacityGB
Optional
Free storage capacity in GB
integer As int32 As int32
vmCount
Optional
Number of VMs on the datastore