Next Topic

Previous Topic

Book Contents

Get Agent Uptime

Returns an array of agent uptime records.

GET /assetmgmt/agents/uptime/{since}

URL Parameter

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AgentId

decimal

 

AgentName

string

MachineGroupId

decimal

 

MachineGroup

string

TotalOnlineInSeconds

int

MeasuredFrom

datetime

 

MeasuredTo

datetime

 

Sample Response Model

{
  "Result": [
    {
      "AgentId": 0,
      "AgentName": "string",
      "MachineGroupId": 0,
      "MachineGroup": "string",
      "TotalOnlineInSeconds": 0,
      "MeasuredFrom": "2017-07-31T22:34:52.480Z",
      "MeasuredTo": "2017-07-31T22:34:52.480Z"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}