big-bucket/bruno/Insert.bru
2025-11-16 18:03:17 +01:00

37 lines
455 B
Plaintext

meta {
name: Insert
type: http
seq: 1
}
post {
url: http://localhost:8080/api/metrics/POD-2/WORKLOAD
body: json
auth: basic
}
headers {
Content-Type: application/json
}
auth:basic {
username: michaeltheduck
password: blabla
}
body:json {
{
"owner": "kubooboo",
"values": {
"RELATIVE_CPU": "20",
"RELATIVE_MEMORY": "23",
"RELATIVE_DISK_USAGE": "56"
}
}
}
settings {
encodeUrl: true
timeout: 0
}