The cloud server creation API can directly deploy instances after verifying user credentials and ensuring the account status is normal.#
This is an asynchronous API. After a cloud server creation request is successfully submitted, it returns an asyncTaskUUID. The cloud server creation is not immediately completed. You need to query the processResult status through the asynchronous task query API. When the processResult status is SUCCESS, it indicates that the cloud server has been successfully created.#
This API supports setting the x-open-token request header in HTTP request messages.#
Elastic cloud server authentication methods include two types: key pairs and passwords. Key pairs are used as the authentication method for elastic cloud servers.#
API calling method: Use the sshKeyUUID field to specify the key file used when logging into the elastic cloud server.#
Password authentication uses an initial password as the authentication method for elastic cloud servers. You can log into the elastic cloud server using username and password. For Linux operating systems, this is the initial password for the root user; for Windows operating systems, this is the initial password for the Administrator user.#