[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

DatastoreDrResponseList

List of entities about: Datastore information such as file system type and general health.


Properties

_meta Optional

List metadata


array of Datastore
list Optional

Datastore information such as file system type and general health.

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": 0,
			"file_system_type": "VMFS",
			"free_space": 0,
			"id": "string",
			"maintenance_mode": "string",
			"name": "string",
			"nkp_supported": false,
			"overall_status": "GRAY",
			"parent": "string",
			"parent_name": "string",
			"path": "string",
			"type": "DATASTORE"
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Returned By

Get VR Capable Target Datastores

Feedback

Was this page helpful?