Load Balancers
Regions
Regions endpoint reference.
List
List Load Balancer region mappings for an account.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
accountId | string | Yes | Account Identifier. | |
params | array | No | [] | Query Parameters: `subdivision_code`, `subdivision_code_a2` and `country_code_a2`. |
php
$response = $client->loadBalancers()->regions()->list('ACCOUNT_ID', []);
Get
Get a single Load Balancer region mapping for an account.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
accountId | string | Yes | Account Identifier. | |
regionId | string | Yes | Region Identifier. |
php
$response = $client->loadBalancers()->regions()->get('ACCOUNT_ID', 'REGION_ID');

