Hey All,
Experimenting with the Monitoring APIs and getting below error for multiple scenarios. I'm able to setup alerts via the UI, but when I run API to either GET existing or POST to create new, I get below error.
{ "faultstring": "Evaluation of script decodeJWT.py (py) failed with reason: \"AttributeError: 'NoneType' object has no attribute 'split'\"", "detail": { "errorcode": "steps.script.ScriptEvaluationFailed" } }
SmartDocs also gives the same error. https://apidocs.apigee.com/api-monitoring/apis/get/alerts
Am I doing something wrong?