Find All Edge Application Service Endpoints

 

List all of the Service Endpoint IDs for a specific API key.

 

Get All Service Endpoints

Returns a list of all registed service endpoints for an API key.

HTTP Request

 

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

 

See also:
 
 
 

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 Getting Started

 

QUERY PARAMETERS: application/json

None

 

PATH PARAMETERS: application/json

None

 

REQUEST BODY: application/json

None

 

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
    {
      "status": "Success",
      "data": [
        "serviceEndpointsId , serviceEndpointsId , serviceEndpointsId"
      ]
    }
    
Response Parameters
Parameter Description
serviceEndpointsId The unique identifier for a service endpoint. 

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details

RESPONSE BODY SCHEMA: application/json

  • status
    string

    HTTP status code

  • message
    string

    Error details