Hi everyone,
In past, we used OnCommand API Services to get the total_committed, ie :
GET on /api/6.0/ontap/aggregates, filters on *.records[*].total_committed
[
292780512813056
]
Actually, we are in Ontap 9.7P15 now, and we use cluster API. When getting the /api/storage/aggregates whith field=space, we got lot of informations, but not the total_committed.
Is there a way to get it ? I tried to get the /api/storage/volumes with used_by_afs for all volumes in the specific aggregate, but sum of that is higher than the total_committed given by API Services.
Best regards,
Arnaud