verify_deployment_xml
Compare a deployment XML against the live ServiceNow server to preflight revert risks before import or verify postflight that changes landed.
Instructions
Compare a deploy XML to the live server. preflight=would it revert work, postflight=did it land.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | preflight: before import. postflight: after import. | preflight |
| xml_path | Yes | Deploy .xml built by export_record_xml | |
| show_fields | No | List differing field NAMES per record (never bodies) | |
| allow_unanchored | No | Second approval: verify an XML with no origin cert |