Fetch event snapshot
GET {{baseUrl}}/services/:env_id/events/:event_id/snapshot?from=e&to=e&server=e&app=e&deployment=e&similar_event_id=e
Fetch event snapshot. Fetches the last relevant snapshot for the specific filters provided. All filters are optional.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | (Required) Start time of requested events. Date in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZ) | |
to | string | (Required) Start time of requested events. Date in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZ) | |
server | string | Server(s) added to the filter | |
app | string | Application(s) added to the filter | |
deployment | string | Deployment(s) added to the filter | |
similar_event_id | string | Event(s) added to the filter |
RESPONSES
status: OK
""