Domain name for API request: mariadb.tencentcloudapi.com.
This API is used to query the list of accounts of a specified TencentDB instance.
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: DescribeAccounts. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Instance ID in the form of tdsql-ow728lmc , which can be obtained by querying the instance details through DescribeDBInstances . |
Parameter Name | Type | Description |
---|---|---|
InstanceId | String | Instance ID, which is passed through from the input parameters. |
Users | Array of DBAccount | Instance user list. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: mariadb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSubAccounts
<Common request parameters>
{
"InstanceId": "tdsql-lyzax5rb"
}
{
"Response": {
"InstanceId": "tdsql-lyzax5rb",
"RequestId": "8da4cad2-3f97-41b5-8ef5-a1d3d61e1fdb",
"Users": [
{
"CreateTime": "2022-03-24 15:39:02",
"DelayThresh": 0,
"Description": "",
"Host": "%",
"ReadOnly": 0,
"UpdateTime": "2022-03-24 15:39:02",
"UserName": "h1"
}
]
}
}
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 |
---|---|
InternalError.CamAuthFailed | CAM authentication request failed. |
InternalError.DbOperationFailed | Failed to query the database. |
InternalError.GetUserListFailed | Failed to get the account list. |
InvalidParameter.GenericParameterError | An error occurred while verifying parameter validity. |
ResourceUnavailable.InstanceAlreadyDeleted | The database instance has been deleted. |
ResourceUnavailable.InstanceStatusAbnormal | Incorrect database instance status. Operations are not allowed. |
UnauthorizedOperation.PermissionDenied | You have no permission to manipulate this API or resource. |
Was this page helpful?