Environment
- EDR Server: 7.7.3 and below
- Feeds
Symptoms
Cause
Report "id" field is an integer instead of a string
Resolution
- Update the feed report's id to be surrounded in quotes.
"id": 70
to
"id": "70"
- Upgrade to 7.8.0. In this version, it will automatically convert these int's into strings.
Additional Notes
- 7.8.0 is scheduled to release at the end of March.
Related Content