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""<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":1,
"customerId":71,
"customerUUID":"b35e0d4c-7636-e6f4-8244-551bbbec6140",
"bucketName":"qualys-vm-findings",
"bucketRegion":"us-east-1",
"minSeverity":4,
"baseCategory":"Potential",
"name":"Sample Name or Sample integration",
"resultSectionNeeded":true,
"sendVulnInfo":true,
"compressData":true,
"externalId":"US_POD_1-1-36da0dcf-43d7-4014-82a7-47ce22a0db57",
"roleArn":"arn:aws:iam::43890899:role/policy-role",
"""integrationValidated":"false
""sendAlerts":true,
"""errorEmails":[
"<email address 1>",
"<email address 2>"
]
}