1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
Query the execution result of an EIP async task
Default interface request rate limit: 20 times per second.
Interface update time: 2020-03-31 19:22:34.
The interface only verifies the signature but does not authenticate.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: DescribeTaskResult |
| Version | Yes | No | String | Public parameter, The value of this interface: 2017-03-12 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| TaskId | No | No | Uint64 | Asynchronous task ID. Either TaskId or DealName must be provided. Example: jkt456 |
| DealName | No | No | String | Billing order number. Either TaskId or DealName is required. Example: 20241017224547 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| TaskId | Uint64 | Task ID Example: jkt456 |
| Result | String | Execution result, including SUCCESS, FAILED and RUNNING Example: 234566 |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameter | Invalid input parameters. |
| InternalServerError | Internal operation error. |
| MissingParameter | Missing parameters. The request did not carry the required parameter. |