oracle/oci-python-sdk

Exadata VM Cluster not shown in the report when databases are Failed or Terminated

carlos-delgadocastano opened this issue · 3 comments

Hi,

I realised that when all the databases of a Exadata VM Cluster are in "Failed" or "Terminated" state, this cluster is not shown in the database report.

Is there a way to show it?

Thank you,
Best Regards,

For showoci with FAILED - I amended the code and it will be available tomorrow.

Terminated resources are not shown, you can overwrite the code yourself
In the file showoci_service.py, line 895 (check_lifecycle_state_active), remove lifecycle codes you wish to show.
Just bear in mind, TERMINATED resources may not have all info and may fail

Hi!

I have tested the last version of the script, and it seems is working like we need.

Thank you very much!