big-bucket/bruno/Insert.bru
2025-11-17 21:06:53 +01:00

40 lines
580 B
Plaintext

meta {
name: Insert
type: http
seq: 1
}
post {
url: http://localhost:4000/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
}