big-bucket/bruno/Get.bru

26 lines
295 B
Plaintext

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