NASA-AMMOS / anms

Asynchronous Network Management System (ANMS)
https://nasa-ammos.github.io/anms-docs/
Apache License 2.0
1 stars 1 forks source link

ANMS_FUN_BLD_003 (Report Templates): Report list #34

Closed d-linko closed 2 months ago

d-linko commented 1 year ago

When a table of reports known to an agent is generated, the table lists the ARIs of the reports, several of which have the same ID. For example: [ { "eid": "ipn:1.6", "reports": [ { "num_entries": 1, "recipient_name": "", "name": "rptts", "timestamp": "Fri Jun 30 19:33:23 2023\n", "entries": [], "type": "tblt", "table": { "cols": [ { "name": "ids", "type": "ARI" } ], "rows": [ [ "endpointReport((UINT ltp_span))" ], [ "full_report" ], [ "full_report" ], [ "source_report((STR Source))" ], [ "endpoint_report((STR endpoint_id))" ], [ "full_report" ] ] } } ]

There is no indication of the ADM, namespace, or other means of identifying what 'full report' is known. The table template should be modified.

d-linko commented 2 months ago

referencing old agent tab updated with https://github.com/NASA-AMMOS/anms/pull/78