aap_list_projects
Retrieve Ansible Automation Platform projects with pagination, search, and SCM type filters. Get project IDs, names, SCM URLs, status, and last updated timestamps for inventory management.
Instructions
List AAP projects (SCM-backed playbook repositories).
Args: params (ListProjectsInput): Pagination and filter options.
Returns: str: JSON with count and project list. Each entry has id, name, scm_type, scm_url, status, last_updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |