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 }