Download Data Tags
Available Guides
Reference:
| Field | Description |
|---|---|
| start_date | Start date for the Data Tag. Time is based on UTC timezone, formatted in RFC 3339. |
| end_date | End date for the Data Tag. Time is based on UTC timezone, formatted in RFC 3339. |
| tag_name | Tag name to categorize the Data Tag |
| resource | The Asset that this Data Tag is related to. This is in KRN format (e.g. krn:asset:bp_01) |
| source | The process that created this Data Tag. This can be a user or an automated process like a workload, Kelvin SmartApps™, Docker Apps, etc. This is KRN format. |
| description | Detailed description of the Data Tag. |
| contexts | A list of associated resources with this Data Tag. This can be a Data Stream, Kelvin SmartApps™ or any other valid resource in the Kelvin Platform. |
Download Data Tags for an Asset
In this example we will retrieve all Data Tags for an Asset.
You can view and filter Data Tags for an Asset in the Data Explorer.
Go to the Data Explorer and select the Asset of interest.
Then click on the Data Tags icon to show the Data Tags in the right hand sidebar.
You will then see a list of the Data Tags for the Asset in the time range shown on the x-axis.
Be aware that not all Data Tags are shown here at the same time ! Only the Data Tags that have any reference in the time range of the x-axis.
You can use the seach to filter the list.
| API cURL Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 | |
The response will look like this;
| API cURL Example Response | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | |
The response will look like this;
| API Client (Python) Example Response | |
|---|---|
1 2 3 4 | |

