| name | data type | constraints | description |
|---|---|---|---|
| id | number | ||
| clusterName | string | ||
| clusterUuid | string | ||
| registrationState | string | ||
| gracePeriodEnd | string | ||
| created | string | ||
| lastChanged | string | ||
| lastVerified | string | ||
| isDeleted | boolean | required boolean |
Example
{
"id" : 12345,
"clusterName" : "...",
"clusterUuid" : "...",
"registrationState" : "...",
"gracePeriodEnd" : "...",
"created" : "...",
"lastChanged" : "...",
"lastVerified" : "...",
"isDeleted" : true
}