List 5G Edge Regions

 

List the geographical regions supported and the zones within each.

 

Get Regions

Returns an array of all regions in the Verizon 5G Edge service. You can use the region IDs from the response to find optimal Edge platforms or service endpoints.

HTTP Request

 

GET https://5gedge.verizon.com/api/mec/eds/regions

 

Ver también:

HEADER PARAMETERS: application/json

The request header must contain a current ThingSpace authorization bearer token and must set the content-type to JSON. For more information about tokens, see Cómo comenzar

 

QUERY PARAMETERS: application/json

Desactivado

 

PATH PARAMETERS: application/json

Desactivado

 

REQUEST BODY: application/json

Desactivado

 

Responses

Note: For cases where user input exceeds the boundary values an additional "data" key will be returned with a relevant description. The error response returns an additional data key value beyond the error values listed here. 

 

RESPONSE BODY SCHEMA: application/json

  • Success response
    schema
    {
      "regions": [
        {
          "regionId": "string",
          "name": "string",
          "countryCode": null,
          "metro": null,
          "area": null
        }
      ]
    }
    
Response Parameters
Parameter Descripción
ParameterregionId DescripciónThe unique identifier of the region.
Parameternombre DescripciónA relevant and identifiable region name.
ParametercountryCode DescripciónA two-character alpha code for a country, based on ISO 3166-1 alpha-2. This is future functionality, so the value returned is "null".
Parametermetro DescripciónThe metropolitan area or "City" value.  This is future functionality, so the value returned is "null".
Parameterarea DescripciónThis is a sub-set of  "City" and is similar to "Zone". This is future functionality, so the value returned is "null".

RESPONSE BODY SCHEMA: application/json

  • estatus
    secuencia

    HTTP status code

  • mensaje
    secuencia

    Error details

RESPONSE BODY SCHEMA: application/json

  • estatus
    secuencia

    HTTP status code

  • mensaje
    secuencia

    Error details

RESPONSE BODY SCHEMA: application/json

  • estatus
    secuencia

    HTTP status code

  • mensaje
    secuencia

    Error details