Release 6.4 — Changelog

Adds the hygiene score trend API, revamps the getAllBenchmarkProvisions response, and deprecates 3 non-security remediation job APIs in favour of their unified replacements.

Newly Added APIs

getOrgWithAccountsHygieneScoreTrend

Fetches the Cyber Hygiene Score trend for an organization and its accounts.

Behavior:

ScenarioResponse
Scores available for the last 30 daysReturns scores for the last 30 days
Scores not available for the full 30 daysReturns scores from the first calculated date up to the time of the API call
Scores missing for specific days within the 30-day windowThe most recently calculated score is carried forward for those missing days

Modified APIs

getAllBenchmarkProvisions

The response for this API has been revamped. Key changes:

ChangeDetails
New response fieldsResponse now includes benchmarkName, sourceAccountName, targetAccountName, and targetOrganizationName
adminID no longer requiredadminID has been removed as a mandatory request parameter

Deprecated APIs

The following APIs have been deprecated in the 6.4 release. Use the recommended alternatives instead.

Deprecated APIAlternative APINotes
getNonSecurityRemediationJobStatusgetRemediationJobStatusUse to get the status and related info for non-security remediation jobs
createNonSecurityRemediationJobcreateRemediationJobUse to create remediation jobs for missing security patches
deleteNonSecurityRemediationJobdeleteRemediationUse to delete remediation jobs

Migration note: If your integration uses any of the deprecated APIs above, update your calls to use the listed alternatives at your earliest convenience. The deprecated APIs may be removed in a future release.