AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node is designed to retrieve a specific Intune policy list from a remote API. It is useful in scenarios where you need to fetch detailed information about an Intune policy by specifying identifying parameters such as the policy ID, tenant filter, and URL name. Practical applications include automating policy audits, integrating Intune policy data into workflows, or synchronizing policy details with other systems.

Properties

Name Meaning
Id The unique identifier of the Intune policy list to retrieve.
Tenantfilter A filter parameter specifying the tenant context for which the Intune policy applies.
Urlname The URL-friendly name associated with the Intune policy list to be retrieved.

Output

The node outputs JSON data representing the retrieved Intune policy list. This JSON contains all relevant details returned by the API for the specified policy, tenant filter, and URL name. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authentication to access the remote API.
  • The base URL for the API is configured via credentials and used as the request base URL.
  • Depends on an external service (the AvantGuard CIPP API) to fetch Intune policy data.
  • Uses HTTP headers to accept and send JSON content.

Troubleshooting

  • Missing or invalid credentials: Ensure the API key credential is correctly configured and has sufficient permissions.
  • Incorrect property values: Verify that the Id, Tenantfilter, and Urlname are accurate and correspond to existing policies.
  • Network issues or API downtime: Check network connectivity and the availability of the external API.
  • Unexpected API responses: If the API returns errors, review the error message for hints; it may require adjusting input parameters or checking API limits.

Links and References

Discussion