37 lines
400 B
Plaintext
37 lines
400 B
Plaintext
meta {
|
|
name: Insert
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:4000/api/metrics/POD-2/WORKLOAD
|
|
body: json
|
|
auth: basic
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
auth:basic {
|
|
username: test
|
|
password: test
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"owner": "kubooboo",
|
|
"values": {
|
|
"x": "20",
|
|
"y": "23",
|
|
"z": "56"
|
|
}
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|