Is there a way to grant 'Quick Discovery' to a user without having to grant full Discovery Admin access?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2018 07:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 08:24 AM
In Kingston we expose the Discovery API ::
https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/discovery/reference/discovery-api.html
where you could grant a user to run (or have a script run) "discoverIpAddress()"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 08:34 AM
Hi,
We are trying to make user to run the discovery just from the Quick Discovery from the Discovery Schedules. I am providing only read access so that they dont edit anything.
Thanks
Santhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 03:50 AM
Any helpful solutions to grant this access?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 05:13 AM
Hello,
You can add a new condition to the OOTB UI action(Quick Discovery). If users have read access, it should be enough for Quick Discovery. Good way would be create a group and add users who should have ability to process this UI action. gs.getUserID().isMemberOf("Group ID") - would be the best condition for it.
There is the second option: you can customize "Discover now" ui action adding group condition or role. This UI action is available on Configuration Item Form Related Links