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

json.data.testConnections.database.saperp.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "name": "SapErp",
  "displayName": "SAP ERP Test Connection",
  "description": "This Test Connection validates the access against the database and basic metadata extraction tables and columns.",
  "steps": [
    {
      "name": "GetTables",
      "description": "Validate that we can fetch the list of tables from the API",
      "errorMessage": "Failed to fetch tables, please validate if the access token is correct and has enough privilege to fetch tables.",
      "mandatory": true
    },
    {
      "name": "GetColumns",
      "description": "Validate that we can fetch the list of tables from the API",
      "errorMessage": "Failed to fetch columns, please validate if the access token is correct and has enough privilege to fetch columns.",
      "mandatory": false
    }
  ]
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy