Liking cljdoc? Tell your friends :D

puppetlabs.puppetdb.status


create-status-mapclj

(create-status-map {:keys [maintenance_mode? read_db_up? write_db_up?]
                    :as status-details})

Inputs: [{:keys [maintenance_mode? read_db_up? write_db_up?], :as status-details} :- status-details-schema] Returns: status-core/StatusCallbackResponse

Returns a status map containing the state of the currently running system (starting/running/error etc)

Inputs: [{:keys [maintenance_mode? read_db_up? write_db_up?], :as status-details} :- status-details-schema]
Returns: status-core/StatusCallbackResponse

Returns a status map containing the state of the currently running
system (starting/running/error etc)
sourceraw docstring

get-artifact-versionclj

(get-artifact-version group-id artifact-id)
source

register-pdb-statusclj

(register-pdb-status register-fn status-callback-fn)

Registers the PuppetDB instance in TK status using register-fn with the associated status-callback-fn

Registers the PuppetDB instance in TK status using `register-fn`
with the associated `status-callback-fn`
sourceraw docstring

status-detailsclj

(status-details _config shared-globals-fn maint-mode-fn?)

Inputs: [_config :- #:s{Any s/Any} shared-globals-fn :- pls/Function maint-mode-fn? :- pls/Function] Returns: status-details-schema

Returns a map containing status information on the various parts of a running PuppetDB system. This data can be interpreted to determine whether the system is considered up

Inputs: [_config :- #:s{Any s/Any} shared-globals-fn :- pls/Function maint-mode-fn? :- pls/Function]
Returns: status-details-schema

Returns a map containing status information on the various parts of
a running PuppetDB system. This data can be interpreted to determine
whether the system is considered up
sourceraw docstring

status-details-schemaclj

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close