Problema
Su API de llamada REST devuelve un mensaje de error 301
que puede incluir parte o toda esta información:
curl -X GET 'http://rpm.newrelic.com/v2/applications/1234567890.json' \ -H 'X-Api-Key:REDACTED' -iHTTP/1.1 301 Moved PermanentlyStatus: 301 Moved PermanentlyLocation: http://rpm.newrelic.com/v2/applications/1234567890.json...You are being redirected https://rpm.newrelic.com/v2/applications/1234567890.json
O
curl -X GET 'http://rpm.newrelic.com/v2/applications/1234567890.json' \ -H 'X-Api-Key:REDACTED'You are being redirected https://rpm.newrelic.com/v2/applications/1234567890.json
Solución
New Relic requiere HTTPS para todo el tráfico hacia y la API REST. Esto incluye tanto el tráfico entrante como el saliente. Si su API de llamada REST usa HTTP, cambie su script o programa a HTTPS.