Improved
Release 6.5 — Changelog
about 1 year ago by Koushik Kota
Adds the optional skipFeatureUpdate field to remediation rule APIs and a tool filter to getDeviceJobInfo for module-scoped job queries.
Newly Added APIs
No new APIs were added in the 6.5 release.
Modified APIs
addRemediationRule
addRemediationRuleA new optional field skipFeatureUpdate has been added to the request body.
| Key | Type | Description |
|---|---|---|
skipFeatureUpdate | boolean | Controls whether feature updates are considered during remediation rule creation |
Behavior:
| Value | Effect |
|---|---|
true | Feature updates are skipped during remediation |
false | Feature updates are included during remediation |
| (omitted) | Defaults to including feature updates (same as false) |
Note: The
skipFeatureUpdatekey applies only to Saner Patch Management (PM) Remediation Rules.
updateRemediationRule
updateRemediationRuleA new optional field skipFeatureUpdate has been added to the request body, matching the behavior introduced in addRemediationRule.
| Key | Type | Description |
|---|---|---|
skipFeatureUpdate | boolean | Controls whether feature updates are considered when updating a remediation rule |
Behavior:
| Value | Effect |
|---|---|
true | Feature updates are skipped during remediation |
false | Feature updates are included during remediation |
| (omitted) | Defaults to including feature updates (same as false) |
Note: The
skipFeatureUpdatekey applies only to Saner Patch Management (PM) Remediation Rules.
getDeviceJobInfo
getDeviceJobInfoA new optional field tool has been added to the request.
| Key | Type | Accepted Values | Description |
|---|---|---|---|
tool | string | CM, PM | Filters returned job details to a specific module |
Behavior:
| Value | Effect |
|---|---|
CM | Returns job details specific to Compliance Management |
PM | Returns job details specific to Patch Management |
| (omitted) | Returns job details from both PM and CM by default |
Deprecated APIs
No APIs were deprecated in the 6.5 release.
