DescribePolarClawTask

Updated at:
Copy as MD

Queries the status of a PolarClaw asynchronous task.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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.