Fetch Details of the Integration
Fetch details of the integration to run the Qualys APIs.
OR
The first step towards the integration is enabling Nutanix integration. To enable the Nutanix integration, you need to initiate the GET request.
Once you enable the integration, the response provides a customer-specific unique integration identifier (id) for the Nutanix integration.
API request with ID
"curl -X GET “<qualys_gateway_url>/partner-integration/integration/nutanix/"{
"id"
}"/vm”
-H""Authorization: Bearer <token>"
OR
If you are not aware of the integration ID, use the following request to fetch details without integration Id
API request
"curl -X GET""<qualys_gateway_url>/partner-integration/integration/nutanix/vm""-H""Authorization: Bearer <token>"
JSON output
" "{
" ""integrationId"=302,
" ""name""=""Sample Customer name",
" ""customerId""=xxxxxx",
" ""customerUUID""=""xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
" ""status""=""OnBoarding Completed",
" ""minSeverity"=1,
" ""baseCategory""=Potential",
" ""resultSectionNeeded""=true",
" ""sendSoftwareInfo""=true",
" ""sendVulnInfo""=true",
" ""compressData""=true
"
}