Skip to content

Get Upgrade Status

opensearchservice_get_upgrade_status R Documentation

Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain

Description

Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.

Usage

opensearchservice_get_upgrade_status(DomainName)

Arguments

DomainName

[required] The domain of the domain to get upgrade status information for.

Value

A list with the following syntax:

list(
  UpgradeStep = "PRE_UPGRADE_CHECK"|"SNAPSHOT"|"UPGRADE",
  StepStatus = "IN_PROGRESS"|"SUCCEEDED"|"SUCCEEDED_WITH_ISSUES"|"FAILED",
  UpgradeName = "string"
)

Request syntax

svc$get_upgrade_status(
  DomainName = "string"
)