Hi Eric,
Thanks for your questions.
You can reach out to me at ameya.oke@broadcom.com and we can jump on a zoom call to go over the various ways if you prefer.
For now, you have following options:
1. debug command

2.Monitor>Edges>Link>BW
3. API call:
API call: metrics/getEdgeLinkMetrics
payload:
{
"edgeId": xxx,
"enterpriseId": yyy,
"interval": {
"start": start epoh ms,
"end": end epoch in ms
},
"metrics": [
"bpsOfBestPathRx",
"bpsOfBestPathTx",
"totalBytes"
]
}
APIv1 docs: https://developer.broadcom.com/xapis/vmware-sd-wan-orchestrator-api-v1/latest/
Regards
Ameya