Get Details of Integration
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.
API Request
"curl -X GET"qualyspublichost/partner-integration/{productID}/integration""-H""Authorization: Bearer <token>"
Output
[
{
"productName": "pc",
"integrationType": "aws_s3",
"integrationValidated": false,
"integrationConfig": {
"bucketName": "pc-findings-rc",
"bucketRegion": "us-east-2",
"roleArn": "arn:aws:iam::xxxxxxxxxxxx:role/pc-role-rc",
"externalId": "p01_sjc01- xxxxxxxx-xxxx-xxxx-xxxxxx-xxxxxxxxxxxxx""
}