Service support for the REST example
salt.modules.rest_service.
list_
()List services.
CLI Example:
salt '*' rest_service.list <service name>
salt.modules.rest_service.
restart
(name)Restart the named service
CLI Example:
salt '*' rest_service.restart <service name>
salt.modules.rest_service.
start
(name)Start the specified service
CLI Example:
salt '*' rest_service.start <service name>