get_influxdb_location#
- lsst.rsp.get_influxdb_location(label)#
Get the location information for an InfluxDB database.
- Parameters:
label (
str) – Human label for the InfluxDB database.- Returns:
Location information for the InfluxDB database.
- Return type:
- Raises:
DiscoveryNotAvailableError – Raised if no service discovery information is available.
InvalidDiscoveryError – Raised if the discovery information has an invalid syntax.
UnknownInfluxDBError – Raised if the InfluxDB database is not known.