diff --git a/conf/rest/9.10.0/aggr.yaml b/conf/rest/9.10.0/aggr.yaml index 44475b8dd..6d0cd880b 100644 --- a/conf/rest/9.10.0/aggr.yaml +++ b/conf/rest/9.10.0/aggr.yaml @@ -40,6 +40,8 @@ counters: - space.efficiency_without_snapshots.savings => efficiency_savings_wo_snapshots - space.efficiency_without_snapshots_flexclones.logical_used => logical_used_wo_snapshots_flexclones - space.efficiency_without_snapshots_flexclones.savings => efficiency_savings_wo_snapshots_flexclones + - space.footprint => space_performance_tier_used + - space.footprint_percent => space_performance_tier_used_percent - space.snapshot.available => snapshot_size_available - space.snapshot.reserve_percent => snapshot_reserve_percent - space.snapshot.total => snapshot_size_total diff --git a/conf/rest/9.12.0/aggr.yaml b/conf/rest/9.12.0/aggr.yaml index 60918227e..4e83030eb 100644 --- a/conf/rest/9.12.0/aggr.yaml +++ b/conf/rest/9.12.0/aggr.yaml @@ -50,6 +50,8 @@ counters: - space.efficiency_without_snapshots.savings => efficiency_savings_wo_snapshots - space.efficiency_without_snapshots_flexclones.logical_used => logical_used_wo_snapshots_flexclones - space.efficiency_without_snapshots_flexclones.savings => efficiency_savings_wo_snapshots_flexclones + - space.footprint => space_performance_tier_used + - space.footprint_percent => space_performance_tier_used_percent - space.snapshot.available => snapshot_size_available - space.snapshot.reserve_percent => snapshot_reserve_percent - space.snapshot.total => snapshot_size_total diff --git a/conf/zapi/cdot/9.8.0/aggr_space.yaml b/conf/zapi/cdot/9.8.0/aggr_space.yaml new file mode 100644 index 000000000..f330154eb --- /dev/null +++ b/conf/zapi/cdot/9.8.0/aggr_space.yaml @@ -0,0 +1,13 @@ +name: AggregateSpace +query: aggr-space-get-iter +object: aggr + +counters: + space-information: + - ^^aggregate => aggr + - ^^tier-name => tier_name + - volume-footprints => space_performance_tier_used + - volume-footprints-percent => space_performance_tier_used_percent + +export_options: + include_all_labels: true \ No newline at end of file diff --git a/conf/zapi/default.yaml b/conf/zapi/default.yaml index 2a9f23a83..b7463d06d 100644 --- a/conf/zapi/default.yaml +++ b/conf/zapi/default.yaml @@ -7,6 +7,7 @@ schedule: objects: Aggregate: aggr.yaml + AggregateSpace: aggr_space.yaml AggregateEfficiency: aggr_efficiency.yaml CIFSSession: cifs_session.yaml ClusterPeer: clusterpeer.yaml