{ "packageConfig": { "packageCode": "test", "regionCode": "cn-dev-2", "zoneCode": "cn-dev-2-a", "instanceName": "20250624153241944021", "imageResourceUUID": "img-bv00006yzubh", "sshKeyUUID": null, "firewallUUID": "fw-7100007a1u1s", "password": "Pass4422@" } }
curl --location --request POST 'https://openapi.lightnode.com/instance/create' \ --header 'x-open-token: test-token' \ --header 'Content-Type: application/json' \ --data-raw '{ "packageConfig": { "packageCode": "test", "regionCode": "cn-dev-2", "zoneCode": "cn-dev-2-a", "instanceName": "20250624153241944021", "imageResourceUUID": "img-bv00006yzubh", "sshKeyUUID": null, "firewallUUID": "fw-7100007a1u1s", "password": "Pass4422@" } }'
{ "asyncTaskInfo": { "asyncTaskUUID": "cm00007dyzds", "ecsResourceUUID": "ecs-lg00007dyz7g" }, "httpStatus": 202, "rowCount": 0 }