configuration / network

CLI REST-API

general

The submenu general (General Information) contains the following:

Menus: none

Objects:
hostname (Hostname)
domainname (Domainname)
nameserver-1 (Nameserver 1)
nameserver-2 (Nameserver 2)
ipv4-gateway (IPv4 Gateway)
ipv6-gateway (IPv6 Gateway)
cluster-port (Cluster Port)
cluster-multicast (Cluster Multicast Address)
dscp-ntp (DSCP NTP Classification)
bonding-mode (Bonding-Mode)
syslog-pingcheck (System-Log Pingcheck)
enable-alternate-prio1 (enable alternate priority 1)
alternate-priority1 (alternate priority1)
use-hps-card-slot-id (use hps card slot id)

Commands: none



See also:
/configuration/network/general/hostname: Hostname
/configuration/network/general/domainname: Domainname
/configuration/network/general/nameserver-1: Nameserver 1
/configuration/network/general/nameserver-2: Nameserver 2
/configuration/network/general/ipv4-gateway: IPv4 Gateway
/configuration/network/general/ipv6-gateway: IPv6 Gateway
/configuration/network/general/cluster-port: Cluster Port
/configuration/network/general/cluster-multicast: Cluster Multicast Address
/configuration/network/general/dscp-ntp: DSCP NTP Classification
/configuration/network/general/bonding-mode: Bonding-Mode
/configuration/network/general/syslog-pingcheck: System-Log Pingcheck
/configuration/network/general/enable-alternate-prio1: enable alternate priority 1
/configuration/network/general/alternate-priority1: alternate priority1
/configuration/network/general/use-hps-card-slot-id: use hps card slot id

REST-API Support:


This menu is supported by the REST API:

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


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


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

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