ArchivalObjectInfo
Archival object information.
Fields
| Field | Type | Description |
|---|---|---|
| archivalLag | Long! | Number of local snapshots pending upload to the archival location. |
| archivalLocationId | String! | Identifier of the archival location for this row. |
| archivalLocationName | String! | Human-readable name of the archival location for this row. |
| isRcv | Boolean! | Convenience flag indicating whether the location is a Rubrik Cloud Vault target (RCV_AWS or RCS_AZURE), derived from location_type. |
| latestArchivedSnapshotDate | DateTime | Date of the latest archived snapshot. |
| locationType | String! | Archival location type for this row (e.g. AWS_S3, AZURE, RCV_AWS, GLACIER, GOOGLE). |
| monthlyGrowthBytes | Float! | Forecasted monthly storage growth in bytes for the object. May be negative for shrinking workloads. A zero value can mean either no forecast data exists or the workload is forecast to be flat. |
| numActiveSnapshots | Long! | Number of active snapshots on the archival location. |
| objectLocation | String! | Physical location of the object. |
| objectName | String! | Name of the object. |
| objectStatus | String! | Status of the object. |
| objectType | String! | Type of the object. |
| slaDomain | String! | SLA Domain of the object. |
| storageTier | String! | Storage tier or class for this archival location (e.g. STANDARD, STANDARD_IA, COOL, ARCHIVE, GLACIER). The exact value space varies by location_type; consult cloud-provider tier documentation for the meaningful values per type. |
| storageUsage | Long! | Archival storage usage of the object in bytes. |
| workloadId | String | Internal ID of the object. |
Used By
Queries
- query: allArchivalPerObjectInfo (via connection)
- query: archivalPerObjectInfo (via connection)