Create and manage resource profiles for your 5G Edge applications. You must create a resource profile before you can select nodes to host your application.
Create and manage resource profiles for your 5G Edge applications. You must create a resource profile before you can select nodes to host your application.
POST https://5gedge.verizon.com/api/mec/eds/serviceprofiles
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
Note: "GPU" is future functionality. Default values are listed below.
{
"clientType": "V2X",
"ecspFilter": "Verizon",
"clientSchedule": "string",
"clientServiceArea": "string",
"networkResources": {
"minBandwidthKbits": 1,
"serviceContinuitySupport": true,
"maxRequestRate": 1,
"maxLatencyMs": 5,
"minAvailability": 1
},
"computeResources": {
"GPU": {
"minCoreClockMHz": 1,
"minMemoryClockMHz": 0,
"minBandwidthGBs": 0,
"minTFLOPS": 0
},
"minRAMGB": 1,
"minStorageGB": 1
},
"properties": {
"type": "string",
"data": {}
}
}
Parameter | Descripción |
---|---|
ParameterclientType se requiere |
DescripciónThe category of application client. Valid values are: V2X, ComputerVision, MachineLearning, IoT, Gaming, AR, VR, Analytics and Robotics. |
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 se requiere |
DescripciónThe maximum allowable data latency for the application, measured in Milliseconds. Note: This value must be submitted in multiples of 5 (i.e. if you are looking for 24ms then the value must be either 20ms or 25ms). |
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. |
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.