searchSiteServicePathEvents
GET https://{{host}}/api/v1/sites/:site_id/services/events/search
Query Parameters
Name | Type | Description |
---|---|---|
type | string | Event type, e.g. GWSERVICEPATH_DOWN |
text | string | Description of the event including the reason it is triggered |
vpn_name | string | Peer name |
vpn_path | string | Peer path name |
policy | string | Service policy associated with that specific path |
port_id | string | Network interface |
peer_port_id | string | Port ID of the peer gateway |
peer_mac | string | MAC address of the peer gateway |
model | string | Device model |
version | string | Device firmware version |
timestamp | long | Start time, in epoch |
org_id | string | Org id |
site_id | string | Site id |
mac | string | MAC address |
RESPONSES
status: OK
{"results":[{"timestamp":1697037334.204,"org_id":"a3c6718f-2823-4e48-bf5e-b841768a4c9b","site_id":"4279edbd-1d24-41ea-9505-2eb26c8590fa","port_id":"ge-0/0/0","model":"SSR120","type":"GW_SERVICE_PATH_DOWN","text":"Probe Down","version":"6.1.5-14.lts","mac":"90ec7734b374","policy":"management"},{"vpn_name":"Syracuse_HUB","timestamp":1697037328.651775,"org_id":"a3c6718f-2823-4e48-bf5e-b841768a4c9b","site_id":"4279edbd-1d24-41ea-9505-2eb26c8590fa","vpn_path":"Syracuse_HUB-Wan0","text":"Peer Path Down","port_id":"ge-1/0/6","model":"SSR120","type":"GW_SERVICE_PATH_REMOVE","version":"6.1.5-14.lts","mac":"90ec7734b374","policy":"INTERNET"},{"timestamp":1697037325.37843,"org_id":"a3c6718f-2823-4e48-bf5e-b841768a4c9b","site_id":"4279edbd-1d24-41ea-9505-2eb26c8590fa","port_id":"ge-1/0/6","model":"SSR120","type":"GW_SERVICE_PATH_ADD","version":"6.1.5-14.lts","mac":"90ec7734b374","policy":"policy1"}],"start":1697009979,"end":1697096379,"limit":10,"total":2}