CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list standard templates for a Tenant resource. It is useful for scenarios where users need to retrieve predefined templates associated with a tenant, such as in IT management or organizational settings where standard configurations or templates are maintained. For example, an IT administrator might use this node to fetch all standard templates available for a tenant to automate deployment or auditing processes.

Use Case Examples

  1. Listing all standard templates for a tenant to automate configuration management.
  2. Retrieving templates to display in a dashboard for tenant management.

Properties

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

Output

JSON

  • standardTemplates - Array of standard templates retrieved for the tenant.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable the 'Ignore SSL Issues' option to bypass validation (not recommended for production).
  • Timeout errors can occur if the server is slow to respond; increase the 'Timeout' value in request options.
  • Proxy settings must be correctly configured if a proxy is required for network access.
  • Batching options should be adjusted carefully to avoid overwhelming the API or hitting rate limits.

Links

Discussion