get_partition_queues
Fetches the full queue hierarchy for a partition, including max, guaranteed, and pending resources for each queue. Raw integer values require conversion to human-readable units.
Instructions
Fetches the full queue hierarchy for a specific partition. Includes maxResource, guaranteedResource, and pendingResource for each queue. IMPORTANT: resource values are raw integers (bytes for memory, millicores for CPU). Convert these to human-readable formats (e.g., GiB or Cores) before presenting to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| partitionName | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |