
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
OMi list/delete all (aspect) assignments programatically
Hi,
I would like to get the list of assignments for an aspect.
I tried http://omisrv/opr-config-server/rest/ws/9.20/assignment_list, but it lists only management templates assignments.
I would prefer a REST interface as the solution, otherwise java/groovy/script.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In the current release, the CLI/REST web service is for management templates only. For other types of assignments like aspects, you can access the info via the UI.
CP.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Carol,
I need REST to write the uninstaller - need to delete the assignments before removing aspects. So there is no way to delete aspect assignments programatically? Is this planed for a future version? Are there any Java classes I can use to manipulate assignments?
Note that the uninstaller also speeds up development - since I can quickly get a clean environment.
Best regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I understand the need. We do plan to expand the functionality you can invoke via CLI/API/REST but all I can say is that what you are asking is not yet in the product and is not immediately imminent.
CP.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
OK. Will add this as a manual step before running the unistall script.
I tried my luck with ovpolicy... but it seems it's not aspect aware and I'm also unable to run it on a remote host (-host option).