Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

DescriptionRetrieves 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

/analytics/tables/<ENCODED_NAME>/actualName

HTTP MethodGET
Request/Response Formatapplication/json
AuthenticationBasic


Parameter description

Parameter NameDescription
<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
ANX___7Lu9rzGE_

REST API response

HTTP status code

200 or 404

For descriptions of the HTTP status codes, seeĀ HTTP Status Codes.

  • No labels