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