Create Your First Environment
Next, you can create a environment by specifying the "authentication ID", "image ID" and "instance node name". You can configure additional resources such as CPU, memory, and storage, After the request is submitted, the user must wait for some time, and the instance creation progress can be monitored through a separate query API.
Example Request:
Replace {{API_TOKEN}}
with your actual token.
For the "payment_type" parameter, there are three options:
1
represents USD2
represents NMT3
represents CNY
Example Response:
Last updated