Authorization: ********************
{
"names": [
"server1",
"server2"
],
"raidType": "raid-1",
"serverPack": "123e4567-e89b-12d3-a456-426614174000",
"os": "ubuntu",
"distro": "{\"name\": \"ubuntu\", \"title\": \"Ubuntu 20.04\"}",
"networkId": "123e4567-e89b-12d3-a456-426614174001",
"sshKey": "{\"name\": \"key_name\", \"public_key\": \"ssh-rsa AAAAB3...\"}",
"consolePassword": "P@ssw0rd123",
"userData": "#cloud-config\npackages:\n - nginx",
"floatingIp": true,
"mountPoint": "/mnt/data"
}
curl --location --request POST '/api/v2/vmware/vpc//hpc/server/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": [
"server1",
"server2"
],
"raidType": "raid-1",
"serverPack": "123e4567-e89b-12d3-a456-426614174000",
"os": "ubuntu",
"distro": "{\"name\": \"ubuntu\", \"title\": \"Ubuntu 20.04\"}",
"networkId": "123e4567-e89b-12d3-a456-426614174001",
"sshKey": "{\"name\": \"key_name\", \"public_key\": \"ssh-rsa AAAAB3...\"}",
"consolePassword": "P@ssw0rd123",
"userData": "#cloud-config\npackages:\n - nginx",
"floatingIp": true,
"mountPoint": "/mnt/data"
}'
{
"data": [
null
],
"message": null
}