Enterprise Proxy Insert Or Update Enterprise Specific Rate Limits
Set rate limits for the specified enterprise proxy (by enterpriseProxyId
).
Privileges required:
UPDATE
PROXY
Request
URI
POST
https://{api_host}/portal/rest/enterprise/insertOrUpdateEnterpriseProxyRateLimits
COPY
Request Body
{
"enterpriseProxyId": 0,
"value": [
{
"type": "string",
"policies": [
{
"match": {
"type": "string",
"value": "string"
},
"rules": {}
}
],
"enabled": false
}
]
}
integer
enterpriseProxyId
Optional
enterpriseProxyId
Responses
200
Request was successfully processed
Returns
enterprise_proxy_insert_or_update_enterprise_specific_rate_limits_result
of type(s)
application/json
This response body class contains all of the following:
Inlineenterprise_proxy_insert_or_update_enterprise_specific_rate_limits_result0
"enterprise_proxy_insert_or_update_enterprise_specific_rate_limits_result Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/insertOrUpdateEnterpriseProxyRateLimits