get_application_rca
Identify root causes of application issues using AI-powered analysis. Input project and application IDs to diagnose incidents, performance degradation, or failures effectively.
Instructions
Get AI-powered root cause analysis for application issues.
Analyzes application problems and provides insights into the root causes of incidents, performance degradation, or failures.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"title": "App Id",
"type": "string"
},
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id",
"app_id"
],
"type": "object"
}