The LightNode platform OpenAPI mainly provides ECS lifecycle management and status query APIs. Users can request a TOKEN from customer support and use it to manage the full lifecycle of their instances.#
Debugging#
Users can debug the APIs via Apifox.#
API Description#
| API | Description |
|---|
| Create Instance | Create an instance based on the specified server parameters. |
| Delete Instance | Delete instances based on the specified cloud server ID list. |
| Stop Instance | Shut down a cloud server using the given cloud server ID. |
| Start Instance | Start a cloud server using the given cloud server ID. |
| Restart Instance | Restart a cloud server using the given cloud server ID. |
| Reinstall OS | Reinstall the operating system of the Elastic Cloud Server. |
| Reset Password | Reset the management account password (root or Administrator) of the Elastic Cloud Server. |
| Get Instance Details | Retrieve detailed information for an Elastic Cloud Server. |
| List Images | Retrieve UUIDs for images and their versions. |
| List SSH Keys | Retrieve UUIDs for SSH keys. |
| List Security Groups | Retrieve UUIDs for security groups. |
| Get Async Task Status | Check the execution status of an asynchronous request task. For operations such as creating, deleting, or managing cloud servers, asynchronous APIs return a task status (processResult); use the task to query its execution status. |
Modified at 2025-09-24 07:48:16