Enterprise Proxy Insert Or Update Enterprise Specific Rate Limits

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

value
Optional

value

Responses
200

Request was successfully processed

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"

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/insertOrUpdateEnterpriseProxyRateLimits