InlineVcenterDatastoreItemDrResponseEntity0

InlineVcenterDatastoreItemDrResponseEntity0
InlineVcenterDatastoreItemDrResponseEntity0

Details about a vCenter Server datastore item

JSON Example
{
    "id": "string",
    "name": "string",
    "path": "string",
    "parent": "string",
    "capacity_details": {
        "total_capacity": 0,
        "used_space": 0
    },
    "file_system_type": "string",
    "type": "string",
    "overall_status": "string",
    "maintenance_mode": "string",
    "accessible": false
}
string
id
Optional

Identifier of the object

string
name
Optional

Name of the object

string
path
Optional

Path to the object

string
parent
Optional

ID of the parent object

object
capacity_details
Optional

The capacity data for a datastore.

string
file_system_type
Optional

The type of the file system of the datastore.

Possible values are : VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL, PMEM, VSAN_D, OTHER,
string
type
Optional

The type of the datastore.

Possible values are : STORAGE_POD, DATASTORE,
string
overall_status
Optional

General health of this datastore.

The overall status of the datastore is computed as the worst status among its alarms and the configuration issues detected on the datastore.

  • RED: The datastore has alarms or configuration issues with a red status.
  • YELLOW: The datastore does not have alarms or configuration issues with a red status, and has at least one with an yellow status.
  • GREEN: The datastore does not have alarms or configuration issues with a red or yellow status, and has at least one with a green status.
  • GRAY: All of the datastore's alarms have a gray status and the configuration status of the datastore is not being monitored.
Possible values are : GRAY, GREEN, YELLOW, RED,
string
maintenance_mode
Optional

Whether the datastore object is in maintenance mode

boolean
accessible
Optional

Whether the datastore object is accessible. Applicable only if type is DATASTORE.