CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API, specifically supporting operations related to Microsoft Intune, including adding WinGet applications. It is useful for automating management tasks in Intune, such as deploying applications via WinGet, which is beneficial for IT administrators managing software distribution in an enterprise environment.

Use Case Examples

  1. Automatically add new WinGet applications to Intune for deployment across managed devices.
  2. Batch process multiple WinGet app additions to Intune with controlled request intervals to avoid API rate limits.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • response - The JSON response from the CIPP API after adding the WinGet app to Intune.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • If requests fail due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Batching settings may need adjustment if API rate limits are hit or if requests are too slow.
  • Ensure the proxy settings are correct if behind a corporate proxy to avoid connection failures.
  • Timeout errors indicate the server did not respond in time; increase the timeout setting if necessary.

Links

Discussion