LightNode
    en
    • cn
    • en
    • API Overview
    • API Authentication Guide
    • Instances
      • Create Instance
        POST
      • Delete Instance
        POST
      • Stop Instance
        POST
      • Start Instance
        POST
      • Restart Instance
        POST
      • Reset Password
        POST
      • Instance Details
        GET
      • Reinstall OS
        POST
      • Instance List
        GET
    • Security Groups
      • Security Group List
        GET
    • Images
      • Image List
        GET
    • Async Tasks
      • Get Async Task Result
        GET
    • SSH Keys
      • SSH Key List
        GET
    • Regions
      • Region List
        GET
    • Packages
      • Package List
        GET
    • Schemas
      • Instance Model

    Instance Model

    {
        "bandwidth": 0,
        "bandwidthType": "string",
        "cpu": 0,
        "createTime": "string",
        "dataDiskInfoList": [
            {
                "dataDiskCategory": "string",
                "dataDiskResourceUUID": "string",
                "dataDiskSize": 0,
                "snapshotNum": 0
            }
        ],
        "dataDiskSize": 0,
        "ecsPendingStatus": "string",
        "ecsResourceUUID": "string",
        "ecsStatus": "string",
        "freeFlow": 0,
        "giftCpu": 0,
        "ifAttachable": true,
        "imageName": "string",
        "imageResourceUUID": "string",
        "imageType": "string",
        "instanceName": "string",
        "instanceSeries": "string",
        "internalIpAddress": "string",
        "internetChargeType": "string",
        "limitFlow": "string",
        "memory": 0,
        "networkType": "string",
        "osDistroVersion": "string",
        "publicIpAddress": "string",
        "publicIpResourceUUID": "string",
        "regionCode": "string",
        "regionName": "string",
        "secondaryPublicIpInfoList": [
            "string"
        ],
        "snapshotNum": 0,
        "supportIpv6": true,
        "supportSsh": true,
        "sysAccount": "string",
        "systemDiskCategory": "string",
        "systemDiskResourceUUID": "string",
        "systemDiskSize": 0,
        "usedFlow": 0,
        "zoneCode": "string",
        "zoneName": "string"
    }
    Built with