configuration

CLI REST-API

services

The submenu services (services) contains the following:

Menus:
network (Network)

Objects: none

Commands:
start (start the service process if it is not already running)
stop (stop a service if it is not already running)
status (check if the service is running)
restart (stop and start the service)



See also:
/configuration/services/network: Network
/configuration/services/start: start the service process if it is not already running
/configuration/services/stop: stop a service if it is not already running
/configuration/services/status: check if the service is running
/configuration/services/restart: stop and start the service
/status/services: services

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/services


Example using curl:
curl /api/configuration/services


Method: PATCH
URL: /api/configuration/services
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/services
-d "{
  \"objects\": \"new-values\"
}"