2025-11-15 08:49:23 +01:00

34 lines
417 B
Plaintext

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