get_playbook_status
Check Ansible playbook execution status to monitor completion and track multiple playbooks using the Ara Records API.
Instructions
Get a quick summary of playbook execution status without detailed task information. Useful for checking if a playbook is complete or monitoring multiple playbooks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
playbook_id | Yes | The ID of the playbook to check |
Input Schema (JSON Schema)
{
"properties": {
"playbook_id": {
"description": "The ID of the playbook to check",
"type": "number"
}
},
"required": [
"playbook_id"
],
"type": "object"
}