Implementation of basic PatchComplianceTask. First real iteration, basic/raw asf.
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"ServerUrl": "https://yourserver.com/api/status",
|
|
"EnableLogging": true,
|
|
"ClientIdentifier": "your-default-client-id",
|
|
"Auth": {
|
|
"Username": "testuser",
|
|
"Password": "testpassword"
|
|
},
|
|
"PatchCompliance": {
|
|
"Enabled": true,
|
|
"CheckIntervalHours": 24,
|
|
"LastCheckTime": null
|
|
}
|
|
}
|