--- inputType: CA10__CaAzureVmScaleSetInstance__c importExtracts: - file: /types/CA10__CaAzureVmScaleSetInstance__c/breeze.extracts.yaml testData: - file: ../test-data-ca10.json conditions: - status: INCOMPLIANT currentStateMessage: "The instance has never had the breeze agent installed." remediationMessage: "Install the breeze agent on the instance." check: IS_EMPTY: arg: EXTRACT: breezeLastUpdate - status: INCOMPLIANT currentStateMessage: "The latest breeze report for this instance is more than a day old." remediationMessage: "Reinstall the breeze agent on the instance and confirm it is reporting." check: IS_BEYOND_LAST_DAYS: offsetDays: 1 arg: EXTRACT: breezeLastUpdate otherwise: status: COMPLIANT currentStateMessage: "The breeze agent is installed on the instance and has a recent report."