Snapservice Sites Clusters Info

Snapservice Sites Clusters Info
Snapservice Sites Clusters Info

The Snapservice Sites Clusters Info schema contains details regarding the cluster.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "datastores": [
        "string"
    ]
}
string
name
Required

Name of the cluster.

This property was added in vSphere API 9.0.0.0.

array of string
datastores
Optional

Identifiers of datastores that are available for the cluster.

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore.