API Documentation

Last Update: 28 December 2022

GET api/SystemCollectorDefinition



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of 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",
    "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
  },
  {
    "$ref": "1"
  }
]