POST
/
nodes
curl --request POST \
  --url https://api.vexelia.com/nodes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pricingPlanId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sshKeyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "countryCode": "<string>",
  "operatingSystem": "<string>",
  "application": "<string>",
  "name": "<string>"
}'

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Body

The form that contains the new server details

The body is of type object.

Response

200

The node was deployed successfully

POST
/
nodes
curl --request POST \
  --url https://api.vexelia.com/nodes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pricingPlanId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sshKeyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "countryCode": "<string>",
  "operatingSystem": "<string>",
  "application": "<string>",
  "name": "<string>"
}'

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Body

The form that contains the new server details

The body is of type object.

Response

200

The node was deployed successfully