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"
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
Availability
Added in 38.0
Proxy Rules Operations
GET
Query Proxy Rules
POST
Create Proxy Rule
GET
Get Proxy Rule
PUT
Update Proxy Rule
DELETE
Delete Proxy Rule