The REST APIs to manage SAP BW connections and BEx queries.
The table below indicates the 4.0 and/or 4.1 release in which support for the API was introduced.
Base URL: http://<server_name>:6405/biprws/raylight/v1
Path parameter: <bwConnectionID> is the connection identifier retrieved from the list of SAP BW connections.
Action | Method | URL | Since |
---|---|---|---|
Getting the List of SAP BW Connections | GET | /bwconnections | 4.0 SP6 | 4.1 |
Getting the Details of an SAP BW Connection | GET | /bwconnections/<bwConnectionID> | 4.0 SP6 | 4.1 |
Browsing the Details of an SAP BW connection | PUT | /bwconnections/<bwConnectionID> | 4.0 SP6 | 4.1 |
Getting the Outline of a BEx Query | PUT | /bwconnections/<bwConnectionID>/outline | 4.0 SP6 | 4.1 |
Getting the Capabilities of a BEx Query | PUT | /bwconnections/<bwConnectionID>/capabilities | 4.0 SP6 | 4.1 |