infomaniak_audit_account
Scans an Infomaniak organization to identify issues such as expiring products, maintenance, locked products, and ongoing operations, enabling proactive management.
Instructions
Scan an Infomaniak organization for actionable issues: products expiring soon, products in maintenance, locked products, ongoing operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Organization/account ID. Optional: defaults to the first account the token has access to. Discover via infomaniak_overview. | |
| days_ahead | No | Flag products expiring within this many days as warnings. Default 60. | |
| max_domain_checks | No | Cap on the number of `/1/domain/{name}` lookups used to disambiguate stale `expired_at` flags on domain products. Each lookup is one API call. With the 60 req/min rate limit, leave this ≤ 50 unless you have time. Set to 0 to skip domain re-checks entirely (faster but may miss real expirations). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| scanned_products | Yes | ||
| findings | Yes | ||
| summary_markdown | Yes |