ipmi.lan.update

Update IPMI channel configuration

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: channel

channel

Type: integer
Parameter 2: data

data


IPMILanUpdateOptionsDHCP

Type: object
No Additional Properties

Dhcp

Type: const Default: true

Turn on DHCP protocol for IP address management.

Must be one of:
  • true
Specific value: true

Password

Default: null

The password to be applied. Must be between 8 and 16 characters long and
contain only ascii upper,lower, 0-9, and special characters.

Type: string
Type: null

Vlan

Default: null

The vlan tag number. A null value disables tagging.

Type: integer

Value must be greater or equal to 0 and lesser or equal to 4096

Type: null

Apply Remote

Type: boolean Default: false

If on an HA system, and this field is set to True,
the settings will be sent to the remote controller.

IPMILanUpdateOptionsStatic

Type: object
No Additional Properties

Dhcp

Type: const Default: false

Provide a static IP address.

Must be one of:
  • false
Specific value: false

Password

Default: null

The password to be applied. Must be between 8 and 16 characters long and
contain only ascii upper,lower, 0-9, and special characters.

Type: string
Type: null

Vlan

Default: null

The vlan tag number. A null value disables tagging.

Type: integer

Value must be greater or equal to 0 and lesser or equal to 4096

Type: null

Apply Remote

Type: boolean Default: false

If on an HA system, and this field is set to True,
the settings will be sent to the remote controller.

Ipaddress

Type: stringFormat: ipv4

The IPv4 address in the form of 192.168.1.150.

Netmask

Type: stringFormat: ipv4

The netmask in the form of 255.255.255.0.

Gateway

Type: stringFormat: ipv4

The gateway in the form of 192.168.1.1.

Result

Type: integer


Required roles: IPMI_WRITE