get_custom_applications
Retrieve custom application configurations from the MCP Server for Coroot to group instances by specific patterns, aiding in seamless monitoring and performance analysis. Requires a valid project ID.
Instructions
Get custom applications configuration.
Returns the list of custom application definitions that group instances by patterns.
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}