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}
 
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

Get Service Profile ID

  • serviceProfileId
    required
    secuencia

    The Service Profile ID being searched for

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

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 Descripción
ParameterserviceProfileId DescripciónA unique identifier for the application's service profile
ParameterclientType DescripciónIf the client is a Verizon service subscriber. "V2X" is a Verizon client.
ParameterecspFilter DescripciónEdge Computing Service Provider (ECSP) filter. This filter defines what MEC service providers are allowed to be used by the application.
ParameterclientSchedule DescripciónThe time period or periods the application will be active
ParameterclientServiceArea DescripciónThe region or regions the application is allowed to operate in.
ParameterminBandwidthKbits DescripciónThe minimum acceptable data network throughput for the application to function, measured in Kilobits per second.
ParameterserviceContinuitySupport DescripciónIf the client is subscribed to endpoint redundancy (True) or not (False) 
ParametermaxRequestRate DescripciónThe maximum number of application requests sent per second.
ParametermaxLatencyMs DescripciónThe maximum allowable data latency for the application, measured in Milliseconds.
ParameterminAvailability DescripciónThe minimum acceptable amount of service availability, measured as a percentage.
ParameterminCoreClockMHz DescripciónThe minimum acceptable speed of the endpoint's processor, measured in Millions of Cycles per second.
ParameterminMemoryClockMHz DescripciónThe minimum acceptable speed of the endpoint's memory, measured in Millions of Cycles per second.
ParameterminBandwidthGBs DescripciónThe minimum acceptable data network throughput for the application to function, measured in Gigabits per second.
ParameterminTFLOPS DescripciónThe minimum acceptable data processing performance for the application to function, measured in Trillions of Floating-Point Operations per second (Terraflops).
ParameterminRAMGB DescripciónThe minimum acceptable amount of Random Access Memory available for the application to function, measured in Gigabytes.
ParameterminStorageGB DescripciónThe minimum acceptable amount of storage space available for the application to function, measured in Gigabytes.
Parameterproperties DescripciónAdditional service support information for the MEC platform.

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