AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves Microsoft Web API settings related to the 'Settings' resource. It allows users to fetch configuration data from Microsoft services, optionally filtering the results by specific Site IDs or Account IDs. This is useful for administrators or integrators who need to programmatically access or audit Microsoft Web API settings within their environment.

Properties

Name Meaning
Additional Query Parameters Optional parameters to filter the API request. Includes:

Output

JSON

  • response - The JSON response from the Microsoft Web API containing the requested settings data.

Dependencies

  • Requires valid Microsoft API credentials (e.g., OAuth token or API key) configured in the node's credentials to authenticate requests.
  • Relies on Microsoft Web API endpoints to fetch settings data.

Troubleshooting

  • If authentication fails, verify that the Microsoft API credentials are correctly configured and have sufficient permissions.
  • Malformed JSON in 'Site Ids' or 'Account Ids' parameters can cause request errors; ensure these are valid JSON arrays or comma-separated strings as expected.
  • Network or API endpoint issues may cause timeouts or errors; check connectivity and Microsoft service status.
  • If no data is returned, confirm that the provided Site IDs or Account IDs exist and have associated settings.

Discussion