These callbacks transfer data received from the devices associated to this device type to your infrastructure.
Proxy configuration with authentication: - name: john.doe - password: xxxxx - host: proxy-01.mycompany.com - port: 9090 - Result: http://john.doe:xxxxx@proxy-01.mycompany.com:9090
Proxy configuration without authentication: - host: proxy-01.mycompany.com - port: 9090 - Result: http://proxy-01.mycompany.com:9090