Domain name for API request: cdb.tencentcloudapi.com.
This API (DescribeDBImportRecords) is used to query the records of import tasks in a TencentDB instance.
A maximum of 100 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: DescribeDBImportRecords. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-20. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceId | Yes | String | Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page. |
StartTime | No | String | Start time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 00:00:01. |
EndTime | No | String | End time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 23:59:59. |
Offset | No | Integer | Pagination parameter indicating the offset. Default value: 0. |
Limit | No | Integer | Pagination parameter indicating the number of results to be returned for a single request. Value range: 1-100. Default value: 20. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of eligible import task operation logs. |
Items | Array of ImportRecord | List of import operation records. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cdb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDBImportRecords
<Common request parameters>
{
"InstanceId": "cdb-7r8h0h61",
"EndTime": "2017-08-24 15:03:01",
"StartTime": "2016-01-01 00:00:01"
}
{
"Response": {
"RequestId": "6EF60BEC-0242-43AF-BB20-270359FB54A7",
"TotalCount": "4",
"Items": [
{
"Status": 3,
"Code": 1,
"CostTime": 0,
"InstanceId": "e318ecb8-863f-11e7-85a5-80fb06afab26",
"WorkId": "1649290",
"FileName": "monkey_1501490864.sql",
"Process": 5,
"CreateTime": "2017-11-09 14:26:31",
"FileSize": 12,
"Message": "lock_inst.cgi: No instance records exist for some instance IDs.",
"JobId": 16242,
"DbName": "test",
"AsyncRequestId": "a4788d0a-df23758a-ac961e5a-af414d33"
},
{
"Status": 3,
"Code": 1,
"CostTime": 0,
"InstanceId": "e318ecb8-863f-11e7-85a5-80fb06afab26",
"WorkId": "1545387",
"FileName": "monkey_1501490864.sql",
"Process": 5,
"CreateTime": "2017-10-18 21:18:26",
"FileSize": "12",
"Message": "lock_inst.cgi: No instance records exist for some instance IDs.",
"JobId": 16223,
"DbName": "",
"AsyncRequestId": "198e97de-972b1971-fb0ce76a-08ca054e"
},
{
"Status": 3,
"Code": 1,
"CostTime": 0,
"InstanceId": "e318ecb8-863f-11e7-85a5-80fb06afab26",
"WorkId": "1545171",
"FileName": "monkey_1501490864.sql",
"Process": 5,
"CreateTime": "2017-10-18 20:12:07",
"FileSize": "2",
"Message": "lock_inst.cgi: No instance records exist for some instance IDs.",
"JobId": 16222,
"DbName": "test",
"AsyncRequestId": "9706dfbf-0d1bc6df-5f18f4e1-bb86f2f4"
},
{
"Status": 3,
"Code": 1,
"CostTime": 0,
"InstanceId": "e318ecb8-863f-11e7-85a5-80fb06afab26",
"WorkId": "2228867",
"FileName": "monkey_1501490864.sql",
"Process": 5,
"CreateTime": "2017-10-18 17:53:54",
"FileSize": "12",
"Message": "lock_inst.cgi: No instance records exist for some instance IDs.",
"JobId": 16209,
"DbName": "",
"AsyncRequestId": "e8713d1e-10628d32-74682eef-d0855c1a"
}
]
}
}
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 |
---|---|
InvalidParameter | Parameter error. |
InvalidParameter.InstanceNotFound | The instance does not exist. |
InvalidParameter.InvalidAsyncRequestId | The async task does not exist. |
OperationDenied.UserHasNoStrategy | This account is not authorized to access the requested resource. |
本页内容是否解决了您的问题?