APIs to Create and Manage the Integration

The following are the APIs for creating and managing the integration:

 Select the integration_type as s3-object-storage for the below APIs.

API

URL

Operator

Description

Generate JWT Token

/auth

POST

Generates a new JWT token.

Register Integration

/partner-integration/vm

POST

Registers an integration.

Update Integration

/partner-integration/vm/

{integration_type}

PUT

Updates integration details such as bucket name, bucket region, accessKey, SecreteKey, StorageURL and more. of the NetApp bucket with Qualys.

Get Details of an Integration

/partner-integration/vm/

{integration_type}

 

GET

Gets details of a particular NetApp integration.

Add Certificate

/partner-integration/netapp/

certificate

POST

Add certificate details of a NetApp Integration.

Get Certificate

/partner-integration/netapp/

certificate

GET

Gets certificate details of a NetApp integration.

De-Register Integration

/partner-integration/vm/

{integration_type}

DELETE

Removes a customer association by deleting the integration details or de-registering the customer.

URL to the Qualys API Server

Before you proceed with the APIs, you need to know the Qualys API gateway. The Qualys gateway URL you should use for API requests depends on the Qualys platform where your account is located.

Gateway base URLs for different Qualys pods can be found at:

https://www.qualys.com/platform-identification/

This document uses <qualys_gateway_url> in sample API requests. Replace this URL with the appropriate Qualys API gateway URL (for example, https://gateway.qg1.apps.qualys.com) for your account.

Related Topic

Findings and Insights