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

AppSummaryEvent

    SummaryEvent is emitted at the end of an update, with a summary of the changes made.

    Properties

    • maybeCorrupt boolean required
      MaybeCorrupt is set if one or more of the resources is in an invalid state.
    • durationSeconds integer required
      Duration is the number of seconds the update was executing.
    • resourceChanges map[string]integer required
      ResourceChanges contains the count for resource change by type.
    • PolicyPacks map[string]string required
      Policy Packs run during the update, as a map from policy pack name to version. For newer clients, the value is the version tag prefixed with v; for older clients it is the raw version.
    • isPreview boolean required
      IsPreview indicates whether this is a preview or an update.