CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list Defender TVM (Threat and Vulnerability Management) data within the Security & Compliance resource. It is useful for security teams and IT administrators who need to retrieve and monitor security vulnerabilities and threat data for specific tenants in their organization. For example, it can be used to automate the retrieval of security posture information for compliance reporting or threat analysis.

Use Case Examples

  1. Retrieve Defender TVM data for a specific tenant to monitor security vulnerabilities.
  2. Automate security compliance checks by listing Defender TVM alerts across multiple tenants.

Properties

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

Output

JSON

  • data - The list of Defender TVM items retrieved from the API, representing security and vulnerability information for the specified tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant ID or domain name is correctly specified; incorrect values will 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 network environment.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion