-
Notifications
You must be signed in to change notification settings - Fork 1
Broken network manager report URLs #279
Copy link
Copy link
Open
Labels
CRIT-4Defect means software does not work as originally intended.Defect means software does not work as originally intended.bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Metadata
Metadata
Assignees
Labels
CRIT-4Defect means software does not work as originally intended.Defect means software does not work as originally intended.bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Todo
The report URLs such defined in network_manager.py such as nm_get_reports_hex fail due to two problems:
/agents/eid/<id>/reports?form=hex. ANMS is using/agents/eid/<id>/reports/hex.text/plain, while ANMS is attempting to parse it as JSON. This causes an exception to be thrown in the handler.