Returns the remote control notify policy for an agent machine.
GET /remotecontrol/notifypolicy/{agentId}
Headers
Model Schema
Field |
DataType |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
Sample Response Model
{
"Result": {
"EmailAddr": "string",
"AgentGuid": "string",
"AdminGroupId": 0,
"RemoteControlNotify": 0,
"NotifyText": "string",
"AskText": "string",
"TerminateNotify": 0,
"TerminateText": "string",
"RequireRcNote": 0,
"RequiteFTPNote": 0,
"RecordSession": 0,
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}