Wireless Regions

Get all wireless regions

Retrieve all wireless regions for the given product.

get/wireless/regions

Query parameters

productstring required
Example:public_ips

The product for which to list regions (e.g., 'public_ips', 'private_wireless_gateways').

Response

A list of wireless regions

Example response

{
  "data": [
    {
      "code": "dc2",
      "name": "Washington DC, US"
    }
  ]
}

Changes

Changed in 3 of the 99 revisions of this API.3

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.