Replies: 6 comments
-
Assumption "MEC" refers to "cloudlets" as defined in https://github.com/camaraproject/EdgeCloud/blob/main/documentation/SupportingDocuments/edge_terminology.md ShowCloudlet indeed does provide the available flavors available on all cloudlets the developer can access (based on his organization memberships and their cloudlet access rights). The details of the flavors include the required parameters (CPU, Memory, Storage, GPU). The above comment ("Response includes Object resource..." seems to refer to an execution of ShowCloudlet with Operator Role (i.e. not Developer Role) which returns additional information but is not relevant here. |
Beta Was this translation helpful? Give feedback.
-
Same as for Intent 1 comment, we can change 'operator MEC' to cloudlet |
Beta Was this translation helpful? Give feedback.
-
The resource discovery capability has not been part of the proposed Capgemini APIs i.e. GMEC |
Beta Was this translation helpful? Give feedback.
-
the table accurately reflects the support for the intent in 5GFF MEC Exposure & Experience Management API. The API supports discovering capabilities/resources available at the MEC site in the context of Application requirements which is defined in the form of service profile. |
Beta Was this translation helpful? Give feedback.
-
updated to say 'Cloudlet/MEC platform' until we have agreed which (or both) to use |
Beta Was this translation helpful? Give feedback.
-
This are the flow diagrams for corresponding EdgeXR APIs showCloudlet (https://api.edgexr.org/#tag/Cloudlet/operation/ShowCloudlet) sequenceDiagram
participant developer
participant operator
Note over developer,operator: PRE App determined proper Operator Gateway as per attached network
Note over developer,operator: PRE App developer registered, <br/> authenticated and authorised
developer->>operator: POST /ShowCloudlet <region>
operator->>developer: Iist of cloudlets in the requested region
|
Beta Was this translation helpful? Give feedback.
-
Developer intents : Provisioning intents
GET /mecplatforms
Service Profile
,Region
,subscriber density
orUEIdentity
.POST /api/v1/auth/ctrl/ShowCloudlet
{"alert_threshold": 0, "name": "string", "value": 0 }
Would gpu be included here?Beta Was this translation helpful? Give feedback.
All reactions