aap_get_organization
Retrieve detailed information about an Ansible Automation Platform organization by its ID, including name, description, max hosts, custom virtualenv, and creation/modification timestamps.
Instructions
Get details of a specific AAP organization by ID.
Args: params (GetOrgInput): - org_id (int): Organization ID
Returns: str: JSON with organization details including id, name, description, max_hosts, custom_virtualenv, created, modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |