Domain name for API request: cdwdoris.tencentcloudapi.com.
This API is used to query the specific information of a cluster based on the cluster ID.
A maximum of 20 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: DescribeInstance. |
Version | Yes | String | Common Params. The value used for this API: 2021-12-28. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Cluster instance ID |
Parameter Name | Type | Description |
---|---|---|
InstanceInfo | InstanceInfo | Instance description information |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to query the specific information of a cluster based on the cluster ID.
POST / HTTP/1.1
Host: cdwdoris.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstance
<Common request parameters>
{
"InstanceId": "cdwch-12345678"
}
{
"Response": {
"InstanceInfo": {
"InstanceId": "abc",
"InstanceName": "abc",
"Status": "abc",
"Version": "abc",
"Region": "abc",
"Zone": "abc",
"VpcId": "abc",
"SubnetId": "abc",
"PayMode": "abc",
"CreateTime": "abc",
"ExpireTime": "abc",
"MasterSummary": {
"Spec": "abc",
"NodeSize": 0,
"Core": 0,
"Memory": 0,
"Disk": 0,
"DiskType": "abc",
"DiskDesc": "abc",
"AttachCBSSpec": {
"DiskType": "abc",
"DiskSize": 0,
"DiskCount": 0,
"DiskDesc": "abc"
},
"SubProductType": "abc",
"SpecCore": 0,
"SpecMemory": 0,
"DiskCount": 0,
"Encrypt": 0,
"MaxDiskSize": 0
},
"CoreSummary": {
"Spec": "abc",
"NodeSize": 0,
"Core": 0,
"Memory": 0,
"Disk": 0,
"DiskType": "abc",
"DiskDesc": "abc",
"AttachCBSSpec": {
"DiskType": "abc",
"DiskSize": 0,
"DiskCount": 0,
"DiskDesc": "abc"
},
"SubProductType": "abc",
"SpecCore": 0,
"SpecMemory": 0,
"DiskCount": 0,
"Encrypt": 0,
"MaxDiskSize": 0
},
"HA": "abc",
"HaType": 0,
"AccessInfo": "abc",
"Id": 0,
"RegionId": 0,
"ZoneDesc": "abc",
"FlowMsg": "abc",
"StatusDesc": "abc",
"RenewFlag": true,
"Tags": [
{
"TagKey": "abc",
"TagValue": "abc"
}
],
"Monitor": "abc",
"HasClsTopic": true,
"ClsTopicId": "abc",
"ClsLogSetId": "abc",
"EnableXMLConfig": 0,
"RegionDesc": "abc",
"Eip": "abc",
"CosMoveFactor": 0,
"Kind": "abc",
"CosBucketName": "abc",
"CanAttachCbs": true,
"BuildVersion": "abc",
"Components": "abc"
},
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
本页内容是否解决了您的问题?