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/es/upgradeDomain/{DomainName}/history
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://es.{region}.amazonaws.com/2015-01-01/es/upgradeDomain//history'
Response Response Example
200 - Example 1
{"UpgradeHistories":[],"NextToken":"string"}
Request
Path Params
DomainName
stringÂ
required
Query Params
maxResults
integerÂ
optional
nextToken
stringÂ
optional
MaxResults
stringÂ
optional
Pagination limit
NextToken
stringÂ
optional
Pagination token
Responses
🟢200Success
application/json
Body
Container for response returned by <code> <a>GetUpgradeHistory</a> </code> operation.
UpgradeHistories
array[object (UpgradeHistory) {4}]Â
optional
A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.
UpgradeName
stringÂ
optional
A string that describes the update briefly
StartTimestamp
string <date-time>
optional
UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.
UpgradeStatus
enum<string>Â
optional
The overall status of the update. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
Allowed values:
IN_PROGRESSSUCCEEDEDSUCCEEDED_WITH_ISSUESFAILED
StepsList
array[object (UpgradeStepItem) {4}]Â
optional
A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
NextToken
stringÂ
optional
Pagination token that needs to be supplied to the next call to get the next page of results