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

json.data.testConnections.dashboard.domodashboard.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "DomoDashboard",
    "displayName": "DomoDashboard Test Connection",
    "description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
    "steps": [
      {
        "name": "GetDashboards",
        "description": "List all the dashboards available to the user",
        "errorMessage": "Failed to fetch dashboards, please validate the credentials or validate if user has access to fetch dashboards",
        "shortCircuit": true,
        "mandatory": true
      },
      {
        "name": "GetCharts",
        "description": "We can get the chart information using the Access Token and the Instance Domain.",
        "errorMessage": "Failed to fetch chart information. Please make sure that the Access Token used has enough permissions to get chart details.",
        "mandatory": false
      }
    ]
  }
  
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy