Make sure to add the Runscope integration and copy the webhook.Follow the link below on instructions of how to create integration and service
Create integration and service on our dashboard
Choose the API Monitoring from dashboard.
Click on Create Test.
Copy URL from your palzin instance service view page.
Paste the palzin monitor webhook URL and click on Run and save.
In your palzin instance, an incident will be created. That will contain these details.
{
"variables": {
"foo": "bar",
"baz": "qux"
},
"test_id": "random-test--test-id",
"test_name": "Buckets Test",
"test_run_id": "random-test--test-run-id",
"team_id": "random-test--team-id",
"team_name": "Acme Inc.",
"environment_uuid": "random-test--environment-uuid",
"environment_name": "Staging Settings",
"bucket_name": "random Sled",
"bucket_key": "",
"test_url": "https://www.runscope.com/radar//random-test--test-id",
"test_run_url": "https://www.runscope.com/radar//random-test--test-id/results/ran",
"trigger_url": "https://api.runscope.com/radar/090392sdfasdf0f-6274a62f74ff/trigger",
"result": "fail",
"started_at": 138481276589235720000,
"finished_at": 1384281310.680218,
"agent": null,
"agent_expired": null,
"region": "us1",
"region_name": "US East - Northern Virginia",
"initial_variables": {
},
"requests": [
{
"step_type": "request",
"url": "https://api.runscope.com/",
"variables": {
"fail": 0,
"total": 1,
"pass": 1
},
"assertions": {
"fail": 0,
"total": 2,
"pass": 2
},
"scripts": {
"fail": 0,
"total": 1,
"pass": 1
},
"result": "pass",
"method": "GET",
"response_time_ms": 123,
"response_size_bytes": 2048,
"response_status_code": 200,
"note": "Root URL"
}
]
}
It takes less than a minutes to setup your first monitoring.