A list of cluster support tokens.
| name | data type | description | 
|---|---|---|
| items | array of ApiClusterSupportToken | 
Example
{
  "items" : [ {
    "clusterName" : "...",
    "displayName" : "...",
    "clusterSupportToken" : "..."
  }, {
    "clusterName" : "...",
    "displayName" : "...",
    "clusterSupportToken" : "..."
  } ]
}