Gets the maximum value of daily unique IP address counts observed over the last 30 days.
Request: GET https://api-<BlueCat.edge.url>/v1/api/licences/peakUniqueIps
Authorization: Bearer authorization token
Response
200 OK
Content-Type: application/JSON
{
"value": 3500
}
Where:
value—the maximum number of unique IP addresses observed within the Edge CI within a day over the last 30 days.
Possible error codes:
- UNAUTHORIZED - Invalid access token
- BAD REQUEST - Invalid API request
- INTERNAL SERVER ERROR - Unexpected error