Enabling Usage of Proxy Server for Messages Sent Over HTTP(S)
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/callhome/inst.json
{ "callhomeInst": { "children": [ { "callhomeTransport": { "attributes": { "httpProxyEnable": "enabled" }}}]}}
Response
{ imdata:[] }
Copy
<System> <callhome-items> <inst-items> <transport-items> <httpProxyEnable>enabled</httpProxyEnable> </transport-items> </inst-items> </callhome-items> </System>