Bug 736381

Summary: [RFE] Provide call to remove virt guest entries
Product: [Community] Spacewalk Reporter: Milan Zázrivec <mzazrivec>
Component: APIAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.6CC: cperry, jwest, mmello, tlestach, xdmoon
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 732091 Environment:
Last Closed: 2011-12-22 16:47:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 723481    

Description Milan Zázrivec 2011-09-07 14:44:45 UTC
+++ This bug was initially created as a clone of Bug #732091 +++

This bug is a request for a new API call to delete virtualization
host's guest profiles (visible for example under Virtualization tab).

Comment 1 Milan Zázrivec 2011-09-07 15:15:50 UTC
New API: system.deleteGuestProfiles()
    
New API call to delete virt. guest profiles for a given host
    
The call accepts following arguments:
* hostId: ID of the host system (integer)
* guestNames: list of guest profile names (list of strings)
   
In case of success, the call returns 1, traceback otherwise.

spacewalk.git master: 385c61bfcd80b4bee37196f6ba0106f9928b034e

Comment 2 Tomas Lestach 2011-10-20 14:43:31 UTC
Adding api doc ...

spacewalk.git: e68b8332f499434e72f0dd0e39094a4c04fa8153

Comment 3 Milan Zázrivec 2011-12-22 16:47:55 UTC
Spacewalk 1.6 has been released.