Cluster Data Type

A cluster in the system.

Properties
Name Type Description
guid string GUID of the cluster.
name string Name of cluster.
isEnabledForActivation boolean Is enabled for activation flag.
links array of Link Links to server details using servers route.

Example

{
  "guid" : "2ab7d0e2-3f24-48c6-961a-949794f4b554",
  "name" : "cluster01",
  "isEnabledForActivation" : true,
  "links" : [ {
    "rel" : "groups",
    "href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
  }, {
    "rel" : "...",
    "href" : "..."
  } ]
}