diff --git a/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml b/api/services/ocean/ecs/schemas/oceanInstanceMetadataOptions.yaml index 49adb140..518bc691 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