[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

VcenterDatastoreItem

Details about a vCenter Server datastore item


Properties

boolean
accessible Optional

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


capacity_details Optional

The capacity data for a datastore.


string
file_system_type Optional

File system type

Possible values are: VMFSNFSNFS41CIFSVSANVFFSVVOLPMEMVSAN_DOTHER


string
id Optional

Identifier of the object


string
maintenance_mode Optional

Whether the datastore object is in maintenance mode


string
name Optional

Name of the object


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: GRAYGREENYELLOWRED


string
parent Optional

ID of the parent object


string
path Optional

Path to the object


string
type Optional

Type of the datastore object

Possible values are: STORAGE_PODDATASTORE

JSON Example

{
	"accessible": false,
	"capacity_details": {
		"total_capacity": 0,
		"used_space": 0
	},
	"file_system_type": "VMFS",
	"id": "string",
	"maintenance_mode": "string",
	"name": "string",
	"overall_status": "GRAY",
	"parent": "string",
	"path": "string",
	"type": "STORAGE_POD"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

VcenterDatastoreItemDrResponseList
Used By

VcenterDatastoreItemDrResponseEntity

Feedback

Was this page helpful?