APIs to Create and Manage Integration

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

API

URL

Operator

Description

Register/Onboard Integration

/partner-integration/aws/s3/pc

POST

Registers an integration.

Validate Integration

/partner-integration/aws/s3/{id}

/pc/validate

PATCH

Enables the integration.

Update Integration

/partner-integration/aws/s3/{id}/pc

PUT

Updates integration details such as bucket name, bucket region, name, compressData, and roleArn of the AWS S3 bucket with Qualys.

Get Details of Integration

/partner-integration/aws/s3/pc

/partner-integration/aws/s3/{id}/pc

 

GET

Gets details of a particular AWS S3 bucket integration.

De-Register/Delete Integration

/partner-integration/aws/s3/{id}/pc

DELETE

Removes a customer association by deleting the integration details or deregistering the customer.

URL to the Qualys API Server

Before you proceed with the APIs, you need to know the Qualys API Server.

The Qualys API URL you should use for API requests depends on the Qualys platform where your account is located.

Click here to identify your Qualys platform and get the API URL

This document uses <qualys_base_url> in sample API requests. Replace this URL with your account's appropriate Qualys API Server and URL.

Related Topic

Register Integration