Python Script to Report all Compute and Database instances across compartments, ADs and regions
Summary
Python Script to Report all Compute and Database instances across compartments, ADs and regionsContent
Hi Everyone,
I have written a python script that allows you to easily make an export of all your instance resources in OCI. It reports on all Compute and Database instances across compartments, ADs and Regions and display some detail data in a .CSV file, so you can easily import into excel.
You can find the script here:
https://github.com/AnykeyNL/OCI-Python
Feel free to help out and make the script better :-)
1