diff --git a/conf/rest/9.10.0/svm.yaml b/conf/rest/9.10.0/svm.yaml index 5f58f2d03..e5753cbfd 100644 --- a/conf/rest/9.10.0/svm.yaml +++ b/conf/rest/9.10.0/svm.yaml @@ -7,6 +7,8 @@ object: svm counters: - ^^vserver => svm - ^anti_ransomware_default_volume_state => anti_ransomware_state + - ^is_space_enforcement_logical => is_space_enforcement_logical + - ^is_space_reporting_logical => is_space_reporting_logical - ^operational_state => state - ^type => type - ^uuid => uuid @@ -73,6 +75,8 @@ export_options: - fpolicy_enabled - fpolicy_name - insecured + - is_space_enforcement_logical + - is_space_reporting_logical - iscsi_authentication_type - iscsi_service_enabled - ldap_session_security diff --git a/conf/rest/9.12.0/volume.yaml b/conf/rest/9.12.0/volume.yaml index 1872566cc..6e57d3bf1 100644 --- a/conf/rest/9.12.0/volume.yaml +++ b/conf/rest/9.12.0/volume.yaml @@ -11,6 +11,8 @@ counters: - ^clone_volume => is_flexclone - ^is_encrypted => isEncrypted - ^is_sis_volume => is_sis_volume + - ^is_space_enforcement_logical => is_space_enforcement_logical + - ^is_space_reporting_logical => is_space_reporting_logical - ^junction_path => junction_path - ^nodes => node - ^snaplock_type => snaplock_type @@ -133,6 +135,8 @@ export_options: - isEncrypted - isHardwareEncrypted - is_sis_volume + - is_space_enforcement_logical + - is_space_reporting_logical - junction_path - root_volume - snaplock_type diff --git a/conf/rest/9.14.0/volume.yaml b/conf/rest/9.14.0/volume.yaml index 297ecb39d..438c67219 100644 --- a/conf/rest/9.14.0/volume.yaml +++ b/conf/rest/9.14.0/volume.yaml @@ -11,6 +11,8 @@ counters: - ^clone_volume => is_flexclone - ^is_encrypted => isEncrypted - ^is_sis_volume => is_sis_volume + - ^is_space_enforcement_logical => is_space_enforcement_logical + - ^is_space_reporting_logical => is_space_reporting_logical - ^junction_path => junction_path - ^nodes => node - ^snaplock_type => snaplock_type @@ -138,6 +140,8 @@ export_options: - isHardwareEncrypted - isProtected - is_sis_volume + - is_space_enforcement_logical + - is_space_reporting_logical - junction_path - root_volume - snaplock_type diff --git a/conf/rest/9.9.0/svm.yaml b/conf/rest/9.9.0/svm.yaml index 6e56853df..0e7a78e87 100644 --- a/conf/rest/9.9.0/svm.yaml +++ b/conf/rest/9.9.0/svm.yaml @@ -6,6 +6,8 @@ object: svm counters: - ^^vserver => svm + - ^is_space_enforcement_logical => is_space_enforcement_logical + - ^is_space_reporting_logical => is_space_reporting_logical - ^operational_state => state - ^type => type @@ -65,6 +67,8 @@ export_options: - fpolicy_enabled - fpolicy_name - insecured + - is_space_enforcement_logical + - is_space_reporting_logical - iscsi_authentication_type - iscsi_service_enabled - ldap_session_security diff --git a/conf/zapi/cdot/9.8.0/svm.yaml b/conf/zapi/cdot/9.8.0/svm.yaml index 301fbfca5..bfc91eedf 100644 --- a/conf/zapi/cdot/9.8.0/svm.yaml +++ b/conf/zapi/cdot/9.8.0/svm.yaml @@ -7,6 +7,8 @@ counters: vserver-info: - ^^uuid => uuid - ^anti-ransomware-default-volume-state => anti_ransomware_state + - ^is-space-enforcement-logical => is_space_enforcement_logical + - ^is-space-reporting-logical => is_space_reporting_logical - ^state => state - ^vserver-name => svm - ^vserver-type => type @@ -44,6 +46,8 @@ export_options: - fpolicy_enabled - fpolicy_name - insecured + - is_space_enforcement_logical + - is_space_reporting_logical - iscsi_authentication_type - iscsi_service_enabled - ldap_session_security diff --git a/conf/zapi/cdot/9.8.0/volume.yaml b/conf/zapi/cdot/9.8.0/volume.yaml index 7d5b9edea..dd79f9698 100644 --- a/conf/zapi/cdot/9.8.0/volume.yaml +++ b/conf/zapi/cdot/9.8.0/volume.yaml @@ -45,6 +45,8 @@ counters: - volume-snapshot-autodelete-attributes: - ^is-autodelete-enabled => snapshot_autodelete - volume-space-attributes: + - ^is-space-enforcement-logical => is_space_enforcement_logical + - ^is-space-reporting-logical => is_space_reporting_logical - expected-available - filesystem-size => filesystem_size - logical-available @@ -127,6 +129,8 @@ export_options: - isHardwareEncrypted - isProtected - is_sis_volume + - is_space_enforcement_logical + - is_space_reporting_logical - junction_path - node_root - root_volume