Bug 1155696 - It is not possible to delete old resource/plugin configuration histories using RHQ CLI
Summary: It is not possible to delete old resource/plugin configuration histories usin...
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: CLI
Version: 4.4,4.5,4.6,4.7,4.8,4.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1155693 1192878
TreeView+ depends on / blocked
 
Reported: 2014-10-22 16:11 UTC by bkramer
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description bkramer 2014-10-22 16:11:05 UTC
Description of problem:
It is not possible to delete old resource/plugin configuration histories using RHQ CLI. The necessary methods required to delete/remove the resource/plugin configuration update history using the remote API are not exposed. Specifically - for resource configuration history:  

    org.rhq.enterprise.server.configuration.ConfigurationManagerLocal.purgeResourceConfigurationUpdates(Subject subject, int[] configurationUpdateIds, boolean purgeInProgress)

and for plugin configuration history:

org.rhq.enterprise.server.configuration.ConfigurationManagerLocal.purgePluginConfigurationUpdates(Subject subject, int[] configurationUpdateIds, boolean purgeInProgress)

Version-Release number of selected component (if applicable):
RHQ 4.4, 4.5, 4.6, 4.7, 4.8, 4.9

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


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