Skip to content

Commit

Permalink
Deepak comments review
Browse files Browse the repository at this point in the history
  • Loading branch information
TEF-RicardoSerr authored Dec 18, 2023
1 parent 709370f commit deaa48f
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions code/API_definitions/EdgeCloud_LcM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ paths:
aplicationInstace:
type: array
items:
$ref: '#/components/schemas/InstantiatedApp'
$ref: '#/components/schemas/AppInstanceInfo'
minItems: 1
'400':
$ref: '#/components/responses/400'
Expand Down Expand Up @@ -138,9 +138,21 @@ paths:
in: query
required: false
schema:
$ref: '#/components/schemas/AppInstanceId'
$ref: '#/components/schemas/AppInstanceId'
- name: edgeCloudName
description: Edge Cloud Node Name - an identifier for an edge cloud node in the operator domain
in: query
required: false
schema:
$ref: '#/components/schemas/EdgeCloudNodeName'
- name: regionId
description: Human readable name of the geografical zone of the Edge Cloud Node. Defined by the OP.
in: query
required: false
schema:
$ref: '#/components/schemas/RegionId'
responses:
'201':
'200':
description: Information of Aplication Instances
content:
application/json:
Expand All @@ -152,7 +164,7 @@ paths:
aplicationInstace:
type: array
items:
$ref: '#/components/schemas/InstantiatedApp'
$ref: '#/components/schemas/AppInstanceInfo'
minItems: 1
'401':
$ref: '#/components/responses/401'
Expand Down Expand Up @@ -255,7 +267,7 @@ paths:
schema:
$ref: '#/components/schemas/AppId'
responses:
'201':
'200':
description: Information of Aplication
content:
application/json:
Expand Down Expand Up @@ -526,8 +538,8 @@ components:
- x86_64
- arm_64
description: CPU Instruction Set Architecture (ISA) E.g., Intel, Arm etc.
InstantiatedApp:
description: Information about the instantiated application
AppInstanceInfo:
description: Information about the application instance.
type: object
properties:
appInstanceId:
Expand Down

0 comments on commit deaa48f

Please sign in to comment.