verify_deployment_xml
Compare a deployment XML with the live ServiceNow server. Use preflight mode to predict if an import would revert work, and postflight mode to confirm the import 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 |