Data Source APIs Data Source Wizard Resource

This service allows for listing, downloading, and removal of DSW data sources in the BA Platform.

Get list of DSW datasource IDs

get

Get a list of Data Source Wizard (DSW) datasource ids.

Example Request:

GET pentaho/plugin/data-access/api/datasource/dsw/domain
Authorizations
AuthorizationstringRequired

HTTP Basic Authentication

Responses
chevron-right
200

Successfully retrieved the list of DSW IDs

objectOptional

List of DSW IDs in XML format

get
/data-access/api/datasource/dsw/domain
200

Successfully retrieved the list of DSW IDs

Export DSW data source

get

Export the DSW data source for the given DSW ID. The response will be zipped if there is more than one file. The response will contain an XMI and/or a mondrian cube definition file.

Example Request:

GET pentaho/plugin/data-access/api/datasource/dsw/domain/jmeter-dsw-pentaho-test.xmi
Authorizations
AuthorizationstringRequired

HTTP Basic Authentication

Path parameters
dswIdstringRequired

The id of the DSW datasource to export

Responses
chevron-right
200

DSW datasource export succeeded

application/octet-stream
string · binaryOptional

An encrypted .XMI file or a .zip with encoded .XMI files

get
/data-access/api/datasource/dsw/domain/{dswId}

Remove DSW data source

delete

Remove the DSW data source for a given DSW ID.

Example Request:

DELETE pentaho/plugin/data-access/api/datasource/dsw/domain/jmeter-dsw-pentaho-test.xmi
Authorizations
AuthorizationstringRequired

HTTP Basic Authentication

Path parameters
dswIdstringRequired

The id of the DSW datasource to remove

Responses
chevron-right
200

Successfully removed the DSW data source

text/plain
stringOptional

Success message

delete
/data-access/api/datasource/dsw/domain/{dswId}

Last updated

Was this helpful?