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

PlaceholderDatastore

Site Recovery Manager placeholder datastore.


Properties

string
id Optional

An identifier of the placeholder datastore.


string
name Optional

The name of the placeholder datastore.


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


visible_to Optional

The list of hosts and clusters that can access this datastore. If a cluster is included in this list, it means that this datastore is accessible to all hosts in this cluster. In most cases this list can not be empty. The only reason for this field to be optional is to be able to return placeholder datastores that have become invalid because there are no clusters or hosts that can see this datastore. This could happen, for example, if the user were to add a host to a cluster and this host could not see some of the datastores that were previously visible to all hosts in the cluster.

JSON Example

{
	"id": "string",
	"name": "string",
	"overall_status": "GRAY",
	"visible_to": [
		{
			"id": "string",
			"name": "string",
			"status": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

PlaceholderDatastoreDrResponseList
Used By

PlaceholderDatastoreDrResponseEntity

Feedback

Was this page helpful?