User
Load Balancers
Load balancing owned by the authenticated user rather than by an account.
Load balancing owned by the authenticated user rather than by an account.
Regions
List all region mappings in the user context.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
params | array | No | [] | Query Parameters: `subdivision_code` and `country_code`. |
php
$response = $client->user()->loadBalancers()->regions([]);
Preview
Get the result of a previous preview operation.
Previews are started from monitors()->preview() or pools()->preview(),
which hand back the identifier to read here.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
previewId | string | Yes | Preview Identifier, as returned when the preview was started. |
php
$response = $client->user()->loadBalancers()->preview('PREVIEW_ID');
Healthcheck Events
List origin health changes.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
params | array | No | [] | Query Parameters: `since`, `until`, `pool_id`, `pool_name`, `pool_healthy`, `origin_name` and `origin_healthy`. |
php
$response = $client->user()->loadBalancers()->healthcheckEvents([]);

