{"info":{"_postman_id":"5721f60e-3364-418f-a604-c975cca1f60f","name":"SPM Monitoring system Rest API Documentation","description":"<html><head></head><body><p>SPM Monitoring system selfhosted RestAPI Service provide getting information about monitoring hosts.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12967792","collectionId":"5721f60e-3364-418f-a604-c975cca1f60f","publishedId":"TVRkanzY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-11T13:36:10.000Z"},"item":[{"name":"Get states of all hosts","id":"966cab66-4b3b-4802-a61a-2452f729fe5f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followRedirects":true},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Hosts?api_token={{api_token}}","description":"<p>Return JSON with all hosts and all its status information like status, cpu load, memory, logical disks and network adapters.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"c45910fa-e334-4415-a8c9-6ac719f1bfbc","name":"Get states of all hosts","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{hostname}}:{{port}}/api/Hosts?api_token={{api_token}}","protocol":"http","host":["{{hostname}}"],"port":"{{port}}","path":["api","Hosts"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 07:37:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 590683243,\n        \"Hostname\": \"192.168.1.1\",\n        \"Description\": \"Switch\",\n        \"GroupName\": \"Network\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.1|Answer: 0 ms|TTL: 64|Now: 5:13:25 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"0001-01-01T00:00:00\",\n        \"CpuLoad\": -1.0,\n        \"TotalMemory\": -1.0,\n        \"AvailableMemory\": 9999999.0,\n        \"LogicalDisks\": [],\n        \"NetworkAdapters\": []\n    },\n    {\n        \"ID\": 761626881,\n        \"Hostname\": \"192.168.1.3\",\n        \"Description\": \"My Server\",\n        \"GroupName\": \"Servers\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.3|Answer: 0 ms|TTL: 64|Now: 5:13:25 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"0001-01-01T00:00:00\",\n        \"CpuLoad\": -1.0,\n        \"TotalMemory\": -1.0,\n        \"AvailableMemory\": 9999999.0,\n        \"LogicalDisks\": [],\n        \"NetworkAdapters\": []\n    },\n    {\n        \"ID\": 961522701,\n        \"Hostname\": \"192.168.1.12\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"Servers\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.12|Answer: 0 ms|TTL: 128|Now: 5:13:25 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"2020-12-13T17:13:18.1519013+03:00\",\n        \"CpuLoad\": 12.55,\n        \"TotalMemory\": 16168.0,\n        \"AvailableMemory\": 7507.0,\n        \"LogicalDisks\": [\n            {\n                \"Name\": \"C:\\\\\",\n                \"TotalSpace\": 243583.0,\n                \"FreeSpace\": 50635.03,\n                \"LoadPercent\": 1.0\n            },\n            {\n                \"Name\": \"D:\\\\\",\n                \"TotalSpace\": 1907712.0,\n                \"FreeSpace\": 1282562.9,\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"E:\\\\\",\n                \"TotalSpace\": 476938.0,\n                \"FreeSpace\": 228988.68,\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"G:\\\\\",\n                \"TotalSpace\": 228919.0,\n                \"FreeSpace\": 63106.45,\n                \"LoadPercent\": 0.0\n            }\n        ],\n        \"NetworkAdapters\": [\n            {\n                \"Name\": \"Npcap Loopback Adapter\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"vEthernet (Default Switch)\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"vEthernet (HyperV-Ethernet)\",\n                \"LoadPercent\": 0.0\n            }\n        ]\n    },\n    {\n        \"ID\": 978995055,\n        \"Hostname\": \"192.168.1.200\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"Workstations\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.200|Answer: 0 ms|TTL: 128|Now: 5:13:25 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"2020-12-13T17:13:12.8449346+03:00\",\n        \"CpuLoad\": 17.35,\n        \"TotalMemory\": 16212.0,\n        \"AvailableMemory\": 6878.0,\n        \"LogicalDisks\": [\n            {\n                \"Name\": \"C:\\\\\",\n                \"TotalSpace\": 99915.0,\n                \"FreeSpace\": 8504.16,\n                \"LoadPercent\": 1.0\n            },\n            {\n                \"Name\": \"D:\\\\\",\n                \"TotalSpace\": 953740.0,\n                \"FreeSpace\": 96871.26,\n                \"LoadPercent\": 0.0\n            }\n        ],\n        \"NetworkAdapters\": [\n            {\n                \"Name\": \"Loopback Pseudo-Interface 1\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Local Area Connection* 1\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Local Area Connection* 2\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Wi-Fi\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Ethernet\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Ethernet 2\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Bluetooth Network Connection\",\n                \"LoadPercent\": 0.0\n            }\n        ]\n    },\n    {\n        \"ID\": 305595304,\n        \"Hostname\": \"http://google.com\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"WebSites\",\n        \"HostType\": \"WebHost\",\n        \"StatusText\": \"http://google.com|Code: 200 OK|Now: 5:13:25 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"http1.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"0001-01-01T00:00:00\",\n        \"CpuLoad\": -1.0,\n        \"TotalMemory\": -1.0,\n        \"AvailableMemory\": 9999999.0,\n        \"LogicalDisks\": [],\n        \"NetworkAdapters\": []\n    }\n]"}],"_postman_id":"966cab66-4b3b-4802-a61a-2452f729fe5f"},{"name":"Get state of selected host","id":"243639be-4e67-408b-932b-a7b3cd744fec","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Hosts?name={{myhostname}}&api_token={{api_token}}","description":"<p>Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[{"key":"name","value":"{{myhostname}}"},{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"e3b60b7b-87dc-4b4a-bdb5-be1ffd8bc86c","name":"Get state of selected host","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{hostname}}:{{port}}/api/Hosts?name={{myhostname}}&api_token={{api_token}}","protocol":"http","host":["{{hostname}}"],"port":"{{port}}","path":["api","Hosts"],"query":[{"key":"name","value":"{{myhostname}}"},{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 07:43:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 978995055,\n        \"Hostname\": \"192.168.1.200\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"Workstations\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.200|Answer: 0 ms|TTL: 128|Now: 5:16:22 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"2020-12-13T17:15:57.907213+03:00\",\n        \"CpuLoad\": 17.82,\n        \"TotalMemory\": 16212.0,\n        \"AvailableMemory\": 6899.0,\n        \"LogicalDisks\": [\n            {\n                \"Name\": \"C:\\\\\",\n                \"TotalSpace\": 99915.0,\n                \"FreeSpace\": 8502.7,\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"D:\\\\\",\n                \"TotalSpace\": 953740.0,\n                \"FreeSpace\": 96871.26,\n                \"LoadPercent\": 0.0\n            }\n        ],\n        \"NetworkAdapters\": [\n            {\n                \"Name\": \"Loopback Pseudo-Interface 1\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Local Area Connection* 1\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Local Area Connection* 2\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Wi-Fi\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Ethernet\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Ethernet 2\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"Bluetooth Network Connection\",\n                \"LoadPercent\": 0.0\n            }\n        ]\n    }\n]"}],"_postman_id":"243639be-4e67-408b-932b-a7b3cd744fec"},{"name":"Get states of hosts by part of hostname or hostdescription (Search hosts)","id":"c4b72a9b-e9b2-482f-8793-db2694f06441","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Hosts?name={{myhostname}}&is_part_of_name=true&api_token={{api_token}}","description":"<p>Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[{"key":"name","value":"{{myhostname}}"},{"key":"is_part_of_name","value":"true"},{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"fbb520a7-03cd-490f-9ea8-83fca64aaf1f","name":"Get states of hosts found by part of name (Search hosts)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{hostname}}:{{port}}/api/Hosts?name={{myhostname}}&is_part_of_name=true&api_token={{api_token}}","protocol":"http","host":["{{hostname}}"],"port":"{{port}}","path":["api","Hosts"],"query":[{"key":"name","value":"{{myhostname}}"},{"key":"is_part_of_name","value":"true"},{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 07:43:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 305595304,\n        \"Hostname\": \"http://google.com\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"WebSites\",\n        \"HostType\": \"WebHost\",\n        \"StatusText\": \"http://google.com|Code: 200 OK|Now: 5:19:46 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"http1.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"0001-01-01T00:00:00\",\n        \"CpuLoad\": -1.0,\n        \"TotalMemory\": -1.0,\n        \"AvailableMemory\": 9999999.0,\n        \"LogicalDisks\": [],\n        \"NetworkAdapters\": []\n    }\n]"}],"_postman_id":"c4b72a9b-e9b2-482f-8793-db2694f06441"},{"name":"Get states of Host by ID","id":"f1267418-35a6-43e2-aa98-509c56852751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4539/api/Hosts?id={{ID}}&api_token={{api_token}}","description":"<p>Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"4539","path":["api","Hosts"],"host":["localhost"],"query":[{"key":"id","value":"{{ID}}"},{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"3bd7397e-81cc-4c75-bc68-e9356751191c","name":"Get states of Host by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:4539/api/Hosts?id={{ID}}&api_token={{api_token}}","protocol":"http","host":["localhost"],"port":"4539","path":["api","Hosts"],"query":[{"key":"id","value":"{{ID}}"},{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Sat, 19 Dec 2020 09:26:33 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 244154158,\n        \"Hostname\": \"192.168.1.200\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"Workstations\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.200|Answer: 0 ms|TTL: 128|Now: 12:26:32 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"2020-12-19T12:26:21.5982881+03:00\",\n        \"CpuLoad\": 17.44,\n        \"TotalMemory\": 16212,\n        \"AvailableMemory\": 9478,\n        \"LogicalDisks\": [\n            {\n                \"Name\": \"C:\\\\\",\n                \"TotalSpace\": 99915,\n                \"FreeSpace\": 22292.8,\n                \"LoadPercent\": 9\n            },\n            {\n                \"Name\": \"D:\\\\\",\n                \"TotalSpace\": 953740,\n                \"FreeSpace\": 172252.03,\n                \"LoadPercent\": 0\n            }\n        ],\n        \"NetworkAdapters\": [\n            {\n                \"Name\": \"Loopback Pseudo-Interface 1\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Bluetooth Network Connection\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Ethernet\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Local Area Connection* 1\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Ethernet 2\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Wi-Fi\",\n                \"LoadPercent\": 0\n            },\n            {\n                \"Name\": \"Local Area Connection* 2\",\n                \"LoadPercent\": 0\n            }\n        ],\n        \"HostCustomOptions\": [\n            {\n                \"Key\": \"isEnabledCustomNotificationSettings\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_Agent_Notify_if_CPU_is_Overload\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_Agent_CPU_Overload_Percent\",\n                \"Value\": 8\n            },\n            {\n                \"Key\": \"Custom_Agent_Notify_if_LowFreeMem\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_Agent_LowFreeMem_Megabytes\",\n                \"Value\": 8\n            },\n            {\n                \"Key\": \"Custom_Agent_Notify_LowDisksFreeSpace\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_Agent_LowDisksFreeSpace_Megabytes\",\n                \"Value\": 8\n            },\n            {\n                \"Key\": \"Custom_Agent_Notify_if_Disks_Overload\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_Agent_DisksOverload_Percent\",\n                \"Value\": 8\n            },\n            {\n                \"Key\": \"Custom_Agent_Notify_if_NetAdapters_Overload\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_Agent_NetAdaptersOverload_Percent\",\n                \"Value\": 70\n            },\n            {\n                \"Key\": \"isEnabledCustomOtherNotificationSettings\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_Notify_if_AnswerTime_IsLong\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_LongAnswerTime_miliseconds\",\n                \"Value\": 8\n            },\n            {\n                \"Key\": \"Custom_EventLOG_Notify_if_ComputerRestarted\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_EventLOG_Notify_if_ComputerGoingReboot\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_EventLOG_Notify_if_ComputerRebootedByUser\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_EventLOG_ForwardCriticalEvents\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"Custom_EventLOG_ForwardErrorEvents\",\n                \"Value\": true\n            },\n            {\n                \"Key\": \"isEnabledCustomEmail\",\n                \"Value\": false\n            },\n            {\n                \"Key\": \"Custom_Email\",\n                \"Value\": \"8\"\n            }\n        ]\n    }\n]"}],"_postman_id":"f1267418-35a6-43e2-aa98-509c56852751"},{"name":"Get all groups","id":"457212bc-e3b5-4f5b-a848-ef4b64993641","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Groups?api_token={{api_token}}","description":"<p>Return JSON with all group names.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Groups"],"host":["{{hostname}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"527f05f1-e757-46c5-8ff1-9a0c5c01e1bc","name":"Get all groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{hostname}}:{{port}}/api/Groups?api_token={{api_token}}","protocol":"http","host":["{{hostname}}"],"port":"{{port}}","path":["api","Groups"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 07:46:28 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"All Hosts\"\n    },\n    {\n        \"Name\": \"Network\"\n    },\n    {\n        \"Name\": \"Servers\"\n    },\n    {\n        \"Name\": \"WebSites\"\n    },\n    {\n        \"Name\": \"Workstations\"\n    }\n]"}],"_postman_id":"457212bc-e3b5-4f5b-a848-ef4b64993641"},{"name":"Get state of hosts from selected group","id":"ca007f33-6b9f-418f-98fc-84e2ef0829d3","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Groups?name={{mygroupname}}&api_token={{api_token}}","description":"<p>Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.</p>\n<p>api_token must be assign in simple ping monitior application settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Groups"],"host":["{{hostname}}"],"query":[{"key":"name","value":"{{mygroupname}}"},{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"21a75446-fa03-46e8-b6a6-50a1b61f6d64","name":"Get state of hosts from selected group","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{hostname}}:{{port}}/api/Groups?name={{mygroupname}}&api_token={{api_token}}","protocol":"http","host":["{{hostname}}"],"port":"{{port}}","path":["api","Groups"],"query":[{"key":"name","value":"{{mygroupname}}"},{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 07:56:33 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 761626881,\n        \"Hostname\": \"192.168.1.3\",\n        \"Description\": \"My Server\",\n        \"GroupName\": \"Servers\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.3|Answer: 0 ms|TTL: 64|Now: 5:28:19 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"0001-01-01T00:00:00\",\n        \"CpuLoad\": -1.0,\n        \"TotalMemory\": -1.0,\n        \"AvailableMemory\": 9999999.0,\n        \"LogicalDisks\": [],\n        \"NetworkAdapters\": []\n    },\n    {\n        \"ID\": 961522701,\n        \"Hostname\": \"192.168.1.12\",\n        \"Description\": \"Description\",\n        \"GroupName\": \"Servers\",\n        \"HostType\": \"Host\",\n        \"StatusText\": \"192.168.1.12|Answer: 0 ms|TTL: 128|Now: 5:28:19 PM\",\n        \"IsEnabled\": true,\n        \"IsNotifyEnabled\": true,\n        \"Status\": true,\n        \"ImgPath\": \"scetch4.png\",\n        \"HostVisualType\": \"SmallMonitor\",\n        \"HostAgentDataUpdatedDateTime\": \"2020-12-13T17:28:03.7256443+03:00\",\n        \"CpuLoad\": 13.04,\n        \"TotalMemory\": 16168.0,\n        \"AvailableMemory\": 7698.0,\n        \"LogicalDisks\": [\n            {\n                \"Name\": \"C:\\\\\",\n                \"TotalSpace\": 243583.0,\n                \"FreeSpace\": 50618.3,\n                \"LoadPercent\": 1.0\n            },\n            {\n                \"Name\": \"D:\\\\\",\n                \"TotalSpace\": 1907712.0,\n                \"FreeSpace\": 1282562.9,\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"E:\\\\\",\n                \"TotalSpace\": 476938.0,\n                \"FreeSpace\": 228988.68,\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"G:\\\\\",\n                \"TotalSpace\": 228919.0,\n                \"FreeSpace\": 63106.45,\n                \"LoadPercent\": 0.0\n            }\n        ],\n        \"NetworkAdapters\": [\n            {\n                \"Name\": \"Npcap Loopback Adapter\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"vEthernet (Default Switch)\",\n                \"LoadPercent\": 0.0\n            },\n            {\n                \"Name\": \"vEthernet (HyperV-Ethernet)\",\n                \"LoadPercent\": 0.0\n            }\n        ]\n    }\n]"}],"_postman_id":"ca007f33-6b9f-418f-98fc-84e2ef0829d3"},{"name":"Get Application Options","id":"c2571108-942b-4af8-89bc-bf02c7fefed3","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"http://{{hostname}}:{{port}}/api/Options?api_token={{api_token}}","description":"<p>Get JSON with application options.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Options"],"host":["{{hostname}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"358b275f-afc6-4c26-8767-0a09276679af","name":"Get Application Options","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:4539/api/Options?api_token={{api_token}}","protocol":"http","host":["localhost"],"port":"4539","path":["api","Options"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Sun, 13 Dec 2020 15:05:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Enable_Email_Notifications\": false,\n    \"Enable_TelegramBot_Notifications\": false,\n    \"Enable_SMS_Notifications\": false,\n    \"Hosts_Query_Interval_seconds\": 5,\n    \"ICMP_TimeOut_miliseconds\": 1000,\n    \"HTTP_TimeOut_miliseconds\": 2000,\n    \"Number_Of_Fails_Before_Send_Notification\": 6,\n    \"Write_Hosts_Log\": true,\n    \"Write_Log_For_Each_Host\": true,\n    \"Hosts_Visual_Type\": 1,\n    \"Monitor_Picture_Type\": 4,\n    \"Enable_Query_ControlHost\": true,\n    \"ControlHost_URI\": \"8.8.8.8\",\n    \"Enable_ControlHost_Notifications\": true,\n    \"Agent_Measure_Time_Before_Sent_Notifications_minutes\": 5,\n    \"Agent_Notify_if_CPU_is_Overload\": true,\n    \"Agent_CPU_Overload_Percent\": 91,\n    \"Agent_Notify_if_LowFreeMem\": true,\n    \"Agent_LowFreeMem_Megabytes\": 1021,\n    \"Agent_Notify_LowDisksFreeSpace\": true,\n    \"Agent_LowDisksFreeSpace_Megabytes\": 2041,\n    \"Agent_Notify_if_Disks_Overload\": true,\n    \"Agent_DisksOverload_Percent\": 91,\n    \"Agent_Notify_if_NetAdapters_Overload\": true,\n    \"Agent_NetAdaptersOverload_Percent\": 71,\n    \"Notify_if_AnswerTime_IsLong\": true,\n    \"LongAnswerTime_miliseconds\": 7,\n    \"EventLOG_Notify_if_ComputerRestarted\": true,\n    \"EventLOG_Notify_if_ComputerGoingReboot\": true,\n    \"EventLOG_Notify_if_ComputerRebootedByUser\": true,\n    \"EventLOG_ForwardCriticalEvents\": true,\n    \"EventLOG_ForwardErrorEvents\": true\n}"}],"_postman_id":"c2571108-942b-4af8-89bc-bf02c7fefed3"},{"name":"Update host data (based on host ID)","id":"1a5eedc8-0028-4d89-b1cc-37c6f0d13fba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true},"followRedirects":true,"strictSSL":false},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json; charset=utf-8"},{"key":"api_token","type":"text","value":"{{api_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": 761626881,\r\n    \"Hostname\": \"newhostname.com\",\r\n    \"Description\": \"new description1\",\r\n    \"GroupName\": \"new group1\",\r\n    \"IsEnabled\": true,\r\n    \"IsNotifyEnabled\": false\r\n}"},"url":"http://{{hostname}}:{{port}}/api/Hosts","description":"<p>Send JSON with host ID of editing host and fields that you need to edit.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8d0bad03-c4e6-40ca-b7cf-680e7c2d38cf","name":"Update host data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api_token","type":"text","value":"{{api_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": 761626881,\r\n    \"Hostname\": \"newhostname.com\",\r\n    \"Description\": \"new description1\",\r\n    \"GroupName\": \"new group1\",\r\n    \"IsEnabled\": true,\r\n    \"IsNotifyEnabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{hostname}}:{{port}}/api/Hosts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 08:06:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ID\": 761626881,\n    \"Hostname\": \"newhostname.com\",\n    \"Description\": \"new description1\",\n    \"GroupName\": \"new group1\",\n    \"IsEnabled\": true,\n    \"IsNotifyEnabled\": false\n}"}],"_postman_id":"1a5eedc8-0028-4d89-b1cc-37c6f0d13fba"},{"name":"Update Application Settings","id":"da69c55d-d016-40d5-9cf3-aab6305153d2","protocolProfileBehavior":{"strictSSL":false,"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Enable_Email_Notifications\": false,\r\n    \"Enable_TelegramBot_Notifications\": false,\r\n    \"Enable_SMS_Notifications\": false,\r\n    \"Hosts_Query_Interval_seconds\": 5,\r\n    \"ICMP_TimeOut_miliseconds\": 1000,\r\n    \"HTTP_TimeOut_miliseconds\": 2000,\r\n    \"Number_Of_Fails_Before_Send_Notification\": 6,\r\n    \"Write_Hosts_Log\": true,\r\n    \"Write_Log_For_Each_Host\": true,\r\n    \"Hosts_Visual_Type\": 1,\r\n    \"Monitor_Picture_Type\": 4,\r\n    \"Enable_Query_ControlHost\": true,\r\n    \"ControlHost_URI\": \"8.8.8.8\",\r\n    \"Enable_ControlHost_Notifications\": true,\r\n    \"Agent_Measure_Time_Before_Sent_Notifications_minutes\": 5,\r\n    \"Agent_Notify_if_CPU_is_Overload\": true,\r\n    \"Agent_CPU_Overload_Percent\": 91,\r\n    \"Agent_Notify_if_LowFreeMem\": true,\r\n    \"Agent_LowFreeMem_Megabytes\": 1021,\r\n    \"Agent_Notify_LowDisksFreeSpace\": true,\r\n    \"Agent_LowDisksFreeSpace_Megabytes\": 2041,\r\n    \"Agent_Notify_if_Disks_Overload\": true,\r\n    \"Agent_DisksOverload_Percent\": 91,\r\n    \"Agent_Notify_if_NetAdapters_Overload\": true,\r\n    \"Agent_NetAdaptersOverload_Percent\": 71,\r\n    \"Notify_if_AnswerTime_IsLong\": true,\r\n    \"LongAnswerTime_miliseconds\": 7,\r\n    \"EventLOG_Notify_if_ComputerRestarted\": true,\r\n    \"EventLOG_Notify_if_ComputerGoingReboot\": true,\r\n    \"EventLOG_Notify_if_ComputerRebootedByUser\": true,\r\n    \"EventLOG_ForwardCriticalEvents\": true,\r\n    \"EventLOG_ForwardErrorEvents\": true\r\n}"},"url":"http://{{hostname}}:{{port}}/api/Options","description":"<p>Send JSON with options which you need to change.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Options"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"141c7b89-dbc2-42de-bff1-249877b2d11c","name":"Update Application Settings","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Enable_Email_Notifications\": false,\r\n    \"Enable_TelegramBot_Notifications\": false,\r\n    \"Enable_SMS_Notifications\": false,\r\n    \"Hosts_Query_Interval_seconds\": 5,\r\n    \"ICMP_TimeOut_miliseconds\": 1000,\r\n    \"HTTP_TimeOut_miliseconds\": 2000,\r\n    \"Number_Of_Fails_Before_Send_Notification\": 6,\r\n    \"Write_Hosts_Log\": true,\r\n    \"Write_Log_For_Each_Host\": true,\r\n    \"Hosts_Visual_Type\": 1,\r\n    \"Monitor_Picture_Type\": 4,\r\n    \"Enable_Query_ControlHost\": true,\r\n    \"ControlHost_URI\": \"8.8.8.8\",\r\n    \"Enable_ControlHost_Notifications\": true,\r\n    \"Agent_Measure_Time_Before_Sent_Notifications_minutes\": 5,\r\n    \"Agent_Notify_if_CPU_is_Overload\": true,\r\n    \"Agent_CPU_Overload_Percent\": 91,\r\n    \"Agent_Notify_if_LowFreeMem\": true,\r\n    \"Agent_LowFreeMem_Megabytes\": 1021,\r\n    \"Agent_Notify_LowDisksFreeSpace\": true,\r\n    \"Agent_LowDisksFreeSpace_Megabytes\": 2041,\r\n    \"Agent_Notify_if_Disks_Overload\": true,\r\n    \"Agent_DisksOverload_Percent\": 91,\r\n    \"Agent_Notify_if_NetAdapters_Overload\": true,\r\n    \"Agent_NetAdaptersOverload_Percent\": 71,\r\n    \"Notify_if_AnswerTime_IsLong\": true,\r\n    \"LongAnswerTime_miliseconds\": 7,\r\n    \"EventLOG_Notify_if_ComputerRestarted\": true,\r\n    \"EventLOG_Notify_if_ComputerGoingReboot\": true,\r\n    \"EventLOG_Notify_if_ComputerRebootedByUser\": true,\r\n    \"EventLOG_ForwardCriticalEvents\": true,\r\n    \"EventLOG_ForwardErrorEvents\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4539/api/Options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Sun, 13 Dec 2020 15:17:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Enable_Email_Notifications\": false,\n    \"Enable_TelegramBot_Notifications\": false,\n    \"Enable_SMS_Notifications\": false,\n    \"Hosts_Query_Interval_seconds\": 5,\n    \"ICMP_TimeOut_miliseconds\": 1000,\n    \"HTTP_TimeOut_miliseconds\": 2000,\n    \"Number_Of_Fails_Before_Send_Notification\": 6,\n    \"Write_Hosts_Log\": true,\n    \"Write_Log_For_Each_Host\": true,\n    \"Hosts_Visual_Type\": 1,\n    \"Monitor_Picture_Type\": 4,\n    \"Enable_Query_ControlHost\": true,\n    \"ControlHost_URI\": \"8.8.8.8\",\n    \"Enable_ControlHost_Notifications\": true,\n    \"Agent_Measure_Time_Before_Sent_Notifications_minutes\": 5,\n    \"Agent_Notify_if_CPU_is_Overload\": true,\n    \"Agent_CPU_Overload_Percent\": 91,\n    \"Agent_Notify_if_LowFreeMem\": true,\n    \"Agent_LowFreeMem_Megabytes\": 1021,\n    \"Agent_Notify_LowDisksFreeSpace\": true,\n    \"Agent_LowDisksFreeSpace_Megabytes\": 2041,\n    \"Agent_Notify_if_Disks_Overload\": true,\n    \"Agent_DisksOverload_Percent\": 91,\n    \"Agent_Notify_if_NetAdapters_Overload\": true,\n    \"Agent_NetAdaptersOverload_Percent\": 71,\n    \"Notify_if_AnswerTime_IsLong\": true,\n    \"LongAnswerTime_miliseconds\": 7,\n    \"EventLOG_Notify_if_ComputerRestarted\": true,\n    \"EventLOG_Notify_if_ComputerGoingReboot\": true,\n    \"EventLOG_Notify_if_ComputerRebootedByUser\": true,\n    \"EventLOG_ForwardCriticalEvents\": true,\n    \"EventLOG_ForwardErrorEvents\": true\n}"}],"_postman_id":"da69c55d-d016-40d5-9cf3-aab6305153d2"},{"name":"Add new IP host","id":"6bd78c43-fb2f-423f-8b70-f5ad3c896e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"    {      \r\n        \"Hostname\": \"192.168.1.200\",\r\n        \"Description\": \"host description1\",\r\n        \"GroupName\": \"host group1\",       \r\n        \"HostType\": \"Host\"\r\n    }"},"url":"http://{{hostname}}:{{port}}/api/Hosts","description":"<p>Send JSON whith new host information to create new host.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8868c1a7-4337-42a0-8044-54ad450b0be1","name":"Add new host","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Hostname\": \"192.168.1.200\",\r\n    \"Description\": \"host description1\",\r\n    \"GroupName\": \"host group1\",\r\n    \"HostType\": \"Host\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{hostname}}:{{port}}/api/Hosts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 08:15:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Hostname\": \"192.168.1.200\",\n    \"Description\": \"host description1\",\n    \"GroupName\": \"host group1\",\n    \"HostType\": \"Host\"\n}"}],"_postman_id":"6bd78c43-fb2f-423f-8b70-f5ad3c896e43"},{"name":"Add new WEB host","id":"bbd1375f-d490-4c38-8b30-813b65befc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json; charset=utf-8"},{"key":"api_token","type":"text","value":"{{api_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"Hostname\": \"https://yahoo.com\",\r\n    \"Description\": \"host description1\",\r\n    \"GroupName\": \"host group1\",\r\n    \"HostType\": \"WebHost\"\r\n}"},"url":"http://{{hostname}}:{{port}}/api/Hosts","description":"<p>Send JSON whith new host information to create new host.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"90e0e399-b981-4e41-9332-ff90959c0f71","name":"Add new WEB host","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Hostname\": \"https://yahoo.com\",\r\n    \"Description\": \"host description1\",\r\n    \"GroupName\": \"host group1\",\r\n    \"HostType\": \"WebHost\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{hostname}}:{{port}}/api/Hosts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 08:15:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Hostname\": \"https://yahoo.com\",\n    \"Description\": \"host description1\",\n    \"GroupName\": \"host group1\",\n    \"HostType\": \"WebHost\"\n}"}],"_postman_id":"bbd1375f-d490-4c38-8b30-813b65befc33"},{"name":"Remove host (based on host ID)","id":"fde71135-efbe-49fc-839d-405e9dbafb93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"    {      \r\n        \"ID\": 761626881        \r\n    }"},"url":"http://{{hostname}}:{{port}}/api/Hosts","description":"<p>Send JSON whith ID of host need to remove.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","Hosts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e927da79-9638-4214-bfad-af14930d40c1","name":"Remove host (based on host ID)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"    {      \r\n        \"ID\": 761626881        \r\n    }","options":{"raw":{"language":"json"}}},"url":"http://{{hostname}}:{{port}}/api/Hosts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Wed, 21 Oct 2020 08:27:30 GMT"}],"cookie":[],"responseTime":null,"body":"\"Host removed\""}],"_postman_id":"fde71135-efbe-49fc-839d-405e9dbafb93"},{"name":"Hosts sorting by IDs sequence","id":"642e56f6-f1f1-4ee4-bb8f-e48c9fa80191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"Host_ID_Sequence\": \"179871739,54273453,375056478\"\r\n}"},"url":"http://{{hostname}}:{{port}}/api/HostsSorting","description":"<p>send POST request with sequence of host ID s which you want to sort in that order.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["api","HostsSorting"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1c7d4251-2f0f-4ca4-ac76-040a0f22ceca","name":"Hosts sorting by IDs sequence","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"},{"key":"api_token","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"Host_ID_Sequence\": \"179871739,54273453,375056478\"\r\n}"},"url":"http://{{hostname}}:{{port}}/api/HostsSorting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Sun, 05 Sep 2021 18:24:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Host_ID_Sequence\": \"179871739,54273453,375056478\"\n}"}],"_postman_id":"642e56f6-f1f1-4ee4-bb8f-e48c9fa80191"}],"event":[{"listen":"prerequest","script":{"id":"ed197e70-0622-4fe1-af97-b9734059f172","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ce29646-a345-438f-b061-cf5c643e5351","type":"text/javascript","exec":[""]}}]}