big-bucket/bruno/Insert.bru

40 lines
569 B
Plaintext

meta {
name: Insert
type: http
seq: 1
}
post {
url: {{origin}}/api/metrics/analytics-backend-deployment-8695d9f87f-v8n7r/WORKLOAD
body: json
auth: basic
}
headers {
Content-Type: application/json
}
auth:basic {
username: test
password: test
}
body:json {
{
"owner": "kubooboo",
"values": {
"RELATIVE_CPU": "20",
"RELATIVE_MEMORY": "23",
"RELATIVE_DISK_USAGE": "56",
"TOTAL_DISK_SPACE": "73483209348",
"REQUESTS": "2",
"AVERAGE_REQUESTS": "465"
}
}
}
settings {
encodeUrl: true
timeout: 0
}