Table of Contents | ||||
---|---|---|---|---|
|
Overview
Description | Infers the actual table name from the encoded table name. |
Resource Path | /analytics/tables/<ENCODED_NAME> /actualName |
HTTP Method | GET |
Request/Response Format | application/json |
Authentication | Basic |
Sample cURL command
Code Block |
---|
curl -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/analytics/tables/ANX___7LtvlqNk_/actualName -k |
Example
Code Block |
---|
GET (with auth) https://<DAS_HOST>:9443/analytics/tables/ANX___7LtvlqNk_/actualName |
Sample output
Code Block |
---|
SAMPLE_TABLE |
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, seeĀ HTTP Status Codes. |