ism_diff
Compare catalog differences between two ISM versions to identify added, removed, or modified controls. Defaults to showing changes from the previous release to the current active version.
Instructions
Catalog delta between two ISM versions.
Defaults compare the version before active (from) to the active version (to), so a
bare call answers 'what changed in the latest release'. change_types narrows the
buckets (added, removed, reworded, retitled, moved, applicability_changed,
maturity_changed) and sets unrequested buckets to null. Returns
{from, to, summary, changes}. Fails on unknown versions. Use ism_versions to see
loadable versions, and ism_history for one control's timeline instead of the
whole catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_version | No | ||
| change_types | No | ||
| from_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| changes | Yes | ||
| summary | Yes |