Table of Contents | ||||
---|---|---|---|---|
|
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
Code Block |
---|
curl -H "Content-Type: application/json" -H "Authorization: Basic <Base64encoded(username:password)>=" -v https://<DAS_HOST>:9443/analytics/tables/<ENCODED-NAME>/actualName -k |
Example
Code Block |
---|
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/analytics/tables/ANX___7Lu9rzGE_/actualName -k |
Sample output
Code Block |
---|
Content-Type: text/plain
ANX___7Lu9rzGE_ |
REST API response
HTTP status code | 200 or 404 For descriptions of the HTTP status codes, seeĀ HTTP Status Codes. |