Qualys certview - API query to pull 100k records from qualys

bharanikumar20
Tera Expert

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

7 REPLIES 7

Roshnee Dash
Tera Guru

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. 

Your feedback makes the community stronger! If you found this helpful, marking it as the correct answer helps others.
Stay awesome,
Roshnee Dash

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

Yes for that you need to ask them how they are sending based on page number or how?

Your feedback makes the community stronger! If you found this helpful, marking it as the correct answer helps others.
Stay awesome,
Roshnee Dash

They are passing through page number