Datastore
Datastore
Datastore information such as file system type and general health.
JSON Example
{
"id": "string",
"name": "string",
"parent": "string",
"parent_name": "string",
"capacity": 0,
"free_space": 0,
"file_system_type": "string",
"maintenance_mode": "string",
"overall_status": "string",
"accessible": false,
"type": "string",
"nkp_supported": false,
"path": "string"
}
string
id
Optional
The ID of the datastore.
string
name
Optional
The name of the datastore.
string
parent
Optional
The ID of the parent datastore.
string
parent_name
Optional
The name of the parent datastore.
integer As int64 As int64
capacity
Optional
The total capacity of the datastore in bytes.
integer As int64 As int64
free_space
Optional
The free space on the datastore in bytes.
string
file_system_type
Optional
The file system type of the datastore.
Possible values are : VMFS, NFS, NFS41, CIFS, VSAN, VFFS, VVOL, PMEM, VSAND, OTHER,
string
maintenance_mode
Optional
The maintenance mode for the datastore.
string
overall_status
Optional
The overall status of the datastore.
Possible values are : GRAY, GREEN, YELLOW, RED,
boolean
accessible
Optional
Indicate whether the datastore is accessible.
string
type
Optional
The type of the datastore.
Possible values are : DATASTORE, STORAGE_POD,
boolean
nkp_supported
Optional
Indicate whether the datastore supports encryption with native key.
string
path
Optional
The datastore path.