commonfields: id: IsIntegrationAvailable version: -1 name: IsIntegrationAvailable script: '' type: javascript tags: - infra - Condition comment: Returns 'yes' if integration brand is available. Otherwise returns 'no'. system: true args: - name: brandname description: Integration's brand name to query. required: true default: true isArray: true scripttarget: 0 dependson: {} timeout: 0s outputs: - contextPath: yes description: if integration is available. - contextPath: no description: if there is no instance for the given brand. fromversion: 5.0.0 tests: - IsIntegrationAvailable - Test