Error
A valid request URL is required to generate request examples{
"cluster_url": "cluster_url",
"cluster_ca_data": "cluster_ca_data",
"organisation_id": "organisation_id",
"cluster_sa_token": "cluster_sa_token",
"name": "name",
"cluster_image_registry": {
"organisation_id": "organisation_id",
"cluster_id": "cluster_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"name": "name",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"spec": {
"backend_storage_size": "backend_storage_size",
"backend_storage_class": "backend_storage_class"
},
"status": {
"state": null,
"conditions": [
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
},
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
}
]
}
},
"id": "id",
"platform": true
}Compute administration
Get a specific cluster
GET
/
api
/
v1
/
organizations
/
{org_id}
/
clusters
/
{id}
Error
A valid request URL is required to generate request examples{
"cluster_url": "cluster_url",
"cluster_ca_data": "cluster_ca_data",
"organisation_id": "organisation_id",
"cluster_sa_token": "cluster_sa_token",
"name": "name",
"cluster_image_registry": {
"organisation_id": "organisation_id",
"cluster_id": "cluster_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"name": "name",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"spec": {
"backend_storage_size": "backend_storage_size",
"backend_storage_class": "backend_storage_class"
},
"status": {
"state": null,
"conditions": [
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
},
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
}
]
}
},
"id": "id",
"platform": true
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful operation
Show child attributes
Show child attributes
Example:
{
"organisation_id": "organisation_id",
"cluster_id": "cluster_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"name": "name",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id",
"spec": {
"backend_storage_size": "backend_storage_size",
"backend_storage_class": "backend_storage_class"
},
"status": {
"state": null,
"conditions": [
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
},
{
"reason": "reason",
"last_transition_time": "2000-01-23T04:56:07.000Z",
"type": "type",
"message": "message",
"observed_generation": 1,
"status": "status"
}
]
}
}
⌘I