Enterprise Proxy Get Enterprise Proxy Rate Limits

Enterprise Proxy Get Enterprise Proxy Rate Limits

Gets rate limits for the specified enterpriseProxy.

Privileges required:

READ PROXY

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyRateLimits
COPY
Request Body
{
    "enterpriseProxyId": 0
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlineenterprise_proxy_get_enterprise_proxy_property_result0
{
    "id": 0,
    "enterpriseProxyId": 0,
    "created": "string",
    "name": "string",
    "value": "string",
    "isPassword": false,
    "dataType": "string",
    "description": "string",
    "modified": "string"
}

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/enterpriseProxy/getEnterpriseProxyRateLimits