Skip to content
Snippets Groups Projects
user avatar
Randall Sharo authored
Many REST ingest schemes (e.g. Graylog "JSON path from HTTP") expect servers to return well-formed JSON objects.  Floodlight is sometimes returning values that lack root objects.

Was:
   [ <list-of-device-objects>]

Now:
   { 'devices' : <list-of-device-objects> }
3ac0fb59
History
Name Last commit Last update
..
images
java
python
resources
thrift