list_clusters
Retrieve all available Object Storage clusters with details including ID, region, hostname, and deployment status for managing cloud storage infrastructure.
Instructions
List all available Object Storage clusters.
Returns: List of Object Storage clusters with details including: - id: Cluster ID - region: Region code - hostname: S3-compatible hostname for the cluster - deploy: Deployment status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}