<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/LOM-Setup-Request-Command",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:put:mdm#LOMSetupRequestCommand"
  },
  "title" : "LOM Setup Request"
}
-->

# LOM Setup Request

Get information from a device to set up lights-out management (LOM).

## Discussion

This command requires the `DeviceLockAndRemovePasscode` access right, [`LightsOutManagementLOM`](/documentation/DeviceManagement/LightsOutManagementLOM) configuration and is available in macOS 11 and later on [supported macOS devices](https://support.apple.com/guide/deployment/lights-out-management-payload-settings-dep580cf25bc/web).

### Command availability

|||
|--------------------------|---------------------------|
|Device channel            |macOS                      |
|User channel              |N/A                        |
|Requires supervision      |macOS                      |
|Allowed in user enrollment|N/A                        |
|Required access right     |DeviceLockAndRemovePasscode|

### Example request and response

**Request:**

```plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Command</key>
    <dict>
        <key>RequestType</key>
        <string>LOMSetupRequest</string>
    </dict>
    <key>CommandUUID</key>
    <string>0001_LOMSetupRequest</string>
</dict>
</plist>
```

**Response:**

```plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CommandUUID</key>
    <string>0001_LOMSetupRequest</string>
    <key>PrimaryIPv6AddressList</key>
    <array>
       <string>fe80::94f6:d6ff:fef3:c05b</string>
       <string>fe80::94f6:d6ff:fef3:c1a4</string>
    </array>
    <key>Status</key>
    <string>Acknowledged</string>
    <key>UDID</key>
    <string>84341F79-92F5-5EF7-9A6A-3A7374613227</string>
</dict>
</plist>
```

## Topics

### Commands and responses

[`LOMSetupRequestCommand`](/documentation/DeviceManagement/LOMSetupRequestCommand)

The command to get information from a device to set up lights-out management (LOM).

[`LOMSetupRequestResponse`](/documentation/DeviceManagement/LOMSetupRequestResponse)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)