Replies: 6 comments
-
The API to obtain the regions supported by a controller is actually controller/show which is part of the contribution in https://github.com/camaraproject/EdgeCloud/blob/main/code/API_definitions/edgexr-nb-openapi.yaml. |
Beta Was this translation helpful? Give feedback.
-
Thanks Thomas - so which if the table cells above would say yes to reflect that - is it EXRC? |
Beta Was this translation helpful? Give feedback.
-
This capability is not part of the Capgemini proposal 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 |
Beta Was this translation helpful? Give feedback.
-
Updated following feedback |
Beta Was this translation helpful? Give feedback.
-
This are the flow diagrams for corresponding EdgeXR API. Note that the notion of "region" is up to the deploying operator to define, i.e. it doesn't necessarily need to reflect geographical regions (but i can). show 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 /Show
operator->>developer: Iist of supported regions by that operator
|
Beta Was this translation helpful? Give feedback.
-
Developer intents: Provisioning intents
GET /regions
GetOptimalPlatformsByRegion
POST /api/v1/auth/ctrl/ShowCloudlet
Beta Was this translation helpful? Give feedback.
All reactions