PlaceholderDatastore

PlaceholderDatastore
PlaceholderDatastore

Site Recovery Manager placeholder datastore.

JSON Example
{
    "id": "string",
    "name": "string",
    "visible_to": [
        {
            "name": "string",
            "status": "string",
            "id": "string"
        }
    ],
    "overall_status": "string"
}
string
id
Optional

An identifier of the placeholder datastore.

string
name
Optional

The name of the placeholder datastore.

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 cannot 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.

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 : GRAY, GREEN, YELLOW, RED,