Plan for routing every outgoing request to a specific JVM in a Maximo
cluster. Applied by the request interceptor.
autoscript-relay — the request is rewritten to POST/GET against the
MAXIMOMIZE.CLUSTER autoscript with ?action=relay&targetHost=...&endpoint=....
Body, method and auth headers pass through unchanged; the upstream
response is returned verbatim by the script (no envelope unwrap).
direct-url — no per-request rewriting; the HttpClient was constructed
with the target's per-pod ingress URL as baseUrl and performs its
own login. The plan is carried only for diagnostic logging.
Plan for routing every outgoing request to a specific JVM in a Maximo cluster. Applied by the request interceptor.
autoscript-relay— the request is rewritten to POST/GET against theMAXIMOMIZE.CLUSTERautoscript with?action=relay&targetHost=...&endpoint=.... Body, method and auth headers pass through unchanged; the upstream response is returned verbatim by the script (no envelope unwrap).direct-url— no per-request rewriting; the HttpClient was constructed with the target's per-pod ingress URL asbaseUrland performs its own login. The plan is carried only for diagnostic logging.