From f6c4006b4ed44118399ceabef1806e70ca210232 Mon Sep 17 00:00:00 2001 From: TamirYaariSpot <98812210+TamirYaariSpot@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:59:09 +0200 Subject: [PATCH] DOC-2658-BE-ECS-Add-instanceMetadataTags-Open-API (#702) * [src] - ecs - Add instanceMetadataTags field * [src] - ecs - fix cr * [src] - ecs - revert oceanInstanceMetadataOptions.yaml httpPutResponseHopLimit field --------- Co-authored-by: avishagk --- .../ecs/schemas/oceanInstanceMetadataOptions.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml b/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml index 49adb1401..518bc6918 100644 --- a/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml +++ b/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml @@ -15,7 +15,7 @@ properties: type: integer description: | An integer from 1 through 64. - The desired HTTP PUT response hop limit for instance metadata requests. + The required HTTP PUT response hop limit for instance metadata requests. The larger the number, the further the instance metadata requests can travel. example: 12 httpEndpoint: @@ -23,4 +23,12 @@ properties: description: | Enables or disables the HTTP metadata endpoint on your instances. enum: [ disabled, enabled ] - example: disabled \ No newline at end of file + example: disabled + instanceMetadataTags: + title: Instance Metadata Tags + type: string + enum: [ Enabled, Disabled ] + description: | + Indicates whether access to instance tags from the instance metadata is enabled or disabled. + Can’t be null. + example: Enabled \ No newline at end of file