Integración · New Relic

Automatización New Relic: Alertas y Observabilidad

Crea, gestiona y elimina políticas de alertas y canales de notificación en New Relic, y lista aplicaciones APM y de navegador monitorizadas.
EJEMPLO ILUSTRATIVO · requiere conexión a New Relic vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (New Relic) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "New Relic",
  "tool_slug": "NEW_RELIC_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "New Relic",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Usa el servidor MCP de Composio (rube.app/mcp) para invocar herramientas nativas de New Relic como NEW_RELIC_CREATE_ALERT_POLICY, NEW_RELIC_CREATE_ALERT_CHANNEL y NEW_RELIC_GET_APPLICATIONS sin necesidad de código adicional.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.