infomaniak_get_drive_full
Retrieve detailed kDrive storage information including total and used size, creation and update timestamps, and maintenance status for monitoring storage usage.
Instructions
Full kDrive detail: name, total size (bytes), used size, creation/update timestamps, maintenance flag. Useful for storage usage monitoring. Manager-private — distinct from the existing infomaniak_list_drives which hits the public Bearer API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive_id | Yes | kDrive id. Discover via infomaniak_list_drives. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| size | Yes | ||
| used_size | Yes | ||
| created_at | Yes | ||
| updated_at | No | ||
| in_maintenance | No | ||
| maintenance_at | No |