DescribeTags
Description
Query the tag information of the RDS instance under the account.
Request Method
POST
Request Path
/apsara/route/Rds/DescribeTags
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
DBInstanceId | BODY | string | No | No sample value for this parameter. | instance ID. pass this parameter and other filter conditions are invalid. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RegionId | BODY | string | Yes | No sample value for this parameter. | region. |
version | BODY | string | No | 2016-01-01 | version of api |
Tags | BODY | json string | No | No sample value for this parameter. | Tag list to query, including TagKey and TagValue. TagKey cannot be empty, TagValue can be empty. format example: {"key1": "value1"} |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}