LOMDeviceRequestCommand.Command.RequestListItem
A dictionary that contains a requested action to perform on a device using lights-out management (LOM).
Declaration
object LOMDeviceRequestCommand.Command.RequestListItemProperties
| Name | Type | Description |
|---|---|---|
DeviceDNSName Required | string | The DNS name of the device. This should match the |
DeviceRequestType Required | string | The requested action to perform on the device. |
DeviceRequestUUID Required | string | The unique identifier of the request. |
LOMProtocolVersion Required | integer | The LOM protocol version that the device supports. Provide the same value that |
PrimaryIPv6AddressList Required | [string] | An array that contains the IPv6 addresses for primary LOM-compatible Ethernet interfaces for the device. |
SecondaryIPv6AddressList Required | [string] | An array that contains the IPv6 addresses for secondary LOM-compatible Ethernet interfaces for the device. |