get_application
Retrieve application details, performance metrics, health checks, recent incidents, and deployment history using Coroot's observability platform to monitor and analyze application behavior efficiently.
Instructions
Get application details and metrics.
Retrieves comprehensive information about an application including:
- Performance metrics (CPU, memory, network)
- Health checks and SLOs
- Recent incidents
- Deployment history
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp for metrics (optional) to_timestamp: End timestamp for metrics (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
from_timestamp | No | ||
project_id | Yes | ||
to_timestamp | No |