---
title: "Gets the progress of the latest upgrade performed on this application resource."
method: GET
path: "/Resources/Applications/{applicationResourceName}/$/GetUpgradeProgress"
tags: ["MeshApplications"]
---

# Gets the progress of the latest upgrade performed on this application resource.

`GET /Resources/Applications/{applicationResourceName}/$/GetUpgradeProgress`

Gets the upgrade progress information about the Application resource with the given name. The information include percentage of completion and other upgrade state information of the Application resource.

## Path parameters

- `applicationResourceName` string, required

## Query parameters

- `api-version` '7.0', required

## Response `200`

OK

- ApplicationResourceUpgradeProgressInfo — This type describes an application resource upgrade.
  - `Name` string — Name of the Application resource.
  - `TargetApplicationTypeVersion` string — The target application version for the application upgrade.
  - `StartTimestampUtc` string — The estimated UTC datetime when the upgrade started.
  - `UpgradeState` 'Invalid' | 'ProvisioningTarget' | 'RollingForward' | 'UnprovisioningCurrent' | 'CompletedRollforward' | 'RollingBack' | 'UnprovisioningTarget' | 'CompletedRollback' | 'Failed' — The state of the application resource upgrade.
  - `PercentCompleted` string — The estimated percent of replicas are completed in the upgrade.
  - `ServiceUpgradeProgress` ServiceUpgradeProgress[] — List of service upgrade progresses.
    - `ServiceName` string — Name of the Service resource.
    - `CompletedReplicaCount` string — The number of replicas that completes the upgrade in the service.
    - `PendingReplicaCount` string — The number of replicas that are waiting to be upgraded in the service.
  - `RollingUpgradeMode` 'Invalid' | 'UnmonitoredAuto' | 'UnmonitoredManual' | 'Monitored' — The mode used to monitor health during a rolling upgrade. The values are UnmonitoredAuto, UnmonitoredManual, and Monitored.
  - `UpgradeDuration` string — The estimated amount of time that the overall upgrade elapsed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.
  - `ApplicationUpgradeStatusDetails` string — Additional detailed information about the status of the pending upgrade.
  - `UpgradeReplicaSetCheckTimeoutInSeconds` integer — The maximum amount of time to block processing of an upgrade domain and prevent loss of availability when there are unexpected issues. When this timeout expires, processing of the upgrade domain will proceed regardless of availability loss issues. The timeout is reset at the start of each upgrade domain. Valid values are between 0 and 42949672925 inclusive. (unsigned 32-bit integer).
  - `FailureTimestampUtc` string — The estimated UTC datetime when the upgrade failed and FailureAction was executed.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
