Returns an array of settings for an agent.
GET /assetmgmt/agent/{agentId}/settings
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
Agent Settings |
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CheckInControl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
|
|
UserProfile |
|
|
|
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"AgentVersion": 0,
"CurrentUser": "string",
"LastCheckIn": "2016-03-16T16:13:52.579Z",
"FirstCheckIn": "2016-03-16T16:13:52.579Z",
"LastReboot": "2016-03-16T16:13:52.579Z",
"TempDirectory": "string",
"CheckInControl": {
"PrimaryKServer": "string",
"PrimaryKServerPort": 0,
"SecondaryKServer": "string",
"SecondaryKServerPort": 0,
"QuickCheckInTimeInSeconds": 0,
"BandwidthThrottle": 0,
"Attributes": {}
},
"UserProfile": {
"AdminEmail": "string",
"UserName": "string",
"UserEmail": "string",
"UserPhone": "string",
"Notes": "string",
"ShowToolTip": 0,
"AutoAssignTickets": true,
"Attributes": {}
},
"PatchPolicyMembership": [
"string"
],
"ViewDefinitionCollections": [
"string"
],
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}