v1
latestOpenAPI 3.0.32026-07-1415028.7 KBOrdering
Allocate Server
Allocate Server
post/v1/ordering/allocate
Headers
x-rd-keystring
Example:{{key}}
Request body
Example request
{
"hostname": "webserver",
"locationId": 1,
"osId": 48,
"planId": 1,
"sshKeyId": "00000000-0000-0000-0000-000000000000"
}Response
Allocate Server
Example response
{
"data": {
"hostname": "webserver",
"id": "00000000-0000-0000-0000-000000000000",
"ipAddress": "121.91.234.18",
"password": "############"
},
"message": "Successfully allocated server!",
"success": true
}