|
@@ -0,0 +1,126 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "info": {
|
|
|
|
|
+ "_postman_id": "6afa3b46-ad70-402e-91b8-7af768e83b24",
|
|
|
|
|
+ "name": "Monitoring",
|
|
|
|
|
+ "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
|
|
|
|
|
+ },
|
|
|
|
|
+ "item": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "daemon",
|
|
|
|
|
+ "item": []
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "server",
|
|
|
|
|
+ "item": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "/server/ - Get all server configs",
|
|
|
|
|
+ "request": {
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "header": [],
|
|
|
|
|
+ "url": {
|
|
|
|
|
+ "raw": "http://10.8.0.1:8880/server",
|
|
|
|
|
+ "protocol": "http",
|
|
|
|
|
+ "host": [
|
|
|
|
|
+ "10",
|
|
|
|
|
+ "8",
|
|
|
|
|
+ "0",
|
|
|
|
|
+ "1"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "port": "8880",
|
|
|
|
|
+ "path": [
|
|
|
|
|
+ "server"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "response": []
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "/server/{:id}/data? - Query Server Data",
|
|
|
|
|
+ "request": {
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "header": [],
|
|
|
|
|
+ "url": {
|
|
|
|
|
+ "raw": "http://10.8.0.1:8880/server/1/data?type=hdd:/&start=2022-09-26T00:00:00.000%2b0200&end=2022-09-26T23:59:59.999%2b0200",
|
|
|
|
|
+ "protocol": "http",
|
|
|
|
|
+ "host": [
|
|
|
|
|
+ "10",
|
|
|
|
|
+ "8",
|
|
|
|
|
+ "0",
|
|
|
|
|
+ "1"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "port": "8880",
|
|
|
|
|
+ "path": [
|
|
|
|
|
+ "server",
|
|
|
|
|
+ "1",
|
|
|
|
|
+ "data"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "query": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "type",
|
|
|
|
|
+ "value": "hdd:/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "start",
|
|
|
|
|
+ "value": "2022-09-26T00:00:00.000%2b0200"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "end",
|
|
|
|
|
+ "value": "2022-09-26T23:59:59.999%2b0200"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "response": []
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "/server/{:id}/data/types - Get available Server Data Types",
|
|
|
|
|
+ "request": {
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "header": [],
|
|
|
|
|
+ "url": {
|
|
|
|
|
+ "raw": "http://10.8.0.1:8880/server/1/data/types",
|
|
|
|
|
+ "protocol": "http",
|
|
|
|
|
+ "host": [
|
|
|
|
|
+ "10",
|
|
|
|
|
+ "8",
|
|
|
|
|
+ "0",
|
|
|
|
|
+ "1"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "port": "8880",
|
|
|
|
|
+ "path": [
|
|
|
|
|
+ "server",
|
|
|
|
|
+ "1",
|
|
|
|
|
+ "data",
|
|
|
|
|
+ "types"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "response": []
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "/services/{:serverId} - Get Server's Service Checks",
|
|
|
|
|
+ "request": {
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "header": [],
|
|
|
|
|
+ "url": {
|
|
|
|
|
+ "raw": "http://10.8.0.1:8880/services/3",
|
|
|
|
|
+ "protocol": "http",
|
|
|
|
|
+ "host": [
|
|
|
|
|
+ "10",
|
|
|
|
|
+ "8",
|
|
|
|
|
+ "0",
|
|
|
|
|
+ "1"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "port": "8880",
|
|
|
|
|
+ "path": [
|
|
|
|
|
+ "services",
|
|
|
|
|
+ "3"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "response": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|