API GET does not report volume efficiency state for DP volumes in CVO or FSX
Applies to
- ONTAP 9
- Cloud Volumes ONTAP
- FSX
- REST API
Issue
- Volume efficiency state is not reported in API GET response for DP volumes in CVO/FSX
- When running the GET for non-CVO DP volumes, the efficiency.state value is reported
- Even if efficiencies are enabled, the API response reports output similar to the following:
Non-CVO example:
...
"efficiency": {
"compression": "none",
"dedupe": "none",
"compaction": "none",
"schedule": "-",
"state": "disabled",
"policy": {
"name": "-"
...
CVO Example ("State": is missing):
...
"efficiency": {
"compression": "none",
"dedupe": "background",
"compaction": "none",
"schedule": "-",
"type": "snapvault",
"policy": {
"name": "-"
},
...
