The Amazon Elasticsearch Service multi-region endpoint
The Amazon Elasticsearch Service multi-region endpoint
GET
/2015-01-01/es/domain/{DomainName}/autoTunes
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://es.{region}.amazonaws.com/2015-01-01/es/domain//autoTunes' \
--header'Content-Type: application/json' \
--data-raw''
Response Response Example
200 - Example 1
{"AutoTunes":[],"NextToken":"string"}
Request
Path Params
DomainName
string
required
Specifies the domain name for which you want Auto-Tune action details.
Query Params
MaxResults
string
optional
Pagination limit
NextToken
string
optional
Pagination token
Body Params application/json
MaxResults
integer
optional
Set this value to limit the number of results returned.
<= 100
NextToken
string
optional
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Examples
Responses
🟢200Success
application/json
Body
The result of <code>DescribeDomainAutoTunes</code> request. See the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/auto-tune.html" target="_blank">Developer Guide</a> for more information.
AutoTunes
array[object (AutoTune) {2}]
optional
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
AutoTuneType
enum<string>
optional
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
Allowed value:
SCHEDULED_ACTION
AutoTuneDetails
object
optional
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
NextToken
string
optional
Specifies an identifier to allow retrieval of paginated results.