- Flexera Community
- :
- Cloud Management Platform
- :
- Cloud Management Platform Forum
- :
- API to get the terminated nodes in Rightscale
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API to get the terminated nodes in Rightscale
IS there any way where we can fetch the terminated node information from flexera cmp rightscale API's
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
