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.
- String! :
- # The action (create/update/delete) performed on the SLA Domain.
- String! :
- # Specifies whether to apply changes to existing snapshots.
- Boolean! :
- # The time at which the user performed this action on the SLA Domain.
- DateTime :
- # Specifies whether to apply changes to on-demand and downloaded snapshots.
- Boolean :
- # Current SLA Domain summary.
- SlaDomain :
- # SLA Domain summary before edit or update.
- SlaDomain :
- # Rubrik cluster UUID.
- Cluster :
- }