RESTMON for NewRelic: Certain objects suddenly disappear in DXO2.
search cancel

RESTMON for NewRelic: Certain objects suddenly disappear in DXO2.

book

Article ID: 408129

calendar_today

Updated On:

Products

DX Operational Observability

Issue/Introduction

I have noticed that certain objects from New Relic are not being reflected in DXO2.

Cause

Change done on NewRelic side.

Resolution

Contact Broadcom Support for the updated schema. Hardcoded API-Key object causing 403 errors.

Additional Information

Former Schema had the following structure:

        "headers": {
          "X-Api-Key": "%token",
          "API-Key": "###-###"
        }

 

And new one that fixed the issue is without API-KEY:

 "headers": {
          "X-Api-Key": "%token",
                  }