A newer version is available. For the latest information, see the
current release documentation.
Get Deployment upgade assistant status
editGet Deployment upgade assistant status
editGet details about an Elasticsearch resource belonging to a given deployment.
Request
editGET /api/v1/deployments/{deployment_id}/upgrade_assistant/status
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Identifier for the Deployment |
Responses
edit-
200
-
(
DeploymentUpgradeAssistantStatusResponse
)The Upgrade Assistant returned the status successfully
-
404
-
The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
)Headers
-
x-cloud-error-codes
(string
; allowed values: [deployments.deployment_not_found
]) - The error codes associated with the response
-
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments/{deployment_id}/upgrade_assistant/status \ -H "Authorization: ApiKey $ECE_API_KEY"