CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list the configuration of extensions related to tools. It is useful for scenarios where users need to retrieve and manage extension configurations within the CIPP platform, such as auditing or integration purposes.

Use Case Examples

  1. A user wants to fetch all extension configurations to monitor tool integrations.
  2. An admin needs to list extension settings to verify compliance or troubleshoot issues.

Properties

Name Meaning
Request Options Options to customize the API request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • extensionsConfig - The list of extension configurations retrieved from the CIPP API.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors can occur if the server is slow; increase the 'Timeout' value accordingly.
  • Proxy misconfiguration can cause request failures; verify proxy URL and credentials if used.

Links

Discussion