Validate Integration

Enables an integration.

PATCH /partner-integration/aws/s3/product-id/integration?integrationType=AWS_S3

Input ParametersInput Parameters

Platform

Optional

/Mandatory

Data Type

IP Address

product-id Mandatory Integer Provide the unique integration ID associated with the AWS S3 bucket.

SampleSample

API Request

"curl -H""Authorization: Bearer <token>""-X PATCH""<qualys_gateway_url>/partner-integration/product-id/integration?integrationType=AWS_S3"	  
	  

Where, id is the unique integration ID for each customer.

Output

{
   "messsage":"Integration validated successfully."
}	  
	  

Related Topic

Update Integration