| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- {
- "info": {
- "_postman_id": "bba454a2-641d-4481-9ccd-0395a6054a20",
- "name": "opencost",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "namespace costs/day",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{host}}/allocation/compute?aggregate=namespace&window=1d&accumulate=false&step=1d",
- "host": [
- "{{host}}"
- ],
- "path": [
- "allocation",
- "compute"
- ],
- "query": [
- {
- "key": "aggregate",
- "value": "namespace"
- },
- {
- "key": "window",
- "value": "1d"
- },
- {
- "key": "accumulate",
- "value": "false"
- },
- {
- "key": "step",
- "value": "1d"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "cluster total",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{host}}/allocation/compute?aggregate=cluster&window=lastweek",
- "host": [
- "{{host}}"
- ],
- "path": [
- "allocation",
- "compute"
- ],
- "query": [
- {
- "key": "aggregate",
- "value": "cluster"
- },
- {
- "key": "window",
- "value": "lastweek"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "namespace totals",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{host}}/allocation/compute?aggregate=namespace&window=7d",
- "host": [
- "{{host}}"
- ],
- "path": [
- "allocation",
- "compute"
- ],
- "query": [
- {
- "key": "aggregate",
- "value": "namespace"
- },
- {
- "key": "window",
- "value": "7d"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "pod totals",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "{{host}}/allocation/compute?aggregate=pod&window=7d",
- "host": [
- "{{host}}"
- ],
- "path": [
- "allocation",
- "compute"
- ],
- "query": [
- {
- "key": "aggregate",
- "value": "pod"
- },
- {
- "key": "window",
- "value": "7d"
- }
- ]
- }
- },
- "response": []
- }
- ],
- "event": [
- {
- "listen": "prerequest",
- "script": {
- "type": "text/javascript",
- "exec": [
- ""
- ]
- }
- },
- {
- "listen": "test",
- "script": {
- "type": "text/javascript",
- "exec": [
- ""
- ]
- }
- }
- ],
- "variable": [
- {
- "key": "host",
- "value": "http://localhost:9003",
- "type": "default"
- }
- ]
- }
|