Skip to content

Commit deaa48f

Browse files
Deepak comments review
1 parent 709370f commit deaa48f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

code/API_definitions/EdgeCloud_LcM.yaml

+19-7
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ paths:
9595
aplicationInstace:
9696
type: array
9797
items:
98-
$ref: '#/components/schemas/InstantiatedApp'
98+
$ref: '#/components/schemas/AppInstanceInfo'
9999
minItems: 1
100100
'400':
101101
$ref: '#/components/responses/400'
@@ -138,9 +138,21 @@ paths:
138138
in: query
139139
required: false
140140
schema:
141-
$ref: '#/components/schemas/AppInstanceId'
141+
$ref: '#/components/schemas/AppInstanceId'
142+
- name: edgeCloudName
143+
description: Edge Cloud Node Name - an identifier for an edge cloud node in the operator domain
144+
in: query
145+
required: false
146+
schema:
147+
$ref: '#/components/schemas/EdgeCloudNodeName'
148+
- name: regionId
149+
description: Human readable name of the geografical zone of the Edge Cloud Node. Defined by the OP.
150+
in: query
151+
required: false
152+
schema:
153+
$ref: '#/components/schemas/RegionId'
142154
responses:
143-
'201':
155+
'200':
144156
description: Information of Aplication Instances
145157
content:
146158
application/json:
@@ -152,7 +164,7 @@ paths:
152164
aplicationInstace:
153165
type: array
154166
items:
155-
$ref: '#/components/schemas/InstantiatedApp'
167+
$ref: '#/components/schemas/AppInstanceInfo'
156168
minItems: 1
157169
'401':
158170
$ref: '#/components/responses/401'
@@ -255,7 +267,7 @@ paths:
255267
schema:
256268
$ref: '#/components/schemas/AppId'
257269
responses:
258-
'201':
270+
'200':
259271
description: Information of Aplication
260272
content:
261273
application/json:
@@ -526,8 +538,8 @@ components:
526538
- x86_64
527539
- arm_64
528540
description: CPU Instruction Set Architecture (ISA) E.g., Intel, Arm etc.
529-
InstantiatedApp:
530-
description: Information about the instantiated application
541+
AppInstanceInfo:
542+
description: Information about the application instance.
531543
type: object
532544
properties:
533545
appInstanceId:

0 commit comments

Comments
 (0)