args: - description: Integration name to check its health status. name: integration_name required: true comment: Checks for existing errors in a given integration. commonfields: id: VerifyIntegrationHealth version: -1 name: VerifyIntegrationHealth outputs: - contextPath: IntegrationHealth.isHealthy description: Determines the health status of the integration. type: Boolean - contextPath: IntegrationHealth.fetchDone description: Determines whether the fetch-indicators command completed. type: Boolean - contextPath: IntegrationHealth.integrationName description: Requested integration name. type: String script: '-' tags: - basescript timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.8.3296088 fromversion: 6.0.0 tests: - No test