Nodes -> Allocations
$client->application->nodes->allocations
Get allocations
$client->application->nodes->allocations->paginate(int $nodeId, int $page = 1);
Create allocation
$client->application->nodes->allocations->create(int $nodeId, array $data = []);
Delete allocation
$client->application->nodes->allocations->delete(int $nodeId, int $allocationId);
Last updated