
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
REST service admin/cache/holder/items does not seem to work
Using IDM 4.7.3 I'm trying to flush the cache with the REST service.
Sending in cacheHolderID as e.g. DirectoryService.GroupCacheHolder or GlobalCacheHolder the service responds ok (204), but it seems to crash when checking the catalina log that says:
[RBPM] Value for cacheHolderID is missing in query parameters. Please provide the value and try again
com.netiq.idm.rest.admin.RestAdminException: Value for cacheHolderID is missing in query parameters. Please provide the value and try again
at com.netiq.idm.rest.admin.CacheService.flushCacheByHolderID(CacheService.java:197)
....
I do send an ID, and have double checked the json:
{
"cacheHolderID":"GlobalCacheHolder"
}
Anybody else seen this problem and know if there are some magic to get this working?
BR
/Thomas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Parameters should go into the query, not the data.
/Thomas