New Relic · Capability
New Relic Application Monitoring
Application performance monitoring workflow combining application metrics, deployments, hosts, and custom events for developers tracking application health and release impact.
What You Can Do
GET
Get applications
— List all monitored applications
/v1/applications
GET
Get application
— Get application details
/v1/applications/{id}
PUT
Update application
— Update application settings
/v1/applications/{id}
GET
Get deployments
— List deployments for an application
/v1/deployments/{applicationId}
POST
Create deployment
— Record a new deployment
/v1/deployments/{applicationId}
GET
Get application hosts
— List hosts for an application
/v1/hosts/{applicationId}
GET
Get application metrics
— List available metric names
/v1/metrics/{applicationId}
GET
Get application metrics data
— Query metric data for an application
/v1/metrics/{applicationId}/data
GET
Get key transactions
— List key transactions
/v1/key-transactions
POST
Send events
— Send custom events for application tracking
/v1/events/{accountId}
MCP Tools
get-applications
List all monitored applications
read-only
get-application
Get details of a specific application
read-only
update-application
Update application settings
idempotent
get-deployments
List deployment records for an application
read-only
create-deployment
Record a new deployment for an application
get-application-hosts
List hosts for an application
read-only
get-application-metrics
List available metric names for an application
read-only
get-application-metrics-data
Query metric data points for an application
read-only
get-key-transactions
List key transactions
read-only
send-events
Send custom events for application tracking
APIs Used
rest-api
event-api