AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node operation retrieves the SharePoint quota information for a specified tenant list. It is useful when you need to monitor or manage storage limits and usage for SharePoint lists within a particular tenant environment. For example, an administrator can use this node to check how much quota a specific SharePoint list is consuming to ensure it does not exceed allocated storage.

Properties

Name Meaning
Tenantfilter A required string used as a query parameter to specify the tenant filter for the request.

Output

The node outputs JSON data containing the SharePoint quota details for the filtered tenant list. The exact structure depends on the API response but typically includes fields such as total quota, used quota, and remaining quota for the specified SharePoint list.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard CIPP API service.
  • The base URL for the API is configured via credentials and appended with /api.
  • The node uses HTTP headers specifying Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Missing or invalid Tenantfilter: Since tenantfilter is required, omitting it or providing an incorrect value will likely cause the API call to fail or return no data.
  • Authentication errors: Ensure that the API key credential is correctly set up and has the necessary permissions to access the SharePoint quota endpoint.
  • API connectivity issues: Verify that the base URL configured in credentials is correct and reachable.
  • Unexpected API responses: If the API changes or returns unexpected data, the node may not parse the output correctly.

Links and References

Discussion