has anybody used tag_exclude_selector parameter in Qualys integration with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 08:11 AM
Hello All,
We have a requirement where in we do not want certain CI record to be created in Configuration Compliance and Vulnerability Response.
We are thinking to make the filteration at API level.
I read and found out that we can use tag_exclude_selector parameter to exclude the CI's with a certain tag attached to them in Qualys.
lets say the tag on Qualys is : ABC
I want to understand how to write the parameter in the rest message :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 06:30 AM
I'm wondering if you need to add:
use_tags parameter when using the tag_exclude_selector
https://www.qualys.com/docs/qualys-api-vmpc-user-guide.pdf
page 469
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 05:58 AM
Hi
Example
tag_include_selector: any
tag_set_include: 1111111,222222, 333333
tag_exclude_selector: all
tag_set_exclude: 123456,234567,345678
Qualys does mention this in the very fine print...
-Chris M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 05:09 AM
Hi
Thank You for the info
So there is no other way around right? I have around 700 tags and I want to exclude only two tags, I need to either find list of all common tags or ask qualys team to give a common tag for all the assets.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
5x ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 08:58 AM
Hi Rohila,
Did you find a way out? What worked?
