AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node updates an existing mobile integration connection by sending a PUT request to the Web API with a specified Connection Id. It is useful for managing and modifying mobile integration settings such as device group mappings, connector authentication modes, and response group IDs. For example, it can be used to update the configuration of Microsoft Endpoint Manager or Workspace One connectors within a mobile integration platform.

Properties

Name Meaning
Connection Id The unique identifier of the mobile integration connection to update.
Data The JSON object containing the updated configuration data for the connection, including device group mappings, default group IDs, connector authentication details, and response group IDs.
Filter A JSON object specifying filters such as group IDs, account IDs, and site IDs to apply when updating the connection.

Output

JSON

  • response - The JSON response from the API after updating the mobile integration connection, typically containing the updated connection details or status.

Dependencies

  • Requires an API key credential for authentication to the mobile integration platform's Web API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • Ensure the Connection Id provided is valid and exists; otherwise, the API may return a 'not found' error.
  • Verify that the JSON in 'Data' and 'Filter' properties is correctly formatted; malformed JSON will cause request failures.
  • Check that the API credentials are correctly configured and have sufficient permissions to update connections.
  • If the API endpoint URL or base URL is incorrect, the request will fail; verify the baseURL credential setting.

Discussion