Bug 1290196 - Add "terminate" action for cloud instance
Summary: Add "terminate" action for cloud instance
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API
Version: 5.0.1
Hardware: x86_64
OS: Linux
high
high
Target Milestone: GA
: 5.5.2
Assignee: Tim Wade
QA Contact: Nandini Chandra
URL:
Whiteboard:
Depends On: 1286976
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-09 20:18 UTC by John Prause
Modified: 2019-10-10 10:40 UTC (History)
10 users (show)

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.
Clone Of: 1286976
Environment:
Last Closed: 2016-02-10 15:23:47 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0159 0 normal SHIPPED_LIVE CFME 5.5.2 bug fixes and enhancement update 2016-02-10 20:19:02 UTC

Comment 4 Nandini Chandra 2016-01-27 18:36:21 UTC
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 15:23:47 UTC
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.