DescribePolarClawTask
Queries the status of a PolarClaw asynchronous task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribePolarClawTask |
get |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| TaskId |
string |
Yes |
The asynchronous task ID. |
0ee00f56-f467-4d41-858c-ca4ede2c770e |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
C890995A-CF06-4F4D-8DB8-DD26C2****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Task |
object |
The task object. |
|
| TaskId |
string |
The task ID, which is a universally unique identifier (UUID). |
5956e600-ce6e-4d11-9648-939ef3286e94 |
| State |
string |
The task state. Valid values: pending, running, succeeded, and failed. |
running |
| Operation |
string |
The operation name. |
LoginPolarClawChannel |
| CreatedAtMs |
integer |
The timestamp when the task was created, in milliseconds. |
1778564698304 |
| UpdatedAtMs |
integer |
The timestamp when the task was last updated, in milliseconds. |
1778564750541 |
| Result |
object |
The task result object. This parameter is returned only if the task succeeds. The content of this object varies by operation. |
{} |
| Error |
object |
The error object. This parameter is returned only if the task fails. |
|
| Code |
string |
The error code. |
INVALID_REQUEST |
| Message |
string |
The error message. |
channelId format invalid |
Examples
Success response
JSON format
{
"RequestId": "C890995A-CF06-4F4D-8DB8-DD26C2******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Task": {
"TaskId": "5956e600-ce6e-4d11-9648-939ef3286e94",
"State": "running",
"Operation": "LoginPolarClawChannel",
"CreatedAtMs": 1778564698304,
"UpdatedAtMs": 1778564750541,
"Result": {},
"Error": {
"Code": "INVALID_REQUEST",
"Message": "channelId format invalid"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.