lightnode
en
  • cn
  • en
  1. Asynchronous Task
lightnode
en
  • cn
  • en
  • API Introduction
  • Authentication Overview
  • Instance
    • Create
      POST
    • Release
      POST
    • Stop
      POST
    • Start
      POST
    • Restart
      POST
    • Modify Password
      POST
    • Instance Details
      GET
    • Reinstall
      POST
  • Security Group
    • Security Group Query
      GET
  • Image
    • Image Query
      GET
  • Asynchronous Task
    • Query Async Task
      GET
  • SSH key
    • Key Pair Query
      GET
  1. Asynchronous Task

Query Async Task

GET
https://openapi.lightnode.com/asynctask/getResult

API Introduction#

Query the execution status of an asynchronous request task.#

For asynchronous APIs such as creating cloud servers, deleting cloud servers, and cloud server operations, after the command is issued, it returns the task status (processResult). Through the task, you can query the execution status of this asynchronous request task.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.lightnode.com/asynctask/getResult?asyncTaskUUID=cm00007dyzds' \
--header 'x-open-token: test-token'

Responses

🟢202成功
application/json
Body

Example
{
    "asyncTaskInfo": {
        "processResult": "SUCCESS",
        "taskStatus": "FINISHED"
    },
    "httpStatus": 202,
    "rowCount": 0
}
Modified at 2025-09-24 03:05:32
Previous
Image Query
Next
Key Pair Query
Built with