get the system config reverse proxy
GET/v1/system/config/reverseproxy
get the system config reverse proxy
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
caCertstring
clientCertstring
clientKeystring
portinteger
protocolstring
Possible values: [http
, https
]
serverstring
vHostPortinteger
{
"caCert": "string",
"clientCert": "string",
"clientKey": "string",
"port": 0,
"protocol": "http",
"server": "string",
"vHostPort": 0
}
Loading...