com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Retrieving Data from WSO2 DAS Tables via REST API

Overview

DescriptionRetrieve a list of WSO2 DAS table names from WSO2 Data Analytics Server (DAS).
Resource Path

/api/configs/das/tables

HTTP MethodGET
Request/Response Formatapplication/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.