Bug 1834819 - VM retirement: Able to retire VM through UI Console but not through API.
Summary: VM retirement: Able to retire VM through UI Console but not through API.
Keywords:
Status: CLOSED DUPLICATE of bug 1805119
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API
Version: 5.11.3
Hardware: All
OS: All
high
high
Target Milestone: GA
: cfme-future
Assignee: drew uhlmann
QA Contact: Sudhir Mallamprabhakara
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-12 13:30 UTC by Neha Chugh
Modified: 2023-10-06 19:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-18 13:07:29 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Neha Chugh 2020-05-12 13:30:36 UTC
Description of problem:

Unable to retire VM via API although we are able to delete it via UI Console.

Version-Release number of selected component (if applicable):
5.11.3

How reproducible:
Always

Steps to Reproduce:
1. Retiring the VM through API using below request:
   POST https://<cfmeapi>/api/vms/<vmid>
       {
        "action" : "retire"
       }
No error has been seen in the logs, it instantiates the retire request and then nothing happens.

Please note: this bug is specifically for 5.11 version as I have verified in 5.10.8 and retire API is working fine.


Actual results:

Retire API is not working.

Expected results:

Retire API should work.

Additional info:

Comment 6 drew uhlmann 2020-05-13 18:20:14 UTC
this ticket is a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1805119

Comment 7 Yuri Rudman 2020-05-18 13:07:29 UTC
Closing this BZ as duplicate.
Please open another BZ if some other issue would be discovered

*** This bug has been marked as a duplicate of bug 1805119 ***


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