{
	"info": {
		"_postman_id": "7b4955f8-e31d-4615-8234-271579e1b88b",
		"name": "localhost Admin",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "36183173"
	},
	"item": [
		{
			"name": "tenants",
			"item": [
				{
					"name": "List tenants",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/tenants",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants"
							]
						}
					},
					"response": []
				},
				{
					"name": "Test Broken TenantList",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443//admin/////tenants///",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"",
								"admin",
								"",
								"",
								"",
								"",
								"tenants",
								"",
								"",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Tenant Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_no8",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_no8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add tenant (test)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"tenantName\": \"tenant_no5\",\n    \"tenantDescription\": \"Testing 5th tenant desc\",\n    \"tenantInfo\": \"Testing 5th tenant info\",\n    \"databases\": [\n        {\n            \"physicalName\": \"ten5th_fwd\",\n            \"logicalName\": \"fwd\",\n            \"url\": \"jdbc:postgresql://localhost:5430/ten5th_fwd\",\n            \"username\": \"fwd_admin5th\",\n            \"password\": \"fwd_password5th\",\n            \"maxStatementsPerConnection\": 10,\n            \"minPoolSize\": 2, \n            \"maxPoolSize2\": 8,\n            \"acquireIncrement2\": 3,\n            \"maxIdleTime\": 100\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Add tenant (tenant_1)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"tenantName\": \"tenant_1\",\n    \"tenantDescription\": \"Test Tenant No #1\",\n    \"tenantInfo\": \"A tenant for testing local workspace\",\n    \"databases\": [\n        {\n            \"physicalName\": \"fwd_ten1\",\n            \"logicalName\": \"fwd\",\n            \"url\": \"jdbc:postgresql://localhost:5430/fwd_ten1\",\n            \"username\": \"fwd_admin\",\n            \"password\": \"fwd_password\",\n            \"maxStatementsPerConnection\": 17,\n            \"minPoolSize\": 3, \n            \"maxPoolSize\": 9,\n            \"acquireIncrement2\": 3,\n            \"maxIdleTime2\": 100\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Add tenant database",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"physicalName\": \"t8\",\n    \"logicalName\": \"fwd4\",\n    \"url\": \"jdbc:mariadb://localhost:3306/t8\",\n    \"username\": \"fwd_admi8\",\n    \"password\": \"fwd_password8\",\n    \"maxStatementsPerConnection\": 10,\n    \"minPoolSize\": 2, \n    \"maxPoolSize\": 8,\n    \"acquireIncrement\": 3,\n    \"maxIdleTime\": 100\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_no8/db",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_no8",
								"db"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get tenant status",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_1/status",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_1",
								"status"
							]
						}
					},
					"response": []
				},
				{
					"name": "Change tenant status",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_1/status",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_1",
								"status"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update tenant",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"updateList\": {\n        \"tenantDescription\": \"10 Testing 5th tenant 10\",\n        \"tenantInfo\": \"10 Testing 5th tenant 10\"\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_no8",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_no8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete tenant",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_1",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete tenant database",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"databaseName\": \"ten35th_fwd\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/tenants/tenant_no8/db",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"tenants",
								"tenant_no8",
								"db"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "system",
			"item": [
				{
					"name": "List Domains",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/security/domains/fwd",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domains",
								"fwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Domain Types",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/security/domain-types/fwd",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domain-types",
								"fwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Domain",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/security/domains/fwd/\"dom255\"",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domains",
								"fwd",
								"\"dom255\""
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Domain Type",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/security/domain-types/fwd/new_oslocal",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domain-types",
								"fwd",
								"new_oslocal"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add domain",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"_Domain-name\": \"dom25\",\n    \"_Domain-type\": \"_oeusertable\",\n    \"_Domain-description\": \"My new domain\",\n    \"_Domain-access-code\": \"31312c6a312a3736\",\n    \"_Auditing-context\": \"My Auditing Context\",\n    \"_Domain-runtime-options\": \"Some Options for Runtime\",\n    \"_Domain-enabled\": true,\n    \"_Domain-custom-detail\": \"No details here\",\n    \"_Tenant-Name\": \"tenant6\",\n    \"_Domain-Id\": 10153,\n    \"_Domain-category\": 0\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domains/fwd",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domains",
								"fwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add domain type",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"_Domain-type-description\": \"Hand-made authentication module to the local OS user accounts\",\n    \"_Custom-detail\": \"custom\",\n    \"_PAM-module-name\": \"pam-pam\",\n    \"_Key-store-id\": \"221\",\n    \"_Domain-type\": \"new_oslocal\",\n    \"_PAM-callback-procedure\": \"bob-bock\",\n    \"_PAM-library-checksum\": \"020007AAIAAAAAAA==\",\n    \"_PAM-plug-in\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domain-types/fwd",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domain-types",
								"fwd"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update domain",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"_Domain-name\": \"dom255\",\n    \"_Domain-type\": \"_oeusertable\",\n    \"_Domain-description\": \"A domain\",\n    \"_Domain-access-code\": \"31312c6a312a3736\",\n    \"_Auditing-context\": \"My Auditing Context\",\n    \"_Domain-runtime-options\": \"Some Options for Runtime\",\n    \"_Domain-enabled\": false,\n    \"_Domain-custom-detail\": \"No details here\",\n    \"_Tenant-Name\": \"tenant6\",\n    \"_Domain-Id\": 11025,\n    \"_Domain-category\": 77\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domains/fwd/dom25",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domains",
								"fwd",
								"dom25"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update domain type",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"_Domain-type-description\": \"2nd Hand-made authentication module to the local OS user accounts\",\n    \"_Custom-detail\": \"custom\",\n    \"_PAM-module-name\": \"pam-pam-pam\",\n    \"_Key-store-id\": \"22144\",\n    \"_Domain-type\": \"new_oslocal\",\n    \"_PAM-callback-procedure\": \"kkbob-bock\",\n    \"_PAM-library-checksum\": \"020007AAIAAAAAAA==\",\n    \"_PAM-plug-in\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domain-types/fwd/new_oslocal1",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domain-types",
								"fwd",
								"new_oslocal1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete domain",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domains/fwd/dom255",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domains",
								"fwd",
								"dom255"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete domain type",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/security/domain-types/fwd/new_oslocal",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"security",
								"domain-types",
								"fwd",
								"new_oslocal"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "sessions",
			"item": [
				{
					"name": "List All Sessions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/sessions/",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "List Set of Sessions N/Ay",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{ \"sessions\": [ 1, 9, 2, 4, 100] }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/sessions",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Session Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/sessions/119",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								"119"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Lock Status",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/sessions/lock",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								"lock"
							]
						}
					},
					"response": []
				},
				{
					"name": "Lock Sessions",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{ \"lock\" : true }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/sessions/lock",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								"lock"
							]
						}
					},
					"response": []
				},
				{
					"name": "Unlock Sessions",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{ \"lock\" : false }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/sessions/lock",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								"lock"
							]
						}
					},
					"response": []
				},
				{
					"name": "Drop a List of Sessions",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{ \"sessions\": [ 1,5, 3, 14 ] }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://localhost:7443/admin/sessions",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions"
							]
						}
					},
					"response": []
				},
				{
					"name": "Drop All Sessions",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/sessions/",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								""
							]
						}
					},
					"response": []
				},
				{
					"name": "Drop a Specific Session",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "FwdSessionId",
								"value": "{{FwdSessionId}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://localhost:7443/admin/sessions/2",
							"protocol": "https",
							"host": [
								"localhost"
							],
							"port": "7443",
							"path": [
								"admin",
								"sessions",
								"2"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Login(restAdmin)",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.collectionVariables.set(\"FwdSessionId\", pm.response.headers.get(\"FwdSessionId\"));",
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "<restAdminAuthTok>",
							"type": "string"
						},
						{
							"key": "username",
							"value": "restAdmin",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://localhost:7443/admin/login",
					"protocol": "https",
					"host": [
						"localhost"
					],
					"port": "7443",
					"path": [
						"admin",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "Login(tenantAdmin)",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.collectionVariables.set(\"FwdSessionId\", pm.response.headers.get(\"FwdSessionId\"));",
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "cojt0Pw//L6ToM8G41aOKFIWh7w=",
							"type": "string"
						},
						{
							"key": "username",
							"value": "tenantAdmin",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://localhost:7443/admin/login",
					"protocol": "https",
					"host": [
						"localhost"
					],
					"port": "7443",
					"path": [
						"admin",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "Broken Login ?",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.collectionVariables.set(\"FwdSessionId\", pm.response.headers.get(\"FwdSessionId\"));",
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "username",
							"value": "restAdmin",
							"type": "string"
						},
						{
							"key": "password",
							"value": "<restAdminAuthTok>",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://localhost:7443///admin//login///",
					"protocol": "https",
					"host": [
						"localhost"
					],
					"port": "7443",
					"path": [
						"",
						"",
						"admin",
						"",
						"login",
						"",
						"",
						""
					]
				}
			},
			"response": []
		},
		{
			"name": "Logout",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "FwdSessionId",
						"value": "{{FwdSessionId}}",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://localhost:7443/admin/logout",
					"protocol": "https",
					"host": [
						"localhost"
					],
					"port": "7443",
					"path": [
						"admin",
						"logout"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "FwdSessionId",
			"value": "a07083c9-aa55-42f4-9b5a-58cf72156e4e"
		}
	]
}