95
95
aplicationInstace :
96
96
type : array
97
97
items :
98
- $ref : ' #/components/schemas/InstantiatedApp '
98
+ $ref : ' #/components/schemas/AppInstanceInfo '
99
99
minItems : 1
100
100
' 400 ' :
101
101
$ref : ' #/components/responses/400'
@@ -138,9 +138,21 @@ paths:
138
138
in : query
139
139
required : false
140
140
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'
142
154
responses :
143
- ' 201 ' :
155
+ ' 200 ' :
144
156
description : Information of Aplication Instances
145
157
content :
146
158
application/json :
@@ -152,7 +164,7 @@ paths:
152
164
aplicationInstace :
153
165
type : array
154
166
items :
155
- $ref : ' #/components/schemas/InstantiatedApp '
167
+ $ref : ' #/components/schemas/AppInstanceInfo '
156
168
minItems : 1
157
169
' 401 ' :
158
170
$ref : ' #/components/responses/401'
@@ -255,7 +267,7 @@ paths:
255
267
schema :
256
268
$ref : ' #/components/schemas/AppId'
257
269
responses :
258
- ' 201 ' :
270
+ ' 200 ' :
259
271
description : Information of Aplication
260
272
content :
261
273
application/json :
@@ -526,8 +538,8 @@ components:
526
538
- x86_64
527
539
- arm_64
528
540
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.
531
543
type : object
532
544
properties :
533
545
appInstanceId :
0 commit comments