1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdateSummary

UpdateSummary

    UpdateSummary contains a subset of the update data found in apitype.UpdateInfo.

    Properties

    • result enum required
      The result of the update.
      Values: not-started, in-progress, succeeded, failed
    • startTime integer required
      The start time of the update as a Unix timestamp.
    • endTime integer required
      The end time of the update as a Unix timestamp.
    • resourceCount integer required
      ResourceCount is the current resource count for the update. Note that it doesn’t reflect the Stack’s current resource count, only that particular update. (So the UpdateSummary for the same Stack will be different.)