com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Retrieving Data from WSO2 DAS Tables via REST API
Overview
Description | Retrieve a list of WSO2 DAS table names from WSO2 Data Analytics Server (DAS). |
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Sample cURL command
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/configs/das/tables -k
Example
GET https://localhost:9443/api/configs/das/tables
Sample output
["DAS_TABLE_1","DAS_TABLE_2","DAS_TABLE_3"]
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.