Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1087560

Summary: Support action on collection based objected using rest-api
Product: [Retired] oVirt Reporter: Ravi Nori <rnori>
Component: ovirt-engine-apiAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED NOTABUG QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, gklein, iheim, yeylon
Target Milestone: ---   
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-30 14:09:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ravi Nori 2014-04-14 15:42:53 UTC
Description of problem: BZ 988392 requires us to invoke an action on collection to undo previously performed DELETE operations.

Steps to Reproduce:
1. From front end call 'Dismiss Alert' in Alerts footer table, this calls DELETE on the /events/<id> object.
2. Invoke ClearAllDismissedAlerts from 'Alerts' table. This needs to call ClearAllDismissedAlerts on the /events collection.

We do not have operations on collections object.

We need to RESTfully support undoing the previously performed DELETE operations on the /events/<id> objects

Comment 1 Juan Hernández 2014-04-30 14:09:18 UTC
Actually this is already supported. Sorry for the noise Ravi.