DatastorePeer

DatastorePeer
DatastorePeer

Peer datastores (from other sites).

JSON Example undefined undefined
{
    "moref": "string",
    "siteId": "string",
    "vcId": "string",
    "lastHeartbeat": "string",
    "secondsSinceLastHeartbeat": 0,
    "distributionHealth": "string",
    "siteName": "string",
    "vcName": "string",
    "name": "string"
}
string
moref
Optional

The Managed Object Reference for the datastore on the peer site.

string
siteId
Optional

ID of the site that contains this datastore. This is not necessarily a paired site via Multi-site Pairing. The site ID is simply being used to identify the other Provider Management instance.

string
vcId
Optional

ID of the vCenter Server that contains this datastore on the peer site.

string As date-time As date-time
lastHeartbeat
Optional

Time of last heartbeat from the specified site on this datastore.

integer As int64 As int64
secondsSinceLastHeartbeat
Optional

Read-Only field indicating the seconds since the last heartbeat from the peer site on this datastore within the system.

string
distributionHealth
Optional

Read-Only field that represents the health of the distribution of this datastore for the peer site. Can be one of:

  • HEALTHY
  • DEGRADED
Distribution health of a datastore is degraded if the peer site's heartbeat is not detected on this datastore in the last X minutes. Where X is a configurable property and defaults to 5 minutes.
string
siteName
Optional

Name of the site that contains this datastore. This is not necessarily a paired site via Multi-site Pairing.

string
vcName
Optional

Name of the vCenter Server that contains this datastore on the peer site.

string
name
Optional

The name for the datastore on the peer site.