Clusters Data Type

A collection of clusters.

Properties
Name Type Description
clusters array of Cluster Collection of clusters.

Example

{
  "clusters" : [ {
    "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" : "..."
    } ]
  }, {
    "guid" : "c9086f84-5f11-48e8-a8e4-b01e17a901d4",
    "name" : "cluster02",
    "isEnabledForActivation" : false,
    "links" : [ {
      "rel" : "...",
      "href" : "..."
    }, {
      "rel" : "...",
      "href" : "..."
    } ]
  } ]
}