searchSiteSyntheticTestStatus
GET https://{{host}}/api/v1/sites/:site_id/synthetic_test/search
Query Parameters
Name | Type | Description |
---|---|---|
mac | string | device identifier |
port_id | string | port_id used to run the test (for SSR only) |
type | string | synthetic test type |
vlan_id | int | Vlan ID |
by | string | entity who triggers the test |
reason | string | (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"}]}