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

VcenterDatastoreItemDrResponseList

List of entities about: Details about a vCenter Server datastore item


Properties

_meta Optional

List metadata


list Optional

Details about a vCenter Server datastore item

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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 Datastores

Feedback

Was this page helpful?