Qualys certview - API query to pull 100k records from qualys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 05:35 AM
we are trying to configure ‘CertView API’ in ‘ServiceNow’ for pulling down Qualys discovered certificates on a daily basis, The current API query seems to only pull through the details of the first 200 records, when some days we could see 100k records are available at Qualys end and we need to find out the total count of certificates available and we are expecting to pull through for creating a dynamic daily script.
How to fetch date through timestamp?
How to query exact daily count for API script
Field - Certificate .update data
Value : date value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 05:38 AM
Hi @bharanikumar20
May be due to pagination you are getting like this. You have to check either qualys have pagination in their script.
If yes mean you need to call the end point by passing the page number.
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 05:42 AM
Thanks for your quick reply, Actually Qualys allows only 200 certificates to be fetched in a single API call, but we need to retrieved certificates more than 10000 on a daily basis, so looking for ways to achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 05:44 AM
Yes for that you need to ask them how they are sending based on page number or how?
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 05:59 AM
They are passing through page number