forked from grafana/har-to-k6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi-check.har
31 lines (31 loc) · 905 Bytes
/
api-check.har
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
{
"log": {
"entries": [
{
"index": 0,
"request": {
"method": "POST",
"url": "http://test.loadimpact.com/login",
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
"postData": {
"mimeType": "application/json",
"text": "{\"user\":\"admin\",\"password\":\"123\"}"
}
},
"checks": [
{
"type": 0,
"subject": 2,
"condition": 2,
"value": "200"
}
]
}
]
}
}