IP Timeline
IP Timeline Field Summary
Retrieve an IP address' summary of noise activity for a specific field.
License: This endpoint requires an additional subscription license to use.
get/v3/noise/ips/{ip}/timeline
Response
Success - returns activity data
Example response
{
"results": [
{
"data": 1,
"label": "unknown",
"timestamp": "2023-01-23T00:00:00Z"
}
],
"metadata": {
"ip": "36.32.2.102",
"field": "classification",
"first_seen": "2022-06-15",
"start": "2023-01-18T00:00:00Z",
"end": "2023-01-25T21:55:18.486036894Z",
"granularity": "1d",
"metric": "count"
}
}