Get network asset count

GET {{baseUrl}}/networks/:network_id/assets-not-seen-in/:num_days

Returns the total number of assets in the network along with the number of assets that have not been seen for the specified number of days.

Requires SCAN MANAGER [40] user permissions.

RESPONSES

status: OK

{"numAssetsNotSeen":200,"numAssetsTotal":1000}