Added
Last scanned date on occurrence responses
about 1 month ago by Mike Jarrett
Occurrences API — Last scanned date on fixed occurrences
Responses now include the date and time the affected target was last scanned, so you can tell how current the data is for each fixed occurrence.
Endpoint: GET /v1/occurrences/fixed/
target_last_scanned_at— Date and time this target was last scanned, in ISO 8601 format. May be null if the target has not yet been scanned.
For more information, see the API documentation for fixed occurrences.
Issues API — Last scanned date on affected hosts
When listing the occurrences (affected hosts) for an issue, each entry now includes the date and time the target was last scanned.
Endpoint: GET /v1/issues/{issue_id}/occurrences/
target_last_scanned_at— Date and time this target was last scanned, in ISO 8601 format. May be null if the target has not yet been scanned.
For more information, see the API documentation for list issue occurrences.
