get-tag-names.tql

Description

This API retrieves the Tag Name for a specific Tag Table in Machbase Neo.

It is merged into the show_column.

API module path

http://HOST:PORT/db/tql/datahub/api/v2/tql/get-tag-names.tql

Parameters

URL

  • Specifies the URL address where the Mahabase Neo DB is installed.
  • Example

Table

  • Specifies the name of the table that contains the data. Only a single table can be specified.
  • Example
    • table=home (O)
    • table=home.rotor (X)

Example Sample Code (Python)

Results

Check the entire module code.

datahub/api/v2/tql/get-tag-names.tql at main · machbase/datahub
All Industrial IoT DataHub with data visualization and AI source - machbase/datahub

Back to Top