Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 466 Bytes

File metadata and controls

23 lines (15 loc) · 466 Bytes

Sentryx

The Sentryx adapter retrieves data via Sentryx's HTTP API.

Configuration

  • utility_name: Name of utility as it appears in the Senrtyx API URL

Example:

python cli.py config add-source my_utility sentryx America/Los_Angeles --config utility-name=name-of-my-utility-in-api-url --sinks my_snowflake

Secrets

Example:

python cli.py config update-secret my_utility --source-type sentryx --secret api-key=my_api_key

Limitations

N/A