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'