Job: Schedule Only
Job: Schedule Only
The Job JSON
{
"id": "my-tool",
"name": "My Tool",
"description": "Runs MyTool every 120 minutes. No immediate run on agent startup.",
"enabled": true,
"schedule": {
"intervalMinutes": 120
},
"osFilter": {
"windows": true,
"linux": false,
"macOS": false
},
"mqttTopics": {
"allowedPublications": ["KeeperLogger"],
"allowedSubscriptions": []
},
"parameters": [],
"tasks": [
{
"id": "run-tool",
"name": "Run tool",
"ExecutionType": "Service",
"command": "MyTool",
"executablePath": "C:\\Program Files\\KeeperPrivilegeManager\\Jobs\\bin\\MyTool\\MyTool.exe",
"arguments": "--keeper-api-base={KeeperApiBaseUrl}",
"timeoutSeconds": 7200,
"continueOnFailure": false,
"scriptType": "Auto"
}
]
}What to Change
Field
What to Put Here
How This Works
Before You Deploy
Deploy
Last updated
Was this helpful?

