One-shot: test transform rules without registering them
proxy_probe_transformFetch any URL, apply JSON patches, and preview matched field changes before updating proxy rules. Verifies patch paths and wire values without running the proxy.
Instructions
Fetch a URL directly, apply the given patches, and return a sample of modified fields (before/after values) plus match count. Useful for verifying patch paths and wire values before calling proxy_update_transform. Does NOT require the proxy to be running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to fetch and patch (e.g. https://api.cld.dtvce.com/...). | |
| patches | Yes | JSON patch operations to test. |