Triton
The Triton connector provides automated access to the Triton Digital Metrics API
Prerequisites
The Triton connector requires you create a Triton Key in the Key Editor with the following values:
- Username
- The name of the user for which a JWT token will be created through the Triton /authenticate endpoint. Access to the Triton Metrics API is part of a paid service. The API uses a separate login and password.
- Password
- The password for the user specified above.
Note: The Triton Metrics API can only access queries that were saved by the same user who created the queries.
Scheduling
The Triton connector can be scheduled to ingest data once per day at a user-defined hour and timezone.
By default, the connector will run once at 6am PT.
See Daily Scheduling for more information.
Parameters
- query_id string
- required
- The identifier for a saved Triton query. See the Triton documentation on saving Queries and using the Query ID.
Sample SBS Script
download t from {
type: "triton:report";
key: "triton";
query_id: "2e7553e-e8dee8-453ee4-9f19-8787aecd989";
} using { * };
```