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

AppJournalEntries

    Collection of app journal entries.

    Properties

    • entries array[AppJournalEntry] optional
      List of entries
    • version integer required
      Version of the journal entry format.
    • kind enum required
      Kind of journal entry.
      Values: 0, 1, 2, 3, 4, 5, 6, 7
    • sequenceID integer required
      Sequence ID of the operation.
    • operationID integer required
      ID of the operation this journal entry is associated with.
    • removeOld integer required
      ID for the delete Operation that this journal entry is associated with.
    • removeNew integer required
      ID for the delete Operation that this journal entry is associated with.
    • pendingReplacementOld integer optional
      PendingReplacementOld is the index of the resource that’s to be marked as pending replacement
    • pendingReplacementNew integer optional
      PendingReplacementNew is the operation ID of the new resource to be marked as pending replacement
    • deleteOld integer optional
      DeleteOld is the index of the resource that’s to be marked as deleted.
    • deleteNew integer optional
      DeleteNew is the operation ID of the new resource to be marked as deleted.
    • state AppResourceV3 optional
      The resource state associated with this journal entry.
    • operation AppOperationV2 optional
      The operation associated with this journal entry, if any.
    • isRefresh boolean optional
      If true, this journal entry is part of a refresh operation.
    • secretsProvider AppSecretsProvidersV1 optional
      The secrets manager associated with this journal entry, if any.
    • newSnapshot AppDeploymentV3 optional
      NewSnapshot is the new snapshot that this journal entry is associated with.