All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.testConnections.metadata.alation.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "Alation",
    "displayName": "Alation Test Connection",
    "description": "This Test Connection validates the access against the server and basic metadata extraction.",
    "steps": [
        {
            "name": "CheckAccess",
            "description":  "Check if the Alation APIs are reachable with the given credentials.",
            "errorMessage": "Failed to connect to Alation, please validate the credentials",
            "shortCircuit": true,
            "mandatory": true
        },
        {
            "name": "CheckDbAccess",
            "description":  "Check if the Alation backend database is reachable with the given credentials.",
            "errorMessage": "Failed to connect to Alation Database, please validate the credentials",
            "shortCircuit": false,
            "mandatory": false
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy