---
title: LOMSetupRequestResponse
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/lomsetuprequestresponse
---

# LOMSetupRequestResponse

A response from the device after it processes the command to get information from a device to set up lights-out management (LOM).

## Declaration

```data
object LOMSetupRequestResponse
```

## Properties

CommandUUID: The unique identifier of the command for this response. EnrollmentID: The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available: iOS 13+ | iPadOS 13+ | macOS 10.15+ EnrollmentUserID: The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available: macOS 10.15+ ErrorChain: An array of dictionaries that describes any errors that occur. LOMProtocolVersion: The LOM protocol version that the device supports. NotOnConsole: If true, the device isn’t on-console. PrimaryIPv6AddressList: An array that contains the IPv6 addresses for primary LOM-compatible Ethernet interfaces for the device. SecondaryIPv6AddressList: An array that contains the IPv6 addresses for secondary LOM-compatible Ethernet interfaces for the device. Status: The status of the response, which is one of the following values: Acknowledged: The device processed the command successfully. Error: An error occurred. See the ErrorChain for more details. CommandFormatError: A protocol error occurred, which can result from a malformed command. Idle: The device is idle; there’s no status. NotNow: The device received the command, but can’t run it. UDID: The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. UserID: For macOS, this value is the ID of the user. For Shared iPad, this value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF to indicate that authentication doesn’t occur. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 11+ UserLongName: The full name of the user. UserShortName: For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 11+

## Topics

### Objects

- [LOMSetupRequestResponse.ErrorChainItem](devicemanagement/lomsetuprequestresponse/errorchainitem.md)

## See Also

### Commands and responses

- [LOMSetupRequestCommand](devicemanagement/lomsetuprequestcommand.md)
