Skip to main content

Retrieve all tag names

GET /aws/ha/metadata/tag-keys

Retrieves all of the tag names.

Parameters

Name Type In Required Description

roleArn

string

query

False

cloudProviderAccountId

string

query

False

Error

Status: Default, Default response
Name Type Required Description

key

string

True

values

array[string]

True

Example error response
{
  "key": "string",
  "values": [
    "string"
  ]
}