Start a Conversation

Unsolved

1 Rookie

 • 

2 Posts

14

May 14th, 2024 21:49

PowerProtect DD: REST query "/rest/v3.0/dd-systems/{SYSTEM-ID}/mtrees" doesn't provide physical_capacity as documented

As per the REST API documentation, we should have an object for physical_capacity. But we cannot see that on DD OS v7.13. Is there a better query which can provide the physical_capacity of the MTree?

        {
            "id": "%2Fdata%2Fcol1%2Fshare",
            "name": "/data/col1/share",
            "data_availability": "full",
            "deletable": "deletable",
            "del_status": "not-deleted",
            "ro_status": "read-write",
            "repl_destination": "not-replication-destination",
            "mtree_rl_detail": {
                "rl_status": "never-enabled",
                "rl_mode": "no-mode",
                "rl_min_period": 43200,
                "rl_max_period": 157852800,
                "auto_retention_period": 0,
                "auto_lock_delay": 7200,
                "rl_uuid": "29abd57296bbd548:9657f4702ee0551b",
                "indefinite_retention_hold": {
                    "status": "DISABLED",
                    "since": "N/A"
                }
            },
            "logical_capacity": {
                "total": 14301911873601,
                "used": 11793270023,
                "available": 14290118603578
            },
            "capacity_usage_details": [
                {
                    "tier": "active",
                    "logical_capacity": {
                        "used": 11798947753
                    }
                },
                {
                    "tier": "cloud",
                    "logical_capacity": {
                        "used": 0
                    }
                }
            ],
            "protocol_config": [
                "CIFS"
            ],
            "link": [
                {
                    "rel": "self",
                    "href": "/rest/v3.0/dd-systems/799d81fa0dbd15eb%3A21b3b52d79087454/mtrees/%2Fdata%2Fcol1%2Fshare"
                }
            ]
        },
No Responses!
No Events found!

Top