list_access_keys
Retrieve all SSH or login/password access keys for a project. Filter by key type, sort by name or type, and control ordering to manage Ansible credentials efficiently.
Instructions
List all access keys for a project.
Args: project_id: ID of the project key_type: Optional key type filter ("none", "ssh", or "login_password") sort: Sort field ("name" or "type") order: Sort order ("asc" or "desc")
Returns: Dictionary containing list of access keys
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | name | |
| order | No | asc | |
| key_type | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||