Exporting Aria Operations Content via the API and PowerShell
I recently spent some time creating custom dashboards in Aria Operations and realised very quickly that I would not want to lose them! So I looked at exporting the content using the API and then automating this.
Firstly I used my go to language, PowerShell (this requires PowerShell 7) to make my life easier, specifically the Invoke-RestMethod cmdlet.
I thought it would be worth while sharing for anyone else out there creating custom content in Aria Operations and is looking for a way to back it up.