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. |
/partner-integration/vm |
POST |
Registers an 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. |
|
/partner-integration/vm/ {integration_type}
|
GET |
Gets details of a particular NetApp integration. |
|
/partner-integration/netapp/ certificate |
POST |
Add certificate details of a NetApp Integration. |
|
/partner-integration/netapp/ certificate |
GET |
Gets certificate details of a NetApp 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.