title: LOM Device Request Command description: Issues LOM requests to devices. payload: requesttype: LOMDeviceRequest supportedOS: macOS: introduced: '11.0' accessrights: DeviceLockAndRemovePasscode devicechannel: true userchannel: false requiresdep: false userenrollment: mode: forbidden content: Used to send LOM requests ("PowerON", "PowerOFF", "Reset") to LOM Controller which then forwards the request to LOM Devices. payloadkeys: - key: RequestList type: presence: required content: An array of requests to perform. subkeys: - key: RequestListItem type: presence: required subkeys: - key: DeviceRequestType type: presence: required rangelist: - PowerON - PowerOFF - Reset content: The requested action to perform on the device. - key: DeviceRequestUUID type: presence: required content: The unique identifier of the request. - key: DeviceDNSName type: presence: required content: The DNS name of the device. This should match the 'dNSName' in SCEP.PayloadContent.SubjectAltName or an equivalent in a PKCS12 identity. - key: PrimaryIPv6AddressList type: presence: required content: An array that contains the IPv6 addresses for primary LOM-compatible Ethernet interfaces for the device. subkeys: - key: PrimaryIPv6AddressListItem type: presence: required - key: SecondaryIPv6AddressList type: presence: required content: An array that contains the IPv6 addresses for secondary LOM-compatible Ethernet interfaces for the device. subkeys: - key: SecondaryIPv6AddressListItem type: presence: required - key: LOMProtocolVersion type: presence: required content: The LOM protocol version that the device supports. Provide the same value that 'LOMProtocolVersion' receives in the LOMSetupRequestResponse. responsekeys: - key: ResponseList type: presence: required content: An array of dictionaries that describes the status of each request. subkeys: - key: ResponseListItem type: presence: required subkeys: - key: DeviceRequestSuccess type: presence: required content: If 'true', the request was successful. - key: DeviceRequestUUID type: presence: required content: The unique identifier of the request for this response list item. - key: DeviceRequestReturnError type: presence: optional content: If present, a description of the error for a failed request.