Get Details of Integration

GET /partner-integration/aws/s3/vm

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

When you want to get details of a particular AWS S3 bucket integration, you can fetch the configuration and integration details using the unique integration identifier (id) of the AWS S3 integration. You can fetch the configuration and integration details with or without the unique integration identifier (id) of the AWS S3 bucket integration.

SampleSample

API Request

"curl -X GET""<qualys_gateway_url>/partner-integration/aws/s3/{id}/vm""-H""Authorization: Bearer <token>"	  
	  

If you are not aware of the integration ID, use the following request to fetch details without the integration ID:

"curl -X GET""<qualys_gateway_url>/partner-integration/aws/s3/vm""-H""Authorization: Bearer <token>"	  
	  

Output

{
  "integrationId": 222,
  "name": "test aws new flow",
  "customerId": 138022,
  "customerUUID": "eb267fa4-c1b5-cbc7-80a6-53957458ebff",
  "bucketName": "aniket-pc-aws-s3",
  "bucketRegion": "ap-south-1",
  "roleArn": "arn:aws:iam::446278775909:role/aa-15-pc-aws-s3-role",
  "externalId": "p01-sjc01-569221-8420e091-3a19-4f46-95cd-fb6e84ba09b3",
  "resultSectionNeeded": false,
  "sendVulnInfo": false,
  "compressData": false,
  "integrationValidated": true,
  "sendAlerts": false,
  "filterQuery": {
    "vuln": "category: [`Confirmed`] AND severity >= 3 and superseded: true and runningKernel: true and runningService: true",
    "asset": null
  }
}  
	  

Related Topics

Delete Integration