API Documentation

Last Update: 28 December 2022

GET api/SystemCollectorDefinition/{id}



Request Information


URI Parameters
Name Description Type Additional information
id

integer

Required

Body Parameters

None.

Response Information


Resource Description
SystemCollectorDefinition
Name Description Type Additional information
ID

integer

None.

Name

string

None.

Collector

byte

None.

ChangeTracking

boolean

None.

Settings

string

None.

Interval

integer

None.

ModuleID

byte

None.

Notes

string

None.

HostType

byte

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Collector": 64,
  "ChangeTracking": true,
  "Settings": "sample string 5",
  "Interval": 6,
  "ModuleID": 64,
  "Notes": "sample string 8",
  "HostType": 64,
  "RecordStatus": 10
}