Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1290196 - Add "terminate" action for cloud instance
Add "terminate" action for cloud instance
Status: CLOSED ERRATA
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API (Show other bugs)
5.0.1
x86_64 Linux
high Severity high
: GA
: 5.5.2
Assigned To: Tim Wade
Nandini Chandra
: ZStream
Depends On: 1286976
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-09 15:18 EST by John Prause
Modified: 2016-02-10 10:23 EST (History)
10 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Previously, the 'terminate' action was not exposed in the Red Hat CloudForms REST API. This prevented users from integrating CloudForms with external IP process applications to manage the complete life cycle of instances. With this update, this functionality has now been exposed in the REST API.
Story Points: ---
Clone Of: 1286976
Environment:
Last Closed: 2016-02-10 10:23:47 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0159 normal SHIPPED_LIVE CFME 5.5.2 bug fixes and enhancement update 2016-02-10 15:19:02 EST

  None (edit)
Comment 4 Nandini Chandra 2016-01-27 13:36:21 EST
Successfully terminated an ec2 instance using REST API in 5.5.2.2.Marking the BZ as VERIFIED.

from utils.api import API
api = API("https://xx.yy.zz.aa/api/", auth=('admin','smartvm'))
inc = api.collections.instances.get(id=2024)
inc.action.terminate()
Comment 5 errata-xmlrpc 2016-02-10 10:23:47 EST
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:0159

Note You need to log in before you can comment on or make changes to this bug.