get_quota
Retrieve quota limits and usage for an OpenStack project. Specify a project name to see its resource quotas, or get current project defaults.
Instructions
Get quota information for projects (similar to 'openstack quota show').
Args: project_name: Name of the project (optional, defaults to current project if empty)
Returns: JSON string containing quota information for the specified project or current project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |