Get Details of the Azure Storage Blob Integration
You can fetch the configuration and integration details using the unique integration identifier (id) of the Azure Storage Blob integration.
If you do not know the integration identifier, you can also fetch the details without the unique integration identifier (ID).
API Request with Integration ID
"curl -X GET""< qualys_gateway_url>/partner-integration/azure/storage-blob/{integrationId}/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.
Request Without Integration ID
"curl -X GET""<qualys_gateway_url>/partner-integration/azure/storage-blob/vm"
Output
{
"integrationId":519,
"name":"quays_rc21",
"customerId":"xxxxxxxx",
"customerUUID":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"minSeverity":3,
"baseCategory":"Confirmed",
"resultSectionNeeded":true,
"sendVulnInfo":true,
"compressData":true,
"containerName":"qualys-vm-findings",
"filterQuery":{
"vuln":"qId: 11547 OR qId: 11548 AND ignored: true"
}
}""