get_application
Retrieve detailed monitoring information for a specific New Relic application by providing its application ID to access performance metrics and observability data.
Instructions
Get details for a specific New Relic application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"title": "App Id",
"type": "string"
}
},
"required": [
"app_id"
],
"type": "object"
}