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 Chocolatey (Choco) applications. It is useful for automating management tasks in Intune, such as deploying software packages via Chocolatey to managed devices. For example, an IT administrator can use this node to add new Choco apps to Intune for deployment across an organization.

Use Case Examples

  1. Add a new Chocolatey application to Intune for deployment to managed devices.
  2. Automate software package management in Intune using Chocolatey apps.

Properties

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

Output

JSON

  • response - The JSON response from the CIPP API after adding the Choco app, containing details about the operation result.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API, specifically an OAuth2 token.

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 requests are throttled or time out; try reducing batch size or increasing batch interval.
  • 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.

Discussion