get_request_status
Track the status and progress of Ambari requests in real-time. Query by request ID to retrieve detailed information, including status, progress percentage, and timing. Ideal for monitoring operations and troubleshooting.
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 |