CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to execute a standards run for a tenant. It is useful for automating compliance or standards checks within an organization's tenant environment. For example, it can be used to trigger a standards run based on a specific template ID, helping administrators ensure that their tenant configurations meet predefined standards.

Use Case Examples

  1. Trigger a standards run for a tenant using a specific template ID to validate compliance.
  2. Automate periodic standards checks by scheduling this node in a workflow.

Properties

Name Meaning
Template ID The ID of the template used to execute the standards run.
Request Options Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • response - The JSON response from the CIPP API after executing the standards run.

Dependencies

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

Troubleshooting

  • Ensure the Template ID is valid and exists in the CIPP system to avoid errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

  • CIPP API Documentation - Official documentation for the CIPP API, including details on executing standards runs.

Discussion