json.data.testConnections.dashboard.mstr.json Maven / Gradle / Ivy
{
"name": "Mstr",
"displayName": "Mstr Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
"steps": [
{
"name": "GetProjects",
"description": "List all the projects available to the user",
"errorMessage": "Failed to fetch projects, please validate the credentials or validate if user has access to fetch projects",
"shortCircuit": true,
"mandatory": true
}
]
}