Job: Minimal Linux
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": true,
"macOS": false
},
"mqttTopics": {
"allowedPublications": ["KeeperLogger"],
"allowedSubscriptions": []
},
"parameters": [],
"tasks": [
{
"id": "run-tool",
"name": "Run tool",
"ExecutionType": "Service",
"command": "mytool",
"executablePath": "/opt/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?

