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

VcenterDatastoreItemDrResponseEntity

Details about a vCenter Server datastore item


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"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
Returned By

Get vCenter Datastore Item

Feedback

Was this page helpful?