Returns an array of network statistics log entries.
GET /assetmgmt/logs/{agentguid}/networkstats
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
||
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"NetworkStatId": 0,
"Time": "2016-03-14T22:19:31.904Z",
"Application": "string",
"BytesSent": 0,
"BytesRcvd": 0
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}