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.
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.