Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
minLevel2

Overview

DescriptionInfers the actual table name from the encoded table name.
Resource Path/analytics/tables/<ENCODED_NAME>
/actualName
HTTP MethodGET
Request/Response Formatapplication/json
AuthenticationBasic


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.