CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to execute an automatic backup operation within the CIPP Administration resource. It is useful for automating backup processes in environments managed by CIPP, ensuring data safety and recovery readiness without manual intervention. For example, it can be used to schedule and trigger backups of system configurations or user data automatically.

Use Case Examples

  1. Automate daily backups of CIPP system data to prevent data loss.
  2. Trigger backups before major system updates to ensure rollback capability.

Properties

Name Meaning
Enabled Whether to enable the auto backup operation.
Request Options Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • backupStatus - Status of the auto backup execution, indicating success or failure.
  • backupDetails - Additional details or metadata about the backup operation result.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, consider enabling the 'Ignore SSL Issues' option to bypass validation, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; increase the 'Timeout' setting as needed.
  • Incorrect proxy settings can cause connection failures; verify proxy URL and credentials if used.
  • Ensure the 'Enabled' property is set to true to actually perform the backup operation.

Discussion