Agent Configurations
GET/api/odata/1.0/AgentConfigurations
Model Schema
Field |
Data Type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
}
]