Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-2658-BE-ECS-Add-instanceMetadataTags-Open-API #702

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading