searchSiteSyntheticTestStatus

GET https://{{host}}/api/v1/sites/:site_id/synthetic_test/search

Query Parameters

NameTypeDescription
macstringdevice identifier
port_idstringport_id used to run the test (for SSR only)
typestringsynthetic test type
vlan_idintVlan ID
bystringentity who triggers the test
reasonstring(optional) test failure reason

RESPONSES

status: OK

{"results":[{"timestamp":1706824045.059036,"type":"speedtest","failed":false,"port_id":"ge-0/0/2","vlan_id":20,"latency":40,"rx_mbps":322,"tx_mbps":199,"device_type":"gateway","mac":"001122334455","by":"user"},{"timestamp":1706824045.059036,"type":"speedtest","failed":true,"port_id":"ge-0/0/2","vlan_id":100,"latency":0,"rx_mbps":0,"tx_mbps":0,"reason":"interface not ready to perform test","device_type":"gateway","mac":"001122334455","by":"marvis"}]}