big-bucket/bruno/Get.bru
2025-11-16 18:10:38 +01:00

26 lines
287 B
Plaintext

meta {
name: Get
type: http
seq: 2
}
get {
url: http://localhost:8090/api/metrics/POD-2/WORKLOAD?bucket-unit=TOTAL
body: none
auth: basic
}
params:query {
bucket-unit: TOTAL
}
auth:basic {
username: test
password: test
}
settings {
encodeUrl: true
timeout: 0
}