CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list security and compliance incidents for a specified tenant. It is useful for organizations that need to monitor and manage security incidents across their tenants, enabling automated workflows for incident tracking and response. For example, it can be used to fetch and analyze security incidents in a tenant's environment to trigger alerts or further investigation.

Use Case Examples

  1. List all security incidents for a tenant by providing the tenant ID or domain name.
  2. Automate the retrieval of security incidents to integrate with a ticketing system for incident management.

Properties

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

Output

JSON

  • incidents - An array of security and compliance incidents retrieved from the CIPP API for the specified tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; incorrect values may result in no data or errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the source.
  • Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials can cause request failures.
  • Timeouts may occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion