com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Retrieving the Actual Name of a Table
This is only available as a WUM update with WSO2-CARBON-PATCH-4.4.0-2144
. For more information on updating WSO2 Data Analytics Server, see Updating WSO2 Products.
Overview
Description | Retrieves the actual name of a table in which data is persisted. The actual name is the same as the name of the stream of which the data is persisted. |
---|---|
Resource Path |
|
HTTP Method | GET |
Request/Response Format | application/json |
Authentication | Basic |
Parameter description
Parameter Name | Description |
---|---|
<ENCODED_NAME>
| The encoded name of the table to of which the actual name needs to be retrieved. |
Sample curl command
curl -H "Content-Type: application/json" -H "Authorization: Basic <Base64encoded(username:password)>=" -v https://<DAS_HOST>:9443/analytics/tables/<ENCODED-NAME>/actualName -k
Example
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/analytics/tables/ANX___7Lu9rzGE_/actualName -k
Sample output
Content-Type: text/plain WSO2_TEST_TABLE
REST API response
HTTP status code | 200 or 404 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.