Skip to content

Commit

Permalink
ami auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Jan 7, 2024
1 parent 97867f0 commit 9709241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/services/ocean/aws/schemas/amiAutoUpdateData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ properties:
readOnly: true
example: default
description: |
vng's id.
VNG's id.
vngName:
type: string
readOnly: true
example: default
description: |
vng's name.
VNG's name.
status:
type: string
readOnly: true
example: UPDATE_SUCCEEDED
description: |
vng's AMI update result.
VNG's AMI update result.
enum: [ NO_UPDATE_REQUIRED, UPDATE_SUCCEEDED, UPDATE_REQUIRED_BUT_FAILED, FAILED ]
updateType:
type: string
readOnly: true
example: MINOR
description: |
vng's AMI update type.
VNG's AMI update type.
enum: [ MINOR, PATCH ]
oldAmiId:
type: string
Expand Down

0 comments on commit 9709241

Please sign in to comment.