Job: Minimal macOS
The Job JSON
{
"id": "my-tool",
"name": "My Tool",
"description": "Runs MyTool on a 60-minute interval.",
"enabled": true,
"schedule": {
"intervalMinutes": 60
},
"osFilter": {
"windows": false,
"linux": false,
"macOS": true
},
"mqttTopics": {
"allowedPublications": ["KeeperLogger"],
"allowedSubscriptions": []
},
"parameters": [],
"tasks": [
{
"id": "run-tool",
"name": "Run tool",
"ExecutionType": "Service",
"command": "MyTool",
"executablePath": "/usr/local/KeeperPrivilegeManager/Jobs/bin/MyTool/MyTool",
"arguments": "--keeper-api-base={KeeperApiBaseUrl}",
"timeoutSeconds": 3600,
"continueOnFailure": false,
"scriptType": "Auto"
}
]
}What to Change
Field
What to Put Here
Before You Deploy
Deploy
Last updated
Was this helpful?

