GET Limits

GET Limits

Retrieves the list of all limits.

Request
URI
GET
https://{api_host}/api/v2/limits
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The list of limits was retrieved successfully.

Returns limits.get.response of type(s) application/json
{
    "limits": [
        {
            "name": "max-log-forwarder-count",
            "value": "12",
            "reference": ""
        }
    ]
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v2/limits