InfluxDBCredentials#

class lsst.rsp.InfluxDBCredentials(url, database, schema_registry, username, password)#

Bases: InfluxDBLocation

InfluxDB database location information and credentials.

Parameters:
  • url (str)

  • database (str)

  • schema_registry (str)

  • username (str)

  • password (str)

Attributes Summary

database

Name of the InfluxDB database.

password

Password to use for authentication.

schema_registry

URL to the Schema Registry corresponding to that database.

url

URL to the InfluxDB database.

username

Username to use for authentication.

Attributes Documentation

database: str = <dataclasses._MISSING_TYPE object>#

Name of the InfluxDB database.

password: str = <dataclasses._MISSING_TYPE object>#

Password to use for authentication.

schema_registry: str = <dataclasses._MISSING_TYPE object>#

URL to the Schema Registry corresponding to that database.

url: str = <dataclasses._MISSING_TYPE object>#

URL to the InfluxDB database.

username: str = <dataclasses._MISSING_TYPE object>#

Username to use for authentication.