NetworkingProxyTestRequestBody

This is a request body class for an operation.


Properties

config Required

Proxy configuration to test.


string
host Required

A hostname, IPv4 or Ipv6 address.

JSON Example

{
	"config": {
		"enabled": false,
		"port": 0,
		"server": "string"
	},
	"host": "string"
}
Parameter To

Test Proxy

Feedback

Was this page helpful?