Service support for the REST example
List services.
CLI Example:
salt '*' rest_service.list <service name>
Restart the named service
CLI Example:
salt '*' rest_service.restart <service name>
Start the specified service
CLI Example:
salt '*' rest_service.start <service name>
Return the status for a service, returns a bool whether the service is running.
CLI Example:
salt '*' rest_service.status <service name>
Stop the specified service
CLI Example:
salt '*' rest_service.stop <service name>
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.2
22.16.167. salt.modules.rest_sample
Upcoming SaltStack events, webinars and local meet ups and user groups.