OCI CLI Block/Boot Volume
I am using OCI CLI tools version 2.22.2. I am attempting to create a bash script using the OCI CLI that can pull a list of all boot and block volumes within our Oracle Cloud tenancy along with their assigned backup policy (bronze/silver/gold). I am current using "oci bv volume get --volume-id [OCID]" to gather information on our volumes. However, none of the fields returned show the currently assigned backup policy. Is there another way for me to pull this information for each volume?