Skip to content
Start here

Regions

List Regions
client.loadBalancers.regions.list(RegionListParams { account_id, country_code_a2, subdivision_code, subdivision_code_a2 } params, RequestOptionsoptions?): RegionListResponse
GET/accounts/{account_id}/load_balancers/regions
Get Region
client.loadBalancers.regions.get("WNAM" | "ENAM" | "WEU" | 10 moreregionId, RegionGetParams { account_id } params, RequestOptionsoptions?): RegionGetResponse
GET/accounts/{account_id}/load_balancers/regions/{region_id}
ModelsExpand Collapse
RegionListResponse = unknown | string | null
One of the following:
unknown
string | null
RegionGetResponse = unknown | string | null

A list of countries and subdivisions mapped to a region.

One of the following:
unknown
string | null