CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list function parameters within the CIPP Administration resource. It is useful for users who need to retrieve detailed information about available function parameters in the CIPP system, which can help in configuring or automating workflows that depend on these parameters.

Use Case Examples

  1. A user wants to fetch all function parameters to understand what inputs are required for a specific CIPP function before executing it.
  2. An automation workflow needs to dynamically adjust based on the available function parameters retrieved from the CIPP Administration API.

Properties

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

Output

JSON

  • functionParameters - List of function parameters retrieved from the CIPP Administration API.

Dependencies

  • Requires an OAuth2 API credential for authentication to 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 or unresponsive; increase the 'Timeout' value as needed.
  • Proxy settings must be correctly configured if a proxy is required; incorrect proxy URLs or credentials will cause request failures.
  • Batching settings should be adjusted carefully to avoid overwhelming the API or hitting rate limits.

Discussion