AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve executive CPV (Cost Per View) permissions related to lists. It is designed to query specific permission data by sending parameters such as "resetsp" and "tenantfilter" as query parameters. This node is useful in scenarios where you need to programmatically access or audit permission settings for executive CPV within a tenant or reset context, for example, in compliance checks or permission management workflows.

Properties

Name Meaning
Resetsp A required string parameter used as a query filter, likely representing a reset scope or identifier.
Tenantfilter A required string parameter used as a query filter to specify the tenant context for which permissions are retrieved.

Output

The node outputs JSON data containing the executive CPV permissions retrieved from the AvantGuard CIPP API. The exact structure depends on the API response but generally includes permission details filtered by the provided "resetsp" and "tenantfilter" values.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and appended with /api.
  • The node uses HTTP headers to accept and send JSON content (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Missing or invalid credentials: Ensure that the API key credential is correctly set up and has the necessary permissions to access the AvantGuard CIPP API.
  • Invalid or missing query parameters: Both "resetsp" and "tenantfilter" are required. Omitting them or providing incorrect values may result in errors or empty responses.
  • API connectivity issues: Verify network connectivity and that the base URL configured in credentials is correct and accessible.
  • Unexpected API responses: If the API returns errors or unexpected data, check the validity of the input parameters and consult the AvantGuard CIPP API documentation for correct usage.

Links and References

Discussion