json.data.testConnections.dashboard.mode.json Maven / Gradle / Ivy
{
"name": "Mode",
"displayName": "Mode Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
"steps": [
{
"name": "CheckDashboards",
"description": "Validate that the Dashboards(Reports) API is accessible with the given credentials",
"errorMessage": "Failed to connect to mode to get the dashboards, please validate the credentials",
"shortCircuit": true,
"mandatory": true
}
]
}