(compatible with InfluxDB version 0.5-0.8)
New in version 2014.7.0.
salt.states.influxdb08_database.
absent
(name, user=None, password=None, host=None, port=None)¶Ensure that the named database is absent
The name of the database to remove
The user to connect as (must be able to remove the database)
The password of the user
The host to connect to
The port to connect to
salt.states.influxdb08_database.
present
(name, user=None, password=None, host=None, port=None)¶Ensure that the named database is present
The name of the database to create
The user to connect as (must be able to remove the database)
The password of the user
The host to connect to
The port to connect to
Generated on October 03, 2023 at 04:07:20 UTC.
You are viewing docs for the previous stable release, 3005.3. Switch to docs for the latest stable release, 3006.3, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy