-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapiAuthCurl
More file actions
44 lines (37 loc) · 981 Bytes
/
apiAuthCurl
File metadata and controls
44 lines (37 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
$ curl -H "Authorization: Bearer cu_a2c51f0c88ee44ae8f7c1fc506773b87" -H "X-Checkly-Account: 6cd9836c-6969-49b0-8e09-611c7775c7b4" https://api.checklyhq.com/v1/checks
curl -H "X-Checkly-Account: 6cd9836c-6969-49b0-8e09-611c7775c7b4" -H "Authorization: Bearer cu_a2c51f0c88ee44ae8f7c1fc506773b87" https://api.checklyhq.com/v1/checks
Reporting, filtered to checks tagged 'mac'
```json
[
{
"name": "top-sellers.spec.ts",
"checkId": "bd9d4ad4-3cbc-44a4-b07d-d738c3887e16",
"checkType": "BROWSER",
"deactivated": false,
"tags": [
"mac"
],
"aggregate": {
"successRatio": 100,
"avg": 5378,
"p95": 6634,
"p99": 8384
}
},
{
"name": "web-shop.spec.ts",
"checkId": "4f277efa-6893-4ade-85e6-9e1024523b42",
"checkType": "BROWSER",
"deactivated": false,
"tags": [
"mac"
],
"aggregate": {
"successRatio": 100,
"avg": 3805,
"p95": 4377,
"p99": 4867
}
}
]
```