I have noticed that certain objects from New Relic are not being reflected in DXO2.
Change done on NewRelic side.
Contact Broadcom Support for the updated schema. Hardcoded API-Key object causing 403 errors.
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",
}