OBJECT
Snappable
Description
An object that can be backed-up by taking snapshots.
link GraphQL Schema definition
- type Snappable {
- # The ID of the workload.
- String! :
- # The name of the workload.
- String! :
- # The current compliance status of the workload.
- ComplianceStatusEnum :
- # The protection status of the workload.
- ProtectionStatusEnum! :
- # The type of the workload.
- ObjectTypeEnum! :
- # The state of the workload (Active, Relic or Archived).
- ObjectState! :
- # The date and time when the workload was last protected.
- DateTime :
- # The total number of snapshots present for the workload.
- Int :
- # The number of snapshots that were missed.
- Int :
- # The timestamp of the last taken snapshot.
- DateTime :
- DateTime :
- DateTime :
- Int :
- Int :
- Int :
- Int :
- ComplianceStatusEnum :
- ComplianceStatusEnum :
- Boolean :
- # The time at which the workload data was retrieved from CDM.
- DateTime! :
- String! :
- # The local storage size in bytes.
- Long :
- # The local metered data size in bytes.
- Long :
- # Total bytes used.
- Long :
- # The provisioned bytes size.
- Long :
- # The local protected data size in bytes.
- Long :
- # The local effective storage size in bytes.
- Long :
- # The logical size of the workload's last snapshot.
- Long :
- # The organization ID of this workload.
- UUID :
- # The source NAS protocol.
- String :
- # The NASCD policy name.
- String :
- # The timestamp of the last taken NASCD archive snapshot.
- DateTime :
- # The SLA Domain of the protected objects.
- SlaDomain :
- # The Rubrik cluster to which the protected objects belong.
- Cluster :
- UUID :
- # The number of snapshots locally present.
- Int :
- # The number of snapshots that have been replicated.
- Int :
- # The number of snapshots that have been archived.
- Int :
- # Physical bytes used by snapshots of this workload.
- Long :
- # Bytes ingested over the network for this workload.
- Long :
- # Logical bytes used by snapshots of this workload.
- Long :
- # The amount of storage used by replicated snapshots.
- Long :
- # The amount of storage used by archived snapshots.
- Long :
- # The change from transferred bytes to physical bytes.
- Float :
- Float :
- # Specifies the owner organization of the workload.
- WorkloadOrganization :
- # The organization name related to the workload. This is deprecated.
- String @deprecated( reason: "`snappableOrg` field captures the basic org details." ) :
- }
link Require by
- ActiveDirectoryDomainControllerActive Directory Domain Controller.
- AnomalyResultGroupByInfoGroup by information for anomaly detection results.
- Db2DatabaseDb2 Database details object.
- DuplicatedVmDuplicated vSphere virtual machine.
- HyperVVirtualMachineHyper-V virtual machine details.
- LinuxFilesetLinux fileset type.
- ManagedVolumeManaged Volume information.
- NfAnomalyResultGroupByInfoGroup by information for non-filesystem anomaly detection results.
- NutanixVmNutanix virtual machine details.
- RansomwareResultGroupByInfoGroup by information for encryption detection results.
- ShareFilesetShare fileset.
- SnappableConnectionPaginated list of Snappable objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnappableEdgeWrapper around the Snappable object. This wrapper is used for pagination.
- VcdVapp
- VsphereVm
- WindowsFilesetWindows fileset.