VCMonitorDatastore

VCMonitorDatastore
VCMonitorDatastore

Information about the datastore of the host(s) connected to the given Virtual Center.

JSON Example
{
    "capacity_mb": 12345,
    "details": {
        "name": "vsandatastore",
        "path": "/datacenter1/vsandatastore",
        "url": "ds:///vmfs/volumes/vsan:52654c2aa8e79416-8ea7a3309e82c7b7/"
    },
    "free_space_mb": 12345,
    "status": "ACCESSIBLE",
    "type": "VSAN"
}
integer As int32 As int32
capacity_mb
Optional

The capacity of the datastore in megabytes.

details
Optional

details

integer As int32 As int32
free_space_mb
Optional

The free space on the datastore in megabytes.

string
status
Optional

Status of the datastore.

  • ACCESSIBLE: The datastore is accessible.
  • NOT_ACCESSIBLE: The datastore is not accessible.
Possible values are : ACCESSIBLE, NOT_ACCESSIBLE,
string
type
Optional

Type of the datastore.

  • VMFS: VMFS datastore.
  • VSAN: VSAN datastore.
  • VVOL: VVOL datastore.
Possible values are : VMFS, VSAN, VVOL,