get_request_status
Check the status and progress of Ambari cluster operations by request ID to monitor service actions, track automation workflows, and troubleshoot Hadoop management tasks.
Instructions
Retrieves the status and progress of a specific Ambari request operation.
[Tool Role]: Dedicated tool for real-time tracking and reporting of Ambari request status.
[Core Functions]:
Query the status, progress, and context of a request by its ID
Provide detailed status (PENDING, IN_PROGRESS, COMPLETED, FAILED, etc.)
Show progress percentage and timing information
Return actionable status for automation and LLM integration
[Required Usage Scenarios]:
When users ask for the status or progress of a specific operation/request
When monitoring or troubleshooting Ambari operations
When tracking bulk or individual service actions
When users mention request ID, operation status, or progress
Args: request_id: ID of the Ambari request to check (int)
Returns: Request status information (success: detailed status and progress, failure: error message) - Success: Multi-line string with request ID, status, progress, context, start/end time, and status description - Failure: English error message describing the problem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes |