lightnode
en
  • cn
  • en
    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

    API Introduction

    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#

    APIDescription
    Create InstanceCreate an instance based on the specified server parameters.
    Delete InstanceDelete instances based on the specified cloud server ID list.
    Stop InstanceShut down a cloud server using the given cloud server ID.
    Start InstanceStart a cloud server using the given cloud server ID.
    Restart InstanceRestart a cloud server using the given cloud server ID.
    Reinstall OSReinstall the operating system of the Elastic Cloud Server.
    Reset PasswordReset the management account password (root or Administrator) of the Elastic Cloud Server.
    Get Instance DetailsRetrieve detailed information for an Elastic Cloud Server.
    List ImagesRetrieve UUIDs for images and their versions.
    List SSH KeysRetrieve UUIDs for SSH keys.
    List Security GroupsRetrieve UUIDs for security groups.
    Get Async Task StatusCheck 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
    Next
    Authentication Overview
    Built with