AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node retrieves detailed information about a specific Destination Profile by its Profile Id within the Remote Ops MMS system. It is useful for users who need to fetch configuration details of a Destination Profile for monitoring, auditing, or integration purposes. For example, a user can get the profile settings for a particular tenant or site by specifying the Profile Id and optional scope parameters.

Properties

Name Meaning
Profile Id The unique identifier of the Destination Profile to retrieve. This is a required string input, e.g., "225494730938493804".
Additional Query Parameters Optional parameters to refine the request scope for the Destination Profile configuration.

Output

JSON

  • profileId - The unique identifier of the retrieved Destination Profile.
  • profileName - The name of the Destination Profile.
  • scopeLevel - The scope level (tenant, account, site, group) of the profile configuration.
  • scopeId - The identifier of the scope for which the profile configuration applies.
  • configurationDetails - Detailed configuration settings of the Destination Profile.

Dependencies

  • Requires an API key credential for authentication to the Remote Ops MMS API.
  • Depends on the Remote Ops MMS Web API endpoint for Destination Profiles.

Troubleshooting

  • If the Profile Id is missing or invalid, the node will fail to retrieve data. Ensure the Profile Id is correctly provided.
  • Incorrect scopeLevel or scopeId parameters may result in no data or errors. Verify these parameters match existing scopes.
  • Authentication errors may occur if the API key credential is missing or invalid. Confirm the credential is set up correctly.
  • Network or API endpoint issues can cause request failures. Check connectivity and API availability.

Discussion