Itential Adapters
Extend Itential's capabilities with managed or custom adapters
All proxy properties are defined within the proxy object in theItential Platform service instance configuration for the adapter.
proxy
enabled
host
port
protocol
http
https
socks4
socks5
username
password
This example routes requests through a proxy server at https://myproxy.xyz.com:443 using proxy-specific credentials.
https://myproxy.xyz.com:443
1"proxy": {2 "enabled": true,3 "host": "myproxy.xyz.com",4 "port": 443,5 "protocol": "https",6 "username": "Itential",7 "password": "letmein"8}