Skip to content

Commit

Permalink
DOC-2658-BE-ECS-Add-instanceMetadataTags-Open-API (#702)
Browse files Browse the repository at this point in the history
* [src] - ecs - Add instanceMetadataTags field

* [src] - ecs - fix cr

* [src] - ecs - revert oceanInstanceMetadataOptions.yaml httpPutResponseHopLimit field

---------

Co-authored-by: avishagk <[email protected]>
  • Loading branch information
TamirYaariSpot and AvishagK authored Dec 23, 2024
1 parent f2d8721 commit f6c4006
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ 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:
type: string
description: |
Enables or disables the HTTP metadata endpoint on your instances.
enum: [ disabled, enabled ]
example: disabled
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

0 comments on commit f6c4006

Please sign in to comment.