AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node is designed to retrieve Intune templates from a specified list by querying an external API. It is useful in scenarios where you need to fetch detailed template information from Microsoft Intune or a similar device management service integrated via an API. For example, administrators can use this node to programmatically obtain configuration profiles or deployment templates stored in Intune for further automation or reporting.

Properties

Name Meaning
Id The unique identifier of the list from which to retrieve Intune templates. This is required to specify exactly which list's templates should be fetched.
View Defines the view or perspective of the data to retrieve. This could control the level of detail or format of the returned templates.

Output

The node outputs JSON data representing the Intune templates retrieved from the specified list. The structure typically includes details about each template such as its ID, name, settings, and other metadata depending on the API response. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating requests to the external service.
  • The base URL for the API is configured dynamically from credentials.
  • The node uses HTTP headers to accept and send JSON content.
  • Depends on an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid Id: Since Id is required, omitting it or providing an incorrect value will likely cause the API call to fail or return no data.
  • Invalid View parameter: Providing an unsupported view string may result in errors or unexpected output.
  • Authentication errors: If the API key or authentication token is missing or invalid, the node will fail to connect to the API.
  • Network issues: Connectivity problems to the API endpoint will cause execution failures.
  • To resolve these, ensure all required properties are correctly set, credentials are valid, and network access to the API is available.

Links and References

Discussion