List Synthetic test.
synctl get test [id] [options]
-h, --help show this help message and exit
--verify-tls verify tls certificate
--type, -t <int> Synthetic type, 0 HTTPAction, 1 HTTPScript, 2 BrowserScript, 3 WebpageScript, 4 WebpageAction, 5 SSLCertificate
--window-size <window> set synthetic result window size, support [1,60]m, [1-24]h
--save-script save script to local, default is test label
--show-script output test script to terminal
--show-details output test script details to terminal
--show-json output test json to terminal
--show-result output latency and success rate
--filter <filter> filter test by application id or location id
synctl get test
There are four test type HTTPAction(0), HTTPScript(1), BrowserScript(2), WebpageScript(3), WebpageAction(4) and SSLCertificate(5) are supported. In the command, it uses a number to represent a type for simple. They are:
- 0 is API Simple
- 1 is API Script
- 2 is Browser Script
- 3 is WebpageScript type
- 4 is WebpageAction type
- 5 is SSLCertificate type
To get all API Simple test, specify the type 0:
synctl get test -t 0
synctl get test --window-size 30m
synctl get test --window-size 6h
synctl get test <id> --show-details
synctl get test --show-result
synctl get test <id> --show-json
synctl get test <id> --show-script
synctl get test <id> --save-script
synctl get test --filter=locationid=<locationId>
synctl get test --filter=applicationid=<applicationId>