Module providing a simple management interface to a chronos cluster.
Currently this only works when run through a proxy minion.
New in version 2015.8.2.
Return whether the given job is currently configured.
CLI Example:
salt chronos-minion-id chronos.has_job my-job
Return the current server configuration for the specified job.
CLI Example:
salt chronos-minion-id chronos.job my-job
Return a list of the currently installed job names.
CLI Example:
salt chronos-minion-id chronos.jobs
Remove the specified job from the server.
CLI Example:
salt chronos-minion-id chronos.rm_job my-job
Update the specified job with the given configuration.
CLI Example:
salt chronos-minion-id chronos.update_job my-job '<config yaml>'
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy