Domain name for API request: tke.tencentcloudapi.com.
This API is used to query the key information of a cluster.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeClusterSecurity. |
Version | Yes | String | Common Params. The value used for this API: 2018-05-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
ClusterId | Yes | String | Cluster ID. Enter the ClusterId field returned by the DescribeClusters API |
Parameter Name | Type | Description |
---|---|---|
UserName | String | Cluster's account name |
Password | String | Cluster's password |
CertificationAuthority | String | Cluster's access CA certificate |
ClusterExternalEndpoint | String | Cluster's access address |
Domain | String | Domain name accessed by the cluster |
PgwEndpoint | String | Cluster's endpoint address |
SecurityPolicy | Array of String | Cluster's access policy group Note: This field may return null, indicating that no valid value was found. |
Kubeconfig | String | Cluster Kubeconfig file Note: This field may return null, indicating that no valid value was found. |
JnsGwEndpoint | String | Access address of the cluster JnsGw Note: This field may return null, indicating that no valid value was found. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the secret information of a cluster.
https://tke.tencentcloudapi.com/?Action=DescribeClusterSecurity
&ClusterId=cls-7ph3twqe
&<Common request parameters>
{
"Response": {
"UserName": "admin",
"Domain": "cls-7ph3twqe.ccs.tencent-cloud.com",
"CertificationAuthority": "",
"Kubeconfig": "",
"PgwEndpoint": "0.0.0.0",
"JnsGwEndpoint": "127.0.0.1:8080",
"RequestId": "5f792091-66a7-40fc-8043-4d8b9537fa44",
"SecurityPolicy": [
"192.168.0.1"
],
"ClusterExternalEndpoint": "https://127.0.0.1",
"Password": ""
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.ComponentClientHttp | Internal HTTP client error. |
FailedOperation.ComponentClientUnpack | Internal HTTP decapsulation failed. |
FailedOperation.Db | Database error. |
FailedOperation.DbRecordNotFound | Record not found. |
FailedOperation.KubeCommon | Kubernetes API error. |
FailedOperation.LbCommon | An unknown error occurs while calling the underlying CLB. |
InternalError | Internal error. |
InternalError.AccountUserNotAuthenticated | Account not verified. |
InternalError.ComponentClientHttp | Internal HTTP client error |
InternalError.Db | DB error. |
InternalError.DbAffectivedRows | Database error. |
InternalError.DbRecordNotFound | Record not found. |
InternalError.KubeCommon | Kubernetes API error. |
InternalError.LbCommon | An error occurs while calling the underlying CLB |
InternalError.Param | Parameter error. |
InternalError.UnexpectedInternal | Unknown internal error. |
InvalidParameter.CidrInvalid | Parameter error. The CIDR block does not meet the specification. |
InvalidParameter.Param | Invalid parameter. |
LimitExceeded | Quota limit is exceeded. |
MissingParameter | Missing parameter. |
ResourceInUse | The resource is occupied. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.ClusterNotFound | The cluster does not exist. |
ResourceNotFound.KubeResourceNotFound | The specified resource is not found in the Kubernetes cluster. |
ResourceUnavailable | Resource is unavailable |
ResourceUnavailable.ClusterInAbnormalStat | Abnormal cluster status. |
ResourceUnavailable.ClusterState | The cluster’s status does support this operation. |
UnauthorizedOperation | Unauthorized operation. |
UnauthorizedOperation.CamNoAuth | The API has no CAM permissions. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?