API :
http://SERVERIP:PORT/api/json/v2/nfadevice/getProtocolData
Parameters
| apiKey | uniquekey |
| DeviceID | Interfaceid/interface group id/ipgroup id |
| BussView | true(when the resource type is interface group) |
| IPGroup | true(when the resource type is IP group) |
| Type | speed/ volume / percentage |
| Data | IN/OUT |
| TimeFrame | 15Minute /30Minute/hourly / 6Hour/Daily/today/ yesterday / weekly/monthly /Quarterly/ custom |
Sample API :
http://testpc:8080/api/json/v2/nfadevice/getProtocolData?&apiKey=407ef7c282fa0ace024d34f6cc8e7ba1&DeviceID=5000019&BussView=false&IPGroup=false&Type=speed&TimeFrame=6Hour&Data=IN
Sample Output :
{
"result":[
{
},
{
},
{
}
],
"devDetails":[
{
},
{
}
]
}
Thank you for your feedback!