Agent Configurations

GET/api/odata/1.0/AgentConfigurations

Model Schema

Field

Data Type

AgentId

string

PartitionId

string

FirstCheckInTime

string

DomineErinG

string

DomainWorkgroupName

string

ContactName

string

ContactEmail

string

ContactPhone

string

AgentNotes

string

PortalAccessLoginName

string

PrimaryKserver

string

SecondaryKserver

string

QuickCheckInPeriod

string

AgentTempDir

string

ConfigurationLogDaysToKeep

integer

IsConfigurationLogArchived

integer

ErrorLogDaysToKeep

integer

IsErrorLogArchived

integer

MonitorActionLogDaysToKeep

integer

IsMonitorActionLogArchived

integer

NetworkStatsLogDaysToKeep

integer

IsNetworkStatsLogArchived

integer

ClassicRemoteControlLogDaysToKeep

integer

IsClassicRemoteControlLogArchived

integer

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "FirstCheckInTime": "2022-01-10T04:49:04.976Z",
    "DomainWorkGroupType": "string",
    "DomainWorkgroupName": "string",
    "ContactName": "string",
    "ContactEmail": "string",
    "ContactPhone": "string",
    "AgentNotes": "string",
    "PortalAccessLoginName": "string",
    "PrimaryKserver": "string",
    "SecondaryKserver": "string",
    "QuickCheckInPeriod": 0,
    "AgentTempDir": "string",
    "ConfigurationLogDaysToKeep": 0,
    "IsConfigurationLogArchived": 0,
    "ErrorLogDaysToKeep": 0,
    "IsErrorLogArchived": 0,
    "MonitorActionLogDaysToKeep": 0,
    "IsMonitorActionLogArchived": 0,
    "NetworkStatsLogDaysToKeep": 0,
    "IsNetworkStatsLogArchived": 0,
    "ClassicRemoteControlLogDaysToKeep": 0,
    "IsClassicRemoteControlLogArchived": 0
  }
]