AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node operation, "Retrieve Exec Groups Delivery Management" under the "List" resource, is designed to query and retrieve specific delivery management execution groups based on several filtering parameters. It is useful in scenarios where users need to fetch detailed group information filtered by type, ID, internal allowance, and tenant criteria. For example, it can be used in logistics or delivery management systems to obtain execution groups that match certain operational constraints or organizational boundaries.

Properties

Name Meaning
Grouptype The type/category of the group to filter the retrieval by.
Id The unique identifier of the group to retrieve.
Onlyallowinternal A flag indicating whether to restrict results to only internally allowed groups.
Tenantfilter A filter specifying which tenant's data should be included in the retrieval.

Output

The node outputs JSON data representing the retrieved execution groups matching the specified filters. The structure typically includes details about each group such as identifiers, types, permissions, and related metadata relevant to delivery management. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and appended with /api.
  • Uses HTTP headers to accept and send JSON content (Accept: application/json, Content-Type: application/json).
  • Depends on the @avantguardllc/n8n-openapi-node package and a local OpenAPI specification file (openapi.json) for request building.

Troubleshooting

  • Common issues:
    • Missing or invalid API credentials will cause authentication failures.
    • Incorrect or missing required properties (grouptype, id, onlyallowinternal, tenantfilter) may result in incomplete or failed queries.
    • Network connectivity problems to the configured API endpoint.
  • Error messages:
    • Authentication errors typically indicate invalid or missing API keys; verify credentials configuration.
    • Validation errors may occur if required query parameters are not provided; ensure all required fields are filled.
    • Timeout or connection errors suggest network issues or incorrect base URL settings.

Links and References

Discussion