Create Proxy Rule

Create Proxy Rule
Creates a proxy rule.

Creates a proxy rule.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/proxyRules
COPY
Request Body

The new proxy rule definition.

proxyRule of type(s) application/json
Required
"proxyRule Object"
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns proxyRule of type(s) application/json;version=9.1.0
"proxyRule Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/1.0.0/proxyRules