get_project_details
Retrieves OpenStack project details, listing all projects or showing specific project information including roles and quotas.
Instructions
Get OpenStack project details (similar to 'openstack project list/show').
Args: project_name: Name of specific project to show details for (optional, lists all if empty)
Returns: JSON string containing project information including details, roles, and quotas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |