Server Allocate
Queues an allocation request. When complete the first unallocated server identified by the criteria will be associated with the pass in <uuid>
.
The status of outstanding requests can be queried with Server Allocations calls.
/cfp/v1/server/allocate
Method | Content Type |
---|---|
GET | application/x-www-form-urlencoded |
Variable | Description | Optional |
---|---|---|
regionid | The <regionid> from which the server will be allocated. This region ID is provided by Multiplay as these are custom values to your account. |
no |
profileid | The <profileid> identifying the fleet of the server to be allocated. |
no |
uuid | The <uuid> to use as the allocation identifier for the server once the allocation has been for-filled. This must be a valid UUID. |
no |
fleetid | The <fleetid> to allocate capacity from. |
no |
Example Response
{
"success": true,
"messages": [],
"allocation": {
"profileid": <profileid>,
"uuid": "<uuid>",
"regions": "<regions>",
"created": "<created>"
"error" : <error>
}
}