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

AppOperationStatus

    OperationStatus describes the state of an operation being performed on a Pulumi stack.

    Properties

    • kind enum required
      The type of operation in progress (e.g. ‘update’, ‘preview’, ‘destroy’, ‘refresh’).
      Values: update, preview, refresh, rename, destroy, import, Pupdate, Prefresh, Pdestroy, Pimport, Prename
    • author string required
      The login of the user who initiated this operation.
    • started integer required
      Unix epoch timestamp (seconds) when the operation started.