Get Details of an Integration
When you want to get details of a particular NetApp integration, you can fetch the configuration and integration details using the unique JWT token and select Integration_type. You can fetch the configuration and integration details without the unique integration identifier (id) of the NetApp integration.
Select the integration_type as s3-object-storage.
SampleSampleAPI Request
"curl -X GET""<qualys_gateway_url>/partner-integration/vm/{integration_type}""-H""Authorization: Bearer <token>"
Output
{
"integrationId":"<integration_id>",
"name":"“<integrationName>"",""customerId"": <customerId>,
""customerUUID"": ""<customerUUID>"",
""integrationValidated"": false,
""sendAlerts"": false,
""errorEmails"": [
""email address for proactive alerts""
],
""integrationConfig"": ""<integration config details like bucket",
"region",
"secretKey",
"accessKey",
"NetApp certificate",
"etc>"",
""filterQuery"": ""<filterQuery Details if provided while enabling the inetgration >"",
""moduleConfig"": ""VmIntegrationConfig(sendResultSection=true",
"sendVulnInfo=true",
"compressData=true)""\"
}"
Related Topic