The Amazon Elasticsearch Service multi-region endpoint
http://es.{region}.amazonaws.com
The Amazon Elasticsearch Service multi-region endpoint
http://es.{region}.amazonaws.com
GET
/2015-01-01/tags/
Returns all tags for the given Elasticsearch domain.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://es.{region}.amazonaws.com/2015-01-01/tags/?arn='
Response Response Example
200 - Example 1
{"TagList":[]}
Request
Query Params
arn
stringÂ
required
Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.
Responses
🟢200Success
application/json
Body
The result of a <code>ListTags</code> operation. Contains tags for all requested Elasticsearch domains.
TagList
array[object (Tag) {2}]Â
optional
List of Tag for the requested Elasticsearch domain.
Key
stringÂ
required
Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.
>= 1 characters<= 128 characters
Value
stringÂ
required
Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity