CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list the Azure AD Connect status for a specified tenant. It is useful for administrators who need to monitor or audit the synchronization status between Azure Active Directory and on-premises directories. For example, it can be used to fetch the current sync status of a tenant to ensure that directory synchronization is functioning correctly.

Use Case Examples

  1. An IT admin wants to check the Azure AD Connect status for a specific tenant to verify if synchronization is active and healthy.
  2. A monitoring workflow that periodically lists Azure AD Connect statuses for multiple tenants to detect and alert on sync issues.

Properties

Name Meaning
Tenant Filter Specifies the tenant ID or domain name to filter the Azure AD Connect status for the desired tenant.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to control how the API requests are made.

Output

JSON

  • status - The Azure AD Connect status information for the specified tenant, including synchronization state and related details.

Dependencies

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

Troubleshooting

  • If the tenant filter is incorrect or missing, the node may return an error or no data. Ensure the tenant ID or domain name is valid.
  • SSL certificate validation errors can occur if the API endpoint uses a self-signed or invalid certificate. Use the 'Ignore SSL Issues' option cautiously to bypass this.
  • Timeout errors may happen if the server is slow to respond or network issues occur. Adjust the timeout setting as needed.
  • Proxy configuration errors can prevent the node from connecting to the API. Verify proxy settings and credentials if used.

Discussion