GET Limits By Name

GET Limits By Name

Retrieves the details for the specified limit.

Request
URI
GET
https://{api_host}/api/v2/limits/{name}
COPY
Path Parameters
string
name
Required

The unique name of a limit. This is the name value returned from the [GET /api/v2/limits/] API.


Authentication
This operation uses the following authentication methods.
Responses
200

The limit details were retrieved successfully.

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

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