A new Flexera Community experience is coming on November 25th. Click here for more information.
IS there any way where we can fetch the terminated node information from flexera cmp rightscale API's
‎Jul 23, 2021 06:25 AM
It's been a long time since I've dealt with this, but the instances index (which is available for raw instances and Server/ServerArray instances) will show terminated instances:
https://reference.rightscale.com/api1.5/resources/ResourceInstances.html#index
There is even a filter available for state which you could use to only show terminated or stopped instances when you query.
However, I also remember that, depending on the cloud, terminated instances may not show up for very long within the platform, so if you need the data you should probably get it quickly.
I hope that helps!
‎Aug 12, 2021 01:48 PM