Provide the service module for the dummy proxy used in integration tests
Only the 'redbull' service is 'enabled' in the test
New in version 2016.11.3.
Return a list of all available services
New in version 2016.11.3.
CLI Example:
salt '*' service.get_all
Return a list of all available services.
New in version 2016.11.3.
CLI Example:
salt '*' service.list
Restart the specified service with dummy.
New in version 2016.11.3.
CLI Example:
salt '*' service.restart <service name>
Return whether this service is running.
New in version 2016.11.3.
Start the specified service on the dummy
New in version 2016.11.3.
CLI Example:
salt '*' service.start <service name>
Return the status for a service via dummy, returns a bool whether the service is running.
New in version 2016.11.3.
CLI Example:
salt '*' service.status <service name>
Stop the specified service on the dummy
New in version 2016.11.3.
CLI Example:
salt '*' service.stop <service name>
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