You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: code/API_definitions/EdgeCloud_LcM.yaml
+16-15
Original file line number
Diff line number
Diff line change
@@ -264,19 +264,13 @@ paths:
264
264
schema:
265
265
$ref: '#/components/schemas/AppId'
266
266
- name: appInstanceId
267
-
description: A globally unique identifier associated with a running instance of an application. OP generates this identifier.
267
+
description: A globally unique identifier associated with a running instance of an application within an specific Edge Cloud Zone. OP generates this identifier.
268
268
in: query
269
269
required: false
270
270
schema:
271
271
$ref: '#/components/schemas/AppInstanceId'
272
-
- name: EdgeCloudZone
273
-
description: An identifier name for an Edge Cloud Zone in the operator domain
274
-
in: query
275
-
required: false
276
-
schema:
277
-
$ref: '#/components/schemas/EdgeCloudZone'
278
272
- name: region
279
-
description: Human readable name of the geografical region of the Edge Cloud. Defined by the OP.
273
+
description: Human readable name of the geographical region of the Edge Cloud. Defined by the OP.
280
274
in: query
281
275
required: false
282
276
schema:
@@ -352,7 +346,7 @@ paths:
352
346
operationId: getEdgeCloudZones
353
347
parameters:
354
348
- name: region
355
-
description: Human readable name of the geografical region of the Edge Cloud. Defined by the OP.
349
+
description: Human readable name of the geographical region of the Edge Cloud. Defined by the OP.
356
350
in: query
357
351
required: false
358
352
schema:
@@ -406,7 +400,7 @@ components:
406
400
description: Attributes with information where to instantiate a given application
407
401
type: object
408
402
properties:
409
-
EdgeCloudZone:
403
+
edgeCloudZone:
410
404
$ref: '#/components/schemas/EdgeCloudZone'
411
405
region:
412
406
$ref: '#/components/schemas/Region'
@@ -522,7 +516,7 @@ components:
522
516
properties:
523
517
appInstanceId:
524
518
$ref: '#/components/schemas/AppInstanceId'
525
-
EdgeCloudZone:
519
+
edgeCloudZone:
526
520
$ref: '#/components/schemas/EdgeCloudZone'
527
521
status:
528
522
description: Status of the application instance (default is 'unknown')
@@ -550,9 +544,17 @@ components:
550
544
accessPoints:
551
545
$ref: '#/components/schemas/AccessEndpoint'
552
546
minItems: 1
547
+
553
548
EdgeCloudZone:
554
-
description: Human readable name of the zone of the Edge Cloud. Defined by the OP.
555
-
type: string
549
+
type: object
550
+
properties:
551
+
name:
552
+
type: string
553
+
description: Human readable name of the zone of the Edge Cloud. Defined by the OP.
554
+
provider:
555
+
type: string
556
+
description: Human readable name of the edge cloud provider company (e.g. telco operator, hyperscaler).
0 commit comments