Improved

Release 6.5 — Changelog

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

A new optional field skipFeatureUpdate has been added to the request body.

KeyTypeDescription
skipFeatureUpdatebooleanControls whether feature updates are considered during remediation rule creation

Behavior:

ValueEffect
trueFeature updates are skipped during remediation
falseFeature updates are included during remediation
(omitted)Defaults to including feature updates (same as false)

Note: The skipFeatureUpdate key applies only to Saner Patch Management (PM) Remediation Rules.


updateRemediationRule

A new optional field skipFeatureUpdate has been added to the request body, matching the behavior introduced in addRemediationRule.

KeyTypeDescription
skipFeatureUpdatebooleanControls whether feature updates are considered when updating a remediation rule

Behavior:

ValueEffect
trueFeature updates are skipped during remediation
falseFeature updates are included during remediation
(omitted)Defaults to including feature updates (same as false)

Note: The skipFeatureUpdate key applies only to Saner Patch Management (PM) Remediation Rules.


getDeviceJobInfo

A new optional field tool has been added to the request.

KeyTypeAccepted ValuesDescription
toolstringCM, PMFilters returned job details to a specific module

Behavior:

ValueEffect
CMReturns job details specific to Compliance Management
PMReturns 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.


Release 6.4.1 | Release 6.6 →