configuration / services

CLI REST-API

network

The submenu network (Network) contains the following:

Menus:
vif0 (vif0)

Objects: none

Commands:
set-all (enable or disable a service on all interfaces)



See also:
/configuration/services/network/vif[ID]
/configuration/services/network/set-all: enable or disable a service on all interfaces
/status/services/network: Network

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/services/network


Example using curl:
curl /api/configuration/services/network


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

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