Expand description
… step-up policy operator commands (online, via the VTA REST surface).
Thin wrappers over VtaClient::get_step_up_policy /
VtaClient::set_step_up_policy. The policy JSON is the 0.2 shape
({ enabled, floors: [{ operation, mode, allowAal1IfNonEscalating }] }).
Functions§
- cmd_
policy_ disable step-up policy disable— revert to AAL1 everywhere (the shipping default).- cmd_
policy_ set step-up policy set— applypolicy(the0.2payload) and print the effective (canonicalized) result the maintainer now holds.- cmd_
policy_ show step-up policy show— print the maintainer’s current effective policy.- print_
policy - Pretty-print a
0.2policy value.