Domain name for API request: cdb.intl.tencentcloudapi.com.
This API is used to access tag information of the instance for cloud databases.
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: DescribeTagsOfInstanceIds. |
| Version | Yes | String | Common Params. The value used for this API: 2017-03-20. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| InstanceIds.N | Yes | Array of String | Instance list. Instance ID can be obtained through the DescribeDBInstances API. The length of the array passed in is not limited. |
| Offset | No | Integer | Pagination offset. |
| Limit | No | Integer | Page size. Defaults to 15. |
| Parameter Name | Type | Description |
|---|---|---|
| Offset | Integer | Pagination offset. |
| Limit | Integer | Number of entries per page. |
| Rows | Array of TagsInfoOfInstance | Instance tag 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. |
Get instance tag information
POST / HTTP/1.1
Host: cdb.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTagsOfInstanceIds
<Common request parameters>
{
"Limit": 10,
"InstanceIds": [
"cdb-uns231ns"
],
"Offset": 0
}
{
"Response": {
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"Offset": 0,
"Limit": 10,
"Rows": [
{
"InstanceId": "cdb-uns231ns",
"Tags": [
{
"TagKey": "name",
"TagValue": "zhang"
}
]
}
]
}
}
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 |
|---|---|
| AuthFailure | CAM signature/authentication error. |
| CdbError | Backend or process error. |
| InternalError.AuthError | Authentication failed. |
| InternalError.CdbCgwError | Internal system error. |
| InternalError.CdbError | System error. |
| InternalError.CosError | Failed to obtain file information. |
| InternalError.TaskError | Task exception |
| InternalError.TimeWindowError | Time window error |
| InternalError.UnknownError | Unknown error |
| InvalidParameter | Parameter error. |
| OperationDenied | Operation denied. |
フィードバック