Commit 02e59691 authored by Adrian Pino's avatar Adrian Pino
Browse files

Extend the get av. zones seq diagram

parent ee5fa7f8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
```mermaid
sequenceDiagram
title Retrieve Edge Cloud Zones (i2Edge EdgeCloud Platform)
title Retrieve Edge Cloud Zones
actor AP as App Vertical Provider
participant CE as Capabilities Exposure
box Service Resource Manager
@@ -8,10 +8,12 @@ box Service Resource Manager
    participant SDK as EdgeCloudSDK
end
participant i2Edge
participant PiEdge

AP ->> CE: GET /edge-cloud-zones
CE ->> API: GET /av. zones
API ->> SDK: sdk.i2edge.get_zones()
    
SDK ->> i2Edge: GET /zones/list
API ->> SDK: sdk.piedge.get_zones()
SDK ->> PiEdge: GET /nodes
```
 No newline at end of file