configuration

CLI REST-API

network

The submenu network (network) contains the following:

Menus:
general (General Information)
interfaces (Configue existing Interfaces)
ports (Physical Network Configuration)

Objects: none

Commands: none



See also:
/configuration/network/general: General Information
/configuration/network/interfaces: Configue existing Interfaces
/configuration/network/ports: Physical Network Configuration
/status/network: network

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/network


Example using curl:
curl /api/configuration/network


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

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