Next Topic

Previous Topic

Book Contents

Get Network Statistics Log

Returns an array of network statistics log entries.

GET /assetmgmt/logs/{agentguid}/networkstats

Headers

Model Schema

Field

Datatype

Filterable

Sortable

NetworkStatID

int

 

Time

datetime

Application

string

BytesSent

int

 

 

BytesRcvd

int

 

 

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"
}