Bug 736381
Summary: | [RFE] Provide call to remove virt guest entries | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Milan Zázrivec <mzazrivec> |
Component: | API | Assignee: | Milan Zázrivec <mzazrivec> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.6 | CC: | 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
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 Adding api doc ... spacewalk.git: e68b8332f499434e72f0dd0e39094a4c04fa8153 Spacewalk 1.6 has been released. |