Synthetics
Number of APIs: 31
-
Pause or start a test PUT {{baseUrl}}/api/v1/synthetics/tests/:public_id/status
-
Create an API test POST {{baseUrl}}/api/v1/synthetics/tests/api
-
Create a browser test POST {{baseUrl}}/api/v1/synthetics/tests/browser
-
Create a private location POST {{baseUrl}}/api/v1/synthetics/private-locations
-
Edit a browser test PUT {{baseUrl}}/api/v1/synthetics/tests/browser/:public_id
-
Edit an API test PUT {{baseUrl}}/api/v1/synthetics/tests/api/:public_id
-
Get the list of all Synthetic tests GET {{baseUrl}}/api/v1/synthetics/tests?page_size=100&page_number=9874250
-
Trigger tests from CI/CD pipelines POST {{baseUrl}}/api/v1/synthetics/tests/trigger/ci
-
Trigger Synthetic tests POST {{baseUrl}}/api/v1/synthetics/tests/trigger
-
Get a browser test GET {{baseUrl}}/api/v1/synthetics/tests/browser/:public_id