In NFA 10.0.3 - 10.0.4 you may notice that if you query for interface data, its RouterName or RouterID no longer gets returned like the below:
10.0.3 and 10.0.4:
"InSpeed": 0,
"IfType": "WAN",
"Description": "",
"PersistentIfIndex": 5,
"Enabled": "Y",
"RouterAddress": "10.0.0.1",
"Name": "Interface 1",
"AgentType": "Physical",
"LastData": 1601906425,
"OutSpeed": 0,
"IfIndex": 1,
"UpdatedOn": 1592450117,
"ID": 56,
"HarvesterAddress": "10.1.1.1",
"toss": [
10.0.2 and below:
"ID": 107,
"AgentType": "Physical",
"RouterAddress": "10.0.0.1",
"IfIndex": 42,
"PersistentIfIndex": 71,
"RouterId": "1500012",
"RouterName": "Florida Router",
"Name": "Interface 42",
"Description": "",
"IfType": "WAN",
"InSpeed": 0,
"OutSpeed": 0,
"Linked": "N",
"LastData": 1577136926,
"UpdatedOn": 1576857572,
"HarvesterAddress": "10.1.1.1",
"DomainId": "1",
"Enabled": "Y",
"toss": []
Release : 10.0.3 and 10.0.4
Component : NQRPTA - REPORTERANALYZER
Those fields were removed in 10.0.3 and 10.0.4 but were deemed useful. Please apply the patch below to restore these fields.
1. Upgrade to NFA 10.0.4.
2. Download NFA_10.0.4_PTF_007.zip
3. Unzip and follow the directions in the readme.
This will be resolved in NFA 10.0.5.