AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves response groups associated with a specific mobile integration connection identified by a Connection ID. It supports filtering the response groups by various optional query parameters such as Group IDs, Account IDs, Tenant scope, and Site IDs. This is useful for managing and querying mobile integration connections in environments where grouping and filtering of response data is required, for example, to fetch response groups relevant to certain accounts or sites within a tenant.

Properties

Name Meaning
Conn Id The unique identifier of the mobile integration connection for which response groups are being retrieved.
Additional Query Parameters Optional filters to refine the response groups returned. Includes:

Output

JSON

  • responseGroups - An array of response group objects associated with the specified connection, filtered by the optional query parameters.

Dependencies

  • Requires an API key credential for authentication to the mobile integration service API.
  • Relies on the base URL and headers configured in the node credentials.

Troubleshooting

  • Error: Missing or invalid 'Conn Id' - Ensure the Connection ID is provided and correctly formatted.
  • Error: Authentication failed - Verify that the API key credential is valid and has necessary permissions.
  • Error: Invalid query parameters - Check the format of Group Ids, Account Ids, and Site Ids; they should be comma-separated strings.
  • Error: Network or API endpoint issues - Confirm the base URL is correct and the service is reachable.

Discussion