OBJECT
SlaAuditDetail
Description
Audit log of SLA Domain changes based on user action.
link GraphQL Schema definition
- type SlaAuditDetail {
- # Specifies whether to apply changes to existing snapshots.
- : Boolean!
- # Specifies whether to apply changes to on-demand and downloaded snapshots.
- : Boolean
- # Rubrik cluster UUID.
- : Cluster
- # Current SLA Domain summary.
- : SlaDomain
- # SLA Domain summary before edit or update.
- : SlaDomain
- # The time at which the user performed this action on the SLA Domain.
- : DateTime
- # The action (create/update/delete) performed on the SLA Domain.
- : String!
- # Name of the user who performed the create or edit action on the SLA Domain.
- : String!
- }