OBJECT

SlaAuditDetail

Description

Audit log of SLA Domain changes based on user action.

link GraphQL Schema definition

  • type SlaAuditDetail {
  • # Name of the user who performed the create or edit action on the SLA Domain.
  • userName: String!
  • # The action (create/update/delete) performed on the SLA Domain.
  • userAction: String!
  • # Specifies whether to apply changes to existing snapshots.
  • applyToExistingSnapshots: Boolean!
  • # The time at which the user performed this action on the SLA Domain.
  • timestamp: DateTime
  • # Specifies whether to apply changes to on-demand and downloaded snapshots.
  • applyToOndemandAndDownloadedSnapshots: Boolean
  • # Current SLA Domain summary.
  • currentSlaSummary: SlaDomain
  • # SLA Domain summary before edit or update.
  • previousSlaSummary: SlaDomain
  • # Rubrik cluster UUID.
  • cluster: Cluster
  • }

link Require by