{
	"info": {
		"_postman_id": "5721f60e-3364-418f-a604-c975cca1f60f",
		"name": "Simple Ping Monitor Rest API Documentation",
		"description": "Simple Ping Monitor selfhosted RestAPI Service provide getting information about monitoring hosts.",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Get states of all hosts",
			"protocolProfileBehavior": {
				"strictSSL": false,
				"followRedirects": true
			},
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with all hosts and all its status information like status, cpu load, memory, logical disks and network adapters.\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get state of selected host",
			"protocolProfileBehavior": {
				"strictSSL": false
			},
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get states of hosts by part of hostname or hostdescription (Search hosts)",
			"protocolProfileBehavior": {
				"strictSSL": false
			},
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get states of Host by ID",
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get all groups",
			"protocolProfileBehavior": {
				"followRedirects": true,
				"strictSSL": false
			},
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with all group names.\r\n\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get state of hosts from selected group",
			"protocolProfileBehavior": {
				"strictSSL": false
			},
			"request": {
				"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}}"
						}
					]
				},
				"description": "Return JSON with status information (like status, cpu load, memory, logical disks and network adapters) of selected host.\r\n\r\n\r\napi_token must be assign in simple ping monitior application settings."
			},
			"response": [
				{
					"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": [],
					"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]"
				}
			]
		},
		{
			"name": "Get Application Options",
			"protocolProfileBehavior": {
				"strictSSL": false
			},
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://{{hostname}}:{{port}}/api/Options?api_token={{api_token}}",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Options"
					],
					"query": [
						{
							"key": "api_token",
							"value": "{{api_token}}"
						}
					]
				},
				"description": "Get JSON with application options."
			},
			"response": [
				{
					"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": [],
					"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}"
				}
			]
		},
		{
			"name": "Update host data (based on host ID)",
			"protocolProfileBehavior": {
				"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": {
					"raw": "http://{{hostname}}:{{port}}/api/Hosts",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Hosts"
					]
				},
				"description": "Send JSON with host ID of editing host and fields that you need to edit."
			},
			"response": [
				{
					"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": {
							"raw": "http://{{hostname}}:{{port}}/api/Hosts",
							"protocol": "http",
							"host": [
								"{{hostname}}"
							],
							"port": "{{port}}",
							"path": [
								"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": [],
					"body": "{\n    \"ID\": 761626881,\n    \"Hostname\": \"newhostname.com\",\n    \"Description\": \"new description1\",\n    \"GroupName\": \"new group1\",\n    \"IsEnabled\": true,\n    \"IsNotifyEnabled\": false\n}"
				}
			]
		},
		{
			"name": "Update Application Settings",
			"protocolProfileBehavior": {
				"strictSSL": false
			},
			"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": {
					"raw": "http://{{hostname}}:{{port}}/api/Options",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Options"
					]
				},
				"description": "Send JSON with options which you need to change."
			},
			"response": [
				{
					"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": {
							"raw": "http://localhost:4539/api/Options",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "4539",
							"path": [
								"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": [],
					"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}"
				}
			]
		},
		{
			"name": "Add new IP host",
			"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": {
					"raw": "http://{{hostname}}:{{port}}/api/Hosts",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Hosts"
					]
				},
				"description": "Send JSON whith new host information to create new host."
			},
			"response": [
				{
					"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": {
							"raw": "http://{{hostname}}:{{port}}/api/Hosts",
							"protocol": "http",
							"host": [
								"{{hostname}}"
							],
							"port": "{{port}}",
							"path": [
								"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": [],
					"body": "{\n    \"Hostname\": \"192.168.1.200\",\n    \"Description\": \"host description1\",\n    \"GroupName\": \"host group1\",\n    \"HostType\": \"Host\"\n}"
				}
			]
		},
		{
			"name": "Add new WEB host",
			"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": {
					"raw": "http://{{hostname}}:{{port}}/api/Hosts",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Hosts"
					]
				},
				"description": "Send JSON whith new host information to create new host."
			},
			"response": [
				{
					"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": {
							"raw": "http://{{hostname}}:{{port}}/api/Hosts",
							"protocol": "http",
							"host": [
								"{{hostname}}"
							],
							"port": "{{port}}",
							"path": [
								"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": [],
					"body": "{\n    \"Hostname\": \"https://yahoo.com\",\n    \"Description\": \"host description1\",\n    \"GroupName\": \"host group1\",\n    \"HostType\": \"WebHost\"\n}"
				}
			]
		},
		{
			"name": "Remove host (based on host ID)",
			"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": {
					"raw": "http://{{hostname}}:{{port}}/api/Hosts",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"Hosts"
					]
				},
				"description": "Send JSON whith ID of host need to remove."
			},
			"response": [
				{
					"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": {
							"raw": "http://{{hostname}}:{{port}}/api/Hosts",
							"protocol": "http",
							"host": [
								"{{hostname}}"
							],
							"port": "{{port}}",
							"path": [
								"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": [],
					"body": "\"Host removed\""
				}
			]
		},
		{
			"name": "Hosts sorting by IDs sequence",
			"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": {
					"raw": "http://{{hostname}}:{{port}}/api/HostsSorting",
					"protocol": "http",
					"host": [
						"{{hostname}}"
					],
					"port": "{{port}}",
					"path": [
						"api",
						"HostsSorting"
					]
				},
				"description": "send POST request with sequence of host ID s which you want to sort in that order."
			},
			"response": [
				{
					"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": {
							"raw": "http://{{hostname}}:{{port}}/api/HostsSorting",
							"protocol": "http",
							"host": [
								"{{hostname}}"
							],
							"port": "{{port}}",
							"path": [
								"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": [],
					"body": "{\n    \"Host_ID_Sequence\": \"179871739,54273453,375056478\"\n}"
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}