/v1/api/licences/uniqueIps (GET) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
Version
Service Point v4.x.x

Gets the number of unique IP addresses observed over the last 30 days.

Request: GET https://api-<BlueCat.edge.url>/v1/api/licences/uniqueIps
Authorization: Bearer authorization token

Response

200 OK
Content-Type: application/JSON
{
    "value": [
        3500
    ]
}
Where:
  • value—the total number of unique IP addresses observed within the Edge CI over the last 30 days.
Possible error codes:
  • UNAUTHORIZED - Invalid access token
  • BAD REQUEST - Invalid API request
  • INTERNAL SERVER ERROR - Unexpected error