Add Certificate
You need to add a valid NetApp certificate to validate the NetApp integration. Not adding the NetApp certificate may result in the integration not validating and not sending vulnerability information to the NetApp bucket.
Select the integration_type as s3-object-storage.
API Request:
"curl -X POST ‘<qualys_gateway_URL>/partner integration/netapp/certificate""
--header ""Authorization":"Bearer <Token>’
--form""certificateFile=@\"<path of the NetApp Certificate>\""
Output:
{
"message":"<certificate Added while validating the integration>"
}
Related Topic