Find a Service Profile

Find information about a specific service profile

 

Get Service Profile ID

Returns details about a specified service profile.

HTTP Request
 
GET https://5gedge.verizon.com/api/mec/eds/serviceprofiles/{serviceProfileId}
 
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

Get Service Profile ID

  • serviceProfileId
    required
    string

    The Service Profile ID being searched for

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

Note: "GPU" is future functionality. The default values are listed below.

  • Success response
    schema
    {
       "serviceProfileId": "string",
       "clientType": "V2X",
       "ecspFilter": "string",
       "clientSchedule": "string",
       "clientServiceArea": "string",
       "networkResources": {
          "minBandwidthKbits": 0,
          "serviceContinuitySupport": true,
          "maxRequestRate": 0,
          "maxLatencyMs": 0,
          "minAvailability": 0
       },
       "computeResources": {
          "GPU": {
            "minCoreClockMHz": 1,
            "minMemoryClockMHz": 0,
            "minBandwidthGBs": 0,
            "minTFLOPS": 0
           },
           "minRAMGB": 1,
           "minStorageGB": 1
       },
       "properties": {
          "type": "string",
          "data": {}
       }
    }
    
Response Parameters
Parameter Description
serviceProfileId A unique identifier for the application's service profile
clientType If the client is a Verizon service subscriber. "V2X" is a Verizon client.
ecspFilter Edge Computing Service Provider (ECSP) filter. This filter defines what MEC service providers are allowed to be used by the application.
clientSchedule The time period or periods the application will be active
clientServiceArea The region or regions the application is allowed to operate in.
minBandwidthKbits The minimum acceptable data network throughput for the application to function, measured in Kilobits per second.
serviceContinuitySupport If the client is subscribed to endpoint redundancy (True) or not (False) 
maxRequestRate The maximum number of application requests sent per second.
maxLatencyMs The maximum allowable data latency for the application, measured in Milliseconds.
minAvailability The minimum acceptable amount of service availability, measured as a percentage.
minCoreClockMHz The minimum acceptable speed of the endpoint's processor, measured in Millions of Cycles per second.
minMemoryClockMHz The minimum acceptable speed of the endpoint's memory, measured in Millions of Cycles per second.
minBandwidthGBs The minimum acceptable data network throughput for the application to function, measured in Gigabits per second.
minTFLOPS The minimum acceptable data processing performance for the application to function, measured in Trillions of Floating-Point Operations per second (Terraflops).
minRAMGB The minimum acceptable amount of Random Access Memory available for the application to function, measured in Gigabytes.
minStorageGB The minimum acceptable amount of storage space available for the application to function, measured in Gigabytes.
properties Additional service support information for the MEC platform.

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