API Overview#
The LightNode OpenAPI provides ECS lifecycle management and status query endpoints. Users can request a token through the console and use that token to manage the full lifecycle of instances.#
Debugging#
You can test and debug these APIs in Apifox.#
Endpoint Summary#
| Endpoint | Description |
|---|
| Create Instance | Creates an instance using the specified server parameters. |
| Delete Instance | Deletes a cloud server using the specified cloud server ID list. |
| Stop Instance | Stops a cloud server by the specified cloud server ID. |
| Start Instance | Starts a cloud server by the specified cloud server ID. |
| Restart Instance | Restarts a cloud server by the specified cloud server ID. |
| Reinstall OS | Reinstalls the operating system of an elastic cloud server. |
| Reset Instance Password | Resets the password of the elastic cloud server administrator account (root or Administrator). |
| Instance List | Retrieves all cloud servers under the current account. |
| Instance Details | Retrieves detailed information about an elastic cloud server. |
| Image List | Retrieves the UUIDs of available images and versions. |
| SSH Key List | Retrieves the UUIDs of SSH keys. |
| Security Group List | Retrieves the UUIDs of security groups. |
| Region List | Retrieves all regions available on the platform. |
| Package List | Retrieves all package codes available in the specified region. |
| Get Async Task Result | Retrieves the execution status of an asynchronous request task. For asynchronous APIs such as creating, deleting, or operating cloud servers, a task status (processResult) is returned after submission, and the task ID can be used to query execution status. |
Modified at 2026-04-10 06:03:41