LogicMonitor - Delete Device

LogicMonitor - Delete Device deletes a device from LogicMonitor for:

  • Assets returned by the selected query or assets selected on the relevant asset page.

See Creating Enforcement Sets to learn more about adding Enforcement Actions to Enforcement Sets.

📘

Note


Required Fields

These fields must be configured to run the Enforcement Action.

    • Action name - The name of this Enforcement Action. The system sets a default name. You can change the name.
    • Configure Dynamic Values (optional) - Toggle on to enter a Dynamic Value statement. See Creating Enforcement Action Dynamic Value Statements to learn more about Dynamic Value statement syntax.
  • Use stored credentials from the LogicMonitor adapter - Select this option to use credentials from the adapter connection. By default, the first connection is selected.

    • When you select this option, the Select Adapter Connection drop-down becomes available. Select the adapter connection to use for this Enforcement Action.

    📘

    Note

    The action uses the device's vendor_id field (LogicMonitor device ID) to identify which device to delete. Make sure this field is populated in your asset data.

  • Compute Node - The Axonius node to use when connecting to the specified host. For more details, see Working with Axonius Compute Nodes.

Additional Fields

These fields are optional.

  • Permanently Delete Device - If enabled, permanently deletes the device from LogicMonitor instead of moving it to the recycle bin. Corresponds to the LogicMonitor API deleteHard=true parameter. Default: disabled (device is moved to recycle bin).
💡

Connection and Credentials

When Use stored credentials from the adapter is toggled off, some of the connection fields below are required to create the connection, while other fields are optional.

  • Hostname or IP Address - The LogicMonitor domain (e.g., company.logicmonitor.com).
  • Access ID - The API Access ID for authentication with the LogicMonitor REST API.
  • Access Key - The API Access Key for authentication with the LogicMonitor REST API.
  • Verify SSL (optional) - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.

  • HTTPS Proxy (optional) - Connect the adapter to a proxy instead of directly connecting it to the domain.

  • HTTPS Proxy User Name (optional) - The user name to use when connecting to the server using the HTTPS Proxy.

  • HTTPS Proxy Password (optional) - The password to use when connecting to the server using the HTTPS Proxy.

  • Gateway Name - Select the Gateway through which to connect to perform the action.

APIs

Axonius uses the LogicMonitor REST API v3 - DELETE /device/devices/{id}.

Required Ports

Axonius must be able to communicate via the following ports:

  • TCP port 443 (HTTPS)

Required Permissions

The stored credentials, or those provided in Connection and Credentials, must have the following permission(s) to perform this Enforcement Action:

  • Manage permission on devices - Required to delete devices from LogicMonitor. This permission is configured in the user role under Resources → [Device Name/Group] → Manage.

The API token permissions are configured when creating the API token for the user in LogicMonitor. The user's role must have "Manage" permission on the device groups or specific devices you want to delete.

To learn more about Enforcement Actions, see Enforcement Actions.

Version Matrix

This Enforcement Action was tested only with the versions marked as supported, but may work with other versions. Please contact Axonius Support if you have a version that is not listed and it is not functioning as expected.

VersionSupportedNotes
LogicMonitor REST API v3Tested with LogicMonitor REST API version 3

Did this page help you?