Datastore
Datastore information such as file system type and general health.
{
"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",
"path": "string",
"nkp_supported": false
}
The ID of the datastore.
The name of the datastore.
The ID of the parent datastore.
The name of the parent datastore.
The total capacity of the datastore in bytes.
The free space on the datastore in bytes.
The type of the file system of the datastore.
The maintenance mode for the datastore.
Specify the overall status of the datastore.
Indicate whether the datastore is accessible.
The type of the datastore.
The datastore path.
Indicate whether the datastore supports encryption with native key.