Skip to content

Commit

Permalink
Merge branch 'master' into DOC-2165-BE-GKE-Rolls-Tab-Support-Missing-…
Browse files Browse the repository at this point in the history
…Statuses-Roll-scope-Parameters
  • Loading branch information
AvishagK authored Dec 24, 2024
2 parents feb170d + f6c4006 commit 14df845
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 14df845

Please sign in to comment.