From 970924130fcf0d6f12aac97a9739e5fcb7fbef16 Mon Sep 17 00:00:00 2001 From: shauli Date: Sun, 7 Jan 2024 17:57:00 +0200 Subject: [PATCH] ami auto update --- api/services/ocean/aws/schemas/amiAutoUpdateData.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/services/ocean/aws/schemas/amiAutoUpdateData.yaml b/api/services/ocean/aws/schemas/amiAutoUpdateData.yaml index a2c2b9323..2c454a5ad 100644 --- a/api/services/ocean/aws/schemas/amiAutoUpdateData.yaml +++ b/api/services/ocean/aws/schemas/amiAutoUpdateData.yaml @@ -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