get_storage_summary
Retrieve a comprehensive overview of all Object Storage instances, including total count, regional distribution, status breakdown, and cluster usage statistics.
Instructions
Get a summary of all Object Storage instances.
Returns: Summary information including: - total_instances: Total number of Object Storage instances - regions: List of regions with storage counts - status_breakdown: Count by status - cluster_usage: Count by cluster
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}