InlineTelemetryProxy1

InlineTelemetryProxy1
InlineTelemetryProxy1
JSON Example
{
    "username": "string",
    "password": "string",
    "scheme": "string",
    "hostname": "string",
    "port": 0
}
string
username
Optional

Specify the user name used to authenticate with the proxy server, if required.

string
password
Optional

Specify the password used to authenticate with the proxy server, if required. A GET call on /telemetry/config returns a non-meaningful password to maintain security. To change the password to a new value, issue a PUT call after updating this field. To remove the password, issue a PUT call after emptying this field. To retain a previously set password, issue a PUT call keeping the non-meaningful value obtained from the GET call.

string
scheme
Required

The scheme accepted by the proxy server. Specify one of HTTP and HTTPS.

Possible values are : HTTP, HTTPS,
string As hostname-or-ip As hostname-or-ip
hostname
Required

Specify the fully qualified domain name, or ip address, of the proxy server.

integer As int32 As int32
port
Required

Specify the port of the proxy server.