CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune resource of the CIPP API to list the application queue. It is useful for administrators who need to monitor or manage the queue of applications within their Intune environment. For example, it can be used to retrieve the list of applications waiting for deployment or processing in an organization's Intune tenant.

Use Case Examples

  1. An IT administrator wants to check which applications are queued for deployment in their organization's Intune tenant.
  2. A support engineer needs to monitor the application queue to troubleshoot deployment delays or issues.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Intune application queue.
Request Options Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • applicationQueue - The list of applications currently in the Intune application queue.

Dependencies

  • Requires an API key credential for authentication to the CIPP API, specifically for accessing Intune resources.

Troubleshooting

  • Ensure the Tenant Filter is correctly set to a valid .onmicrosoft.com tenant name to avoid empty or unauthorized responses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
  • Check proxy settings if requests fail to reach the API endpoint, especially in corporate network environments.
  • Adjust the timeout setting if the API response is slow or times out frequently.

Discussion