Im trying to create an automation script that for each execution will collect quotas details for each tenant in a specific provider and than will save it into a csv.
I was able to iterate through the tenants and was able to extract their defined quotas values.
- Any Ideas about how can I get the value of the used resource for each defined quota?
- Any ideas about how to save the data to a csv file that will be updated on each execution?
- Thoughts of the best way to execute this automation? schedule? event? a button?
thanks(: