| id |
string |
The unique identifier of the cluster assigned by the Cluster Manager. |
| name |
string |
The name of the cluster, used as a human-readable identifier. |
| display_name |
string |
The display name of the cluster shown in the Hybrid Cloud Console. |
| state |
string |
The current lifecycle state of the cluster. |
| cloud_provider |
object |
The cloud provider where the cluster is deployed. |
| region |
object |
The cloud provider region where the cluster is deployed. |
| multi_az |
boolean |
Whether the cluster spans multiple availability zones for high availability. |
| openshift_version |
string |
The OpenShift version running on the cluster. |
| nodes |
object |
The node configuration of the cluster. |
| api |
object |
The cluster API server configuration. |
| console |
object |
The OpenShift web console configuration. |
| network |
object |
The network configuration of the cluster. |
| subscription |
object |
The subscription associated with this cluster. |
| creation_timestamp |
string |
The date and time when the cluster was created in ISO 8601 format. |
| expiration_timestamp |
stringnull |
The date and time when the cluster is set to expire, if applicable. |