In mluvii public api there are two endpoints for obtaining access data to get to the influx database.
/api/v1/Companies/metricSettings is for getting access to all companies for which I have permissions in mluvii
/api/v1/Companies/metricSettings
/api/v1/Companies/{companyId}/metricSettings is for getting access to a specific company for which I have permissions in mluvii
/api/v1/Companies/{companyId}/metricSettings
These endpoints return URL and token which are used to connect to influx database.
Minimal permissions to obtain acccess data is Company Administrator.
Example codes
List of existing metrics
Grafana
Last updated 3 years ago
Was this helpful?