Versions Compared

Key

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

...

ParameterDescription
{tableName}The name of the table that you want to find in the DAS server.

Sample cURL command

curl -k -X GET 'https://localhost:9443/analytics/table_exists?table=<tableName>' -H "Authorization: Basic bsae64(username:password)"

Example

Code Block
languagepowershell
curl -k -XGET 'https://localhost:9443/analytics/table_exists?table=table1' -H "Authorization: Basic YWRtaW46YWRtaW4="

...