CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list backups within the CIPP Administration resource. It is useful for administrators who need to retrieve backup information filtered by tenant ID or domain name. For example, an admin can use this node to automate backup monitoring or auditing tasks by listing backups for specific tenants.

Use Case Examples

  1. List all backups for a given tenant ID to monitor backup status.
  2. Retrieve backups filtered by tenant domain name for auditing purposes.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name used to filter the list of backups.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • backups - An array of backup objects returned from the CIPP API, representing the listed backups.

Dependencies

  • Requires an OAuth2 API credential for authentication 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 may occur if the server is slow or unresponsive; increase the 'Timeout' value as needed.
  • Incorrect tenant filter values may result in empty backup lists; verify tenant ID or domain name is correct.
  • Proxy misconfiguration can cause request failures; ensure proxy URL and credentials are correct.

Discussion