aap_get_credential
Fetch credential metadata from Ansible Automation Platform by ID, with secret values replaced by encrypted placeholders for safety.
Instructions
Get details of an AAP credential (secrets masked by AAP).
Args: params (GetCredInput): - credential_id (int): Credential ID
Returns: str: JSON with credential metadata. Secret fields shown as '$encrypted$'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |