forked from keploy/samples-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-100.yaml
More file actions
39 lines (39 loc) · 903 Bytes
/
Copy pathtest-100.yaml
File metadata and controls
39 lines (39 loc) · 903 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
# Generated by Keploy (3-dev)
version: api.keploy.io/v1beta1
kind: Http
name: test-100
spec:
metadata: {}
req:
method: GET
proto_major: 1
proto_minor: 1
url: http://127.0.0.1:8080/healthz
header:
Accept: '*/*'
Host: 127.0.0.1:8080
User-Agent: curl/8.19.0
body: ""
timestamp: 2026-04-24T12:48:16.301192216+05:30
resp:
status_code: 200
header:
Content-Type: application/json
Date: Fri, 24 Apr 2026 07:18:16 GMT
body: '{"healthy":true}'
status_message: OK
proto_major: 0
proto_minor: 0
timestamp: 2026-04-24T12:48:16.303821826+05:30
objects: []
assertions:
noise:
header.Date: []
created: 1777015096
app_port: 8080
curl: |
curl --request GET \
--url http://127.0.0.1:8080/healthz \
--header 'User-Agent: curl/8.19.0' \
--header 'Accept: */*' \
--header 'Host: 127.0.0.1:8080' \