GET Limits
Retrieves the list of all limits.
Request
URI
GET
https://{api_host}/api/v2/limits
COPY
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