DescribeJobGroupExportTaskProgress
Retrieves the progress of a task group export task. This operation is deprecated. Use ListDownloadTasks instead.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:DescribeJobGroupExportTaskProgress |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The instance ID. |
b3dbfb82-1ae6-4e73-b717-f494727d2af3 |
| TaskId |
string |
No |
The task ID. |
e4e2a770-b97b-465a-80d8-06dca008c503 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| FileHttpUrl |
string |
The file URL. |
http://xxx.xx.com/xx |
| Progress |
number |
The export progress. |
45.0 |
| RequestId |
string |
The request ID. |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Code |
string |
The API status code. |
OK |
| Message |
string |
The API message. |
Success |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"FileHttpUrl": "http://xxx.xx.com/xx",
"Progress": 45,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Code": "OK",
"Message": "Success"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.