Returns the total number of unique client IPs that issued DNS queries in a Cloud Instance for any time interval within the last 24 hours.
GET https://api-<BlueCat.edge.url>/v1/api/customer/dnsQueryStats/uniqueIp?start=startTime&end=endTime
Parameters
Name | Description | Type | Required |
start | The start of the time range, in milliseconds since the Unix Epoch. | Integer | Required |
end | The end of the time range, in milliseconds since the Unix Epoch. | Integer | Optional |
Successful response
200 — OK
{
"count": 1234
}
Possible error codes
- UNAUTHORIZED - Missing or invalid token
- CANNOT_CREATE_SITES
- UNEXPECTED_ERROR
Note: If the interval defined by the start and
end times spans beyond the last 24 hours, the results that are returned only include
data that falls within the last 24 hours.
For example, if you specify the
following:
- Start time: August 27th at 17:00
- End time: August 28th at 13:00
And the current date and time is August 29th at 12:00, then the returned results will only include data for the one hour between August 28th 12:00 and August 28th 13:00.