With this template you can configure HTTP and HTTPS proxy configuration on existing Platform Manager nodes.
- Command Central 10.1 and higher
- Platform Manager 10.1 and higher
All supported Windows and UNIX platforms.
To configure proxy configuration on the local
Platform Manager:
sagcc exec templates composite apply sag-spm-proxy proxy.http.host=proxyhost \
proxy.http.port=8080 \
--sync-job --wait 360
IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command:
sagcc exec templates composite apply sag-spm-proxy proxy.http.host=proxyhost \
proxy.http.port=8080
sagcc list jobmanager jobs <jobIdFromAboveCommand> --wait 360 -e DONE