Domain name for API request: cynosdb.tencentcloudapi.com.
This API is used to query the list of instances.
A maximum of 1000 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: DescribeInstances. |
Version | Yes | String | Common Params. The value used for this API: 2019-01-07. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Limit | No | Integer | Number of returned results. Default value: 20. Maximum value: 100 |
Offset | No | Integer | Record offset. Default value: 0 |
OrderBy | No | String | Sort by field. Valid values: |
OrderByType | No | String | Sorting order. Valid values: |
Filters.N | No | Array of QueryFilter | Filter. If more than one filter exists, the logical relationship between these filters is AND . |
DbType | No | String | Engine type. Currently, MYSQL is supported. |
Status | No | String | Instance status. Valid values: creating running isolating isolated activating: Removing the instance from isolation offlining: Eliminating the instance offlined: Instance eliminated |
InstanceIds.N | No | Array of String | Instance ID list |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of instances |
InstanceSet | Array of CynosdbInstance | Instance list |
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 list of instances.
POST / HTTP/1.1
Host: cynosdb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstances
<Common request parameters>
{
"Limit": 0,
"Offset": 0,
"OrderBy": "abc",
"OrderByType": "abc",
"Filters": [
{
"Names": [
"abc"
],
"Values": [
"abc"
],
"ExactMatch": true,
"Name": "abc",
"Operator": "abc"
}
],
"DbType": "abc",
"Status": "abc",
"InstanceIds": [
"abc"
]
}
{
"Response": {
"TotalCount": 0,
"InstanceSet": [
{
"Uin": "abc",
"AppId": 0,
"ClusterId": "abc",
"ClusterName": "abc",
"InstanceId": "abc",
"InstanceName": "abc",
"ProjectId": 0,
"Region": "abc",
"Zone": "abc",
"Status": "abc",
"StatusDesc": "abc",
"DbType": "abc",
"DbVersion": "abc",
"Cpu": 0,
"Memory": 0,
"Storage": 0,
"InstanceType": "abc",
"InstanceRole": "abc",
"UpdateTime": "2020-09-22 00:00:00",
"CreateTime": "2020-09-22 00:00:00",
"VpcId": "abc",
"SubnetId": "abc",
"Vip": "abc",
"Vport": 0,
"PayMode": 0,
"PeriodEndTime": "2020-09-22 00:00:00",
"DestroyDeadlineText": "abc",
"IsolateTime": "2020-09-22 00:00:00",
"NetType": 0,
"WanDomain": "abc",
"WanIP": "abc",
"WanPort": 0,
"WanStatus": "abc",
"DestroyTime": "abc",
"CynosVersion": "abc",
"ProcessingTask": "abc",
"RenewFlag": 0,
"MinCpu": 0,
"MaxCpu": 0,
"ServerlessStatus": "abc",
"StorageId": "abc",
"StoragePayMode": 0,
"PhysicalZone": "abc",
"BusinessType": "abc",
"Tasks": [
{
"TaskId": 0,
"TaskType": "abc",
"TaskStatus": "abc",
"ObjectId": "abc",
"ObjectType": "abc"
}
],
"IsFreeze": "abc",
"ResourceTags": [
{
"TagKey": "abc",
"TagValue": "abc"
}
],
"MasterZone": "abc",
"SlaveZones": [
"abc"
],
"InstanceNetInfo": [
{
"InstanceGroupType": "abc",
"InstanceGroupId": "abc",
"VpcId": "abc",
"SubnetId": "abc",
"NetType": 0,
"Vip": "abc",
"Vport": 0,
"WanDomain": "abc",
"WanIP": "abc",
"WanPort": 0,
"WanStatus": "abc"
}
]
}
],
"RequestId": "abc"
}
}
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.CamCheckResourceError | Failed to get permissions. Please try again later. If the problem persists, please contact customer service. |
FailedOperation.CamSigAndAuthError | Authentication failed. Please try again later. If the problem persists, please contact customer service. |
FailedOperation.DatabaseAccessError | Failed to access the database. Please try again later. If the problem persists, please contact customer service. |
InternalError.DbOperationFailed | Failed to query the database. |
InternalError.InternalHttpServerError | An exception occurred while executing the HTTP request. |
InternalError.SystemError | Internal system error. |
InternalError.UnknownError | Unknown internal error. |
InvalidParameter | Parameter error. |
InvalidParameterValue.IllegalOrderBy | Invalid sort by field. |
InvalidParameterValue.InvalidParameterValueError | Invalid parameter value. |
InvalidParameterValue.ParamBothSetError | These two parameters cannot be set at the same time. |
InvalidParameterValue.ParamError | Incorrect parameter. |
UnauthorizedOperation.PermissionDenied | CAM authentication failed. |
本页内容是否解决了您的问题?