/connectors/v1.0/org/azure/job/{jobUuid}
[GET]
An API endpoint to get the status of the Job initiated via test connection. This Job syncs all management groups of the given Tenant from Azure cloud to Qualys database.
API request
curl --location "https://<QualysGatewayURL>/connectors/v1.0/org/azure/job/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
Response
{
"status": "COMPLETED",
"error": null,
"createOn": "2023-05-17T07:23:33.061+00:00",
"updatedOn": "2023-05-17T07:23:33.467+00:00"
}