Import rule pack
import_rule_packImports a rule pack bundle containing mocks, rewrites, and redaction rules into the proxy engine. The pack is registered but not installed until install_rule_pack is called.
Instructions
Import a rule pack bundle (mocks + rewrites + redaction rules) into the engine. The pack is registered but not installed until install_rule_pack is called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | Pack manifest JSON object. Same shape produced by export_rule_pack. |