Querying a Cluster
Function
This API is used to query a cluster. The cluster ID must comply with the Kubernetes UUID format rules, and you must have the required permission on the corresponding cluster. Otherwise, the authentication fails.
URI
GET /v1/clusters/{clusterid}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
clusterid |
Yes |
String |
Cluster ID |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Identity authentication information Minimum: 1 Maximum: 16384 |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
kind |
String |
API type. The value is fixed at Cluster and cannot be changed. |
apiVersion |
String |
API version. The value is fixed at v1 and cannot be changed. |
metadata |
ObjectMeta object |
Basic information about a cluster. Metadata is a collection of attributes. |
spec |
ClusterSpec object |
Detailed description of a cluster. UCS creates or updates objects by defining or updating spec. |
status |
ClusterStatus object |
Object status |
Parameter |
Type |
Description |
---|---|---|
uid |
String |
Cluster ID |
name |
String |
Cluster name |
labels |
Map<String,String> |
Label |
creationTimestamp |
String |
Creation time. It is a UTC time in the RFC 3339 format. |
updateTimestamp |
String |
Update timestamp |
Parameter |
Type |
Description |
---|---|---|
syncMode |
String |
Synchronization mode between the cluster and the Karmada control plane |
clusterGroupID |
String |
Fleet ID |
manageType |
String |
Cluster type.
|
ruleNamespaces |
Array of RuleNamespace objects |
List of namespaces associated with permission policies in a cluster |
apiEndpoint |
String |
API server address |
secretRef |
LocalSecretReference object |
Secret for accessing a cluster |
insecureSkipTLSVerification |
Boolean |
Whether to skip HTTPS verification |
proxyURL |
String |
Proxy URL |
provider |
String |
Provider |
type |
String |
Type |
category |
String |
Category |
enableDistMgt |
Boolean |
Whether CCE Turbo clusters can manage edge infrastructure |
region |
String |
Region |
country |
String |
Country |
city |
String |
City |
projectID |
String |
Project ID |
projectName |
String |
Project name |
zone |
String |
Region |
taints |
Array of Taint objects |
Taint |
IsDownloadedCert |
Boolean |
Whether the certificate has been downloaded |
policyId |
String |
Policy ID |
Parameter |
Type |
Description |
---|---|---|
rules |
Array of RuleInfo objects |
Permission policy list |
namespaces |
Array of strings |
Namespace list |
Parameter |
Type |
Description |
---|---|---|
ruleID |
String |
Permission policy ID |
ruleName |
String |
Permission policy name |
Parameter |
Type |
Description |
---|---|---|
namespace |
String |
Resource namespace |
name |
String |
Resource name |
Parameter |
Type |
Description |
---|---|---|
key |
String |
Key |
value |
String |
Value |
effect |
String |
Effect information |
timeadded |
String |
Timestamp information |
Parameter |
Type |
Description |
---|---|---|
kubernetesVersion |
String |
Kubernetes version |
conditions |
Array of ConditionStatus objects |
Cluster conditions |
nodeSummary |
NodeSummary object |
Node statistics |
resourceSummary |
ResourceSummary object |
Resource statistics |
endpoints |
Endpoint object |
Endpoint |
phase |
String |
Phase information |
reason |
String |
Reason of the last change |
message |
String |
Details about the last state transition |
arrearFreeze |
String |
Frozen due to arrears |
policeFreeze |
String |
Frozen for legal reasons |
apiEnablements |
Array of APIEnablement objects |
List of enabled resources |
Parameter |
Type |
Description |
---|---|---|
type |
String |
Status type |
status |
String |
Status |
observedgeneration |
Integer |
Version of a status object |
lasttransitiontime |
String |
Time of the last transition |
reason |
String |
Cause of status |
message |
String |
Status information |
Parameter |
Type |
Description |
---|---|---|
totalNum |
String |
Number of all nodes in a cluster |
readyNum |
String |
Number of ready nodes in a cluster |
Parameter |
Type |
Description |
---|---|---|
allocatable |
map<string, object> |
Allocable resources |
allocating |
map<string, object> |
Resources in allocation |
allocated |
map<string, object> |
Allocated resources |
capacity |
map<string, object> |
Total resources |
Parameter |
Type |
Description |
---|---|---|
url |
String |
URL |
type |
String |
Port type |
status |
String |
Port status |
Parameter |
Type |
Description |
---|---|---|
groupVersion |
String |
Resource group version |
resources |
Array of APIResource objects |
Resource type and name |
Example Requests
None
Example Responses
Status code: 200
Cluster information, such as its status and synchronization mode between the cluster and Karmada control plane.
{ "kind" : "Cluster", "apiVersion" : "v1", "metadata" : { "name" : "test-cluster", "uid" : "b0d1ecb5-7947-11ee-9467-0255ac1001bf", "creationTimestamp" : "2023-11-02T06:36:14Z", "labels" : { "FeatureGates" : "elbv3,SupportClientCertificateRevocation,xGPU" }, "annotations" : { "vpcId" : "11c9fe72-5a90-4295-bcfe-774726fb9066" } }, "spec" : { "syncMode" : "", "clusterGroupID" : "bffbb35b-7949-11ee-886c-0255ac100037", "manageType" : "grouped", "provider" : "huaweicloud", "type" : "cce", "category" : "self", "region" : "cn-north-4", "country" : "CN", "city" : "150900", "projectID" : "b6315dd3d0ff4be5b31a963256794989", "projectName" : "cn-north-4", "IsDownloadedCert" : false, "operatorNamespace" : "2cd7ebd02e4743eba4e6342c09e49344" }, "status" : { "kubernetesVersion" : "v1.25", "conditions" : [ { "type" : "Ready", "status" : "True", "lastTransitionTime" : "2023-11-27T11:05:09+08:00", "reason" : "ClusterAvailable" }, { "type" : "Cluster", "status" : "Available", "lastTransitionTime" : "2023-11-27T11:05:09+08:00", "reason" : "ClusterAvailable" }, { "type" : "Federation", "status" : "Federalized", "lastTransitionTime" : "2023-11-14T14:31:58.744215+08:00" } ], "endpoints" : [ { "url" : "https://192.168.1.251:5443", "type" : "Internal" } ], "phase" : "Available", "arrearFreeze" : "false", "policeFreeze" : "false" } }
Status Codes
Status Code |
Description |
---|---|
200 |
Cluster information, such as its status and synchronization mode between the cluster and Karmada control plane. |
400 |
Client request error. The server could not execute the request. |
403 |
The server refused the request. |
404 |
Resource not found. |
500 |
Internal server error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot