CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune resource of the CIPP API to list Intune templates. It is useful for administrators who need to retrieve and manage Intune templates within their Microsoft Intune environment. For example, it can be used to fetch available device configuration or compliance policy templates for further automation or reporting.

Use Case Examples

  1. List all Intune templates for a specific tenant to review available configurations.
  2. Fetch Intune templates filtered by a specific view type to automate deployment processes.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Intune templates for the given tenant.
View Optional view type to filter the templates returned by the list operation.
Request Options Advanced request options including batching, SSL certificate validation, proxy settings, and request timeout to control how the API requests are made.

Output

JSON

  • templates - Array of Intune templates retrieved from the API, each representing a configuration or policy template available in the tenant.

Dependencies

  • Requires an API key credential for authentication to the CIPP API, specifically for accessing Intune resources.

Troubleshooting

  • Common issues include authentication failures due to invalid or missing API credentials. Ensure the API key is correctly configured.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting in request options accordingly.
  • SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this should be used cautiously.
  • Proxy misconfiguration can prevent successful API calls; verify proxy settings if used.

Links

Discussion