Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active August 8, 2018 01:52
Show Gist options
  • Save fernandojunior/df03b28fce24ac36c3c5 to your computer and use it in GitHub Desktop.
Save fernandojunior/df03b28fce24ac36c3c5 to your computer and use it in GitHub Desktop.
Saiku rest api over Pentaho 5.0.1
// http://demo.analytical-labs.com/saiku/serverdocs/rest.html
[{
"url": "http://localhost:8080/pentaho/plugin/saiku/api/admin/discover",
"type": "get",
"description": "Returns the datasources available."
},
{
"url": "http://localhost:8080/pentaho/plugin/saiku/api/admin/repository?type=saiku&path=/home/admin/001.saiku",
"type": "get",
"description": "Check a file"
},
{
"url": "http://localhost:8080/pentaho/plugin/saiku/api/admin/export/saiku/json?file=/home/admin/001.saiku",
"type": "get",
"description": "export a file"
},
{
"url": "http://localhost:8080/pentaho/plugin/saiku/api/admin/query",
"type": "get",
"description": "List all opened queries."
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment