{"info":{"_postman_id":"8d0bcdac-bc08-4aa8-9b8f-9320f3e6eab9","name":"Infrascope API Collection v25.2","description":"<html><head></head><body><p>Infrascope PAM release 25.2 can be configured by using this API collection.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>•    The collection is applicable with Infrascope PAM 25.2 releases.\n•    The collection includes 10 folders and 194 API methods to configure \n     a Infrascope PAM instance.\n•    The collection includes the related API methods with examples.\n\n</code></pre><h3 id=\"hint\">Hint:</h3>\n<p>You can manage the configurations on a Infrascope PAM instance by applying a new environment (<a href=\"https://learning.postman.com/docs/postman/variables-and-environments/variables/\">see details</a>) in Postman easily by following the steps below:</p>\n<ol>\n<li>Create a new environment.</li>\n<li>Set a new variable called 'hostname' in the environment.</li>\n<li>Set the initial value of the variable equal to your hostname where the Infrascope PAM is embedded.</li>\n</ol>\n<p>Therefore, you will be able to use the requests in this collection for your instance without having to change the hostname information for each request.</p>\n<p><strong>Important Note:</strong> XSRF token validation is added to REST APIs. Our customers should develop this logic in its REST API clients. The requirement in REST-API client side (customer) is, to fetch “XSRF-TOKEN” value from cookie of first REST response and add it to the “X-XSRF-TOKEN” header in next requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"601843","collectionId":"8d0bcdac-bc08-4aa8-9b8f-9320f3e6eab9","publishedId":"2sB2qfAecE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-23T10:23:53.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c04337ce-984b-4329-871f-6622ee4c0d7d"}}],"id":"7d767ade-98c6-460a-95e1-555a4d91be8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"username\":\"{{TestUserName}}\",\"password\":\"{{TestUserPassword}}\"}"},"url":"{{url}}/aioc-rest-web/rest/login","description":"<h3 id=\"overview\">Overview</h3>\n<p>The login method is the primary gateway to the Infrascope PAM system. Before accessing any other functionalities or methods, users must authenticate themselves using this method by username and password.</p>\n<p>Successfully logging in provides the user with a session ID, which is essential for subsequent interactions with the system.</p>\n<p><strong>Note:</strong> If you enabled OTP, you must enter your 6-digit code due to MFA. <a href=\"https://grey-trinity-199170.postman.co/workspace/My-Workspace~c1372f8e-9fd4-40a5-8ceb-35b3caeef048/documentation/29406512-8d1ecbb2-3dd8-453c-97e4-3fd6673e2880?entity=request-27d93d63-b4d5-4084-8bbe-530ccc84dd52\">Check this request</a> for how to enter your auth code.</p>\n","urlObject":{"path":["aioc-rest-web","rest","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"78415b13-a476-49b7-905f-cd4ca8fa9965","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"pswd\"\n}"},"url":"http://10.20.30.40/aioc-rest-web/rest/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sessionId\": \"a8aa28c1-bd5a-4ea3-9490-47cfee4b52ca\"\n}"}],"_postman_id":"7d767ade-98c6-460a-95e1-555a4d91be8e"},{"name":"Logout","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c86937a5-0573-415d-bda0-cd8bd0572a54"}}],"id":"283216b9-fe03-4343-9222-98ffb42260ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/logout","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method allows the currently logged-in user to log out from Infrascope PAM.</p>\n<p>Upon successful logout, the system returns a confirmation.</p>\n","urlObject":{"path":["aioc-rest-web","rest","logout"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bae23e96-8c08-48fc-ba42-60bd303690d9","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Set-Cookie","value":"NETRIGHT_SESSIONID=; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:10 GMT; Path=/"},{"key":"Set-Cookie","value":"XSRF-TOKEN=; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:10 GMT; Path=/"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Date","value":"Tue, 12 Sep 2023 13:47:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"283216b9-fe03-4343-9222-98ffb42260ae"}],"id":"df0022fa-e163-4005-b86a-337667572d78","description":"<p>The Infrascope PAM provides a robust authentication mechanism to ensure secure access to its resources. This section of the documentation details the API methods related to user authentication, including logging in, two-factor authentication (MFA), and logging out.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c91e5e44-e88d-4410-803f-6e37706b1879"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3a92cb8c-88e9-4764-a69e-d34f6ac14c05"}}],"_postman_id":"df0022fa-e163-4005-b86a-337667572d78"},{"name":"User Management","item":[{"name":"Save User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c8ea8cf1-242e-47ca-a11a-97f1df34da91"}}],"id":"a0b94ea5-c507-4381-9471-a21293b5329a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"internal\":true,\r\n\"personelId\":\"123123\",\"name\":\"test\",\"surname\":\"user\",\"eid\":\"testuser\",\"email\":\"test@test.com\",\"phoneNumber\":\"5550000000\",\"groups\":[\"DEFAULT_GROUP_SYSYEM_USERS\", \"DEFAULT_GROUP_SYSYEM_ADMINS\"], \"password\":\"admin\", \"passwordAlgorithm\":\"MD5\"\r\n}"},"url":"{{url}}/aioc-rest-web/rest/user/saveUser","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method adds a new user to Infrascope PAM.</p>\n<p>Mandatory fields in request body:</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><code>name</code> and <code>surname</code>: These fields are used to identify the user.</li>\n<li><code>eid</code>: An alternative way to reference users. It's a unique identifier for each user.</li>\n<li><code>email</code>: The email address of the user. It's essential for communication and might be used for notifications or password recovery.</li>\n<li><code>phoneNumber</code>: Contact number of the user.</li>\n<li><code>groups</code>: A list of groups to which the user belongs.<ul>\n<li>For example, a user can be part of \"DEFAULT_GROUP_SYSYEM_USERS\" and \"DEFAULT_GROUP_SYSYEM_ADMINS\". Or it can be a member of one of your founded User Groups like \"Linux_users\".</li>\n</ul>\n</li>\n<li><code>password</code>: A required field for internal users. It's the password that the user will use to log in.</li>\n<li><code>passwordAlgorithm</code>: The algorithm used to hash the password. In this case, \"MD5\" is used</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","user","saveUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dabcae54-1539-4ec0-a107-c63f1b0c3b59","name":"Add User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"internal\":true,\n\"personelId\":\"123123\",\"name\":\"test\",\"surname\":\"user\",\"eid\":\"testuser\",\"email\":\"test@test.com\",\"phoneNumber\":\"5550000000\",\"groups\":[\"DEFAULT_GROUP_SYSYEM_USERS\", \"DEFAULT_GROUP_SYSYEM_ADMINS\"], \"password\":\"admin\", \"passwordAlgorithm\":\"MD5\"}"},"url":"http://10.20.30.40/aioc-rest-web/rest/user/saveUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 06:38:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3c040987-adb7-45ab-9a50-264f04fbe13a\",\n    \"eid\": \"testuser\",\n    \"personelId\": \"123123\",\n    \"name\": \"test\",\n    \"passwordAlgorithm\": \"MD5\",\n    \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n    \"email\": \"test@test.com\",\n    \"surname\": \"user\",\n    \"internal\": true,\n    \"properties\": {\n        \"phoneNumber\": \"5550000000\",\n        \"ubaThreshold\": \"50\"\n    },\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n        \"DEFAULT_GROUP_SYSYEM_USERS\"\n    ],\n    \"managerGroups\": null,\n    \"lastLogin\": null,\n    \"lastLoginIp\": null,\n    \"recordLimit4Search\": null,\n    \"passwordDirty\": false,\n    \"passwordAutoGenerated\": false,\n    \"phoneNumber\": \"5550000000\",\n    \"forceChangePasswordOnNextLogin\": false,\n    \"lockReason\": null,\n    \"unlockOnPasswordChanged\": false,\n    \"unlockTime\": null,\n    \"tempUserEndTime\": null,\n    \"tempUserStartTime\": null,\n    \"tempUser\": false,\n    \"externalDirectorySource\": null,\n    \"userPropertyKey4Search\": null,\n    \"userPropertyValue4Search\": null,\n    \"locked\": false\n}"}],"_postman_id":"a0b94ea5-c507-4381-9471-a21293b5329a"},{"name":"Update User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"606c4d8f-acf2-42df-a565-84a42f90a774"}}],"id":"35084f09-05f2-4527-bc39-8742becce0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"d4251ded-cf05-47af-b245-4637ae3debdd\",\n    \"eid\": \"barisCic\",\n    \"personelId\": null,\n    \"name\": \"Bariscic\",\n    \"passwordAlgorithm\": null,\n    \"password\": null,\n    \"secondPassword\": null,\n    \"email\": null,\n    \"surname\": \"10297 :)\",\n    \"internal\": false,\n    \"creationTime\": 1703068414993,\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_USERS\",\n        \"cf7013df-9b88-4ea8-a07f-b65960788d14\"\n    ],\n    \"managerGroups\": [],\n    \"lastLogin\": null,\n    \"tempUserStartTime\": null,\n    \"tempUserEndTime\": null,\n    \"lastLoginIp\": null,\n    \"ubaThreshold\": \"50\",\n    \"properties\": {\n        \"ubaThreshold\": \"50\",\n        \"objectGUID\": \"c16e2cd1-f35c-41ef-b4e0-f54b55db2f08\",\n        \"externalDirectorySource\": \"ldap\",\n        \"hey\":\"heyt\"\n    }\n}\n"},"url":"{{url}}/aioc-rest-web/rest/user/updateUser","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method updates a user's information in Infrascope PAM.</p>\n<h3 id=\"usage\">Usage</h3>\n<p>To update a user's information:</p>\n<ol>\n<li>Use the '<code>List All Users</code><strong>'</strong> request to retrieve the user's current details.</li>\n<li>Copy the response of the User information to \"Body\" field of the <code>Update User</code> request.</li>\n<li>Edit the necessary fields in the \"Body\" field.</li>\n<li>Send the request to apply the changes.</li>\n</ol>\n<p>Hint: You can also update LDAP users with this request with the proper body (observe example request 'added-property-test' property)</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","updateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1c75b3a3-8ba2-480a-a615-d40e4d52f293","name":"Update User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"id\": \"e5bd67aa-a99e-4c72-b55f-28cd3c54fb0b\",\n        \"eid\": \"barisCic\",\n        \"name\": \"Bariscic\",\n        \"surname\": \"10297 :)\",\n        \"creationTime\": 1705400708026,\n        \"properties\": {\n            \"ubaThreshold\": \"51\",\n            \"objectGUID\": \"c16e2cd1-f35c-41ef-b4e0-f54b55db2f08\",\n            \"externalDirectorySource\": \"ldap\",\n            \"added-property-test\": \"test-vaule\"\n        }\n    }"},"url":"{{url}}/aioc-rest-web/rest/user/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"756"},{"key":"Date","value":"Thu, 15 Feb 2024 12:22:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e5bd67aa-a99e-4c72-b55f-28cd3c54fb0b\",\n    \"eid\": \"barisCic\",\n    \"personelId\": null,\n    \"name\": \"Bariscic\",\n    \"passwordAlgorithm\": null,\n    \"password\": null,\n    \"secondPassword\": null,\n    \"email\": null,\n    \"phoneNumber\": null,\n    \"surname\": \"10297 :)\",\n    \"fullname\": null,\n    \"location\": null,\n    \"internal\": false,\n    \"locked\": false,\n    \"forcePassword\": false,\n    \"lockReason\": null,\n    \"creationTime\": 1705400708026,\n    \"groups\": null,\n    \"groupNames\": null,\n    \"userGroupModels\": null,\n    \"managerGroups\": null,\n    \"managerGroupModels\": null,\n    \"lastLogin\": null,\n    \"tempUserStartTime\": null,\n    \"tempUserEndTime\": null,\n    \"lastLoginIp\": null,\n    \"ubaThreshold\": null,\n    \"properties\": {\n        \"ubaThreshold\": \"51\",\n        \"objectGUID\": \"c16e2cd1-f35c-41ef-b4e0-f54b55db2f08\",\n        \"externalDirectorySource\": \"ldap\",\n        \"added-property-test\": \"test-vaule\"\n    },\n    \"firstResult\": 0,\n    \"maxResult\": 50,\n    \"tempUser\": false\n}"}],"_postman_id":"35084f09-05f2-4527-bc39-8742becce0af"},{"name":"Delete Users","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ecb60e6a-5f9e-4468-8c4e-feea37c00049"}}],"id":"351679d1-2a97-4e4a-af1c-a8e8375e2626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"\n[\"ddb490e4-54b1-4c02-a4d9-b896cfb486a8\"]\n"},"url":"{{url}}/aioc-rest-web/rest/user/deleteUsers","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method deletes a chosen user in Infrascope PAM.</p>\n<p>Enter the user <code>id</code> in \"Body\" field.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","deleteUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3baece5d-6d4a-45cb-96f4-2867ce0dd8a2","name":"Delete Users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"f311d515-1a64-468b-bffb-0035ac15b28e\"]"},"url":"http://10.20.30.40/aioc-rest-web/rest/user/deleteUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 11:58:15 GMT"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"351679d1-2a97-4e4a-af1c-a8e8375e2626"},{"name":"Save User Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9aee7f2d-9ed5-45fd-a20b-87bfa70b1379"}}],"id":"74b40bc4-bc37-4b29-9486-bda2bf6c746e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"eid\": \"UG_create\",\r\n    \"users\": [\r\n        {\r\n            \"id\": \"3f53ceec-3c3a-40a5-961a-a1ea0ec8f6de\"\r\n            \r\n        }\r\n            ],\r\n    \"managers\": [\r\n        {\r\n            \"id\": \"3f53ceec-3c3a-40a5-961a-a1ea0ec8f6de\"\r\n        }\r\n        \t]\r\n}"},"url":"{{url}}/aioc-rest-web/rest/user/saveUserGroup","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method adds/changes a chosen user to an existing user group in Infrascope PAM.</p>\n<p>Copy the response of <a href=\"https://grey-trinity-199170.postman.co/workspace/My-Workspace~c1372f8e-9fd4-40a5-8ceb-35b3caeef048/documentation/29406512-8d1ecbb2-3dd8-453c-97e4-3fd6673e2880?entity=request-ff2d1554-04ee-4525-99aa-6759f3377167\">Get User Details By Id</a> request to \"Body\" field. Edit \"groups\" info, then send the request.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","saveUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7bf402b1-6c41-4054-b6f5-e3586b10f8fb","name":"Add/Change User's Groups","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"eid\": \"testuser\",\n    \"personelId\": \"123123\",\n    \"name\": \"test\",\n    \"passwordAlgorithm\": \"MD5\",\n    \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n    \"email\": \"test@test.com\",\n    \"surname\": \"user\",\n    \"internal\": true,\n    \"properties\": {\n        \"phoneNumber\": \"5550000000\",\n        \"ubaThreshold\": \"50\"\n    },\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n        \"DEFAULT_GROUP_SYSYEM_USERS\"\n    ],\n    \"managerGroups\": [],\n    \"lastLogin\": null,\n    \"lastLoginIp\": null,\n    \"recordLimit4Search\": null,\n    \"passwordDirty\": false,\n    \"passwordAutoGenerated\": false,\n    \"phoneNumber\": \"5550000000\",\n    \"forceChangePasswordOnNextLogin\": false,\n    \"lockReason\": null,\n    \"unlockOnPasswordChanged\": false,\n    \"unlockTime\": null,\n    \"tempUserEndTime\": null,\n    \"tempUserStartTime\": null,\n    \"tempUser\": false,\n    \"externalDirectorySource\": null,\n    \"userPropertyKey4Search\": null,\n    \"userPropertyValue4Search\": null,\n    \"locked\": false\n}"},"url":"http://10.20.30.40/aioc-rest-web/rest/user/saveUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 08:17:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"eid\": \"testuser\",\n    \"personelId\": \"123123\",\n    \"name\": \"test\",\n    \"passwordAlgorithm\": \"MD5\",\n    \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n    \"email\": \"test@test.com\",\n    \"surname\": \"user\",\n    \"internal\": true,\n    \"properties\": {\n        \"phoneNumber\": \"5550000000\",\n        \"ubaThreshold\": \"50\"\n    },\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n        \"DEFAULT_GROUP_SYSYEM_USERS\"\n    ],\n    \"managerGroups\": [],\n    \"lastLogin\": null,\n    \"lastLoginIp\": null,\n    \"recordLimit4Search\": null,\n    \"passwordDirty\": false,\n    \"passwordAutoGenerated\": false,\n    \"phoneNumber\": \"5550000000\",\n    \"forceChangePasswordOnNextLogin\": false,\n    \"lockReason\": null,\n    \"unlockOnPasswordChanged\": false,\n    \"unlockTime\": null,\n    \"tempUserEndTime\": null,\n    \"tempUserStartTime\": null,\n    \"tempUser\": false,\n    \"externalDirectorySource\": null,\n    \"userPropertyKey4Search\": null,\n    \"userPropertyValue4Search\": null,\n    \"locked\": false\n}"}],"_postman_id":"74b40bc4-bc37-4b29-9486-bda2bf6c746e"},{"name":"Delete User Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8565637f-f98b-4ce4-996b-f695d7231613"}}],"id":"34ddf8e7-da35-45f7-9e84-2dc69a91e061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"984e3882-263f-4568-a7e2-642d443b6501\"]","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/user/deleteUserGroups","description":"<h3 id=\"overview\">Overview</h3>\n<p>You can delete user groups by sending the user group's id.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","deleteUserGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ef622ab0-baf1-4088-bbd3-739d5b1e949c","name":"Delete User Groups","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"984e3882-263f-4568-a7e2-642d443b6501\"]","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/user/deleteUserGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"50"},{"key":"Date","value":"Mon, 25 Sep 2023 11:35:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"984e3882-263f-4568-a7e2-642d443b6501\": \"Success\"\n}"}],"_postman_id":"34ddf8e7-da35-45f7-9e84-2dc69a91e061"},{"name":"Get Current Session User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"40ab42fe-aab7-4df3-8313-da8cf5f94d3f"}}],"id":"ab4e89ef-0bfa-4791-935e-14c3bf94522f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method return user information of the user who is logged on now.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"718fcd6d-6f7d-407b-9604-926f9b5ebe6a","name":"get Current Session User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.30.40/aioc-rest-web/rest/user/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 11:34:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"userName\": \"testuser\",\n    \"email\": \"test@test.com\",\n    \"functions\": [\n        \"single.connect.macfiltering.moduleVisibility\",\n        \"single.connect.sapm.admin\",\n        \"single.connect.warp.report.viewer\",\n        \"netright.user.auth.log.moduleVisibility\",\n        \"aioc.platform.sysconfig.moduleVisibility\",\n        \"netright.realms.moduleVisibility\",\n        \"single.connect.tacacs.acc.moduleVisibility\",\n        \"cp.edit_all_users_workflow.function\",\n        \"netright.memory.moduleVisibility\",\n        \"single.connect.sapm.secondlevel.admin\",\n        \"netright.users.moduleVisibility\",\n        \"single.connect.setup.wizard.moduleVisibility\",\n        \"single.connect.sapm.network.admin\",\n        \"aioc.users.manage.user_group\",\n        \"netright.siem.configuration.moduleVisibility\",\n        \"single.connect.superset.moduleVisibility\",\n        \"single.connect.policy.enforcement.moduleVisibility\",\n        \"single.connect.sapm.configuration.admin\",\n        \"single.connect.sapm.secondlevel.approval.requirement\",\n        \"aioc.cp.workflow.manager.moduleVisibility\",\n        \"aioc.cp.script.builder.ui.moduleVisibility\",\n        \"aioc.discovery.manage.unassigned\",\n        \"single.connect.sql.proxy.moduleVisibility\",\n        \"sc.aaa.remote.db.moduleVisibility\",\n        \"netright.sql.moduleVisibility\",\n        \"aioc.users.approve.finalApproval\",\n        \"netright.admin.datasource.manager.moduleVisibility\",\n        \"aioc.discovery.discover.device\",\n        \"single.connect.reports.ui.moduleVisibility\",\n        \"single.connect.freeradius.acc.moduleVisibility\",\n        \"single.connect.diagnostic.moduleVisibility\",\n        \"aioc.command.player.moduleVisibility\",\n        \"aioc.element.type.moduleVisibility\",\n        \"single.connect.cli.moduleVisibility\",\n        \"aioc.platform.activity.logs.moduleVisibility\",\n        \"sc.secret.data.vault.admin\",\n        \"single.connect.session.active.logs.moduleVisibility\",\n        \"cp.save_template.function\",\n        \"single.connect.sapm.log.viewer\",\n        \"single.connect.warp.configuration.viewer\",\n        \"netright.commands.moduleVisibility\",\n        \"single.connect.warp.dashboard.viewer\",\n        \"aioc.cp.script.player.ui.moduleVisibility\",\n        \"single.connect.user.logs.moduleVisibility\",\n        \"aioc.device.group.show.secrets\",\n        \"single.connect.freeradius.802dot1x.moduleVisibility\",\n        \"sc.devops.moduleVisibility\",\n        \"aioc.users.approve.all_user\",\n        \"netright.jobs.moduleVisibility\",\n        \"single.connect.rdp.disallow.hiding.keys\",\n        \"sc.log.search.network.admin\",\n        \"single.connect.twofactor.acc.moduleVisibility\",\n        \"single.connect.sapm.sms.moduleVisibility\",\n        \"cp.history_see_all_users_workflow.function\",\n        \"aioc.system.backup.moduleVisibility\",\n        \"single.connect.dasboard.moduleVisibility\",\n        \"single.connect.sapm.approval.requirement\",\n        \"single.connect.sshkeys.moduleVisibility\",\n        \"sc.script.builder.super.user\",\n        \"single.connect.sapm.historical.password.viewer\",\n        \"cp.run_command.function\",\n        \"netright.user.approval.moduleVisibility\",\n        \"single.connect.sessionmanager.ui.moduleVisibility\",\n        \"aioc.help.manager.moduleVisibility\",\n        \"aioc.users.manage.user\",\n        \"aioc.discovery.manage.operationMode\",\n        \"netright.config.moduleVisibility\",\n        \"single.connect.httpProxy.ui.moduleVisibility\",\n        \"sc.cloud.integration.moduleVisibility\",\n        \"cp.schedule_command.function\",\n        \"single.connect.rdp.client.moduleVisibility\",\n        \"single.connect.aapm.moduleVisibility\",\n        \"aioc.cp.workflow.history.moduleVisibility\",\n        \"netright.components.moduleVisibility\",\n        \"single.connect.sapm.secondlevel.network.admin\",\n        \"sc.secret.data.vault.moduleVisibility\",\n        \"single.connect.instanceController.moduleVisibility\",\n        \"cp.rollback_all_users_workflow.function\",\n        \"single.connect.assigned.credential.moduleVisibility\",\n        \"single.connect.sapm.moduleVisibility\",\n        \"tfaProvisioningViewer\",\n        \"sc.ssh.keys.provisioning.viewer\",\n        \"single.connect.linux.audit.report.moduleVisibility\",\n        \"single.connect.windows.audit.report.moduleVisibility\",\n        \"netright.bulkimport.moduleVisibility\",\n        \"sc.tacacs.management.moduleVisibility\",\n        \"netright.discovery.moduleVisibility\",\n        \"netright.log.moduleVisibility\",\n        \"aioc.device.group.moduleVisibility\",\n        \"single.connect.workflow.editor.acc.moduleVisibility\",\n        \"single.connect.remote.desktop.app.moduleVisibility\",\n        \"single.connect.freeradius.rest.moduleVisibility\",\n        \"cp.rollback_own_workflow.function\",\n        \"netright.mailSender.moduleVisibility\",\n        \"single.connect.remote.desktop.moduleVisibility\",\n        \"sc.log.search.skip.realm\",\n        \"sc.sensitive.data.discovery.moduleVisibility\",\n        \"sc.secret.data.vault.group.admin\"\n    ],\n    \"inSupervisorGroup\": true,\n    \"admin\": false\n}"}],"_postman_id":"ab4e89ef-0bfa-4791-935e-14c3bf94522f"},{"name":"List Current Session User's Groups","id":"c58d4623-7325-4077-b0dc-584ef3572b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/user/userGroups","urlObject":{"path":["aioc-rest-web","rest","user","userGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5b5844f-315c-4107-b08e-474863b21904","name":"List Current Session User's Groups","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/user/userGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1590"},{"key":"Date","value":"Thu, 28 Sep 2023 13:23:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n        \"eid\": \"System.users\",\n        \"description\": \"Default user group\",\n        \"users\": [],\n        \"managers\": [],\n        \"realms\": null,\n        \"deviceRealms\": null,\n        \"properties\": {},\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"advancedSearchInput\": null,\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"passwordTtl\": null,\n        \"systemGroup\": false,\n        \"registrationRole\": false,\n        \"allowDirectAccess\": false,\n        \"allowConsoleAccess\": false,\n        \"adminGroup\": false,\n        \"autonomousGroup\": false,\n        \"externalDirectorySources\": null,\n        \"otpEnabled\": false,\n        \"sshProxyEnabled\": false,\n        \"accessOverContainer\": false,\n        \"rdpProxyEnabled\": false,\n        \"httpProxyEnabled\": false,\n        \"sftpProxyEnabled\": false,\n        \"sqlProxyEnabled\": false,\n        \"rapenabled\": false,\n        \"approvalRequired\": false,\n        \"containLocalUser4Search\": false,\n        \"objectGUID\": null\n    },\n    {\n        \"id\": \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\",\n        \"eid\": \"test UG\",\n        \"description\": null,\n        \"users\": [],\n        \"managers\": [],\n        \"realms\": null,\n        \"deviceRealms\": null,\n        \"properties\": {},\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"advancedSearchInput\": null,\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"passwordTtl\": null,\n        \"systemGroup\": false,\n        \"registrationRole\": false,\n        \"allowDirectAccess\": false,\n        \"allowConsoleAccess\": false,\n        \"adminGroup\": false,\n        \"autonomousGroup\": false,\n        \"externalDirectorySources\": null,\n        \"otpEnabled\": false,\n        \"sshProxyEnabled\": false,\n        \"accessOverContainer\": false,\n        \"rdpProxyEnabled\": false,\n        \"httpProxyEnabled\": false,\n        \"sftpProxyEnabled\": false,\n        \"sqlProxyEnabled\": false,\n        \"rapenabled\": false,\n        \"approvalRequired\": false,\n        \"containLocalUser4Search\": false,\n        \"objectGUID\": null\n    }\n]"}],"_postman_id":"c58d4623-7325-4077-b0dc-584ef3572b81"},{"name":"Lock Users","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"36d3ba30-1ee0-4cb0-9a01-4f5ea0bab18b"}}],"id":"4d1ae0e8-a71c-4d4c-82b1-ba26ecf55534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"40f354c6-b510-437e-9ee6-4f9b9724e654\"]"},"url":"{{url}}/aioc-rest-web/rest/user/lockUsers/reasonToLockThem","description":"<h3 id=\"overview\">Overview</h3>\n<p><strong>This method locks an existing user.</strong></p>\n<p>Enter the user <code>id</code> in \"Body\" field. Multiple users can be locked at the same time. For this option, use a comma separator for <code>id</code> of users.</p>\n<blockquote>\n<p>Ex: [\"user1id\", \"user2id\", \"user3id\"]</p>\n</blockquote>\n","urlObject":{"path":["aioc-rest-web","rest","user","lockUsers","reasonToLockThem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"410f71d2-0605-4452-b538-462ea2106b27","name":"Lock Users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"cdc00366-56b6-4874-bd8b-7862549510ab\"]"},"url":"http://10.20.30.40/aioc-rest-web/rest/user/lockUsers/reasonToLockThem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 07:13:15 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"cdc00366-56b6-4874-bd8b-7862549510ab\",\n        \"eid\": \"testuser\",\n        \"personelId\": \"123123\",\n        \"name\": \"testtest\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n        \"email\": \"test@test.com\",\n        \"surname\": \"user\",\n        \"internal\": true,\n        \"properties\": {\n            \"phoneNumber\": \"5550000000\",\n            \"ubaThreshold\": \"50\",\n            \"lockReason\": \"Locked by admin\",\n            \"forcePasswordChangeOnNextLogin\": \"true\",\n            \"isLocked\": \"true\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n            \"DEFAULT_GROUP_SYSYEM_USERS\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"passwordAutoGenerated\": false,\n        \"phoneNumber\": \"5550000000\",\n        \"forceChangePasswordOnNextLogin\": true,\n        \"lockReason\": \"Locked by admin\",\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": true\n    }\n]"}],"_postman_id":"4d1ae0e8-a71c-4d4c-82b1-ba26ecf55534"},{"name":"Unlock Users","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"945fa111-d029-4e0b-9179-097d242f83f1"}}],"id":"c996b5a0-00a3-4123-9845-6ec239ac2dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"a177be61-8850-4f03-be1c-3ce275f02c1f\"]"},"url":"{{url}}/aioc-rest-web/rest/user/unlockUsers/reasonToLockThem","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method activates a locked user in Infrascope PAM.</p>\n<p>Enter the user <code>id</code> in \"Body\" field. Multiple users can be unlocked at the same time. For this option, use a comma separator for <code>id</code> of users.</p>\n<blockquote>\n<p>Ex: [\"user1id\", \"user2id\", \"user3id\"]</p>\n</blockquote>\n","urlObject":{"path":["aioc-rest-web","rest","user","unlockUsers","reasonToLockThem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a473e98-6f64-49ea-aaf2-855e2011aec0","name":"Unlock Users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\"a177be61-8850-4f03-be1c-3ce275f02c1f\"]"},"url":"http://10.20.30.40/aioc-rest-web/rest/user/unlockUsers/reasonToLockThem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 11:57:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n        \"eid\": \"testuser\",\n        \"personelId\": \"123123\",\n        \"name\": \"test\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": \"202cb962ac59075b964b07152d234b70\",\n        \"email\": \"test@test.com\",\n        \"surname\": \"user\",\n        \"internal\": true,\n        \"properties\": {\n            \"phoneNumber\": \"5550000000\",\n            \"ubaThreshold\": \"50\",\n            \"forcePasswordChangeOnNextLogin\": \"true\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n            \"DEFAULT_GROUP_SYSYEM_USERS\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": null,\n        \"lastLoginIp\": \"10.20.50.66\",\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"passwordAutoGenerated\": false,\n        \"phoneNumber\": \"5550000000\",\n        \"forceChangePasswordOnNextLogin\": true,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    }\n]"}],"_postman_id":"c996b5a0-00a3-4123-9845-6ec239ac2dbc"},{"name":"Logged on User List","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"aa87e619-3fb3-4dff-a0a4-401dc553bdc8"}}],"id":"da8b798d-1ab3-4987-a67b-6e21f57cc77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/getActiveSessionsOfUsers","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method returns user information of the users who are logged on.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","getActiveSessionsOfUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3855dae2-a05c-49c6-b947-0721fa8c4116","name":"Logged on User List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.30.40/aioc-rest-web/rest/user/getActiveSessionsOfUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 07:32:46 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sessionId\": \"01b54866-42ff-456d-ab0f-a8672a96d24c\",\n        \"userId\": \"cdc00366-56b6-4874-bd8b-7862549510ab\",\n        \"sessionTime\": 1548401553405,\n        \"lastActivityTime\": 1548401559298,\n        \"properties\": {\n            \"password\": \"6Qdv8VzoWPONvvptBFCtkg==\",\n            \"auth\": \"testuser\",\n            \"ifSystemLiUser\": \"NotLiUser\",\n            \"clientIp\": \"10.20.50.237\"\n        },\n        \"userEid\": \"testuser\"\n    },\n    {\n        \"sessionId\": \"e59a7839-1a62-4d71-a44e-8c32e66ebd8b\",\n        \"userId\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"sessionTime\": 1548398210113,\n        \"lastActivityTime\": 1548399449997,\n        \"properties\": {\n            \"password\": \"RsMm2xUhX+gP/F9JYCrPOQ==\",\n            \"auth\": \"admin\",\n            \"ifSystemLiUser\": \"NotLiUser\",\n            \"clientIp\": \"10.20.50.237\"\n        },\n        \"userEid\": \"admin\"\n    },\n    {\n        \"sessionId\": \"168ef2ab-51d3-446c-b9d7-392beb0444f7\",\n        \"userId\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"sessionTime\": 1548399607102,\n        \"lastActivityTime\": 1548401566397,\n        \"properties\": {\n            \"password\": \"RsMm2xUhX+gP/F9JYCrPOQ==\",\n            \"auth\": \"admin\",\n            \"ifSystemLiUser\": \"NotLiUser\",\n            \"clientIp\": \"10.20.50.237\"\n        },\n        \"userEid\": \"admin\"\n    }\n]"}],"_postman_id":"da8b798d-1ab3-4987-a67b-6e21f57cc77e"},{"name":"Get User Details By Id","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"3d63fdcd-cf7f-41db-9b02-2d1e88d0410d"}}],"id":"10199493-dd0b-4f7d-aabb-71b6e93dbb5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/detail/USERID","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method returns information about a selected User in Infrascope PAM.</p>\n<h3 id=\"usage\">Usage</h3>\n<p>Append the <strong>USERID</strong> to the end of the GET URL to retrieve details about a specific user:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>http://hostname/aioc-rest-web/rest/user/detail/USERID\n\n</code></pre>","urlObject":{"path":["aioc-rest-web","rest","user","detail","USERID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"57b5ba06-f2c2-4c4b-be53-3338d1ca0666","name":"Get User Details By Id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.30.40/aioc-rest-web/rest/user/detail/a177be61-8850-4f03-be1c-3ce275f02c1f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 11:58:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"eid\": \"testuser\",\n    \"personelId\": \"123123\",\n    \"name\": \"test\",\n    \"passwordAlgorithm\": \"MD5\",\n    \"password\": \"202cb962ac59075b964b07152d234b70\",\n    \"email\": \"test@test.com\",\n    \"surname\": \"user\",\n    \"internal\": true,\n    \"properties\": {\n        \"phoneNumber\": \"5550000000\",\n        \"ubaThreshold\": \"50\",\n        \"forcePasswordChangeOnNextLogin\": \"true\"\n    },\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n        \"DEFAULT_GROUP_SYSYEM_USERS\"\n    ],\n    \"managerGroups\": [],\n    \"lastLogin\": null,\n    \"lastLoginIp\": \"10.20.50.66\",\n    \"recordLimit4Search\": null,\n    \"passwordDirty\": false,\n    \"passwordAutoGenerated\": false,\n    \"phoneNumber\": \"5550000000\",\n    \"forceChangePasswordOnNextLogin\": true,\n    \"lockReason\": null,\n    \"unlockOnPasswordChanged\": false,\n    \"unlockTime\": null,\n    \"tempUserEndTime\": null,\n    \"tempUserStartTime\": null,\n    \"tempUser\": false,\n    \"externalDirectorySource\": null,\n    \"userPropertyKey4Search\": null,\n    \"userPropertyValue4Search\": null,\n    \"locked\": false\n}"}],"_postman_id":"10199493-dd0b-4f7d-aabb-71b6e93dbb5e"},{"name":"Get User Details By Username","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"54baa9a2-7190-4c93-8002-fe00f8cd485f"}}],"id":"66681f6d-9c33-45f8-816c-b1da1b6fa6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/user/getUserByName/USERNAME","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method lists the user details, which is specified with its name in the request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","getUserByName","USERNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"86e42cca-3f6a-4829-af82-a851130b28bb","name":"Get User Details By Name","originalRequest":{"method":"GET","header":[],"url":"http://10.20.42.14/aioc-rest-web/rest/user/getUserByName/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 May 2020 13:22:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n    \"eid\": \"admin\",\n    \"personelId\": null,\n    \"name\": \"Administrator\",\n    \"passwordAlgorithm\": null,\n    \"password\": \"0192023a7bbd73250516f069df18b500\",\n    \"secondPassword\": null,\n    \"email\": null,\n    \"surname\": \"Administrator\",\n    \"internal\": true,\n    \"properties\": {\n        \"ubaThreshold\": \"50\"\n    },\n    \"groups\": [\n        \"DEFAULT_GROUP_SYSYEM_USERS\",\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n    ],\n    \"managerGroups\": [\n        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n    ],\n    \"lastLogin\": 1590067359763,\n    \"lastLoginIp\": \"10.0.8.30\",\n    \"groupPropertyKey4Search\": null,\n    \"groupPropertyValue4Search\": null,\n    \"recordLimit4Search\": null,\n    \"passwordDirty\": false,\n    \"secondPasswordChange\": false,\n    \"passwordAutoGenerated\": false,\n    \"filterFunctionName\": null,\n    \"filterMembershipUserId\": null,\n    \"filterManagerId\": null,\n    \"filterEidList\": null,\n    \"filterManagerOfUserId\": null,\n    \"externalDirectorySource\": null,\n    \"userPropertyKey4Search\": null,\n    \"userPropertyValue4Search\": null,\n    \"phoneNumber\": null,\n    \"forceChangePasswordOnNextLogin\": false,\n    \"lockReason\": null,\n    \"unlockOnPasswordChanged\": false,\n    \"unlockTime\": null,\n    \"tempUserEndTime\": null,\n    \"tempUserStartTime\": null,\n    \"tempUser\": false,\n    \"locked\": false\n}"}],"_postman_id":"66681f6d-9c33-45f8-816c-b1da1b6fa6e6"},{"name":"Get User Group Details By User Group Name","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ee24e731-d6b1-4f5f-9f82-046818061261"}}],"id":"edc10a37-1808-4a04-ae15-1c6ad2e0c0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/getUserGroupByName/USERGROUPNAME","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method lists the user group details, which is specified with its name in the request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","getUserGroupByName","USERGROUPNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2924c79e-c024-47de-a883-bef093c578e1","name":"Get User Group Details By Name","originalRequest":{"method":"GET","header":[],"url":"http://10.20.42.14/aioc-rest-web/rest/user/getUserGroupByName/System.users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 May 2020 13:24:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n    \"eid\": \"System.users\",\n    \"description\": \"Default user group\",\n    \"users\": [\n        {\n            \"id\": \"8e87da06-83b2-4985-ae57-bb81e6234e34\",\n            \"eid\": \"testuser2\",\n            \"personelId\": null,\n            \"name\": \"test2\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"testuser2@testmail.mail.com\",\n            \"surname\": \"user2\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"ada12934-3806-487b-820d-3b42ecab9e8f\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"6697d770-7e3a-4e60-9f30-1b479952f72e\",\n            \"eid\": \"ezgi\",\n            \"personelId\": null,\n            \"name\": \"ezgi\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"ezgitestInfrascope@gmail.com\",\n            \"surname\": \"testt\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"6b4f9353-d428-4dda-9a40-47064cd9ff69\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": 1589969593018,\n            \"lastLoginIp\": \"10.20.41.123\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n            \"eid\": \"admin\",\n            \"personelId\": null,\n            \"name\": \"Administrator\",\n            \"passwordAlgorithm\": null,\n            \"password\": \"0192023a7bbd73250516f069df18b500\",\n            \"secondPassword\": null,\n            \"email\": null,\n            \"surname\": \"Administrator\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"lastLogin\": 1590067359763,\n            \"lastLoginIp\": \"10.0.8.30\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"6e9e9e87-6c71-4234-9367-d7fb9d6d7f91\",\n            \"eid\": \"testuser1\",\n            \"personelId\": null,\n            \"name\": \"test1\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"testuser1@testmail.mail.com\",\n            \"surname\": \"user1\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"ada12934-3806-487b-820d-3b42ecab9e8f\"\n            ],\n            \"managerGroups\": [\n                \"ada12934-3806-487b-820d-3b42ecab9e8f\"\n            ],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"1f0433f1-93d2-4192-9290-a63fe9b1f0dc\",\n            \"eid\": \"asd\",\n            \"personelId\": \"asd\",\n            \"name\": \"asd\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"awr@sf.com\",\n            \"surname\": \"1234\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"e1bf5fe6-84cb-4ee8-a343-7da0cd842ffd\",\n            \"eid\": \"testelif3\",\n            \"personelId\": null,\n            \"name\": \"testelif\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": null,\n            \"surname\": \"akbulut\",\n            \"internal\": false,\n            \"properties\": {\n                \"ubaThreshold\": \"50\",\n                \"externalDirectorySource\": \"ldap\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"Administrators\",\n                \"Remote Desktop Users\",\n                \"ElifLDAPGroup\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": \"ldap\",\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"688030d3-9224-4987-b391-f6905385b3f3\",\n            \"eid\": \"serdar\",\n            \"personelId\": null,\n            \"name\": \"serdar\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"asafasf@asf.com\",\n            \"surname\": \"test\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"ce0f433c-e0e8-43e1-b613-6a898040ed67\",\n                \"f2b5e228-90ef-4021-bfe1-3e8f7ea2cedb\"\n            ],\n            \"managerGroups\": [\n                \"ce0f433c-e0e8-43e1-b613-6a898040ed67\"\n            ],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"27d629dc-8265-4c84-9341-e66619b2264f\",\n            \"eid\": \"elif.akbulut3\",\n            \"personelId\": null,\n            \"name\": \"Elif\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": null,\n            \"surname\": \"Akbulut\",\n            \"internal\": false,\n            \"properties\": {\n                \"ubaThreshold\": \"50\",\n                \"externalDirectorySource\": \"ldap\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"Remote Management Users\",\n                \"Administrators\",\n                \"Remote Desktop Users\",\n                \"ElifLDAPGroup\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": \"ldap\",\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"5411dbea-fc09-4e89-bbdf-fedea4cbf17d\",\n            \"eid\": \"dmitry\",\n            \"personelId\": null,\n            \"name\": \"Dmitry\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"a@a.cc\",\n            \"surname\": \"Belyavskiy\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\"\n            ],\n            \"managerGroups\": [],\n            \"lastLogin\": 1590054820352,\n            \"lastLoginIp\": \"10.20.41.123\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        },\n        {\n            \"id\": \"12ed3b0c-ff19-4c35-a333-6f625e63009d\",\n            \"eid\": \"ezgiman\",\n            \"personelId\": null,\n            \"name\": \"admin\",\n            \"passwordAlgorithm\": \"MD5\",\n            \"password\": \"4297f44b13955235245b2497399d7a93\",\n            \"secondPassword\": null,\n            \"email\": \"ezgiInfrascopetest@gmail.com\",\n            \"surname\": \"ezgi\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"6b4f9353-d428-4dda-9a40-47064cd9ff69\",\n                \"eb3543b8-07f1-4dde-a8d8-0df1730477d9\"\n            ],\n            \"managerGroups\": [\n                \"6b4f9353-d428-4dda-9a40-47064cd9ff69\",\n                \"eb3543b8-07f1-4dde-a8d8-0df1730477d9\"\n            ],\n            \"lastLogin\": null,\n            \"lastLoginIp\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterManagerOfUserId\": null,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserEndTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"locked\": false\n        }\n    ],\n    \"managers\": [],\n    \"realms\": [],\n    \"deviceRealms\": [\n        1\n    ],\n    \"properties\": {\n        \"allowDirectAccess\": \"true\",\n        \"systemGroup\": \"true\"\n    },\n    \"recordLimit4Search\": null,\n    \"groupPropertyKey4Search\": null,\n    \"groupPropertyValue4Search\": null,\n    \"filterGroupIdList\": null,\n    \"passwordTtl\": null,\n    \"systemGroup\": true,\n    \"registrationRole\": false,\n    \"allowDirectAccess\": true,\n    \"allowConsoleAccess\": false,\n    \"adminGroup\": false,\n    \"autonomousGroup\": false,\n    \"containLocalUser4Search\": false,\n    \"approvalRequired\": false,\n    \"externalDirectorySources\": null,\n    \"otpEnabled\": false,\n    \"sshProxyEnabled\": false,\n    \"rdpProxyEnabled\": false,\n    \"httpProxyEnabled\": false,\n    \"sftpProxyEnabled\": false,\n    \"sqlProxyEnabled\": false\n}"}],"_postman_id":"edc10a37-1808-4a04-ae15-1c6ad2e0c0c4"},{"name":"Update Group of Users","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"42425bfd-bda8-4bc4-8f02-566eb28e0e2f"}}],"id":"a6731749-9e79-439e-8b3d-11a05e72afe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"8728e3c1-fbd9-413f-ac20-4476bbc53848\"]"},"url":"{{url}}/aioc-rest-web/rest/user/updateGroupOfUsers/USERGROUPID","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method allows adding registered users into an existing user group. User ids that are tried to be added into the group should be included in the request body. The user group which will be updated should be specified with its id in the request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","updateGroupOfUsers","USERGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e6877a47-ddfb-4508-a847-6f240c771d50","name":"Update Group of Users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"[\"6c7ab5ca-e98c-4dcb-a54a-13b44a0e327a\"]"},"url":"http://{{url}}/aioc-rest-web/rest/user/updateGroupOfUsers/a2087ed4-942a-40e7-ac8d-18a7cd8010b9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Sep 2020 09:35:14 GMT"}],"cookie":[],"responseTime":null,"body":"true"},{"id":"070a6674-f9ea-4f0f-83bf-02b6e8a75ed3","name":"Update Group of Users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"7755c4ca-95fe-4806-8e90-91636a0550ec\", \"02569fb8-ec1e-465a-ac00-dc600028f6ee\"]"},"url":"{{url}}/aioc-rest-web/rest/user/updateGroupOfUsers/DEFAULT_GROUP_SYSYEM_ADMINS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 18 Sep 2023 13:13:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"a6731749-9e79-439e-8b3d-11a05e72afe5"},{"name":"List All Users","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"6d3125a6-6e30-473d-a106-002e647c5c4f"}}],"id":"a8453626-473f-4bda-b8b0-1db65c6947d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/searchUsers","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method returns all registered users with whom requestor is authorized to see in detail.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","searchUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"751427fc-805b-4e46-a328-899a10c2c1ff","name":"List All Users","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.87/aioc-rest-web/rest/user/searchUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 May 2020 13:43:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"eid\": \"admin\",\n        \"personelId\": null,\n        \"name\": \"Administrator\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": null,\n        \"surname\": \"Administrator\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n        ],\n        \"managerGroups\": [\n            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n        ],\n        \"lastLogin\": 1590067953854,\n        \"lastLoginIp\": \"10.0.8.30\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    },\n    {\n        \"id\": \"a7127fe5-5549-4c05-9d4b-5b9057787602\",\n        \"eid\": \"baran\",\n        \"personelId\": null,\n        \"name\": \"Baran\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": null,\n        \"surname\": \"Guven\",\n        \"internal\": false,\n        \"properties\": {\n            \"ubaThreshold\": \"50\",\n            \"externalDirectorySource\": \"ldap\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"Baran Group\"\n        ],\n        \"managerGroups\": [\n            \"Baran Group\"\n        ],\n        \"lastLogin\": 1588676780000,\n        \"lastLoginIp\": \"10.20.41.123\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": \"ldap\",\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    },\n    {\n        \"id\": \"824c6c03-badf-4e14-961d-755a3fabbd53\",\n        \"eid\": \"z.os.expert1\",\n        \"personelId\": null,\n        \"name\": \"z.os.expert1\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"k.user2@mail.ru\",\n        \"surname\": \"z.os.expert1\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"5e4a8a4d-2e02-4d31-8728-f6babee09a1a\",\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\"\n        ],\n        \"managerGroups\": [\n            \"5e4a8a4d-2e02-4d31-8728-f6babee09a1a\"\n        ],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    },\n    {\n        \"id\": \"233637ea-cc3f-4fb3-b481-edad0dbcbd3b\",\n        \"eid\": \"z.os.manager1\",\n        \"personelId\": null,\n        \"name\": \"z.os.manager1\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"k.user1@mail.ru\",\n        \"surname\": \"z.os.manager1\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"1baf390f-cf64-4af4-a697-2c31b47057e3\",\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\"\n        ],\n        \"managerGroups\": [\n            \"1baf390f-cf64-4af4-a697-2c31b47057e3\",\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\"\n        ],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    },\n    {\n        \"id\": \"de5097f8-8e03-44e0-99ee-0eaa1f8114a3\",\n        \"eid\": \"z.os.user1\",\n        \"personelId\": null,\n        \"name\": \"z.os.user1\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"k.user3@mail.ru\",\n        \"surname\": \"z.os.user1\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    },\n    {\n        \"id\": \"dd021862-ee63-4503-8ea9-12c604983f76\",\n        \"eid\": \"z.os.user2\",\n        \"personelId\": null,\n        \"name\": \"z.os.user2\",\n        \"passwordAlgorithm\": \"MD5\",\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"ya@gurkin33.ru\",\n        \"surname\": \"z.os.user2\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterManagerOfUserId\": null,\n        \"phoneNumber\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserEndTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"locked\": false\n    }\n]"}],"_postman_id":"a8453626-473f-4bda-b8b0-1db65c6947d8"},{"name":"Search Users with Count","id":"ce87d820-cf90-421a-a43f-0c3313fb155d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{x-xsrf-token}}","type":"default"}],"url":"http://localhost/aioc-rest-web/rest/user/searchUsers?firstResultIndex=10&maxResultCount=10","urlObject":{"protocol":"http","path":["aioc-rest-web","rest","user","searchUsers"],"host":["localhost"],"query":[{"key":"firstResultIndex","value":"10"},{"key":"maxResultCount","value":"10"}],"variable":[]}},"response":[{"id":"c73261a2-f247-429e-ab90-5d1d231c1e7e","name":"Search Users with Count","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":{"raw":"{{url}}/aioc-rest-web/rest/user/searchUsers?firstResultIndex=0&maxResultCount=10","host":["{{url}}"],"path":["aioc-rest-web","rest","user","searchUsers"],"query":[{"key":"firstResultIndex","value":"0"},{"key":"maxResultCount","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7285"},{"key":"Date","value":"Thu, 28 Sep 2023 13:29:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n        \"eid\": \"irem\",\n        \"personelId\": null,\n        \"name\": \"iremgul\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n        \"surname\": \"durmus\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n        ],\n        \"managerGroups\": [\n            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n        ],\n        \"lastLogin\": 1695907613703,\n        \"lastLoginIp\": \"10.20.50.229\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695642004340,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    },\n    {\n        \"id\": \"ceaf834e-267b-461c-919c-08efc81a0893\",\n        \"eid\": \"iremgul\",\n        \"personelId\": null,\n        \"name\": \"iremgul\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": null,\n        \"surname\": null,\n        \"internal\": false,\n        \"properties\": {\n            \"ubaThreshold\": \"50\",\n            \"objectGUID\": \"e12fdd1f-2e97-4856-96ae-b157b63e72f5\",\n            \"externalDirectorySource\": \"ldap-irem\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"91326a09-ef94-4a69-9eb3-f45b47190587\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": null,\n        \"lastLoginIp\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695776400281,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": \"ldap-irem\",\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    },\n    {\n        \"id\": \"6241b75b-7ce9-4cee-b4b2-6dbd078176f5\",\n        \"eid\": \"test1\",\n        \"personelId\": null,\n        \"name\": \"irem\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"test1@gmail.com\",\n        \"surname\": \"test2\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": 1695728263664,\n        \"lastLoginIp\": \"10.0.8.206\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695642616652,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    },\n    {\n        \"id\": \"d2dafe63-bdb8-491e-9c7b-c4b1391db04a\",\n        \"eid\": \"test_efe\",\n        \"personelId\": \"test_efe\",\n        \"name\": \"test_efe\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"test_efe@test_efe.com\",\n        \"surname\": \"test_efe\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": 1695889902320,\n        \"lastLoginIp\": \"10.20.50.229\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695824925604,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    },\n    {\n        \"id\": \"b264d9c5-de02-433e-b32c-07e05816bb9d\",\n        \"eid\": \"test-irem\",\n        \"personelId\": null,\n        \"name\": \"irem\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"test5252@gmail.com\",\n        \"surname\": \"test1\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n        ],\n        \"managerGroups\": [],\n        \"lastLogin\": 1695717934972,\n        \"lastLoginIp\": \"10.0.8.206\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695715472631,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    },\n    {\n        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\",\n        \"eid\": \"testtesttest\",\n        \"personelId\": \"testtesttest\",\n        \"name\": \"test\",\n        \"passwordAlgorithm\": null,\n        \"password\": null,\n        \"secondPassword\": null,\n        \"email\": \"test@test.com\",\n        \"surname\": \"test\",\n        \"internal\": true,\n        \"properties\": {\n            \"ubaThreshold\": \"50\"\n        },\n        \"groups\": [\n            \"DEFAULT_GROUP_SYSYEM_USERS\",\n            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n        ],\n        \"managerGroups\": [\n            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n        ],\n        \"lastLogin\": 1695907414707,\n        \"lastLoginIp\": \"10.20.50.229\",\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"recordLimit4Search\": null,\n        \"checkPermission4Search\": false,\n        \"passwordDirty\": false,\n        \"secondPasswordChange\": false,\n        \"passwordAutoGenerated\": false,\n        \"filterFunctionName\": null,\n        \"filterMembershipUserId\": null,\n        \"filterManagerId\": null,\n        \"filterEidList\": null,\n        \"filterIdList\": null,\n        \"filterManagerOfUserId\": null,\n        \"passwordSalt\": null,\n        \"creationTime\": 1695889293146,\n        \"delegations\": [],\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"locked\": false,\n        \"unlockOnPasswordChanged\": false,\n        \"unlockTime\": null,\n        \"tempUserStartTime\": null,\n        \"tempUser\": false,\n        \"externalDirectorySource\": null,\n        \"userPropertyKey4Search\": null,\n        \"userPropertyValue4Search\": null,\n        \"phoneNumber\": null,\n        \"adLineManager\": null,\n        \"forceChangePasswordOnNextLogin\": false,\n        \"lockReason\": null,\n        \"tempUserEndTime\": null\n    }\n]"}],"_postman_id":"ce87d820-cf90-421a-a43f-0c3313fb155d"},{"name":"List All User Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"bff951ca-448a-4303-b3d4-9ec55007868c"}}],"id":"96353cbc-88e6-40f7-9790-010996e75001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/user/searchUserGroups","description":"<h3 id=\"overview\">Overview</h3>\n<p>This method responds to all registered user groups with whom requestor is authorized to see in detail.</p>\n","urlObject":{"path":["aioc-rest-web","rest","user","searchUserGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4d1da382-6cb5-481b-98ff-ea2e2c190d29","name":"List All User Groups","originalRequest":{"method":"GET","header":[],"url":"{{url}}/aioc-rest-web/rest/user/searchUserGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:42:59 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n        \"eid\": \"System.users\",\n        \"description\": \"Default user group\",\n        \"users\": [\n            {\n                \"id\": \"d41dc066-68cc-438d-bfff-70e213a3949c\",\n                \"eid\": \"test\"\n            },\n            {\n                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                \"eid\": \"admin\"\n            },\n            {\n                \"id\": \"1424250e-647c-4cd5-a6ba-9804c07e02e6\",\n                \"eid\": \"testManager\"\n            }\n        ],\n        \"managers\": [],\n        \"realms\": [],\n        \"deviceRealms\": [\n            1\n        ],\n        \"properties\": {\n            \"allowDirectAccess\": \"true\",\n            \"systemGroup\": \"true\"\n        },\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"containLocalUser4Search\": false\n    },\n    {\n        \"id\": \"e5968108-ed9b-4c16-9688-cf687b0893ac\",\n        \"eid\": \"manager\",\n        \"description\": null,\n        \"users\": [\n            {\n                \"id\": \"1424250e-647c-4cd5-a6ba-9804c07e02e6\",\n                \"eid\": \"testManager\"\n            }\n        ],\n        \"managers\": [\n            {\n                \"id\": \"1424250e-647c-4cd5-a6ba-9804c07e02e6\",\n                \"eid\": \"testManager\"\n            }\n        ],\n        \"realms\": [],\n        \"deviceRealms\": [\n            9447\n        ],\n        \"properties\": {\n            \"adminGroup\": \"false\",\n            \"autonomousGroup\": \"false\",\n            \"allowConsoleAccess\": \"false\",\n            \"allowDirectAccess\": \"false\",\n            \"approvalRequiredForConnection\": \"false\"\n        },\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"containLocalUser4Search\": false\n    },\n    {\n        \"id\": \"DEFAULT_GROUP_SYSYEM_LI_USERS\",\n        \"eid\": \"System.li\",\n        \"description\": \"Default system LI users group\",\n        \"users\": [],\n        \"managers\": [],\n        \"realms\": [],\n        \"deviceRealms\": [],\n        \"properties\": {\n            \"systemGroup\": \"true\"\n        },\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"containLocalUser4Search\": false\n    },\n    {\n        \"id\": \"896b64cf-22d5-45aa-97c9-a70c7147357d\",\n        \"eid\": \"test\",\n        \"description\": null,\n        \"users\": [\n            {\n                \"id\": \"d41dc066-68cc-438d-bfff-70e213a3949c\",\n                \"eid\": \"test\"\n            }\n        ],\n        \"managers\": [\n            {\n                \"id\": \"d41dc066-68cc-438d-bfff-70e213a3949c\",\n                \"eid\": \"test\"\n            }\n        ],\n        \"realms\": [],\n        \"deviceRealms\": [\n            9447\n        ],\n        \"properties\": {\n            \"adminGroup\": \"false\",\n            \"autonomousGroup\": \"false\",\n            \"allowConsoleAccess\": \"false\",\n            \"allowDirectAccess\": \"false\",\n            \"approvalRequiredForConnection\": \"false\"\n        },\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"containLocalUser4Search\": false\n    },\n    {\n        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n        \"eid\": \"System.admins\",\n        \"description\": \"Default system admin group\",\n        \"users\": [\n            {\n                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                \"eid\": \"admin\"\n            }\n        ],\n        \"managers\": [\n            {\n                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                \"eid\": \"admin\"\n            }\n        ],\n        \"realms\": [],\n        \"deviceRealms\": [],\n        \"properties\": {\n            \"adminGroup\": \"true\",\n            \"systemGroup\": \"true\"\n        },\n        \"recordLimit4Search\": null,\n        \"groupPropertyKey4Search\": null,\n        \"groupPropertyValue4Search\": null,\n        \"filterGroupIdList\": null,\n        \"containLocalUser4Search\": false\n    }\n]"}],"_postman_id":"96353cbc-88e6-40f7-9790-010996e75001"},{"name":"Add Assigned Credentials For User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","packages":{},"id":"4425c4cc-e5a9-41b2-a8cc-5b8c525202e2"}}],"id":"6e93f9ce-6185-4caa-bf41-57601d249e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"raw","raw":"{\r\n  \"userSelection\": \"USER\",\r\n  \"assignedCredentialUserId\": \"a40e6211-f510-4ad0-a4f7-8aa6cd169c56\",\r\n  \"assignedCredentialGroupId\": null,\r\n  \"credentialSourceAsEnum\": \"SAPM\",\r\n  \"sapmAccountId\": 1887375,\r\n  \"devicesOrDeviceGroups\": [\r\n\t{\r\n\t\t\"deviceId\": null,\r\n\t\t\"deviceGroupId\": 607096     \r\n\t}\r\n  ],\r\n  \"applyForAllDevices\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/ui/saveAssignedCredentials","description":"<h3 id=\"overview\">Overview</h3>\n<p>The API stores assigned credentials, adding them to the \"Assigned Credential\" tab in Infrascope PAM's Web GUI. It can be used to modify a record by specifying \"dbId\". Usually it is enough to delete and add a new assignment.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","assignedCredentials","ui","saveAssignedCredentials"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ddb09581-ac01-44df-9efd-1645c9129e8d","name":"Add Assigned Credentials - SAPM","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userSelection\": \"USER\",\r\n  \"assignedCredentialUserId\": \"a40e6211-f510-4ad0-a4f7-8aa6cd169c56\",\r\n  \"assignedCredentialGroupId\": null,\r\n  \"credentialSourceAsEnum\": \"SAPM\",\r\n  \"sapmAccountId\": 1887375,\r\n  \"devicesOrDeviceGroups\": [\r\n   \r\n\r\n{       \"deviceId\": null,       \"deviceGroupId\": 607096     }\r\n  ],\r\n  \"applyForAllDevices\": false\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/ui/saveAssignedCredentials"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"6e93f9ce-6185-4caa-bf41-57601d249e73"},{"name":"Add Assigned Credentials for User Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","packages":{},"id":"421acb9d-65b6-45fd-9ab5-cd2caa7a110d"}}],"id":"e5def93a-92ff-4b70-843e-b62c421e4e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"raw","raw":"{\r\n\r\n  \"userSelection\": \"USER_GROUP\",\r\n\r\n  \"assignedCredentialUserId\": null,\r\n\r\n  \"assignedCredentialGroupId\": \"31cb90e2-558f-49ee-9440-91aa4c6235d7\",\r\n\r\n  \"credentialSourceAsEnum\": \"SAPM\",\r\n\r\n  \"sapmAccountId\": 1887375,\r\n\r\n  \"devicesOrDeviceGroups\": [\r\n\r\n   \r\n\r\n{       \"deviceId\": null,       \"deviceGroupId\": 482592     }\r\n  ],\r\n\r\n  \"applyForAllDevices\": false\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/ui/saveAssignedCredentials","description":"<h3 id=\"overview\">Overview</h3>\n<p>The API stores assigned credentials, adding them to the \"Assigned Credential\" tab in Infrascope PAM's Web GUI for user group. It can be used to modify a record by specifying \"dbId\". Usually it is enough to delete and add a new assignment.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","assignedCredentials","ui","saveAssignedCredentials"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"43835190-5244-4919-9afd-a8a42f6f8990","name":"Add Assigned Credentials - SAPM","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n  \"userSelection\": \"USER_GROUP\",\r\n\r\n  \"assignedCredentialUserId\": null,\r\n\r\n  \"assignedCredentialGroupId\": \"31cb90e2-558f-49ee-9440-91aa4c6235d7\",\r\n\r\n  \"credentialSourceAsEnum\": \"SAPM\",\r\n\r\n  \"sapmAccountId\": 1887375,\r\n\r\n  \"devicesOrDeviceGroups\": [\r\n\r\n   \r\n\r\n{       \"deviceId\": null,       \"deviceGroupId\": 482592     }\r\n  ],\r\n\r\n  \"applyForAllDevices\": false\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/ui/saveAssignedCredentials"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"e5def93a-92ff-4b70-843e-b62c421e4e2f"},{"name":"List Assigned Credentials","event":[{"listen":"test","script":{"id":"4425c4cc-e5a9-41b2-a8cc-5b8c525202e2","exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0169aa9d-a5a1-4fdc-abf4-a76b11a69d06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/search","description":"<h3 id=\"overview\">Overview</h3>\n<p>The API return list of assigned credentials</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","assignedCredentials","search"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"79b85d65-08f1-4a4e-ae53-bb64d99c0cb9","name":"List Assigned Credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/search"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"0169aa9d-a5a1-4fdc-abf4-a76b11a69d06"},{"name":"Delete Assigned Credentials by dbId","event":[{"listen":"test","script":{"id":"4425c4cc-e5a9-41b2-a8cc-5b8c525202e2","exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cc068fe8-166c-4741-a8c0-e08385e7f07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"raw","raw":"1234567","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/deleteAssignedCredential","description":"<h3 id=\"overview\">Overview</h3>\n<p>The API delete assigned credential by dbId.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","assignedCredentials","deleteAssignedCredential"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3c39b6f-0e73-4705-bbfd-9d520b61ad36","name":"Delete Assigned Credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"1234567","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/assignedCredentials/deleteAssignedCredential"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"cc068fe8-166c-4741-a8c0-e08385e7f07c"}],"id":"cacd7adb-4a66-482a-b494-8348eb9f7e6e","description":"<p>This User Management section provides methods within the Infrascope PAM solution that allow manipulation of users and user groups.</p>\n<p>To perform all the operations presented here, please ensure you are logged in with an <strong>admin</strong> or <strong>an account that has</strong> <strong>permissions</strong>; otherwise, certain modules may not function properly.</p>\n","_postman_id":"cacd7adb-4a66-482a-b494-8348eb9f7e6e"},{"name":"Device Management","item":[{"name":"List Device Groups of Session User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"125796aa-7469-439d-8cdc-c47087cc2b98"}}],"id":"79ba6231-a304-4e6d-af3e-03417d392dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupsOfSessionUser","description":"<p>This method lists Device groups of logged on user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupsOfSessionUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3377ef4f-cfd9-4be7-995b-063348d379b3","name":"getDeviceGroupsOfSessionUser","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceGroupsOfSessionUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:33:42 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 107395,\n        \"id\": \"8851fead-2b5e-4769-b847-fc8a898999a0\",\n        \"name\": \"SSH\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            107888\n        ],\n        \"deviceIds\": [\n            137963\n        ],\n        \"properties\": {\n            \"globalUsername\": \"root\",\n            \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 1,\n        \"id\": \"dg.sc_proxy\",\n        \"name\": \"SC Proxy\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            1\n        ],\n        \"deviceIds\": [\n            1\n        ],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }\n]"}],"_postman_id":"79ba6231-a304-4e6d-af3e-03417d392dcf"},{"name":"List Devices of Device Group By Device Group Id","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a9fc68dd-f3cc-4ffc-89f4-a47e30f2cb81"}}],"id":"e08c5995-9628-40f7-bf7d-def125ec83e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDevicesOfDeviceGroupByDeviceGroupId/DEVICEGROUPID","description":"<p>This method gets the device information in a Device Group.</p>\n<p>Enter the ID of chosen device group to \"DEVICEGROUPID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDevicesOfDeviceGroupByDeviceGroupId","DEVICEGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"450aa56d-cdfb-4b0a-87a3-ed22090c53aa","name":"getDevicesOfDeviceGroupByDeviceGroupId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDevicesOfDeviceGroupByDeviceGroupId/8851fead-2b5e-4769-b847-fc8a898999a0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 06:10:57 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 137963,\n        \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n        \"name\": \"TestDevice\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.248\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1549516266097,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"TestDevice-10.20.40.248\",\n        \"regionName\": null,\n        \"pseudoDevice\": true,\n        \"domainController\": null,\n        \"discoverySource\": null,\n        \"portNum\": null\n    }\n]"}],"_postman_id":"e08c5995-9628-40f7-bf7d-def125ec83e8"},{"name":"List Device Group By Dbid With Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"274472ba-5a6d-4c51-9781-16f664dd0461"}}],"id":"ee69e1fe-e51e-4b66-93b6-6e3ddd4da6aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupByDbidWithDevices/DgDbID","description":"<p>This method lists Device group with devices that are in the device group.</p>\n<p>Enter the DbID of chosen device group to \"DgDbID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupByDbidWithDevices","DgDbID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"46a11ffd-5f2d-45c1-96e2-5fd9b0bc500d","name":"getDeviceGroupByDbidWithDevices","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceGroupByDbidWithDevices/107395"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 12:49:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 107395,\n    \"id\": \"8851fead-2b5e-4769-b847-fc8a898999a0\",\n    \"name\": \"SSH\",\n    \"description\": null,\n    \"parentGroupId\": null,\n    \"ifaceOperationCheck\": false,\n    \"timeTolerance\": null,\n    \"realms\": [\n        107888\n    ],\n    \"deviceIds\": [\n        137963\n    ],\n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\"\n    },\n    \"children\": [],\n    \"devices\": [\n        {\n            \"dbId\": 137963,\n            \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n            \"name\": \"TestDevice\",\n            \"accessProtocol\": \"SSHv2\",\n            \"managementIp\": \"10.20.40.248\",\n            \"elementType\": {\n                \"dbId\": -1256593,\n                \"elementTypeId\": \"linux\",\n                \"elementTypeName\": \"Linux Server\",\n                \"vendor\": null,\n                \"category\": null,\n                \"elementTypeProperties\": [\n                    {\n                        \"dbId\": -316330256,\n                        \"elementTypePropertyValue\": \"-1\",\n                        \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -224107347,\n                        \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -328318769,\n                        \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -328321729,\n                        \"elementTypePropertyValue\": \"^Enter the date.*\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -224107346,\n                        \"elementTypePropertyValue\": \"do_nothing\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -328315408,\n                        \"elementTypePropertyValue\": \"^Quit.*\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -328317181,\n                        \"elementTypePropertyValue\": \"^Are you sure.*\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -224107345,\n                        \"elementTypePropertyValue\": \"abort\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": -355141703,\n                        \"elementTypePropertyValue\": \"^Select choice.*\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                        \"elementTypePropertyType\": null\n                    }\n                ]\n            },\n            \"discoveryTime\": 1549516266097,\n            \"properties\": {\n                \"pseudoDevice\": \"true\"\n            },\n            \"deviceGroups\": [\n                \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n            ],\n            \"availability\": null,\n            \"currentMaintenanceWindow\": null,\n            \"interfaceName\": null,\n            \"nameManagementIp\": \"TestDevice-10.20.40.248\",\n            \"regionName\": null,\n            \"pseudoDevice\": true,\n            \"domainController\": null,\n            \"discoverySource\": null,\n            \"portNum\": null\n        }\n    ],\n    \"rootGroupId\": null,\n    \"globalUsername\": \"root\",\n    \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\",\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"}],"_postman_id":"ee69e1fe-e51e-4b66-93b6-6e3ddd4da6aa"},{"name":"List Device Group By Dbid Without Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"85f75b31-f71f-4515-99b7-5f3c171906d4"}}],"id":"32ceeb5d-90b8-45c6-9494-a2c7bbdb06de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupByDbidWithoutDevices/DgDbID","description":"<p>This method lists Device group detail.</p>\n<p>Enter the DbID of chosen device group to \"DgDbID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupByDbidWithoutDevices","DgDbID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0f12c751-ebeb-4d89-952a-594d20997394","name":"getDeviceGroupByDbidWithoutDevices","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceGroupByDbidWithoutDevices/107395"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 12:56:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 107395,\n    \"id\": \"8851fead-2b5e-4769-b847-fc8a898999a0\",\n    \"name\": \"SSH\",\n    \"description\": null,\n    \"parentGroupId\": null,\n    \"ifaceOperationCheck\": false,\n    \"timeTolerance\": null,\n    \"realms\": [\n        107888\n    ],\n    \"deviceIds\": [\n        137963\n    ],\n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\"\n    },\n    \"children\": [],\n    \"devices\": null,\n    \"rootGroupId\": null,\n    \"globalUsername\": \"root\",\n    \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\",\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"}],"_postman_id":"32ceeb5d-90b8-45c6-9494-a2c7bbdb06de"},{"name":"List Device Realms Of User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0b046211-22b9-43ce-97c0-f1a852b562e8"}}],"id":"1098a22f-30a5-4909-972e-858d8d4a0b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmsOfUser/USERID","description":"<p>This method lists the device realms details of a user.</p>\n<p>Enter user ID to \"USERID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmsOfUser","USERID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b214c8b-3d84-4b78-9250-6747e97c9813","name":"getDeviceRealmsOfUser","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceRealmsOfUser/3d4585b2-df78-4155-9e72-e356126b1aee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 16:02:13 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 1,\n        \"id\": null,\n        \"name\": \"dr.sc_proxy\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 1,\n                \"id\": \"dg.sc_proxy\",\n                \"name\": \"SC Proxy\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    1\n                ],\n                \"deviceIds\": [\n                    1\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"eid\": \"System.users\",\n                \"description\": \"Infrascope PAM default user group\",\n                \"users\": [\n                    {\n                        \"id\": \"82019b48-bf73-4364-b78f-1023d8adba2c\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"testest@Infrascopetechtest.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"3d4585b2-df78-4155-9e72-e356126b1aee\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"sdsd@d.com\",\n                        \"surname\": \"user\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    1\n                ],\n                \"properties\": {\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"passwordTtl\": null,\n                \"allowDirectAccess\": true,\n                \"allowConsoleAccess\": false,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 107888,\n        \"id\": null,\n        \"name\": \"DR1\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 107395,\n                \"id\": \"8851fead-2b5e-4769-b847-fc8a898999a0\",\n                \"name\": \"SSH\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    107888\n                ],\n                \"deviceIds\": [\n                    137963\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"82ecf891-385d-4572-b87c-bb390c040519\",\n                \"eid\": \"UG1\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"82019b48-bf73-4364-b78f-1023d8adba2c\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"testest@Infrascopetechtest.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"3d4585b2-df78-4155-9e72-e356126b1aee\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"sdsd@d.com\",\n                        \"surname\": \"user\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    138087\n                ],\n                \"deviceRealms\": [\n                    107888\n                ],\n                \"properties\": {\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"passwordTtl\": null,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    }\n]"}],"_postman_id":"1098a22f-30a5-4909-972e-858d8d4a0b3f"},{"name":"List Device Realms of Session User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","packages":{},"id":"e0164a96-b011-439c-a68d-d5bed82305b1"}}],"id":"6251f2da-2833-4b9d-9219-7f2ffc14c368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"url":"{{url}}/aioc-rest-web/rest/discovery/ui/listDeviceRealmsOfSessionUserWithPolicyGroups","description":"<p>This method lists the device realms details of the logged on user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","ui","listDeviceRealmsOfSessionUserWithPolicyGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fa6a851e-04e6-43e1-8696-fd6def2dfadd","name":"getDeviceRealmsOfSessionUser","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceRealmsOfSessionUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 16:02:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 107888,\n        \"id\": null,\n        \"name\": \"DR1\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 107395,\n                \"id\": \"8851fead-2b5e-4769-b847-fc8a898999a0\",\n                \"name\": \"SSH\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    107888\n                ],\n                \"deviceIds\": [\n                    137963\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"8k646jpc0XKY+gdetfj3jw==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"82ecf891-385d-4572-b87c-bb390c040519\",\n                \"eid\": \"UG1\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"82019b48-bf73-4364-b78f-1023d8adba2c\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"testest@Infrascopetechtest.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"3d4585b2-df78-4155-9e72-e356126b1aee\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"sdsd@d.com\",\n                        \"surname\": \"user\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    138087\n                ],\n                \"deviceRealms\": [\n                    107888\n                ],\n                \"properties\": {\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"passwordTtl\": null,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 1,\n        \"id\": null,\n        \"name\": \"dr.sc_proxy\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 1,\n                \"id\": \"dg.sc_proxy\",\n                \"name\": \"SC Proxy\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    1\n                ],\n                \"deviceIds\": [\n                    1\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"eid\": \"System.users\",\n                \"description\": \"Infrascope PAM default user group\",\n                \"users\": [\n                    {\n                        \"id\": \"82019b48-bf73-4364-b78f-1023d8adba2c\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"testest@Infrascopetechtest.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"3d4585b2-df78-4155-9e72-e356126b1aee\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"4297f44b13955235245b2497399d7a93\",\n                        \"email\": \"sdsd@d.com\",\n                        \"surname\": \"user\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@Infrascopetechtest.comm\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"82ecf891-385d-4572-b87c-bb390c040519\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    1\n                ],\n                \"properties\": {\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"passwordTtl\": null,\n                \"allowDirectAccess\": true,\n                \"allowConsoleAccess\": false,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    }\n]"}],"_postman_id":"6251f2da-2833-4b9d-9219-7f2ffc14c368"},{"name":"Save New Device Realms","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"aa9db295-0642-41cf-8c77-1654bf60bb5c"}}],"id":"b976f402-e832-4792-bace-28c7b9021103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[   {\n        \n        \"name\": \"TEST_DeviceRealm\",\n        \"description\": \"TEST_DeviceRealm\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 303871,\n                \"id\": \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n            },\n            {\n            \t \"dbId\": 303880,\n                \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\"\n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\",\n                \"eid\": \"SshUG1\"}\n        ]\n    }\n]"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveDeviceRealms","description":"<p>This method adds a new device realm to Infrascope PAM.</p>\n<p>Mandatory fields:</p>\n<p>\"name\":</p>\n<p>\"deviceGroups\": [<br />{<br />\"dbId\": }]</p>\n<p>\"userGroups\": [<br />{\"id\": \"\"}</p>\n<p>Other fields can be removed.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveDeviceRealms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3fe82465-d3aa-4d42-9e0f-31000dda029c","name":"saveDeviceRealms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[   {\n        \n        \"name\": \"TEST_DeviceRealm\",\n        \"description\": \"TEST_DeviceRealm\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 303871,\n                \"id\": \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n            },\n            {\n            \t \"dbId\": 303880,\n                \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\"\n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\",\n                \"eid\": \"SshUG1\"}\n        ]\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveDeviceRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 08:06:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TEST_DeviceRealm\": \"Success\"\n}"},{"id":"5298d4ed-827e-409f-a339-fccd097e9468","name":"ex2_saveDeviceRealms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[   {\n        \n        \"name\": \"TEST_DeviceRealm\",\n        \"description\": \"TEST_DeviceRealm\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 303871\n   \n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\",\n                \"eid\": \"SshUG1\"}\n        ]\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveDeviceRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 08:07:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TEST_DeviceRealm\": \"Success\"\n}"},{"id":"e394b13a-2cd8-410b-bc72-c6eb4ff27bca","name":"ex3_saveDeviceRealms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[   {\n        \n        \"name\": \"TEST_DeviceRealm\",\n        \"description\": \"TEST_DeviceRealm\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 303871\n    \n            },\n            {\n            \t \"dbId\": 303880\n               \n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\"\n                }\n        ]\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveDeviceRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 08:10:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TEST_DeviceRealm\": \"Success\"\n}"}],"_postman_id":"b976f402-e832-4792-bace-28c7b9021103"},{"name":"Update Device Realms","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f5ba1f4c-d7fe-443f-8c20-ad7d1e1d81cc"}}],"id":"6d8e1959-4328-4b5e-a4c2-943d8c007e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[   {\n\t   \"dbId\":139033,       \n       \"name\": \"TEST_DeviceRealm\",\n       \"description\": \"TEST_DeviceRealm\",\n       \"deviceGroups\": [\n            {\n                \"dbId\": 83057,\n        \"id\": \"787b7f7c-2d28-4009-892b-e059b3510b15\"\n            },\n            {\n            \t  \"dbId\": 118207,\n        \"id\": \"478e7007-4f52-4c6d-a9bf-14252848ccfc\"\n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\",\n                \"eid\": \"SshUG1\"}\n        ]\n    }\n]\n"},"url":"{{url}}/aioc-rest-web/rest/discovery/updateDeviceRealms","description":"<p>This method updates a current device realm to Infrascope PAM.</p>\n<p>Mandatory fields:</p>\n<p>\"dbId\":</p>\n<p>\"name\":</p>\n<p>\"deviceGroups\": [<br />{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"dbId\":,\n\"id\":}]\n\n</code></pre><p>\"userGroups\": [<br />{\"id\": \"\"}</p>\n<p>Other fields can be removed.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","updateDeviceRealms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a7ae29e0-0d11-47a3-8d0b-09a54587fab6","name":"updateDeviceRealms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[   {\n\t   \"dbId\":3478025,       \n       \"name\": \"TEST_DeviceRealm\",\n       \"description\": \"TEST_DeviceRealm\",\n       \"deviceGroups\": [\n            {\n                \"dbId\": 303871,\n                \"id\": \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n            },\n            {\n            \t \"dbId\": 303880,\n                \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\"\n            }\n        ],\n        \"userGroups\": [\n            {\"id\": \"57888613-58bd-4008-af8a-729dc53edbed\",\n                \"eid\": \"SshUG1\"}\n        ]\n    }\n]\n"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/updateDeviceRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 08:20:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TEST_DeviceRealm\": \"Success\"\n}"}],"_postman_id":"6d8e1959-4328-4b5e-a4c2-943d8c007e96"},{"name":"Delete Device Realms","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"43eeaaf0-b351-4d8d-bdb5-33d73cba6cce"}}],"id":"4a98a29e-3992-4b4c-8076-7c070c307235","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[   {\n\t   \"dbId\":3478516,       \n       \"name\": \"TEST_DeviceRealm\"\n        \n    }\n]"},"url":"{{url}}/aioc-rest-web/rest/discovery/deleteDeviceRealms","description":"<p>This method deletes a current device realm to Infrascope PAM.<br />Mandatory fields:<br />\"dbId\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","deleteDeviceRealms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5d51f480-0042-4945-a118-71cf90774a7b","name":"deleteDeviceRealms","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[   {\n\t   \"dbId\":3478516,       \n       \"name\": \"TEST_DeviceRealm\"\n       \n        \n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDeviceRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 08:29:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TEST_DeviceRealm\": \"Success\"\n}"}],"_postman_id":"4a98a29e-3992-4b4c-8076-7c070c307235"},{"name":"Get Device By IP","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"4a0ad4d7-1bcf-4bf6-995e-e7f787604aac"}}],"id":"e86704fb-c0ba-4ade-88dd-3eb1fa77fee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceByIP/DEVICEIP","description":"<p>This method gets the device information in detail.</p>\n<p>Enter the IP of chosen device to \"DEVICEIP\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceByIP","DEVICEIP"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"293b4a6e-8057-4c90-bb40-55ea62a8e594","name":"getDeviceByiP","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceByIP/10.20.40.248"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:05:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 137963,\n    \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n    \"name\": \"10.20.40.248\",\n    \"accessProtocol\": \"SSHv2\",\n    \"managementIp\": \"10.20.40.248\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\",\n        \"elementTypeName\": \"Linux Server\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -328317181,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107345,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328315408,\n                \"elementTypePropertyValue\": \"^Quit.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107346,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328321729,\n                \"elementTypePropertyValue\": \"^Enter the date.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -355141703,\n                \"elementTypePropertyValue\": \"^Select choice.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -316330256,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328318769,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107347,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": null\n            }\n        ]\n    },\n    \"discoveryTime\": 1549515304179,\n    \"properties\": {\n        \"pseudoDevice\": \"true\"\n    },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": null,\n    \"nameManagementIp\": \"10.20.40.248-10.20.40.248\",\n    \"regionName\": null,\n    \"pseudoDevice\": true,\n    \"domainController\": null,\n    \"discoverySource\": null,\n    \"portNum\": null\n}"}],"_postman_id":"e86704fb-c0ba-4ade-88dd-3eb1fa77fee6"},{"name":"Get Device By Name","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f08e5fba-5113-4337-ae6e-646fbf327a7c"}}],"id":"aae02fe9-84eb-4b0c-a3b6-06852fb9f63e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceByName/DEVICENAME","description":"<p>This method gets the device information in detail.</p>\n<p>Enter the name of chosen device to \"DEVICENAME\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceByName","DEVICENAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a4f6768-d3f0-4bc4-939f-bac1ed573577","name":"getDeviceByName","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceByName/TestDevice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:11:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 137963,\n    \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n    \"name\": \"TestDevice\",\n    \"accessProtocol\": \"SSHv2\",\n    \"managementIp\": \"10.20.40.248\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\",\n        \"elementTypeName\": \"Linux Server\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107345,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328315408,\n                \"elementTypePropertyValue\": \"^Quit.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328317181,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328321729,\n                \"elementTypePropertyValue\": \"^Enter the date.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328318769,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107346,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -355141703,\n                \"elementTypePropertyValue\": \"^Select choice.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107347,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -316330256,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": null\n            }\n        ]\n    },\n    \"discoveryTime\": 1549516266097,\n    \"properties\": {\n        \"pseudoDevice\": \"true\"\n    },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": null,\n    \"nameManagementIp\": \"TestDevice-10.20.40.248\",\n    \"regionName\": null,\n    \"pseudoDevice\": true,\n    \"domainController\": null,\n    \"discoverySource\": null,\n    \"portNum\": null\n}"}],"_postman_id":"aae02fe9-84eb-4b0c-a3b6-06852fb9f63e"},{"name":"Get Device By Id","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9fbe80ab-995e-45c5-b48b-690463169ef0"}}],"id":"be27560b-4d04-4603-b8df-f62dce455141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceById/DEVICEID","description":"<p>This method gets the device information in detail.</p>\n<p>Enter the ID of chosen device to \"DEVICEID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceById","DEVICEID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c297dcdf-0857-48bf-9b88-2ebde7851680","name":"getDeviceByid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceById/55ebb00a-8956-4db1-83f3-512dd5eb5749"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:15:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 137963,\n    \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n    \"name\": \"TestDevice\",\n    \"accessProtocol\": \"SSHv2\",\n    \"managementIp\": \"10.20.40.248\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\",\n        \"elementTypeName\": \"Linux Server\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107345,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -316330256,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328317181,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328318769,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328321729,\n                \"elementTypePropertyValue\": \"^Enter the date.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107346,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107347,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -355141703,\n                \"elementTypePropertyValue\": \"^Select choice.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328315408,\n                \"elementTypePropertyValue\": \"^Quit.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            }\n        ]\n    },\n    \"discoveryTime\": 1549516266097,\n    \"properties\": {\n        \"pseudoDevice\": \"true\"\n    },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": null,\n    \"nameManagementIp\": \"TestDevice-10.20.40.248\",\n    \"regionName\": null,\n    \"pseudoDevice\": true,\n    \"domainController\": null,\n    \"discoverySource\": null,\n    \"portNum\": null\n}"}],"_postman_id":"be27560b-4d04-4603-b8df-f62dce455141"},{"name":"Get Device By DbId","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"42a58f20-9f1f-4070-9e61-46041af05a0e"}}],"id":"5c8ba74a-55ae-495e-937f-bd5cc53de85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceByDbId/DBID","description":"<p>This method gets the device information in detail.</p>\n<p>Enter the DbId of chosen device to \"DBID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceByDbId","DBID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af561a21-2393-4532-b78f-b4f21217e84f","name":"getDeviceByDbId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getDeviceByDbId/137963"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:19:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 137963,\n    \"id\": \"55ebb00a-8956-4db1-83f3-512dd5eb5749\",\n    \"name\": \"TestDevice\",\n    \"accessProtocol\": \"SSHv2\",\n    \"managementIp\": \"10.20.40.248\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\",\n        \"elementTypeName\": \"Linux Server\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -328317181,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107345,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328321729,\n                \"elementTypePropertyValue\": \"^Enter the date.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107347,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -224107346,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328318769,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -328315408,\n                \"elementTypePropertyValue\": \"^Quit.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -316330256,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": null\n            },\n            {\n                \"dbId\": -355141703,\n                \"elementTypePropertyValue\": \"^Select choice.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": null\n            }\n        ]\n    },\n    \"discoveryTime\": 1549516266097,\n    \"properties\": {\n        \"pseudoDevice\": \"true\"\n    },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": null,\n    \"nameManagementIp\": \"TestDevice-10.20.40.248\",\n    \"regionName\": null,\n    \"pseudoDevice\": true,\n    \"domainController\": null,\n    \"discoverySource\": null,\n    \"portNum\": null\n}"}],"_postman_id":"5c8ba74a-55ae-495e-937f-bd5cc53de85f"},{"name":"List Unassigned Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"06934947-64d3-4b19-82bf-ec8c32dc9ae0"}}],"id":"18bcdc42-5dc5-4fa5-903e-671cb6009d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getUnassignedDevices","description":"<p>This method list unassigned devices in Infrascope PAM.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getUnassignedDevices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c7353e4-8a2b-44ec-8f5c-c4e2e4ed5c73","name":"getUnassignedDevices","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/getUnassignedDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 05:31:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 138030,\n        \"id\": \"eed25b96-ff1b-4736-8402-6aeee88996f7\",\n        \"name\": \"10.20.40.232\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.232\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1549517480022,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.232-10.20.40.232\",\n        \"regionName\": null,\n        \"pseudoDevice\": true,\n        \"domainController\": null,\n        \"discoverySource\": null,\n        \"portNum\": null\n    }\n]"}],"_postman_id":"18bcdc42-5dc5-4fa5-903e-671cb6009d92"},{"name":"Save New Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2166e464-3664-4e9b-9792-2eb33f747f0b"}}],"id":"25df9605-17cb-403c-b7f5-ebcf731a328d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\n\n{\n    \n    \"managementIp\": \"155.17.17.17\",\n    \n    \"accessProtocol\": \"RDP\",\n    \"elementType\": {\n          \"elementTypeId\": \"windows\"\n        },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"pseudoDevice\": true\n}\n    \n]"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveDevices","description":"<p>This method adds a new device in Infrascope PAM.<br />Many devices as bulk import can be add in one request body by posting device information in many curly arrays.</p>\n<p>Mandatory fields:</p>\n<p>\"managementIp\": \"18.18.18.18\",</p>\n<p>\"accessProtocol\": \"TELNET\",</p>\n<p>\"elementType\": {<br />\"elementTypeId\": \"cisco_ios\"}</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveDevices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8dbe2882-f033-437a-b2fb-c08675d6963c","name":"Add Devices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n{\n    \n    \"managementIp\": \"18.18.18.18\",\n    \"name\": \"Devive8\",\n    \"accessProtocol\": \"TELNET\",\n    \"portNum\": 23,\n    \"elementType\": {\n          \"elementTypeId\": \"cisco_ios\" },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n     \"interfaceName\": \"intr0\",\n    \"pseudoDevice\": true\n},\n\n{\n    \n    \"managementIp\": \"19.19.19.19\",\n    \"name\": \"Devive9\",\n    \"accessProtocol\": \"SSHv2\",\n    \"elementType\": {\n          \"elementTypeId\": \"linux\"\n        },\n    \"pseudoDevice\": true\n},\n\n{\n    \n    \"managementIp\": \"17.17.17.17\",\n    \"name\": \"Devive7\",\n    \"accessProtocol\": \"RDP\",\n    \"elementType\": {\n          \"elementTypeId\": \"windows\"\n        },\n    \"deviceGroups\": [\n        \"8851fead-2b5e-4769-b847-fc8a898999a0\"\n    ],\n    \"pseudoDevice\": true\n}\n    \n]"},"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/saveDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 16:39:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"18.18.18.18\": \"Success\",\n    \"19.19.19.19\": \"Success\",\n    \"17.17.17.17\": \"Success\"\n}"},{"id":"ed00e3b8-da9d-42cd-b77b-b62c77c3d475","name":"saveDevices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n{\n    \"name\": \"Devive1\",\n    \"accessProtocol\": \"SSHv2\",\n    \"managementIp\": \"123.123.123.123\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\"\n        },\n    \"properties\": {\n        \"portNum\": \"\"\n    },\n    \"deviceGroups\": [\n        \"a3fasfs\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": \"saasd\",\n    \"regionName\": \"RestTestRegion\",\n    \"pseudoDevice\": true,\n    \"portNum\": 443\n},\n\n{\n    \"name\": \"00restTest\",\n    \"accessProtocol\": \"HTTPS\",\n    \"managementIp\": \"111.111.11.11\",\n    \"elementType\": {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\"\n        },\n    \"properties\": {\n        \"portNum\": \"443\"\n    },\n    \"deviceGroups\": [\n        \"\"\n    ],\n    \"availability\": null,\n    \"currentMaintenanceWindow\": null,\n    \"interfaceName\": \"saasd\",\n    \"regionName\": \"RestTestRegion\",\n    \"pseudoDevice\": true,\n    \"portNum\": 443\n},\n\n{\n        \"name\": \"TEST-22.77.25.45\",\n        \"accessProtocol\": \"HTTPS\",\n        \"managementIp\": \"12.12.12.12\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": 74781,\n                    \"elementTypePropertyValue\": \"alcatel\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 74783,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 52867,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 108,\n                    \"elementTypePropertyValue\": \"alcatel\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 109,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 52865,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 374065,\n                    \"elementTypePropertyValue\": \"SSHv2\",\n                    \"elementTypePropertyKey\": \"device.import.aws.access.protocol\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 74782,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 374064,\n                    \"elementTypePropertyValue\": \".*(Linux|Debian|Ubuntu).*\",\n                    \"elementTypePropertyKey\": \"device.import.aws.element.type.pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 420895,\n                    \"elementTypePropertyValue\": \"centos\",\n                    \"elementTypePropertyKey\": \"device.import.aws.ssh.username\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 111,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 128236,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 52864,\n                    \"elementTypePropertyValue\": \"alcatel\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 52866,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 74784,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1547098588825,\n        \"properties\": {\n            \"portNum\": \"443\"\n        },\n        \"deviceGroups\": [\n            \"\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"22.77.25.45-22.77.25.45\",\n        \"regionName\": null,\n        \"discoverySource\": null,\n        \"domainController\": null,\n        \"portNum\": 443,\n        \"pseudoDevice\": true\n    }\n    \n]"},"url":"http://10.20.40.137/aioc-rest-web/rest/discovery/saveDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Feb 2019 16:18:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"111.111.11.11\": \"Success\",\n    \"12.12.12.12\": \"Success\",\n    \"123.123.123.123\": \"Success\"\n}"}],"_postman_id":"25df9605-17cb-403c-b7f5-ebcf731a328d"},{"name":"Update Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0988842f-f9f1-4549-9711-c2d3dc12bfdd"}}],"id":"fb0b695b-5ffa-4e70-83e2-03fc0d8e335e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"dbId\": 391662,\n        \"id\": \"3b1b99cb-46a9-4f27-83bd-9d7ea14ed3fa\",\n        \"name\": \"10.20.40.167\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.166\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1542488267577,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.166-10.20.40.166\",\n        \"regionName\": null,\n        \"portNum\": null,\n        \"domainController\": null,\n        \"pseudoDevice\": true,\n        \"discoverySource\": null\n    },\n    {\n        \"dbId\": 2660933,\n        \"id\": \"75507a2b-a11d-4ba1-9973-bc4195a08e86\",\n        \"name\": \"10.20.40.248\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.248\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1550042482516,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.248-10.20.40.248\",\n        \"regionName\": null,\n        \"portNum\": null,\n        \"domainController\": null,\n        \"pseudoDevice\": true,\n        \"discoverySource\": null\n    }\n]"},"url":"{{url}}/aioc-rest-web/rest/discovery/updateDevices","description":"<p>This method updates devices in Infrascope PAM.</p>\n<p>Copy devices info from getdevice methods.</p>\n<p>Then, change device info to be updated in this method.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","updateDevices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a2a85e56-3c21-4d1a-8104-8ec805bce005","name":"updateDevices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"dbId\": 391662,\n        \"id\": \"3b1b99cb-46a9-4f27-83bd-9d7ea14ed3fa\",\n        \"name\": \"10.20.40.167\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.166\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1542488267577,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.166-10.20.40.166\",\n        \"regionName\": null,\n        \"portNum\": null,\n        \"domainController\": null,\n        \"pseudoDevice\": true,\n        \"discoverySource\": null\n    },\n    {\n        \"dbId\": 2660933,\n        \"id\": \"75507a2b-a11d-4ba1-9973-bc4195a08e86\",\n        \"name\": \"10.20.40.248\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.248\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1550042482516,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"feba5a25-7f1b-462e-bb45-711a27783cb0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.248-10.20.40.248\",\n        \"regionName\": null,\n        \"portNum\": null,\n        \"domainController\": null,\n        \"pseudoDevice\": true,\n        \"discoverySource\": null\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/updateDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Feb 2019 05:15:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"10.20.40.166\": \"Success\",\n    \"10.20.40.248\": \"Success\"\n}"}],"_postman_id":"fb0b695b-5ffa-4e70-83e2-03fc0d8e335e"},{"name":"Delete Devices","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2b7da68a-6120-4f35-a442-fb4dbd48173b"}}],"id":"ac41d4ca-b8d5-4f50-a972-3652f85a566e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\n {\n \t\"dbId\": \"2862774\",\n    \"id\": \"f7452550-a290-47ed-b6fc-3b0f525dfc31\",\n    \"managementIp\": \"10.20.40.248\"\n    }\n]"},"url":"{{url}}/aioc-rest-web/rest/discovery/deleteDevices","description":"<p>This method deletes devices.</p>\n<p>Mandatory fields in request body to delete devices:\n\"id\":</p>\n<p>Many devices can be deleted in one request as bulk delete.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","deleteDevices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d77f3dee-2333-453a-9a7c-9f2d211cc86b","name":"deleteDevicesbyDbID","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\n {\n        \"dbId\": 391662\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Feb 2019 05:24:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"DeviceDbid: 391662\": \"Success\"\n}"},{"id":"197ab262-a525-4df9-8eb1-7b9b0f67a3df","name":"deleteDevicesbyDeviceID","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\n {\n        \"id\": \"5f92c11b-1d41-4c86-8ee2-f28dccc7f4c9\"\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Feb 2019 05:32:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Device ID: : 5f92c11b-1d41-4c86-8ee2-f28dccc7f4c9\": \"Success\"\n}"},{"id":"4f55d5f2-20cc-4d2a-9c6e-eda7d53c0987","name":"deleteDevicesbyDeviceIP","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\n {\n        \n        \"managementIp\": \"10.20.40.248\"\n    }\n]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDevices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Feb 2019 05:26:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Management IP: 10.20.40.248\": \"Success\"\n}"}],"_postman_id":"ac41d4ca-b8d5-4f50-a972-3652f85a566e"},{"name":"Save New Device Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9c82bd2b-c1e0-4400-9c2e-2cb0a54b3dc1"}}],"id":"b68f9923-ebb7-4846-9a61-6cc9ae390888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[{\n\n        \"name\": \"TESTDG_Test\",\n        \"description\": \"TESTDG_Test\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            3478516\n        ],\n        \"deviceIds\": [\n            173076\n        ],\n        \"properties\": {\n            \"globalPassword\": \"123123\",\n            \"globalUsername\": \"admin\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"rootGroupId\": null,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }]"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveDeviceGroups","description":"<p>This method adds a new device group in Infrascope PAM.</p>\n<p>Mandatory fields:<br />\"name\"</p>\n<p>Many devices can be saved in one request as bulk import by adding the related info in the request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveDeviceGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3b0a4a7-e061-4a4f-8a68-d736ac0cadfe","name":"saveDeviceGroups","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n\n        \"name\": \"TESTDG_Test\",\n        \"description\": \"TESTDG_Test\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            3478516\n        ],\n        \"deviceIds\": [\n            173076\n        ],\n        \"properties\": {\n            \"globalPassword\": \"123123\",\n            \"globalUsername\": \"admin\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"rootGroupId\": null,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveDeviceGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 09:14:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TESTDG_Test\": \"Success\"\n}"}],"_postman_id":"b68f9923-ebb7-4846-9a61-6cc9ae390888"},{"name":"Update Device Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"5ecb9ad3-1bdb-4c30-a543-822e80876ac4"}}],"id":"5adbdaea-5386-43a5-a043-53edc6f61fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[{\n        \"dbId\": 3479436,\n        \"id\": \"b7577164-c147-4609-b784-ffae4f4379a8\",\n        \"name\": \"DG_Test\",\n        \"description\": \"DG_Test\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            3478516\n        ],\n        \"deviceIds\": [\n            173076\n        ],\n        \"properties\": {\n            \"globalPassword\": \"T6zncxX0hfwMZg9LuzKY4w==\",\n            \"globalUsername\": \"admin\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"rootGroupId\": null,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }]"},"url":"{{url}}/aioc-rest-web/rest/discovery/updateDeviceGroups","description":"<p>This method updates device groups information in Infrascope PAM.</p>\n<p>Copy devices info from getDeviceGroup methods.</p>\n<p>Then, change device group info to be updated in this method.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","updateDeviceGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62af300b-d3f6-4f1a-8508-8039876e0b48","name":"updateDeviceGroups","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n        \"dbId\": 3479436,\n        \"id\": \"b7577164-c147-4609-b784-ffae4f4379a8\",\n        \"name\": \"DG_Test\",\n        \"description\": \"DG_Test\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            3478516\n        ],\n        \"deviceIds\": [\n            173076\n        ],\n        \"properties\": {\n            \"globalPassword\": \"T6zncxX0hfwMZg9LuzKY4w==\",\n            \"globalUsername\": \"admin\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"rootGroupId\": null,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/updateDeviceGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 09:09:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"DG_Test\": \"Success\"\n}"}],"_postman_id":"5adbdaea-5386-43a5-a043-53edc6f61fd0"},{"name":"Delete Device Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"95121a27-fe96-45c3-947b-a3e383747308"}}],"id":"1b94ddbd-a3ec-47d9-ba94-01a0c2b74092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n       { \"dbId\": 3480648,\n        \"id\": \"2eb1c371-5620-49d2-bb43-d286ae5fa41f\",\n        \"name\": \"testDG\"},\n        \n       { \"dbId\": 3480703,\n        \"id\": \"e57468b9-d1fe-4267-b746-fab604837f27\",\n        \"name\": \"DG_test\"}\n     \n    ]"},"url":"{{url}}/aioc-rest-web/rest/discovery/deleteDeviceGroups","description":"<p>This methods deletes current Device Groups.</p>\n<p>Mandatory Field:\n\"id\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","deleteDeviceGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e37c8bdc-b62c-41e4-a704-ecaa8ec4b985","name":"deleteDeviceGroups","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n       { \"dbId\": 3480648,\n        \"id\": \"2eb1c371-5620-49d2-bb43-d286ae5fa41f\",\n        \"name\": \"testDG\"},\n        \n       { \"dbId\": 3480703,\n        \"id\": \"e57468b9-d1fe-4267-b746-fab604837f27\",\n        \"name\": \"DG_test\"}\n     \n    ]"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDeviceGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 09:50:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"testDG\": \"Success\",\n    \"DG_test\": \"Success\"\n}"}],"_postman_id":"1b94ddbd-a3ec-47d9-ba94-01a0c2b74092"},{"name":"Save/Update Device Group Properties","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"cdbd4bbb-8c2c-48f3-ae5d-ddd0febd7a12"}}],"id":"0accd56a-b622-4e07-824f-0155ae3ee1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 620393,\n    \"id\": \"43eb3141-7dcf-47f8-bc68-c21de3d1b45d\",\n  \n  \n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalSecretKey\": \"test\",\n        \"globalPassword\": \"123\",\n        \"discoverySources\": null\n    },\n    \"children\": [],\n    \"devices\": null,\n    \"rootGroupId\": null,\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveOrUpdateDeviceGroupProperties","description":"<p>This method allows saving a new property on device groups or updating existing property information on device groups.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveOrUpdateDeviceGroupProperties"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"78712279-703c-48e7-9319-3ac832472f62","name":"saveOrUpdateDeviceGroupProperties","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 303880,\n    \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"name\": \"SSH DG2\",\n  \n  \n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalSecretKey\": \"test\",\n        \"globalPassword\": \"123\",\n        \"discoverySources\": null\n    },\n    \"children\": [],\n    \"devices\": null,\n    \"rootGroupId\": null,\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveOrUpdateDeviceGroupProperties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 12:37:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 303880,\n    \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"name\": \"SSH DG2\",\n    \"description\": null,\n    \"parentGroupId\": null,\n    \"ifaceOperationCheck\": false,\n    \"timeTolerance\": null,\n    \"realms\": [\n        304366,\n        3478516\n    ],\n    \"deviceIds\": [],\n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalSecretKey\": \"M67taQwHRBH6wJ1gDU5c2g==\",\n        \"globalPassword\": \"jNJ6k+7ic9Qcr3wXFIgmZA==\"\n    },\n    \"children\": null,\n    \"devices\": null,\n    \"rootGroupId\": null,\n    \"globalUsername\": \"root\",\n    \"globalPassword\": \"jNJ6k+7ic9Qcr3wXFIgmZA==\",\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"}],"_postman_id":"0accd56a-b622-4e07-824f-0155ae3ee1e2"},{"name":"List Device Group Subnets","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c3ed78a1-4b92-4078-bec1-59d11a2f7b58"}}],"id":"5184f8bd-c4c7-4ccf-9539-4656b0ac305a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupSubnets/ID","description":"<p>This method lists subnet of the device group.</p>\n<p>Enter the Device group id of chosen device group to \"ID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupSubnets","ID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df3bb9e5-16ce-4455-b4e5-5280b541c3f7","name":"getDeviceGroupSubnets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/getDeviceGroupSubnets/7dad2aa5-414a-4b20-86c0-346876ea88b5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 09:59:02 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 3481062,\n        \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n        \"subnetIp\": \"10.20.40.1\",\n        \"mask\": null,\n        \"cidr\": 24,\n        \"firstIp\": 169093121,\n        \"lastIp\": 169093376,\n        \"interfaceName\": null\n    }\n]"}],"_postman_id":"5184f8bd-c4c7-4ccf-9539-4656b0ac305a"},{"name":"Save New Device Group Subnet","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"519374a1-8284-4847-8884-9a02e4d165b8"}}],"id":"45798d65-05cb-45f4-bda2-7555bc3056be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"dbId\": 462524,\n     \"deviceGroupId\": \"636dca2e-b185-4296-a66e-03b4a35dace2\",\n        \n        \"subnetIp\": \"10.30.40.1\",\n        \"mask\": null,\n        \"cidr\": 32,\n        \"firstIp\": 169748725,\n        \"lastIp\": 169748725,\n        \"interfaceName\": null\n\t\n}"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveDeviceGroupSubnet","description":"<p>This method adds subnet to the Device group.</p>\n<p>Mandatory fields:\n\"deviceGroupId\",\n\"subnetIp\",\n\"cidr\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveDeviceGroupSubnet"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f232e1b4-411b-47c8-85c3-2e94899223bf","name":"saveDeviceGroupSubnet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"dbId\": 303880,\n     \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n        \n        \"subnetIp\": \"10.30.40.1\",\n        \"mask\": null,\n        \"cidr\": 32,\n        \"firstIp\": 169748725,\n        \"lastIp\": 169748725,\n        \"interfaceName\": \"null\"\n\t\n}"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/saveDeviceGroupSubnet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 11:26:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 3483567,\n    \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"subnetIp\": \"10.30.40.1\",\n    \"mask\": null,\n    \"cidr\": 32,\n    \"firstIp\": 169748481,\n    \"lastIp\": 169748481,\n    \"interfaceName\": \"null\"\n}"}],"_postman_id":"45798d65-05cb-45f4-bda2-7555bc3056be"},{"name":"Update Device Group Subnet","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d777a110-5e54-44c1-ac6b-7d5c7587f4d8"}}],"id":"b6561189-5326-4272-b5ef-7f250ec9e37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 3483567,\n    \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"subnetIp\": \"10.30.40.1\",\n    \"mask\": null,\n    \"cidr\": 24,\n    \"interfaceName\": null\n}"},"url":"{{url}}/aioc-rest-web/rest/discovery/updateDeviceGroupSubnet","description":"<p>This method updates subnet info of the device group.</p>\n<p>dbId is mandatory field.\ndbID info can be get from \"getDeviceGroupSubnets\" api result</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","updateDeviceGroupSubnet"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ea900831-729e-4503-afb3-d2f85091ab5d","name":"updateDeviceGroupSubnet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 3483567,\n    \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"subnetIp\": \"10.30.40.1\",\n    \"mask\": null,\n    \"cidr\": 24,\n    \"interfaceName\": \"null\"\n}"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/updateDeviceGroupSubnet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 12:23:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 3483567,\n    \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"subnetIp\": \"10.30.40.1\",\n    \"mask\": null,\n    \"cidr\": 24,\n    \"firstIp\": 169748481,\n    \"lastIp\": 169748736,\n    \"interfaceName\": \"null\"\n}"}],"_postman_id":"b6561189-5326-4272-b5ef-7f250ec9e37a"},{"name":"Delete Device Group Subnet","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1e38c84b-5343-40e1-964e-2527de48f406"}}],"id":"d3f75d21-5ff8-45e8-bfce-8d3235e6df81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{ \"dbId\": 3483567,\n        \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n        \"subnetIp\": \"10.30.40.1\",\n        \"mask\": null,\n        \"cidr\": 32,\n        \"firstIp\": 169093121,\n        \"lastIp\": 169093376,\n        \"interfaceName\": null\n}"},"url":"{{url}}/aioc-rest-web/rest/discovery/deleteDeviceGroupSubnet","description":"<p>This method deleletes subnet of the device group.</p>\n<p>Mandatory field:\n\"dbId\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","deleteDeviceGroupSubnet"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"20e8d2ac-d05c-470b-a43e-d3d3d904d4c3","name":"deleteDeviceGroupSubnet","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"    {\n        \"dbId\": 3481062,\n        \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n        \"subnetIp\": \"10.20.40.1\",\n        \"mask\": null,\n        \"cidr\": 24,\n        \"firstIp\": 169093121,\n        \"lastIp\": 169093376,\n        \"interfaceName\": null\n    }"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/deleteDeviceGroupSubnet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 10:08:59 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"d3f75d21-5ff8-45e8-bfce-8d3235e6df81"},{"name":"List Device Group Ip Patterns","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"dc86bbdc-c3bc-44f3-a649-dc103c02d8ba"}}],"id":"f93016d4-e95a-4b14-80ff-ccdddfc73c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupIpPatterns/DEVICEGROUPID","description":"<p>This method lists IP Patterns of the device group.</p>\n<p>Enter the DbId of chosen device group to \"DBID\" field in get url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupIpPatterns","DEVICEGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"493a95a2-ae38-49a0-a9bf-f925302ceb86","name":"getDeviceGroupIpPatterns","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/getDeviceGroupIpPatterns/7dad2aa5-414a-4b20-86c0-346876ea88b5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 12:14:20 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 3484693,\n        \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n        \"interfaceName\": null,\n        \"action\": \"ALLOW\",\n        \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.([1-9]|1[0-9]|2[0-5])$\"\n    }\n]"}],"_postman_id":"f93016d4-e95a-4b14-80ff-ccdddfc73c97"},{"name":"Save Device Group Ip Pattern","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1bd671a6-dd3d-40a7-99b7-fa3b6e2dce43"}}],"id":"66e2f9cd-59f7-49e0-b699-1c7161bad0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Host","value":" localhost"},{"key":"User-Agent","value":" Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"},{"key":"Accept","value":" application/json, text/plain, */*"},{"key":"Accept-Language","value":" en-US,en;q=0.5"},{"key":"Accept-Encoding","value":" gzip, deflate"},{"key":"Referer","value":" http://localhost"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":" keep-alive"},{"key":"Pragma","value":" no-cache"},{"key":"Cache-Control","value":" no-cache"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"dbId\": 118263,\n        \"deviceGroupId\": \"d8a5810e-f17e-43f4-8036-86a10c5e2ba0\",\n        \"interfaceName\": null,\n        \"action\": \"ALLOW\",\n        \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.(1([0-9][0-8])|2([0-4][0-8]|5[0-5]))$\"\n    }"},"url":"{{url}}/aioc-rest-web/rest/discovery/saveDeviceGroupIpPattern","description":"<p>This method adds Ip Pattern to the device group.\nMandatory Fields:</p>\n<p>\"deviceGroupId\"\n\"ipPattern\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","saveDeviceGroupIpPattern"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"31b8c551-9ce7-4be3-8a43-85cca9e854ba","name":"saveDeviceGroupIpPattern","originalRequest":{"method":"POST","header":[{"key":"Host","value":" localhost"},{"key":"User-Agent","value":" Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"},{"key":"Accept","value":" application/json, text/plain, */*"},{"key":"Accept-Language","value":" en-US,en;q=0.5"},{"key":"Accept-Encoding","value":" gzip, deflate"},{"key":"Referer","value":" http://localhost"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":" keep-alive"},{"key":"Pragma","value":" no-cache"},{"key":"Cache-Control","value":" no-cache"}],"body":{"mode":"raw","raw":"{\n        \"dbId\": 118263,\n        \"deviceGroupId\": \"d8a5810e-f17e-43f4-8036-86a10c5e2ba0\",\n        \"interfaceName\": null,\n        \"action\": \"ALLOW\",\n        \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.(1([0-9][0-8])|2([0-4][0-8]|5[0-5]))$\"\n    }"},"url":"http://10.20.40.148/aioc-rest-web/rest/discovery/saveDeviceGroupIpPattern"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 14 Mar 2019 07:00:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 140532,\n    \"deviceGroupId\": \"d8a5810e-f17e-43f4-8036-86a10c5e2ba0\",\n    \"interfaceName\": null,\n    \"action\": \"ALLOW\",\n    \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.(1([0-9][0-8])|2([0-4][0-8]|5[0-5]))$\"\n}"}],"_postman_id":"66e2f9cd-59f7-49e0-b699-1c7161bad0b6"},{"name":"Update Device Group Ip Pattern","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"de471d24-fc84-455f-a626-22346095f8fa"}}],"id":"480c1bdf-d249-48df-b732-d90884cdb728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"dbId\": 3484693,\n      \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n      \"interfaceName\": null,\n      \"action\": \"DENY\",\n      \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.([1-9][0-9]|1([0-1][0-9]|2[0-5]))$\"\n    }\n\n"},"url":"{{url}}/aioc-rest-web/rest/discovery/updateDeviceGroupIpPattern","description":"<p>This method updates Ip  Pattern of the device group.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","updateDeviceGroupIpPattern"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dfa1460d-db59-4edf-be8e-7d11b8c8ab4c","name":"updateDeviceGroupIpPattern","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n      \"dbId\": 3484693,\n      \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n      \"interfaceName\": null,\n      \"action\": \"DENY\",\n      \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.([1-9][0-9]|1([0-1][0-9]|2[0-5]))$\"\n    }\n\n"},"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/updateDeviceGroupIpPattern"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 12:20:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 3484693,\n    \"deviceGroupId\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"interfaceName\": null,\n    \"action\": \"DENY\",\n    \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.([1-9][0-9]|1([0-1][0-9]|2[0-5]))$\"\n}"}],"_postman_id":"480c1bdf-d249-48df-b732-d90884cdb728"},{"name":"Delete Device Group Ip Pattern","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0f5b3984-68e0-447b-b810-64f2d9511dcf"}}],"id":"9ee4cb1f-7ba0-43f9-941a-6a9b6424f385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Host","value":" localhost"},{"key":"User-Agent","value":" Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"},{"key":"Accept","value":" application/json, text/plain, */*"},{"key":"Accept-Language","value":" en-US,en;q=0.5"},{"key":"Accept-Encoding","value":" gzip, deflate"},{"key":"Referer","value":" http://localhost"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":" keep-alive"},{"key":"Pragma","value":" no-cache"},{"key":"Cache-Control","value":" no-cache"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"dbId\": 118263,\n        \"deviceGroupId\": \"d8a5810e-f17e-43f4-8036-86a10c5e2ba0\",\n        \"interfaceName\": null,\n        \"action\": \"ALLOW\",\n        \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.(1([0-9][0-8])|2([0-4][0-8]|5[0-5]))$\"\n    }"},"url":"{{url}}/aioc-rest-web/rest/discovery/deleteDeviceGroupIpPattern","description":"<p>This method deletes Ip Pattern of the device group.\nMandatory field:\n\"deviceGroupId\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","deleteDeviceGroupIpPattern"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"da209960-4238-4fb7-a9e3-be70d8b27d3c","name":"deleteDeviceGroupIpPattern","originalRequest":{"method":"DELETE","header":[{"key":"Host","value":" localhost"},{"key":"User-Agent","value":" Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"},{"key":"Accept","value":" application/json, text/plain, */*"},{"key":"Accept-Language","value":" en-US,en;q=0.5"},{"key":"Accept-Encoding","value":" gzip, deflate"},{"key":"Referer","value":" http://localhost"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":" keep-alive"},{"key":"Pragma","value":" no-cache"},{"key":"Cache-Control","value":" no-cache"}],"body":{"mode":"raw","raw":"{\n        \"dbId\": 118263,\n        \"deviceGroupId\": \"d8a5810e-f17e-43f4-8036-86a10c5e2ba0\",\n        \"interfaceName\": null,\n        \"action\": \"ALLOW\",\n        \"ipPattern\": \"^10\\\\.20\\\\.40\\\\.(1([0-9][0-8])|2([0-4][0-8]|5[0-5]))$\"\n    }"},"url":"http://10.20.40.148/aioc-rest-web/rest/discovery/deleteDeviceGroupIpPattern"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 14 Mar 2019 06:59:07 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"9ee4cb1f-7ba0-43f9-941a-6a9b6424f385"},{"name":"List Device Group With Secrets Revealed","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"13c49899-c8a5-4f4d-a320-fb5f25ea30d0"}}],"id":"e9f77bac-f57d-4f67-86bd-abde3b948c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupWithSecretsRevealed/DBID","description":"<p>This method lists device group informations including revealed secret keys.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupWithSecretsRevealed","DBID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f4189292-29ee-429d-a296-339fa72bdf8e","name":"getDeviceGroupWithSecretsRevealed","originalRequest":{"method":"GET","header":[{"key":"Host","value":" localhost"},{"key":"User-Agent","value":" Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"},{"key":"Accept","value":" application/json, text/plain, */*"},{"key":"Accept-Language","value":" en-US,en;q=0.5"},{"key":"Accept-Encoding","value":" gzip, deflate"},{"key":"Referer","value":" http://localhost"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":" keep-alive"},{"key":"Pragma","value":" no-cache"},{"key":"Cache-Control","value":" no-cache"}],"url":"http://10.20.40.232/aioc-rest-web/rest/discovery/getDeviceGroupWithSecretsRevealed/303880"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Mar 2019 12:28:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 303880,\n    \"id\": \"7dad2aa5-414a-4b20-86c0-346876ea88b5\",\n    \"name\": \"SSH DG2\",\n    \"description\": null,\n    \"parentGroupId\": null,\n    \"ifaceOperationCheck\": false,\n    \"timeTolerance\": null,\n    \"realms\": [\n        304366,\n        3478516\n    ],\n    \"deviceIds\": [],\n    \"properties\": {\n        \"globalUsername\": \"root\",\n        \"globalSecretKey\": \"test\",\n        \"globalPassword\": \"123\"\n    },\n    \"children\": [],\n    \"devices\": null,\n    \"rootGroupId\": null,\n    \"globalUsername\": \"root\",\n    \"globalPassword\": \"123\",\n    \"showInDeviceTree\": true,\n    \"useAsRoleGroup\": true,\n    \"discoverySources\": null,\n    \"readOnly\": false\n}"}],"_postman_id":"e9f77bac-f57d-4f67-86bd-abde3b948c3c"},{"name":"List All Element Types","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c1471ad6-c0e6-4849-952e-9e41c47221b0"}}],"id":"4a756833-4b15-4a1d-ac85-e01bc0847a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/elementType/getElementTypes","urlObject":{"path":["aioc-rest-web","rest","elementType","getElementTypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c34c23c5-f3c2-4154-92c8-0eb20408d897","name":"listAllElementTypes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"url":"http://10.20.40.247/aioc-rest-web/rest/elementType/getElementTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Dec 2019 06:58:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": -361589194,\n        \"elementTypeId\": \"a10_lb\",\n        \"elementTypeName\": \"A10 LB\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -341740792,\n        \"elementTypeId\": \"a10_nat\",\n        \"elementTypeName\": \"A10 NAT\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256559,\n        \"elementTypeId\": \"acme\",\n        \"elementTypeName\": \"ACME\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256560,\n        \"elementTypeId\": \"alcatel_nms\",\n        \"elementTypeName\": \"Alcatel-Lucent NMS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256561,\n        \"elementTypeId\": \"alcatel_router\",\n        \"elementTypeName\": \"Alcatel-Lucent Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107285,\n                \"elementTypePropertyValue\": \"dont_try_and_send_enter\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DONT_TRY_AND_CLEAN_LINE\",\n                        \"DONT_TRY_AND_SEND_ENTER\",\n                        \"DONT_TRY_AND_THROW_ERROR\",\n                        \"TRY_AND_CLEAN_LINE\",\n                        \"TRY_AND_SEND_ENTER\",\n                        \"TRY_AND_THROW_ERROR\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107284,\n                \"elementTypePropertyValue\": \".*?(#|\\\\$)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107280,\n                \"elementTypePropertyValue\": \".*(?i)login\\\\s*[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107283,\n                \"elementTypePropertyValue\": \"^\\\\s*-+\\\\s*(?i)more\\\\s*-+.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107281,\n                \"elementTypePropertyValue\": \".*(?i)password.*[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107282,\n                \"elementTypePropertyValue\": \".*(?i)user(name)?.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256562,\n        \"elementTypeId\": \"alcatel_switch\",\n        \"elementTypeName\": \"Alcatel-Lucent Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107288,\n                \"elementTypePropertyValue\": \"execute_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107287,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107289,\n                \"elementTypePropertyValue\": \".*?#\\\\s\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107286,\n                \"elementTypePropertyValue\": \"alcatel\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256563,\n        \"elementTypeId\": \"arbor_ddos\",\n        \"elementTypeName\": \"Arbor DDOS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -225891788,\n        \"elementTypeId\": \"arbor_pravail\",\n        \"elementTypeName\": \"Arbor PRAVAIL\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -923607445,\n        \"elementTypeId\": \"aruba_wireless\",\n        \"elementTypeName\": \"Aruba Wireless\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 431692,\n                \"elementTypePropertyValue\": \"tr.eurosport.com\",\n                \"elementTypePropertyKey\": \"http.bypass.domain\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"http.bypass.domain\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"http.bypass.domain\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256564,\n        \"elementTypeId\": \"bluecat_dns\",\n        \"elementTypeName\": \"Bluecat DNS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 421,\n        \"elementTypeId\": \"cassandra\",\n        \"elementTypeName\": \"Cassandra\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256565,\n        \"elementTypeId\": \"checkpoint_firewall\",\n        \"elementTypeName\": \"Checkpoint Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256566,\n        \"elementTypeId\": \"cisco_ios\",\n        \"elementTypeName\": \"Cisco IOS Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107295,\n                \"elementTypePropertyValue\": \"^(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107299,\n                \"elementTypePropertyValue\": \"^Uncommitted changes found.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107291,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107297,\n                \"elementTypePropertyValue\": \"^Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107296,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107298,\n                \"elementTypePropertyValue\": \"^--More--.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107290,\n                \"elementTypePropertyValue\": \"cisco\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107300,\n                \"elementTypePropertyValue\": \".*?(&gt|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107348,\n                \"elementTypePropertyValue\": \"0\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": 315402,\n                \"elementTypePropertyValue\": \"ETX\",\n                \"elementTypePropertyKey\": \"cli.clean.line.bytes\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.clean.line.bytes\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ENQ_NAK_CR\",\n                        \"ETX\"\n                    ],\n                    \"elementTypePropertyKey\": \"cli.clean.line.bytes\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107293,\n                \"elementTypePropertyValue\": \"^% Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107294,\n                \"elementTypePropertyValue\": \"^(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107292,\n                \"elementTypePropertyValue\": \"execute_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256567,\n        \"elementTypeId\": \"cisco_ios_switch\",\n        \"elementTypeName\": \"Cisco IOS Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256568,\n        \"elementTypeId\": \"cisco_ios_xe\",\n        \"elementTypeName\": \"Cisco IOS-XE Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107304,\n                \"elementTypePropertyValue\": \"^% Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107307,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107349,\n                \"elementTypePropertyValue\": \"0\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107302,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root_when_no_command\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107308,\n                \"elementTypePropertyValue\": \"^Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107311,\n                \"elementTypePropertyValue\": \".*?(&gt|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107303,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107305,\n                \"elementTypePropertyValue\": \"^(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107301,\n                \"elementTypePropertyValue\": \"cisco\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107310,\n                \"elementTypePropertyValue\": \"^Uncommitted changes found.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107306,\n                \"elementTypePropertyValue\": \"^(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107309,\n                \"elementTypePropertyValue\": \"^--More--.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256569,\n        \"elementTypeId\": \"cisco_ios_xr\",\n        \"elementTypeName\": \"Cisco IOS-XR Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107319,\n                \"elementTypePropertyValue\": \"^Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107320,\n                \"elementTypePropertyValue\": \"^--More--.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107322,\n                \"elementTypePropertyValue\": \".*?(&gt|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107318,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107314,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107315,\n                \"elementTypePropertyValue\": \"^% Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107316,\n                \"elementTypePropertyValue\": \"^(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107313,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root_when_no_command\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107317,\n                \"elementTypePropertyValue\": \"^(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107312,\n                \"elementTypePropertyValue\": \"cisco\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107350,\n                \"elementTypePropertyValue\": \"0\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107321,\n                \"elementTypePropertyValue\": \"^Uncommitted changes found.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256570,\n        \"elementTypeId\": \"cisco_nexus\",\n        \"elementTypeName\": \"Cisco Nexus Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107325,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107360,\n                \"elementTypePropertyValue\": \"^(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107364,\n                \"elementTypePropertyValue\": \"^Uncommitted changes found.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107323,\n                \"elementTypePropertyValue\": \"cisco\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107324,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107361,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107358,\n                \"elementTypePropertyValue\": \"^% Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107359,\n                \"elementTypePropertyValue\": \"^(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107326,\n                \"elementTypePropertyValue\": \".*?(&gt|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107362,\n                \"elementTypePropertyValue\": \"^Do you.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107363,\n                \"elementTypePropertyValue\": \"^--More--.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256571,\n        \"elementTypeId\": \"cisco_router_3600\",\n        \"elementTypeName\": \"Cisco 3600 Series Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -923607761,\n        \"elementTypeId\": \"cisco_wireless\",\n        \"elementTypeName\": \"Cisco Wireless\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256572,\n        \"elementTypeId\": \"citrix_load_balancer\",\n        \"elementTypeName\": \"Citrix Load Balancer\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107334,\n                \"elementTypePropertyValue\": \"dont_try_and_send_enter\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DONT_TRY_AND_CLEAN_LINE\",\n                        \"DONT_TRY_AND_SEND_ENTER\",\n                        \"DONT_TRY_AND_THROW_ERROR\",\n                        \"TRY_AND_CLEAN_LINE\",\n                        \"TRY_AND_SEND_ENTER\",\n                        \"TRY_AND_THROW_ERROR\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107329,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107330,\n                \"elementTypePropertyValue\": \"^Do you want to.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107327,\n                \"elementTypePropertyValue\": \"^(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107331,\n                \"elementTypePropertyValue\": \"^--More--.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107332,\n                \"elementTypePropertyValue\": \"^Please type.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107333,\n                \"elementTypePropertyValue\": \".*?(&gt|#|:)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107328,\n                \"elementTypePropertyValue\": \"^(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": 301138,\n        \"elementTypeId\": \"db2\",\n        \"elementTypeName\": \"Db2\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256573,\n        \"elementTypeId\": \"enterasys\",\n        \"elementTypeName\": \"Enterasys\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256574,\n        \"elementTypeId\": \"ericsson_ccn\",\n        \"elementTypeName\": \"Ericcson CCN\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107369,\n                \"elementTypePropertyValue\": \"^\\\\s*-*\\\\s*(?i)more\\\\s*-*.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107367,\n                \"elementTypePropertyValue\": \".*(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107368,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107370,\n                \"elementTypePropertyValue\": \"^User \\\\[\\\\]:.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107371,\n                \"elementTypePropertyValue\": \"^Pass:.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107366,\n                \"elementTypePropertyValue\": \".*(?i)user(name)?[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107365,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1718686773,\n        \"elementTypeId\": \"ericsson_cscf\",\n        \"elementTypeName\": \"Ericsson CSCF\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1718685169,\n        \"elementTypeId\": \"ericsson_HSS\",\n        \"elementTypeName\": \"Ericsson HSS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256575,\n        \"elementTypeId\": \"ericsson_ims\",\n        \"elementTypeName\": \"Ericcson Dicos IMS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1718671257,\n        \"elementTypeId\": \"ericsson_mtas\",\n        \"elementTypeName\": \"Ericsson MTAS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256576,\n        \"elementTypeId\": \"ericsson_nat\",\n        \"elementTypeName\": \"Ericcson NAT\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1718706705,\n        \"elementTypeId\": \"ericsson_sbg\",\n        \"elementTypeName\": \"Ericsson SBG\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256577,\n        \"elementTypeId\": \"ericsson_sgsn\",\n        \"elementTypeName\": \"Ericcson SGSN\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 432726,\n        \"elementTypeId\": \"eurosport_tr\",\n        \"elementTypeName\": \"Eurosport\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 432742,\n                \"elementTypePropertyValue\": \"tr.eurosport.com\",\n                \"elementTypePropertyKey\": \"http.bypass.domain\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"http.bypass.domain\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"http.bypass.domain\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256578,\n        \"elementTypeId\": \"f5_load_balancer\",\n        \"elementTypeName\": \"F5 Load Balancer\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 452886,\n        \"elementTypeId\": \"facebook\",\n        \"elementTypeName\": \"Facebook\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256579,\n        \"elementTypeId\": \"fortigate_firewall\",\n        \"elementTypeName\": \"Fortigate Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1277202820,\n        \"elementTypeId\": \"Fortinet_Ogd\",\n        \"elementTypeName\": \"FORTINET OGD\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 301136,\n        \"elementTypeId\": \"hive\",\n        \"elementTypeName\": \"Hive\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1309567845,\n        \"elementTypeId\": \"hp_switch\",\n        \"elementTypeName\": \"HP Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -819305705,\n        \"elementTypeId\": \"huawei_dslam\",\n        \"elementTypeName\": \"Huawei DSLAM\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -819331269,\n                \"elementTypePropertyValue\": \"(?i).*(User name|user|login)[:|&gt].*\",\n                \"elementTypePropertyKey\": \"cli.login.username.prompt.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.login.username.prompt.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"cli.login.username.prompt.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -819331649,\n                \"elementTypePropertyValue\": \"(?i).*User password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"cli.login.password.prompt.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.login.password.prompt.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"cli.login.password.prompt.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256580,\n        \"elementTypeId\": \"huawei_nat\",\n        \"elementTypeName\": \"Huawei NAT\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256581,\n        \"elementTypeId\": \"huawei_nms\",\n        \"elementTypeName\": \"Huawei NMS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -285809818,\n        \"elementTypeId\": \"huawei_olt\",\n        \"elementTypeName\": \"Huawei OLT\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1598962028,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -813404828,\n                \"elementTypePropertyValue\": \"(?i).*(User name|user|login)[:|&gt].* \",\n                \"elementTypePropertyKey\": \"cli.login.username.prompt.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.login.username.prompt.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"cli.login.username.prompt.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -813406092,\n                \"elementTypePropertyValue\": \"(?i).*User password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"cli.login.password.prompt.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.login.password.prompt.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"cli.login.password.prompt.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256582,\n        \"elementTypeId\": \"huawei_router\",\n        \"elementTypeName\": \"Huawei Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107338,\n                \"elementTypePropertyValue\": \".*(?i)login[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107339,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107341,\n                \"elementTypePropertyValue\": \"^(?i)user(name)?.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107342,\n                \"elementTypePropertyValue\": \".*?(&gt|]|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107335,\n                \"elementTypePropertyValue\": \"huawei\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.context\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ALCATEL\",\n                        \"HUAWEI\",\n                        \"CISCO\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107337,\n                \"elementTypePropertyValue\": \"abort_and_go_to_root\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107340,\n                \"elementTypePropertyValue\": \"^---- More ----.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107336,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256583,\n        \"elementTypeId\": \"huawei_sgsn\",\n        \"elementTypeName\": \"Huawei SGSN\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107354,\n                \"elementTypePropertyValue\": \"RETCODE = 0\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.telnet.auth.success.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.telnet.auth.success.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.telnet.auth.success.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107356,\n                \"elementTypePropertyValue\": \"false\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.telnet.negotiatate.options\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.telnet.negotiatate.options\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"true\",\n                        \"false\"\n                    ],\n                    \"elementTypePropertyKey\": \"shell.terminal.config.telnet.negotiatate.options\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107352,\n                \"elementTypePropertyValue\": \"false\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.has_prompt\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.has_prompt\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"true\",\n                        \"false\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.has_prompt\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107357,\n                \"elementTypePropertyValue\": \"true\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.local.echo\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.local.echo\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"true\",\n                        \"false\"\n                    ],\n                    \"elementTypePropertyKey\": \"shell.terminal.config.local.echo\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107353,\n                \"elementTypePropertyValue\": \"lgi:op=\\\"${username}\\\",pwd=\\\"${password}\\\"; \",\n                \"elementTypePropertyKey\": \"shell.terminal.config.telnet.logon.template\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.telnet.logon.template\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.telnet.logon.template\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107351,\n                \"elementTypePropertyValue\": \"DONT_TRY_AND_SEND_ENTER\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DONT_TRY_AND_CLEAN_LINE\",\n                        \"DONT_TRY_AND_SEND_ENTER\",\n                        \"DONT_TRY_AND_THROW_ERROR\",\n                        \"TRY_AND_CLEAN_LINE\",\n                        \"TRY_AND_SEND_ENTER\",\n                        \"TRY_AND_THROW_ERROR\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.second_attempt_for_prompt\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107355,\n                \"elementTypePropertyValue\": \"RETCODE = [1-9]\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.telnet.auth.failure.pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.telnet.auth.failure.pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.telnet.auth.failure.pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256584,\n        \"elementTypeId\": \"huawei_switch\",\n        \"elementTypeName\": \"Huawei Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1360439440,\n                \"elementTypePropertyValue\": \"true\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"true\",\n                        \"false\"\n                    ],\n                    \"elementTypePropertyKey\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256585,\n        \"elementTypeId\": \"huawei_vrp\",\n        \"elementTypeName\": \"Huawei NE40e-X8 VRP\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256586,\n        \"elementTypeId\": \"ibm_ips\",\n        \"elementTypeName\": \"IBM IPS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256587,\n        \"elementTypeId\": \"juniper\",\n        \"elementTypeName\": \"Juniper Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3844,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107343,\n                \"elementTypePropertyValue\": \".*?(&gt|%|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -1000266441,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -646571384,\n                \"elementTypePropertyValue\": \"800\",\n                \"elementTypePropertyKey\": \"nsso.cli.delay.between.enters\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"nsso.cli.delay.between.enters\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"nsso.cli.delay.between.enters\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256588,\n        \"elementTypeId\": \"juniper_isg_firewall\",\n        \"elementTypeName\": \"Juniper ISG Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3845,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256589,\n        \"elementTypeId\": \"juniper_nsm_firewall\",\n        \"elementTypeName\": \"Juniper NSM Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3846,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256590,\n        \"elementTypeId\": \"juniper_sa4_firewall\",\n        \"elementTypeName\": \"Juniper SA4 Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3847,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256591,\n        \"elementTypeId\": \"juniper_srx_firewall\",\n        \"elementTypeName\": \"Juniper SRX Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3848,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256592,\n        \"elementTypeId\": \"juniper_ssg_firewall\",\n        \"elementTypeName\": \"Juniper SSG Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 3849,\n                \"elementTypePropertyValue\": \"1000\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -157530661,\n        \"elementTypeId\": \"juniper_switch\",\n        \"elementTypeName\": \"Juniper Switch\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256593,\n        \"elementTypeId\": \"linux\",\n        \"elementTypeName\": \"Linux Server\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -224107347,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -328318769,\n                \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -328317181,\n                \"elementTypePropertyValue\": \"^Are you sure.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -328315408,\n                \"elementTypePropertyValue\": \"^Quit.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -355141703,\n                \"elementTypePropertyValue\": \"^Select choice.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -328321729,\n                \"elementTypePropertyValue\": \"^Enter the date.*\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"allowMultipleValues\": true,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -316330256,\n                \"elementTypePropertyValue\": \"-1\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107345,\n                \"elementTypePropertyValue\": \"abort\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"ABORT_AND_GO_TO_ROOT_WHEN_NO_COMMAND\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -224107346,\n                \"elementTypePropertyValue\": \"do_nothing\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"DO_NOTHING\",\n                        \"ABORT_AND_GO_TO_ROOT\",\n                        \"EXECUTE_AND_GO_TO_ROOT\"\n                    ],\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -1256594,\n        \"elementTypeId\": \"mcafee_ips\",\n        \"elementTypeName\": \"MCAFEE IPS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 314255,\n        \"elementTypeId\": \"Microtik\",\n        \"elementTypeName\": \"Microtik Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": 314330,\n                \"elementTypePropertyValue\": \"ETX\",\n                \"elementTypePropertyKey\": \"cli.clean.line.bytes\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"cli.clean.line.bytes\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"ENQ_NAK_CR\",\n                        \"ETX\"\n                    ],\n                    \"elementTypePropertyKey\": \"cli.clean.line.bytes\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": 444,\n        \"elementTypeId\": \"mssql\",\n        \"elementTypeName\": \"MsSQL\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 420,\n        \"elementTypeId\": \"mysql\",\n        \"elementTypeName\": \"MySQL\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -844344996,\n        \"elementTypeId\": \"nokia_wdm_pss32\",\n        \"elementTypeName\": \"Nokia WDM PSS32\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 419,\n        \"elementTypeId\": \"oracledb\",\n        \"elementTypeName\": \"Oracle DB\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256595,\n        \"elementTypeId\": \"palo_alto\",\n        \"elementTypeName\": \"Palo Alto\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 301137,\n        \"elementTypeId\": \"postgresql\",\n        \"elementTypeName\": \"PostgreSQL\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256596,\n        \"elementTypeId\": \"rapid7_firewall\",\n        \"elementTypeName\": \"Rapid7 Firewall\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -1256597,\n        \"elementTypeId\": \"redback\",\n        \"elementTypeName\": \"Redback Router\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -334611270,\n                \"elementTypePropertyValue\": \".*?(&gt|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -835177976,\n                \"elementTypePropertyValue\": \"WITH_QUEUE\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.ssh.echo.process\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.ssh.echo.process\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"WITHOUT_QUEUE\",\n                        \"WITH_QUEUE\"\n                    ],\n                    \"elementTypePropertyKey\": \"shell.terminal.config.ssh.echo.process\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -1418246357,\n                \"elementTypePropertyValue\": \"true\",\n                \"elementTypePropertyKey\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": true,\n                    \"elementTypePropertyValues\": [\n                        \"true\",\n                        \"false\"\n                    ],\n                    \"elementTypePropertyKey\": \"shell.terminal.config.ssh.enable.bouncycastle\",\n                    \"valueType\": \"STRING\",\n                    \"encryption\": false\n                }\n            },\n            {\n                \"dbId\": -835177652,\n                \"elementTypePropertyValue\": \"1200\",\n                \"elementTypePropertyKey\": \"nsso.cli.delay.between.enters\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"nsso.cli.delay.between.enters\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"nsso.cli.delay.between.enters\",\n                    \"valueType\": \"INT\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -285840221,\n        \"elementTypeId\": \"sandvine_pts\",\n        \"elementTypeName\": \"SANDVINE PTS\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1449374404,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -285840566,\n        \"elementTypeId\": \"sandvine_sde\",\n        \"elementTypeName\": \"SANDVINE SDE\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1449358972,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -285841021,\n        \"elementTypeId\": \"sandvine_spb\",\n        \"elementTypeName\": \"SANDVINE SPB\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1449373288,\n                \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#)\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": 203638,\n        \"elementTypeId\": \"sc_proxy\",\n        \"elementTypeName\": \"SC PROXY\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": 5681,\n        \"elementTypeId\": \"teradata\",\n        \"elementTypeName\": \"Teradata\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    },\n    {\n        \"dbId\": -690100081,\n        \"elementTypeId\": \"tic\",\n        \"elementTypeName\": \"TIC Aplenes\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": [\n            {\n                \"dbId\": -1023094844,\n                \"elementTypePropertyValue\": \".*?(&gt|#|\\\\))\",\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                \"elementTypePropertyType\": {\n                    \"displayName\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"allowMultipleValues\": false,\n                    \"valuesPredefined\": false,\n                    \"elementTypePropertyValues\": null,\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"valueType\": \"REGEX\",\n                    \"encryption\": false\n                }\n            }\n        ]\n    },\n    {\n        \"dbId\": -123,\n        \"elementTypeId\": \"windows\",\n        \"elementTypeName\": \"Windows\",\n        \"vendor\": null,\n        \"category\": null,\n        \"elementTypeProperties\": []\n    }\n]"}],"_postman_id":"4a756833-4b15-4a1d-ac85-e01bc0847a05"},{"name":"Delete Element Type By DbId","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f72d8110-3242-41c9-9982-f7742a8b8ac5"}}],"id":"c8c0f13f-3944-4abf-929e-e8da8c467789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"dbId\": 421\r\n    }"},"url":"{{url}}/aioc-rest-web/rest/elementType/deleteElementType","description":"<p>This method deletes the element type with dbId information.</p>\n<p>Mandatory Field:\n\"dbId\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","elementType","deleteElementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b10028b2-f84d-4b0c-8e5c-6a906719534b","name":"Delete Element Type By DbId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"dbId\": 421\r\n    }"},"url":"http://10.20.40.247/aioc-rest-web/rest/elementType/deleteElementType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 11 Feb 2020 14:57:55 GMT"}],"cookie":[],"responseTime":null,"body":"\"OK\""}],"_postman_id":"c8c0f13f-3944-4abf-929e-e8da8c467789"},{"name":"Save New Element Type","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"3603ddba-d7e7-4885-b933-cc09d8d3fc6c"}}],"id":"1555e91d-e1a4-4ab0-8743-a95140825431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"    {         \r\n        \"elementTypeId\": \"acme\",                               \r\n        \"elementTypeName\": \"ACME\",                      \t  \r\n        \"vendor\": {\r\n            \"dbId\": 57,\r\n            \"name\": \"Acme\"\r\n        },\r\n        \"category\": {\r\n            \"dbId\": 54,\r\n            \"name\": \"Other\"\r\n        },\r\n        \"elementTypeProperties\": [{\r\n                \"dbId\": 20474,\r\n                \"elementTypePropertyValue\": \".*(?i)user(name)?.*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            },\r\n            {\r\n                \"dbId\": 130,\r\n                \"elementTypePropertyValue\": \".*(?i)password.*[:|&gt].*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            }]\r\n    }\r\n"},"url":"{{url}}/aioc-rest-web/rest/elementType/saveElementType","description":"<p>This method saves a new element type to Infrascope PAM.\nMandatory Fields:\n\"elementTypeId\"\n\"elementTypeName\"</p>\n","urlObject":{"path":["aioc-rest-web","rest","elementType","saveElementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d66a761a-96e4-4cf1-ab31-42828dd81118","name":"saveElementType","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"    {         \r\n        \"elementTypeId\": \"acme\",                               \r\n        \"elementTypeName\": \"ACME\",                      \t  \r\n        \"vendor\": {\r\n            \"dbId\": 57,\r\n            \"name\": \"Acme\"\r\n        },\r\n        \"category\": {\r\n            \"dbId\": 54,\r\n            \"name\": \"Other\"\r\n        },\r\n        \"elementTypeProperties\": [{\r\n                \"dbId\": 20474,\r\n                \"elementTypePropertyValue\": \".*(?i)user(name)?.*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            },\r\n            {\r\n                \"dbId\": 130,\r\n                \"elementTypePropertyValue\": \".*(?i)password.*[:|&gt].*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            }]\r\n    }\r\n"},"url":"http://10.20.40.247/aioc-rest-web/rest/elementType/saveElementType"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Dec 2019 07:20:26 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Element Type Id already exists."}],"_postman_id":"1555e91d-e1a4-4ab0-8743-a95140825431"},{"name":"Update Element Type","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"b30335cc-4596-4153-9ec8-5723cd61f5fe"}}],"id":"cca99e08-9099-4473-9660-652303ad08e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{         \r\n        \"dbId\": \"8643\",                                                   \r\n      \"elementTypeId\": \"acme\",                                \r\n        \"elementTypeName\": \"ACME\",                       \r\n        \"vendor\": {\r\n            \"dbId\": 57,\r\n            \"name\": \"Acme\"\r\n        },\r\n        \"category\": {\r\n            \"dbId\": 54,\r\n            \"name\": \"Other\"\r\n        },\r\n        \"elementTypeProperties\": [{\r\n                \"dbId\": 20474,\r\n                \"elementTypePropertyValue\": \".*(?i)user(name)?.*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            },\r\n            {\r\n                \"dbId\": 130,\r\n                \"elementTypePropertyValue\": \".*(?i)password.*[:|&gt].*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            }]\r\n    }\r\n"},"url":"{{url}}/aioc-rest-web/rest/elementType/saveElementType","description":"<p>This method updates an existing element type.\nMandatory Fields:\n\"elementTypeId\", \"elementTypeName\" and \"dbId\" info should be added to request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","elementType","saveElementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca1b837b-1e57-4822-a4a2-fbe993d3d3e0","name":"updateElementType","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{         \r\n        \"dbId\": \"8643\",                                                   \r\n      \"elementTypeId\": \"acme\",                                \r\n        \"elementTypeName\": \"ACME\",                       \r\n        \"vendor\": {\r\n            \"dbId\": 57,\r\n            \"name\": \"Acme\"\r\n        },\r\n        \"category\": {\r\n            \"dbId\": 54,\r\n            \"name\": \"Other\"\r\n        },\r\n        \"elementTypeProperties\": [{\r\n                \"dbId\": 20474,\r\n                \"elementTypePropertyValue\": \".*(?i)user(name)?.*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            },\r\n            {\r\n                \"dbId\": 130,\r\n                \"elementTypePropertyValue\": \".*(?i)password.*[:|&gt].*\",\r\n                \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                \"elementTypePropertyType\": {\r\n                    \"displayName\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"allowMultipleValues\": true,\r\n                    \"valuesPredefined\": false,\r\n                    \"elementTypePropertyValues\": null,\r\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\r\n                    \"valueType\": \"REGEX\",\r\n                    \"encryption\": false\r\n                }\r\n            }]\r\n    }\r\n"},"url":"http://10.20.40.247/aioc-rest-web/rest/elementType/saveElementType"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Dec 2019 07:30:52 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"Element Type Id already exists."}],"_postman_id":"cca99e08-9099-4473-9660-652303ad08e4"},{"name":"Get DeviceRealm By User Group Id","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7af5b217-68e8-4d69-9b27-3ec3e8defe44"}}],"id":"3b7a9ba5-694e-4445-9bba-1b9e3a76e859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmByUserGroupId/USERGROUPID","description":"<p>THis method lists device realms whih includes the related user group information sendt in request url.\nAdd user grou id information in request url as USERGROUPID.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmByUserGroupId","USERGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"198b2f0e-4dd5-40ca-a7b9-265fa6fb6f71","name":"getDeviceRealmByUserGroupId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceRealmByUserGroupId/1b64202f-8f1f-466f-8e33-f56c93ec37b3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:25:28 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 1,\n        \"id\": null,\n        \"name\": \"dr.proxy\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 1,\n                \"id\": \"dg.sc_proxy\",\n                \"name\": \"Proxy\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    1\n                ],\n                \"deviceIds\": [\n                    1\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"eid\": \"System.users\",\n                \"description\": \"Default user group\",\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"68aec4ed-67d9-4bd9-920b-bc9823d44101\",\n                        \"eid\": \"ezgi\",\n                        \"personelId\": null,\n                        \"name\": \"ezf\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"eccbc87e4b5ce2fe28308fd9f2a7baf3\",\n                        \"email\": \"ezgitestInfrascope@gmail.com\",\n                        \"surname\": \"asf\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"isTemporaryUser\": \"true\",\n                            \"temporaryUserEndTime\": \"1577998799000\",\n                            \"ubaThreshold\": \"50\",\n                            \"temporaryUserStartTime\": \"1577134800000\",\n                            \"lockReason\": \"Temporary user is expired\",\n                            \"isLocked\": \"true\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": \"Temporary user is expired\",\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": 1577998799000,\n                        \"tempUserStartTime\": 1577134800000,\n                        \"tempUser\": true,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": true\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"5cb1ed05-ae20-4392-bb0b-feadb77bee01\",\n                        \"eid\": \"test.user\",\n                        \"personelId\": null,\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@test.com\",\n                        \"surname\": \"tac\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"deda0ba4-1052-430e-a90f-05ef5e0e098b\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"202cb962ac59075b964b07152d234b70\",\n                        \"email\": \"testuser@wf.com\",\n                        \"surname\": \"testuser\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"a52b96bc-b428-4882-9a41-ac415d14c115\",\n                        \"eid\": \"testser2\",\n                        \"personelId\": null,\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"email\": \"test2@testac.com\",\n                        \"surname\": \"tac\",\n                        \"internal\": false,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"cdb7aa6c-f532-45e9-b666-75f31bbf13a9\",\n                        \"eid\": \"testser\",\n                        \"personelId\": null,\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": \"test@testac.com\",\n                        \"surname\": \"tac\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"eaa44a68-c2f5-4e99-9015-6bcf8a1762f0\",\n                        \"eid\": \"omer\",\n                        \"personelId\": \"123\",\n                        \"name\": \"Ömer Kaan\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"202cb962ac59075b964b07152d234b70\",\n                        \"email\": \"omerkaantillem@gmail.com\",\n                        \"surname\": \"Tillem\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"phoneNumber\": \"5367970450\",\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": \"5367970450\",\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    1\n                ],\n                \"properties\": {\n                    \"allowDirectAccess\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": true,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 703295,\n        \"id\": null,\n        \"name\": \"DR_testusergroup\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 703284,\n                \"id\": \"d2eb1d13-98d3-444d-afe8-7a7759583a19\",\n                \"name\": \"SSH\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    703295\n                ],\n                \"deviceIds\": [\n                    703328\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            },\n            {\n                \"dbId\": 703281,\n                \"id\": \"a8932a7d-15fc-454d-8fc6-71588bbec3c0\",\n                \"name\": \"Windows\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    703295\n                ],\n                \"deviceIds\": [\n                    300385\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"Administrator\",\n                    \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"Administrator\",\n                \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"3a6da328-7349-4959-a15e-b4187dcba1c8\",\n                \"eid\": \"UG_testusergroup\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"deda0ba4-1052-430e-a90f-05ef5e0e098b\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"202cb962ac59075b964b07152d234b70\",\n                        \"email\": \"testuser@wf.com\",\n                        \"surname\": \"testuser\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    703295\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 319362,\n        \"id\": null,\n        \"name\": \"GoogleRealmz\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 318983,\n                \"id\": \"4035b85e-392c-457e-a52b-3b0a5d6fa86b\",\n                \"name\": \"GCP DG\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    319362\n                ],\n                \"deviceIds\": [\n                    625461,\n                    625460,\n                    625463,\n                    625462\n                    \n                ],\n                \"properties\": {\n                    \"addDeviceSshKeyToUserSelection\": \"true\",\n                    \"tag.key\": \"10\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                \"eid\": \"OmerUG\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"eaa44a68-c2f5-4e99-9015-6bcf8a1762f0\",\n                        \"eid\": \"omer\",\n                        \"personelId\": \"123\",\n                        \"name\": \"Ömer Kaan\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"202cb962ac59075b964b07152d234b70\",\n                        \"email\": \"omerkaantillem@gmail.com\",\n                        \"surname\": \"Tillem\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"phoneNumber\": \"5367970450\",\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": \"5367970450\",\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    319362\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 300464,\n        \"id\": null,\n        \"name\": \"rdp 41.55 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 300289,\n                \"id\": \"9f88ffca-f571-4dbf-bfc9-72f0495ee652\",\n                \"name\": \"RDP\",\n                \"description\": \"41.55\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300464\n                ],\n                \"deviceIds\": [\n                    300385\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n                \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 300464,\n        \"id\": null,\n        \"name\": \"rdp 41.55 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 300289,\n                \"id\": \"9f88ffca-f571-4dbf-bfc9-72f0495ee652\",\n                \"name\": \"RDP\",\n                \"description\": \"41.55\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300464\n                ],\n                \"deviceIds\": [\n                    300385\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n                \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 300455,\n        \"id\": null,\n        \"name\": \"ssh 135 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 663099,\n                \"id\": \"bf180f4d-d592-4c76-8d77-0ebb3ad1cc36\",\n                \"name\": \"HTTP DG\",\n                \"description\": \"İTÜ\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    663150\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            },\n            {\n                \"dbId\": 300271,\n                \"id\": \"14b59287-eb65-43f6-9b21-be63eed0361f\",\n                \"name\": \"ssh-40.135\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    300408\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    },\n    {\n        \"dbId\": 300455,\n        \"id\": null,\n        \"name\": \"ssh 135 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 663099,\n                \"id\": \"bf180f4d-d592-4c76-8d77-0ebb3ad1cc36\",\n                \"name\": \"HTTP DG\",\n                \"description\": \"İTÜ\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    663150\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            },\n            {\n                \"dbId\": 300271,\n                \"id\": \"14b59287-eb65-43f6-9b21-be63eed0361f\",\n                \"name\": \"ssh-40.135\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    300408\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    },\n    {\n        \"dbId\": 300455,\n        \"id\": null,\n        \"name\": \"ssh 135 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 663099,\n                \"id\": \"bf180f4d-d592-4c76-8d77-0ebb3ad1cc36\",\n                \"name\": \"HTTP DG\",\n                \"description\": \"İTÜ\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    663150\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": null,\n                \"globalPassword\": null,\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            },\n            {\n                \"dbId\": 300271,\n                \"id\": \"14b59287-eb65-43f6-9b21-be63eed0361f\",\n                \"name\": \"ssh-40.135\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    300455\n                ],\n                \"deviceIds\": [\n                    300408\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    },\n    {\n        \"dbId\": 305024,\n        \"id\": null,\n        \"name\": \"ssh 247 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 304961,\n                \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n                \"name\": \"ssh-247\",\n                \"description\": \"ssh-247\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    305024\n                ],\n                \"deviceIds\": [\n                    304994\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    },\n    {\n        \"dbId\": 305024,\n        \"id\": null,\n        \"name\": \"ssh 247 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 304961,\n                \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n                \"name\": \"ssh-247\",\n                \"description\": \"ssh-247\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    305024\n                ],\n                \"deviceIds\": [\n                    304994\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    },\n    {\n        \"dbId\": 305024,\n        \"id\": null,\n        \"name\": \"ssh 247 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 304961,\n                \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n                \"name\": \"ssh-247\",\n                \"description\": \"ssh-247\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    305024\n                ],\n                \"deviceIds\": [\n                    304994\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    }\n]"}],"_postman_id":"3b7a9ba5-694e-4445-9bba-1b9e3a76e859"},{"name":"Get Device Realm By User Group Name","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"793c67af-7da6-4724-a8d4-bdfbf6d7f2dd"}}],"id":"bd21bd76-2a83-4594-83df-7575e9243855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmByUserGroupName/USERGROUPNAME","description":"<p>This method lists device realms with the related user group name in request body.\nAdd user group name information to the request url as USERGROUPNAME.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmByUserGroupName","USERGROUPNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"87f0cd46-d232-4be9-9a48-d0027f5af3b9","name":"getDeviceRealmByUserGroupName","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceRealmByUserGroupName/UG_testusergroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:30:15 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 703295,\n        \"id\": null,\n        \"name\": \"DR_testusergroup\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 703284,\n                \"id\": \"d2eb1d13-98d3-444d-afe8-7a7759583a19\",\n                \"name\": \"SSH\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    703295\n                ],\n                \"deviceIds\": [\n                    703328\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            },\n            {\n                \"dbId\": 703281,\n                \"id\": \"a8932a7d-15fc-454d-8fc6-71588bbec3c0\",\n                \"name\": \"Windows\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    703295\n                ],\n                \"deviceIds\": [\n                    300385\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"Administrator\",\n                    \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"Administrator\",\n                \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"3a6da328-7349-4959-a15e-b4187dcba1c8\",\n                \"eid\": \"UG_testusergroup\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"deda0ba4-1052-430e-a90f-05ef5e0e098b\",\n                        \"eid\": \"testuser\",\n                        \"personelId\": null,\n                        \"name\": \"testuser\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"202cb962ac59075b964b07152d234b70\",\n                        \"email\": \"testuser@wf.com\",\n                        \"surname\": \"testuser\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    703295\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": []\n    }\n]"}],"_postman_id":"bd21bd76-2a83-4594-83df-7575e9243855"},{"name":"getDeviceRealmByDeviceGroupId","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"387ea81d-cdfc-441e-af40-3d537d3b9758"}}],"id":"1fccaa84-8f7e-46d2-aa0c-10628e1f8702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmByDeviceGroupId/DEVICEGROUPID","description":"<p>This method lists device realms with the related device group id information.\nAdd device group id information to the request url as DEVICEGROUPID.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmByDeviceGroupId","DEVICEGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca8b6ef9-f20e-404b-881e-977f14d94178","name":"getDeviceRealmByDeviceGroupId","originalRequest":{"method":"GET","header":[],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceRealmByDeviceGroupId/0bd76222-8268-412f-9809-6677e2ade902"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:33:35 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 305024,\n        \"id\": null,\n        \"name\": \"ssh 247 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 304961,\n                \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n                \"name\": \"ssh-247\",\n                \"description\": \"ssh-247\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    305024\n                ],\n                \"deviceIds\": [\n                    304994\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    }\n]"}],"_postman_id":"1fccaa84-8f7e-46d2-aa0c-10628e1f8702"},{"name":"getDeviceRealmByDeviceGroupName","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"b59b8a45-f792-407b-84ec-0ec2a42a656a"}}],"id":"48b7d3c1-14f6-420d-ac7d-c5efe482c50e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmByDeviceGroupName/DEVICEGROUPNAME","description":"<p>This method lists devie realms with related device group name in request url.\nAdd device group name information as DEVICEGROUPNAME in request url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmByDeviceGroupName","DEVICEGROUPNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a379a7a-e8b6-4bf3-8dfd-4a0a76e675fa","name":"getDeviceRealmByDeviceGroupName","originalRequest":{"method":"GET","header":[],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceRealmByDeviceGroupName/ssh-247"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:35:50 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 305024,\n        \"id\": null,\n        \"name\": \"ssh 247 realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 304961,\n                \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n                \"name\": \"ssh-247\",\n                \"description\": \"ssh-247\",\n                \"parentGroupId\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    305024\n                ],\n                \"deviceIds\": [\n                    304994\n                ],\n                \"properties\": {\n                    \"globalUsername\": \"root\",\n                    \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"rootGroupId\": null,\n                \"globalUsername\": \"root\",\n                \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n                \"showInDeviceTree\": true,\n                \"useAsRoleGroup\": true,\n                \"discoverySources\": null,\n                \"readOnly\": false\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    305024,\n                    300455\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                \"eid\": \"CemTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"fbcb11d7-b98d-49df-a3ba-bdc93209ab06\",\n                        \"eid\": \"cemtest3\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ffff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"62be439b-ff19-4e70-80e3-449358aaf7da\",\n                        \"eid\": \"cemtest2\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"ff@l.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                            \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                            \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                        ],\n                        \"lastLogin\": 1578313463235,\n                        \"lastLoginIp\": \"10.20.50.99\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"96389a67-2b9c-45c6-81e9-f8466b7eb86b\",\n                        \"eid\": \"cemtest1\",\n                        \"personelId\": null,\n                        \"name\": \"cem\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"cem.ari@Infrascopetech.com\",\n                        \"surname\": \"ari\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            },\n            {\n                \"id\": \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                \"eid\": \"OnlyTestUsers\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"50fa0f28-0d89-4360-8048-43616a3561b0\",\n                        \"eid\": \"testuser2\",\n                        \"personelId\": null,\n                        \"name\": \"test2\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"hhff@l.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"18d7e6bb-186f-4ddb-8a3e-a2921ba26f1e\",\n                        \"eid\": \"sfdasdf@-!\",\n                        \"personelId\": null,\n                        \"name\": \"r\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"xxxaaaaaaaaaaarr@f.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"218c893b-8257-4bd8-ab02-7189ff98d9cb\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    },\n                    {\n                        \"id\": \"edc2e491-28c7-496e-990c-bd6c99aabbd4\",\n                        \"eid\": \"testuser3\",\n                        \"personelId\": null,\n                        \"name\": \"test3\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"frrrrrrrrf@l.com\",\n                        \"surname\": \"r\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"59b6d24e-0867-4089-8f68-b1d1e18871eb\",\n                        \"eid\": \"testuser1\",\n                        \"personelId\": null,\n                        \"name\": \"test1\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"827ccb0eea8a706c4c34a16891f84e7b\",\n                        \"email\": \"sss@d.com\",\n                        \"surname\": \"u\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\",\n                            \"DEFAULT_GROUP_SYSYEM_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"c6fa7732-3984-4cf6-bfd4-afbbd2299902\"\n                        ],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"phoneNumber\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"locked\": false\n                    }\n                ],\n                \"realms\": [\n                    300547\n                ],\n                \"deviceRealms\": [\n                    305024,\n                    300455,\n                    300464\n                ],\n                \"properties\": {\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"adminGroup\": \"false\",\n                    \"allowDirectAccess\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"approvalRequired\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false\n            }\n        ],\n        \"policyKeyRealms\": [\n            818335,\n            300528\n        ]\n    }\n]"}],"_postman_id":"48b7d3c1-14f6-420d-ac7d-c5efe482c50e"},{"name":"getDeviceRealmByDbId","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1a3e82c3-b206-44ae-a09c-1eeea57a8671"}}],"id":"68d05f9f-6072-405c-bfa4-75397019e8dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmById/DEVICEREALMDBID","description":"<p>This method lists device realms by adding device realm db id in request url.\nAdd device realm db id information as DEVICEREALMDBID in request url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmById","DEVICEREALMDBID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f451badd-96f3-4777-90e7-e486bfeea04e","name":"getDeviceRealmById","originalRequest":{"method":"GET","header":[],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceRealmById/319362"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:40:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 319362,\n    \"id\": null,\n    \"name\": \"GoogleRealmz\",\n    \"description\": null,\n    \"deviceGroups\": [\n        {\n            \"dbId\": 318983,\n            \"id\": \"4035b85e-392c-457e-a52b-3b0a5d6fa86b\",\n            \"name\": \"GCP DG\",\n            \"description\": null,\n            \"parentGroupId\": null,\n            \"ifaceOperationCheck\": false,\n            \"timeTolerance\": null,\n            \"realms\": [\n                319362\n            ],\n            \"deviceIds\": [\n                625461,\n                625460,\n                625463,\n                625462,\n                658428\n            ],\n            \"properties\": {\n                \"addDeviceSshKeyToUserSelection\": \"true\",\n                \"tag.key\": \"10\"\n            },\n            \"children\": null,\n            \"devices\": null,\n            \"rootGroupId\": null,\n            \"globalUsername\": null,\n            \"globalPassword\": null,\n            \"showInDeviceTree\": true,\n            \"useAsRoleGroup\": true,\n            \"discoverySources\": null,\n            \"readOnly\": false\n        }\n    ],\n    \"userGroups\": [\n        {\n            \"id\": \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n            \"eid\": \"OmerUG\",\n            \"description\": null,\n            \"users\": [\n                {\n                    \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                    \"eid\": \"admin\",\n                    \"personelId\": null,\n                    \"name\": \"Administrator\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                    \"email\": null,\n                    \"surname\": \"Administrator\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                    ],\n                    \"managerGroups\": [\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                        \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                    ],\n                    \"lastLogin\": 1578313463235,\n                    \"lastLoginIp\": \"10.20.50.99\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"passwordDirty\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"phoneNumber\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserEndTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"locked\": false\n                },\n                {\n                    \"id\": \"eaa44a68-c2f5-4e99-9015-6bcf8a1762f0\",\n                    \"eid\": \"omer\",\n                    \"personelId\": \"123\",\n                    \"name\": \"Ömer Kaan\",\n                    \"passwordAlgorithm\": \"MD5\",\n                    \"password\": \"202cb962ac59075b964b07152d234b70\",\n                    \"email\": \"omerkaantillem@gmail.com\",\n                    \"surname\": \"Tillem\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"phoneNumber\": \"5367970450\",\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                        \"DEFAULT_GROUP_SYSYEM_USERS\"\n                    ],\n                    \"managerGroups\": [],\n                    \"lastLogin\": null,\n                    \"lastLoginIp\": null,\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"passwordDirty\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"phoneNumber\": \"5367970450\",\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserEndTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"locked\": false\n                }\n            ],\n            \"managers\": [\n                {\n                    \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                    \"eid\": \"admin\",\n                    \"personelId\": null,\n                    \"name\": \"Administrator\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                    \"email\": null,\n                    \"surname\": \"Administrator\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"829f4d39-54f9-4a76-bf5c-26531cedbca7\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                    ],\n                    \"managerGroups\": [\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"1b64202f-8f1f-466f-8e33-f56c93ec37b3\",\n                        \"3a6da328-7349-4959-a15e-b4187dcba1c8\"\n                    ],\n                    \"lastLogin\": 1578313463235,\n                    \"lastLoginIp\": \"10.20.50.99\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"passwordDirty\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"phoneNumber\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserEndTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"locked\": false\n                }\n            ],\n            \"realms\": [],\n            \"deviceRealms\": [\n                319362\n            ],\n            \"properties\": {\n                \"approvalRequiredForConnection\": \"false\",\n                \"allowConsoleAccess\": \"false\",\n                \"adminGroup\": \"false\",\n                \"autonomousGroup\": \"false\",\n                \"allowDirectAccess\": \"false\"\n            },\n            \"recordLimit4Search\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"filterGroupIdList\": null,\n            \"passwordTtl\": null,\n            \"systemGroup\": false,\n            \"registrationRole\": false,\n            \"adminGroup\": false,\n            \"autonomousGroup\": false,\n            \"approvalRequired\": false,\n            \"externalDirectorySources\": null,\n            \"otpEnabled\": false,\n            \"sshProxyEnabled\": false,\n            \"rdpProxyEnabled\": false,\n            \"httpProxyEnabled\": false,\n            \"sftpProxyEnabled\": false,\n            \"sqlProxyEnabled\": false,\n            \"containLocalUser4Search\": false,\n            \"allowDirectAccess\": false,\n            \"allowConsoleAccess\": false\n        }\n    ],\n    \"policyKeyRealms\": []\n}"}],"_postman_id":"68d05f9f-6072-405c-bfa4-75397019e8dd"},{"name":"getDeviceGroupByParentGroupName","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d932eca6-89ee-4f21-aef9-6baa28462188"}}],"id":"6a437ff7-b09c-4c1a-b9d5-0ce800dc06d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupsByParentGroupName/PARENTGROUPNAME","description":"<p>This method lists device groups with related parent group name sent in request url.\nAdd parent group name information in request url as PARENTGROUPNAME.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupsByParentGroupName","PARENTGROUPNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"46a58e41-a9e3-4773-a8f6-51191c94910b","name":"getDeviceGroupByParentGroupName","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceGroupsByParentGroupName/TESTDG_TestAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:50:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 826831,\n        \"id\": \"c85a9949-4ab4-459e-972b-2475385ee2a5\",\n        \"name\": \"testDG_child\",\n        \"description\": null,\n        \"parentGroupId\": \"1c2b4ba5-4ec9-4920-ac67-2de4229b2b72\",\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }\n]"}],"_postman_id":"6a437ff7-b09c-4c1a-b9d5-0ce800dc06d9"},{"name":"getDeviceGroupsByParentGroupId","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"82f00da8-2472-417d-a982-54b46b781bc7"}}],"id":"642d607f-f8db-4d88-86ca-a58c93478a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupsByParentId/PARENTGROUPID","description":"<p>This method lists device groups with related parent group id information sent in request url.\nAdd parent group id information to the request url as PARENTGROUPID.</p>\n","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupsByParentId","PARENTGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c9797575-d7d4-4b62-a3d9-a0d64af09d34","name":"getDeviceGroupsByParentGroupId","originalRequest":{"method":"GET","header":[],"url":"http://10.20.40.247/aioc-rest-web/rest/discovery/getDeviceGroupsByParentId/1c2b4ba5-4ec9-4920-ac67-2de4229b2b72"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 06 Jan 2020 12:53:34 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 663099,\n        \"id\": \"bf180f4d-d592-4c76-8d77-0ebb3ad1cc36\",\n        \"name\": \"HTTP DG\",\n        \"description\": \"İTÜ\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            300455\n        ],\n        \"deviceIds\": [\n            663150\n        ],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 318983,\n        \"id\": \"4035b85e-392c-457e-a52b-3b0a5d6fa86b\",\n        \"name\": \"GCP DG\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            319362\n        ],\n        \"deviceIds\": [\n            625461,\n            625460,\n            625463,\n            625462,\n            625457\n           \n        ],\n        \"properties\": {\n            \"addDeviceSshKeyToUserSelection\": \"true\",\n            \"tag.key\": \"10\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 300289,\n        \"id\": \"9f88ffca-f571-4dbf-bfc9-72f0495ee652\",\n        \"name\": \"RDP\",\n        \"description\": \"41.55\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            300464\n        ],\n        \"deviceIds\": [\n            300385\n        ],\n        \"properties\": {\n            \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n            \"addManualLoginToUserSelection\": \"true\",\n            \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"administrator@Infrascopetechlab.net\",\n        \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 790536,\n        \"id\": \"1c2b4ba5-4ec9-4920-ac67-2de4229b2b72\",\n        \"name\": \"TESTDG_TestAPI\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [],\n        \"properties\": {\n            \"discoverySources\": \"REST\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": \"REST\",\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 703284,\n        \"id\": \"d2eb1d13-98d3-444d-afe8-7a7759583a19\",\n        \"name\": \"SSH\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            703295\n        ],\n        \"deviceIds\": [\n            703328\n        ],\n        \"properties\": {\n            \"globalUsername\": \"root\",\n            \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"CqauVRmsQAUsvep6dcls6A==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 300318,\n        \"id\": \"c859907e-ee9d-4854-9ee5-930d49396c34\",\n        \"name\": \"Cisco Router\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [\n            300434\n        ],\n        \"properties\": {\n            \"globalUsername\": \"pta\",\n            \"globalSecretKey\": \"D2VMutEfW4Oobd6fJdXUbw==\",\n            \"globalPassword\": \"C6yRBP3qxtZXhRsABodCnw==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"pta\",\n        \"globalPassword\": \"C6yRBP3qxtZXhRsABodCnw==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 627062,\n        \"id\": \"e97cb71b-9fe4-45bf-b14e-7eab40ce5f3b\",\n        \"name\": \"SQL\",\n        \"description\": \"SQL\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [\n            627151,\n            627085,\n            690139,\n            659598,\n            627127,\n            627110\n        ],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 1,\n        \"id\": \"dg.sc_proxy\",\n        \"name\": \"Proxy\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            1\n        ],\n        \"deviceIds\": [\n            1\n        ],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 620393,\n        \"id\": \"43eb3141-7dcf-47f8-bc68-c21de3d1b45d\",\n        \"name\": \"DG_test\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [\n            634122,\n            651738,\n            650372,\n            640722,\n            631170\n        ],\n        \"properties\": {\n            \"globalUsername\": \"root\",\n            \"globalSecretKey\": \"NH4dKuvpyrj3EXY90AIQww==\",\n            \"globalPassword\": \"jC4C4WLXaSzSy8j9ldsf7w==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"jC4C4WLXaSzSy8j9ldsf7w==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 300271,\n        \"id\": \"14b59287-eb65-43f6-9b21-be63eed0361f\",\n        \"name\": \"ssh-40.135\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            300455\n        ],\n        \"deviceIds\": [\n            300408\n        ],\n        \"properties\": {\n            \"globalUsername\": \"root\",\n            \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"qw0OptfbFQhJf/8WNpo6BA==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 304961,\n        \"id\": \"0bd76222-8268-412f-9809-6677e2ade902\",\n        \"name\": \"ssh-247\",\n        \"description\": \"ssh-247\",\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            305024\n        ],\n        \"deviceIds\": [\n            304994\n        ],\n        \"properties\": {\n            \"globalUsername\": \"root\",\n            \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"root\",\n        \"globalPassword\": \"momvvd4uE6R3XJlJ/9mbmQ==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 826831,\n        \"id\": \"c85a9949-4ab4-459e-972b-2475385ee2a5\",\n        \"name\": \"testDG_child\",\n        \"description\": null,\n        \"parentGroupId\": \"1c2b4ba5-4ec9-4920-ac67-2de4229b2b72\",\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [],\n        \"deviceIds\": [],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": null,\n        \"globalPassword\": null,\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    },\n    {\n        \"dbId\": 703281,\n        \"id\": \"a8932a7d-15fc-454d-8fc6-71588bbec3c0\",\n        \"name\": \"Windows\",\n        \"description\": null,\n        \"parentGroupId\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            703295\n        ],\n        \"deviceIds\": [\n            300385\n        ],\n        \"properties\": {\n            \"globalUsername\": \"Administrator\",\n            \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\"\n        },\n        \"children\": null,\n        \"devices\": null,\n        \"rootGroupId\": null,\n        \"globalUsername\": \"Administrator\",\n        \"globalPassword\": \"YiyelVgqR/VP6zsuIWUBvg==\",\n        \"showInDeviceTree\": true,\n        \"useAsRoleGroup\": true,\n        \"discoverySources\": null,\n        \"readOnly\": false\n    }\n]"}],"_postman_id":"642d607f-f8db-4d88-86ca-a58c93478a8b"},{"name":"Get Device Group Tree","id":"4aeedaa3-cd77-4cb3-9c58-6fd94021f8e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupTree","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupTree"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb2a653a-df50-43c9-ae2c-8ddaeb87566b","name":"getDeviceGroupTree","originalRequest":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupTree"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Sep 2023 13:58:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"groupId\": \"dg.sc_proxy\",\n        \"groupName\": \"Proxy\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"a20ab3e0-d02b-4e3b-a867-f0c2ed4ea8c3\",\n        \"groupName\": \"RDP-201\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n        \"groupName\": \"SFTP\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"b5f1b907-09f3-46d5-97ce-969131690425\",\n        \"groupName\": \"RDP\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n        \"groupName\": \"SAPM device\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"Unassigned Devices\",\n        \"groupName\": \"Unassigned Devices\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    },\n    {\n        \"groupId\": \"fc92dc64-b128-45fa-b0aa-9051464b0233\",\n        \"groupName\": \"DataMasking DG\",\n        \"devices\": [\n            {\n                \"id\": \"b0bcdeaa-bfd1-4a12-ae76-e90f00761f11\",\n                \"name\": \"Linux_efe\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.40.77\",\n                \"properties\": {\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"5bef389c-5fe9-4be8-8c85-2a2936dc17e3\",\n                \"name\": \"RDP*201\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.41.201\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"83038fd0-b45c-43e3-94db-54134bc2c69f\",\n                \"name\": \"Oracle 19c (19.10.0)\",\n                \"accessProtocol\": \"ORACLE_TNS\",\n                \"managementIp\": \"10.20.42.120\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1521\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"ORCLCDB\",\n                    \"db.username\": \"SQLPROXY\",\n                    \"sql.proxy.bind.port\": \"6000\"\n                }\n            },\n            {\n                \"id\": \"83ff6737-9f13-4ff6-9e02-666264a86426\",\n                \"name\": \"SFTP-Test\",\n                \"accessProtocol\": \"SFTP\",\n                \"managementIp\": \"10.20.42.222\",\n                \"properties\": {\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\"\n                }\n            },\n            {\n                \"id\": \"0558baf4-94c3-4881-8359-5b74c4cf7fdf\",\n                \"name\": \"rdp-test\",\n                \"accessProtocol\": \"RDP\",\n                \"managementIp\": \"10.20.42.56\",\n                \"properties\": {\n                    \"remoteDesktop.security\": \"any\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"remoteDesktop.enable-printing\": \"true\",\n                    \"remoteDesktop.ignore-cert\": \"true\",\n                    \"remoteDesktop.enable-drive\": \"true\"\n                }\n            },\n            {\n                \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n                \"name\": \"MSSQL - 19\",\n                \"accessProtocol\": \"MSSQL\",\n                \"managementIp\": \"10.20.42.96\",\n                \"properties\": {\n                    \"db.password\": null,\n                    \"portNum\": \"1433\",\n                    \"discoverySource\": \"REST\",\n                    \"pseudoDevice\": \"true\",\n                    \"db.name\": \"master\",\n                    \"db.username\": \"sa\",\n                    \"sql.proxy.bind.port\": \"2002\"\n                }\n            },\n            {\n                \"id\": \"127.0.0.1\",\n                \"name\": \"127.0.0.1\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"127.0.0.1\",\n                \"properties\": {\n                    \"hostname\": \"127.0.0.1\",\n                    \"pseudoDevice\": \"true\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"4aeedaa3-cd77-4cb3-9c58-6fd94021f8e8"},{"name":"Get Schema Tree","id":"344a7d8f-7151-4475-89b0-7d8386f5059b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"aioc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/getSchemaTree","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","getSchemaTree"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"344a7d8f-7151-4475-89b0-7d8386f5059b"},{"name":"Get Device Groups by Phrase","id":"b6964083-3be9-41d9-ba25-10a474e43942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupsBySearchPhrase/SAPM","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceGroupsBySearchPhrase","SAPM"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7433a9ae-247c-4c77-9d3f-90c154a4bba5","name":"Get Device Groups by Phrase","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceGroupsBySearchPhrase/SAPM"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"420"},{"key":"Date","value":"Thu, 28 Sep 2023 19:34:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 377038,\n        \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n        \"name\": \"SAPM device\",\n        \"description\": \"SAPM device\",\n        \"parentGroupId\": null,\n        \"parentGroupName\": null,\n        \"ifaceOperationCheck\": false,\n        \"timeTolerance\": null,\n        \"realms\": [\n            377043,\n            392562\n        ],\n        \"deviceIds\": [\n            377460\n        ],\n        \"properties\": {},\n        \"children\": null,\n        \"devices\": null,\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"deviceCountInDb\": null,\n        \"label\": \"SAPM device (/)\",\n        \"fullPath\": \"/\",\n        \"showInDeviceTree\": true\n    }\n]"}],"_postman_id":"b6964083-3be9-41d9-ba25-10a474e43942"},{"name":"Get Device Realms of Session User","id":"b533799c-7ee8-4a86-8fb5-d08b935fc1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmsOfSessionUser","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmsOfSessionUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0158ff10-df7e-4396-8f20-34c3ceb2a8e3","name":"Get Device Realms of Session User","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmsOfSessionUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Sep 2023 19:40:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": -1,\n        \"id\": null,\n        \"name\": \"dr.proxy\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": -1,\n                \"id\": \"dg.sc_proxy\",\n                \"name\": \"Proxy\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    -1\n                ],\n                \"deviceIds\": [\n                    -1\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"Proxy\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"eid\": \"System.users\",\n                \"description\": \"Default user group\",\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    -1\n                ],\n                \"properties\": {\n                    \"allowDirectAccess\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": true,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 339455,\n        \"id\": null,\n        \"name\": \"RDP_Test-Realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 339446,\n                \"id\": \"b5f1b907-09f3-46d5-97ce-969131690425\",\n                \"name\": \"RDP\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    339455\n                ],\n                \"deviceIds\": [\n                    339503\n                ],\n                \"properties\": {\n                    \"discoverySources\": \"REST\",\n                    \"globalUsername\": \"onurk\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"RDP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            },\n            {\n                \"dbId\": 358436,\n                \"id\": \"a20ab3e0-d02b-4e3b-a867-f0c2ed4ea8c3\",\n                \"name\": \"RDP-201\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    339455\n                ],\n                \"deviceIds\": [\n                    358455\n                ],\n                \"properties\": {\n                    \"addAssignedCredentialToUserSelection\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"RDP-201\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"eid\": \"Test.group\",\n                \"description\": null,\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [\n                    374949,\n                    377975\n                ],\n                \"deviceRealms\": [\n                    339455,\n                    353451\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 377043,\n        \"id\": null,\n        \"name\": \"SAPM device DR\",\n        \"description\": \"SAPM device\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 377038,\n                \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n                \"name\": \"SAPM device\",\n                \"description\": \"SAPM device\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    377043,\n                    392562\n                ],\n                \"deviceIds\": [\n                    377460\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SAPM device\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"System admin group\",\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    377043,\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": [\n            377081\n        ]\n    },\n    {\n        \"dbId\": 392562,\n        \"id\": null,\n        \"name\": \"sapm dr deneme\",\n        \"description\": \"Furkan Call\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 353377,\n                \"id\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n                \"name\": \"SFTP\",\n                \"description\": \"\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    392562,\n                    353451\n                ],\n                \"deviceIds\": [\n                    353385\n                ],\n                \"properties\": {\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"reasonRequiredForConnection\": \"false\",\n                    \"useEmailAsUsername\": \"false\",\n                    \"globalPassword\": null,\n                    \"addSessionUserToUserSelection\": \"true\",\n                    \"discoverySources\": \"REST\",\n                    \"addDeviceSshKeyToUserSelection\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"useSudoForLinuxAuditReport\": \"false\",\n                    \"showInDeviceTree\": \"true\",\n                    \"addAssignedCredentialToUserSelection\": \"true\",\n                    \"keepTransferredFileInSftpSessions\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SFTP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            },\n            {\n                \"dbId\": 377038,\n                \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n                \"name\": \"SAPM device\",\n                \"description\": \"SAPM device\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    377043,\n                    392562\n                ],\n                \"deviceIds\": [\n                    377460\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SAPM device\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"System admin group\",\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    377043,\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            },\n            {\n                \"id\": \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\",\n                \"eid\": \"test UG\",\n                \"description\": null,\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [\n                    389927\n                ],\n                \"deviceRealms\": [\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 353451,\n        \"id\": null,\n        \"name\": \"SFTP_Realm\",\n        \"description\": \"\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 353377,\n                \"id\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n                \"name\": \"SFTP\",\n                \"description\": \"\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    392562,\n                    353451\n                ],\n                \"deviceIds\": [\n                    353385\n                ],\n                \"properties\": {\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"reasonRequiredForConnection\": \"false\",\n                    \"useEmailAsUsername\": \"false\",\n                    \"globalPassword\": null,\n                    \"addSessionUserToUserSelection\": \"true\",\n                    \"discoverySources\": \"REST\",\n                    \"addDeviceSshKeyToUserSelection\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"useSudoForLinuxAuditReport\": \"false\",\n                    \"showInDeviceTree\": \"true\",\n                    \"addAssignedCredentialToUserSelection\": \"true\",\n                    \"keepTransferredFileInSftpSessions\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SFTP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"eid\": \"Test.group\",\n                \"description\": null,\n                \"users\": [],\n                \"managers\": [],\n                \"realms\": [\n                    374949,\n                    377975\n                ],\n                \"deviceRealms\": [\n                    339455,\n                    353451\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": [\n            353453\n        ]\n    }\n]"}],"_postman_id":"b533799c-7ee8-4a86-8fb5-d08b935fc1c8"},{"name":"Get Device Realms with UserID","id":"aa39af1c-e900-419c-97c8-7924ddadc7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmsOfUser/abbccd16-b31f-4449-8cc4-131d08cdebca","urlObject":{"path":["aioc-rest-web","rest","discovery","getDeviceRealmsOfUser","abbccd16-b31f-4449-8cc4-131d08cdebca"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"98d31a1a-3344-4c50-a1f7-07cac88fe3ce","name":"Get Device Realms with UserID","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/discovery/getDeviceRealmsOfUser/abbccd16-b31f-4449-8cc4-131d08cdebca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Sep 2023 19:43:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": -1,\n        \"id\": null,\n        \"name\": \"dr.proxy\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": -1,\n                \"id\": \"dg.sc_proxy\",\n                \"name\": \"Proxy\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    -1\n                ],\n                \"deviceIds\": [\n                    -1\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"Proxy\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"eid\": \"System.users\",\n                \"description\": \"Default user group\",\n                \"users\": [\n                    {\n                        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\",\n                        \"eid\": \"testtesttest\",\n                        \"personelId\": \"testtesttest\",\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test@test.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"managerGroups\": [\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"lastLogin\": 1695907414707,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695889293146,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"d2dafe63-bdb8-491e-9c7b-c4b1391db04a\",\n                        \"eid\": \"test_efe\",\n                        \"personelId\": \"test_efe\",\n                        \"name\": \"test_efe\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test_efe@test_efe.com\",\n                        \"surname\": \"test_efe\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695889902320,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695824925604,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1695903206797,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": -10800000,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"b264d9c5-de02-433e-b32c-07e05816bb9d\",\n                        \"eid\": \"test-irem\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test5252@gmail.com\",\n                        \"surname\": \"test1\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695717934972,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695715472631,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"ceaf834e-267b-461c-919c-08efc81a0893\",\n                        \"eid\": \"iremgul\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": null,\n                        \"internal\": false,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\",\n                            \"objectGUID\": \"e12fdd1f-2e97-4856-96ae-b157b63e72f5\",\n                            \"externalDirectorySource\": \"ldap-irem\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"91326a09-ef94-4a69-9eb3-f45b47190587\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": null,\n                        \"lastLoginIp\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695776400281,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": \"ldap-irem\",\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"6241b75b-7ce9-4cee-b4b2-6dbd078176f5\",\n                        \"eid\": \"test1\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test1@gmail.com\",\n                        \"surname\": \"test2\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695728263664,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642616652,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    -1\n                ],\n                \"properties\": {\n                    \"allowDirectAccess\": \"true\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": true,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 339455,\n        \"id\": null,\n        \"name\": \"RDP_Test-Realm\",\n        \"description\": null,\n        \"deviceGroups\": [\n            {\n                \"dbId\": 339446,\n                \"id\": \"b5f1b907-09f3-46d5-97ce-969131690425\",\n                \"name\": \"RDP\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    339455\n                ],\n                \"deviceIds\": [\n                    339503\n                ],\n                \"properties\": {\n                    \"discoverySources\": \"REST\",\n                    \"globalUsername\": \"onurk\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"RDP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            },\n            {\n                \"dbId\": 358436,\n                \"id\": \"a20ab3e0-d02b-4e3b-a867-f0c2ed4ea8c3\",\n                \"name\": \"RDP-201\",\n                \"description\": null,\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    339455\n                ],\n                \"deviceIds\": [\n                    358455\n                ],\n                \"properties\": {\n                    \"addAssignedCredentialToUserSelection\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"RDP-201\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"eid\": \"Test.group\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"d2dafe63-bdb8-491e-9c7b-c4b1391db04a\",\n                        \"eid\": \"test_efe\",\n                        \"personelId\": \"test_efe\",\n                        \"name\": \"test_efe\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test_efe@test_efe.com\",\n                        \"surname\": \"test_efe\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695889902320,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695824925604,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"b264d9c5-de02-433e-b32c-07e05816bb9d\",\n                        \"eid\": \"test-irem\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test5252@gmail.com\",\n                        \"surname\": \"test1\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695717934972,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695715472631,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"6241b75b-7ce9-4cee-b4b2-6dbd078176f5\",\n                        \"eid\": \"test1\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test1@gmail.com\",\n                        \"surname\": \"test2\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695728263664,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642616652,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"realms\": [\n                    374949,\n                    377975\n                ],\n                \"deviceRealms\": [\n                    339455,\n                    353451\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 377043,\n        \"id\": null,\n        \"name\": \"SAPM device DR\",\n        \"description\": \"SAPM device\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 377038,\n                \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n                \"name\": \"SAPM device\",\n                \"description\": \"SAPM device\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    377043,\n                    392562\n                ],\n                \"deviceIds\": [\n                    377460\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SAPM device\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"System admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1695903206797,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": -10800000,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1695903206797,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": -10800000,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    377043,\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": [\n            377081\n        ]\n    },\n    {\n        \"dbId\": 392562,\n        \"id\": null,\n        \"name\": \"sapm dr deneme\",\n        \"description\": \"Furkan Call\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 353377,\n                \"id\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n                \"name\": \"SFTP\",\n                \"description\": \"\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    392562,\n                    353451\n                ],\n                \"deviceIds\": [\n                    353385\n                ],\n                \"properties\": {\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"reasonRequiredForConnection\": \"false\",\n                    \"useEmailAsUsername\": \"false\",\n                    \"globalPassword\": null,\n                    \"addSessionUserToUserSelection\": \"true\",\n                    \"discoverySources\": \"REST\",\n                    \"addDeviceSshKeyToUserSelection\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"useSudoForLinuxAuditReport\": \"false\",\n                    \"showInDeviceTree\": \"true\",\n                    \"addAssignedCredentialToUserSelection\": \"true\",\n                    \"keepTransferredFileInSftpSessions\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SFTP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            },\n            {\n                \"dbId\": 377038,\n                \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n                \"name\": \"SAPM device\",\n                \"description\": \"SAPM device\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    377043,\n                    392562\n                ],\n                \"deviceIds\": [\n                    377460\n                ],\n                \"properties\": {},\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SAPM device\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"System admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1695903206797,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": -10800000,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": null,\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1695903206797,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": -10800000,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [\n                    377043,\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": true,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": true,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            },\n            {\n                \"id\": \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\",\n                \"eid\": \"test UG\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\",\n                        \"eid\": \"testtesttest\",\n                        \"personelId\": \"testtesttest\",\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test@test.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"managerGroups\": [\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"lastLogin\": 1695907414707,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695889293146,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\",\n                        \"eid\": \"testtesttest\",\n                        \"personelId\": \"testtesttest\",\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test@test.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"managerGroups\": [\n                            \"618ca31b-13e7-484c-8bea-9a00a28a8ca7\"\n                        ],\n                        \"lastLogin\": 1695907414707,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695889293146,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"realms\": [\n                    389927\n                ],\n                \"deviceRealms\": [\n                    392562\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": []\n    },\n    {\n        \"dbId\": 353451,\n        \"id\": null,\n        \"name\": \"SFTP_Realm\",\n        \"description\": \"\",\n        \"deviceGroups\": [\n            {\n                \"dbId\": 353377,\n                \"id\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n                \"name\": \"SFTP\",\n                \"description\": \"\",\n                \"parentGroupId\": null,\n                \"parentGroupName\": null,\n                \"ifaceOperationCheck\": false,\n                \"timeTolerance\": null,\n                \"realms\": [\n                    392562,\n                    353451\n                ],\n                \"deviceIds\": [\n                    353385\n                ],\n                \"properties\": {\n                    \"addManualLoginToUserSelection\": \"true\",\n                    \"reasonRequiredForConnection\": \"false\",\n                    \"useEmailAsUsername\": \"false\",\n                    \"globalPassword\": null,\n                    \"addSessionUserToUserSelection\": \"true\",\n                    \"discoverySources\": \"REST\",\n                    \"addDeviceSshKeyToUserSelection\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"useSudoForLinuxAuditReport\": \"false\",\n                    \"showInDeviceTree\": \"true\",\n                    \"addAssignedCredentialToUserSelection\": \"true\",\n                    \"keepTransferredFileInSftpSessions\": \"true\"\n                },\n                \"children\": null,\n                \"devices\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"deviceCountInDb\": null,\n                \"label\": \"SFTP\",\n                \"fullPath\": null,\n                \"showInDeviceTree\": true\n            }\n        ],\n        \"userGroups\": [\n            {\n                \"id\": \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"eid\": \"Test.group\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"d2dafe63-bdb8-491e-9c7b-c4b1391db04a\",\n                        \"eid\": \"test_efe\",\n                        \"personelId\": \"test_efe\",\n                        \"name\": \"test_efe\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test_efe@test_efe.com\",\n                        \"surname\": \"test_efe\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695889902320,\n                        \"lastLoginIp\": \"10.20.50.229\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695824925604,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"b264d9c5-de02-433e-b32c-07e05816bb9d\",\n                        \"eid\": \"test-irem\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test5252@gmail.com\",\n                        \"surname\": \"test1\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695717934972,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695715472631,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    },\n                    {\n                        \"id\": \"6241b75b-7ce9-4cee-b4b2-6dbd078176f5\",\n                        \"eid\": \"test1\",\n                        \"personelId\": null,\n                        \"name\": \"irem\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"test1@gmail.com\",\n                        \"surname\": \"test2\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1695728263664,\n                        \"lastLoginIp\": \"10.0.8.206\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642616652,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                        \"eid\": \"irem\",\n                        \"personelId\": null,\n                        \"name\": \"iremgul\",\n                        \"passwordAlgorithm\": null,\n                        \"password\": null,\n                        \"secondPassword\": null,\n                        \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                        \"surname\": \"durmus\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                        ],\n                        \"lastLogin\": 1695929572407,\n                        \"lastLoginIp\": \"10.0.8.82\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"checkPermission4Search\": false,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterIdList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"passwordSalt\": null,\n                        \"creationTime\": 1695642004340,\n                        \"delegations\": [],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"locked\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"unlockTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"tempUser\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"userPropertyValue4Search\": null,\n                        \"phoneNumber\": null,\n                        \"adLineManager\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"lockReason\": null,\n                        \"tempUserEndTime\": null\n                    }\n                ],\n                \"realms\": [\n                    374949,\n                    377975\n                ],\n                \"deviceRealms\": [\n                    339455,\n                    353451\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"advancedSearchInput\": null,\n                \"firstResult\": null,\n                \"maxResult\": null,\n                \"passwordTtl\": null,\n                \"systemGroup\": false,\n                \"registrationRole\": false,\n                \"allowDirectAccess\": false,\n                \"allowConsoleAccess\": false,\n                \"adminGroup\": false,\n                \"autonomousGroup\": false,\n                \"externalDirectorySources\": null,\n                \"otpEnabled\": false,\n                \"sshProxyEnabled\": false,\n                \"accessOverContainer\": false,\n                \"rdpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"sftpProxyEnabled\": false,\n                \"sqlProxyEnabled\": false,\n                \"rapenabled\": false,\n                \"approvalRequired\": false,\n                \"containLocalUser4Search\": false,\n                \"objectGUID\": null\n            }\n        ],\n        \"policyKeyRealms\": [\n            353453\n        ]\n    }\n]"}],"_postman_id":"aa39af1c-e900-419c-97c8-7924ddadc7f1"}],"id":"b6b7a52e-e95c-4b35-b70b-ad55d4b07aa5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cff95b2d-dd92-445b-9c1f-71c570de3764"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"44e9df44-e33c-4758-8a7e-1982fab3b5c5"}}],"_postman_id":"b6b7a52e-e95c-4b35-b70b-ad55d4b07aa5","description":""},{"name":"SSH Key Management","item":[{"name":"Generate New SSH Key Pair","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0369f2af-3e77-42fb-bbbc-1ae7b3604119"}}],"id":"a28755aa-3e33-4b34-94dd-c5973f71606d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/sc/ssh/generateNewSshKeyPair","description":"<p>This method creates a public and a private SSH key for logged in user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","ssh","generateNewSshKeyPair"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"96e06be7-79e2-4f0e-9083-5acb9f497557","name":"Generate New Ssh Key Pair","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://10.20.30.40/aioc-rest-web/rest/sc/ssh/generateNewSshKeyPair"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 12:27:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 0,\n    \"userId\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"publicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCB1EkBNtKvdF6pgrMFybt7L+leCsdrAu+keJXESuZZXgzCJRmfvpbH/yxpGojePrdeXyDtSNesVPK/4+kd09cHPa9ojrs6oW8JKgaZihYSb/9s5OiTQWTWVv9iXmGq0Kqa5AzNgd8/IQtnjhrrR/E85NRmBtf0yIKi1UO+0WZcl0CKaAwVwWqce+f0a0Do23COzgUU1bveVg1H9FLtzAq5yvgno7YdKZLVT8s9D6XH3P5sWN8/cC0tf7ajqw30YrtrzOjbu4GqxXIeYLHCN1COT4HoiInJ1OZ2dyP3TNrQXzfiZlSQEnHWv/dXazDsiF0NebLa7cboLxanHXyxWo0r testuser\",\n    \"privateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEAgdRJATbSr3ReqYKzBcm7ey/pXgrHawLvpHiVxErmWV4MwiUZ\\nn76Wx/8saRqI3j63Xl8g7UjXrFTyv+PpHdPXBz2vaI67OqFvCSoGmYoWEm//bOTo\\nk0Fk1lb/Yl5hqtCqmuQMzYHfPyELZ44a60fxPOTUZgbX9MiCotVDvtFmXJdAimgM\\nFcFqnHvn9GtA6Ntwjs4FFNW73lYNR/RS7cwKucr4J6O2HSmS1U/LPQ+lx9z+bFjf\\nP3AtLX+2o6sN9GK7a8zo27uBqsVyHmCxwjdQjk+B6IiJydTmdncj90za0F834mZU\\nkBJx1r/3V2sw7IhdDXmy2u3G6C8Wpx18sVqNKwIDAQABAoIBAE1/vCiWYkPMEmnb\\nlCQDXP/XBNZXVt0BPq4OMVCgaUq1gqYt4VLjQTyXjRocddE83NbfsFcUoXHEr7du\\nRAzDFNvErb2bXhZMoWx2AsSKkkxlQLLvHgoxAhGUkxRURLbjosOdGCtguDQF9LnX\\nMSh7pHx2GHfi4+zB+IFdDviMJS9lXL89nmpmRJ2dfh3rbaNtg5k9t+FcfCBQpMWo\\nw8RBjsRM77qsLKdY79rSbiQ0szQb0oBxgxg0jLZCmFEMAz702WSnDOJldrjLNHAl\\nW7z6B9hFHYPCPr7lUy7OJmZOCNTdvvnBibR0YV3qoHWvT+7IvLg9N13gbVOogU1N\\nxTPZHeECgYEAt9FiuiQVRyX6SUwjREpxyv3dq3EgnrxBNzZ8bhPTILE4F0nDrVz4\\nKr6CB5mDTwOF5wHvGcBFkmyPnjp82Bj4Mh6dF56zaEaT0nwNN8+OtmHEiKxnjnK1\\nABhSRSoN3Yx6nn8mPsjAaxDq0SeBWkESeRa/fXFuOXMDOxxNIhJay7ECgYEAtM+Y\\nMP7yAAJmIzZgUczmGmTsVofZHwMz5Ht0apmcpyt8osTCupntcqpZ/Cj4hLL6tWn7\\nLyymxGFI/uLGdorySQFhaMbchfOK9UA5Bu6OoY2t5jTSK+hRZziKij1iYkNLL/a7\\nK8JfbDuCgvg71boRhLSxvljYe0JC+8+bvry4CZsCgYBk8omMffpte07LaBPKEjQR\\n7X8KAvOOGQabosGM1jhRMOID8A+VKoRjPQI92DGDeATWS3qaorvSYOoyVB5xsqzD\\nIYrWCOKv9mqB4nyD1OmkAWckQ8IPObFrHvA3aZP5wocoed1wB2Gcqsq6GD7yaOAT\\nPcnlwyBsTlxM3wsBFiFk0QKBgBvEuhnkPaRUufz0b+yALGKnV0ieynCh3Eld0G5C\\nszVVT2nsD//6feYbVYCNhkVS+3/7C9Gd6OrGCiDjERnJkxY1ORGPYPTNh2zM9TUk\\nVBFpoeh1+kU2A7J3k4dRkBeJQDXYjbxVuLP1m8CjgQT8843O9nFGUdD0RzdHFiM/\\n9n+7AoGATyWZxM3mFplY70H6JVcNBzdOk1y2NwAnrMvcMhfsfB/60mStjxl/BrPQ\\nTblCjblFfR6SQmw4bimXWQJOOqfRcygg6Qa9OXJ6SzAfridLE0QWmSLmX4AOB3eJ\\nhuj8tTZHdj3icQro69XGEOXhVCtJDy72ZRuCocrsB7xqtjy+XL0=\\n-----END RSA PRIVATE KEY-----\\n\",\n    \"creationTime\": 1548419222811,\n    \"expirationTime\": null\n}"}],"_postman_id":"a28755aa-3e33-4b34-94dd-c5973f71606d"},{"name":"Retrieve SSH Key Pair","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ceab17ac-2867-4571-a583-b42eeca58f1a"}}],"id":"3507fe09-ef90-45a0-9e6e-d8d12c443a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/sc/ssh/retrieveSshKeyPair","description":"<p>This method retrieves the public SSH key that is authorized for logged in user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","ssh","retrieveSshKeyPair"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb417449-bce3-4ac2-afe0-b6be3758676b","name":"Retrieve Ssh Key Pair","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"}],"url":"http://10.20.30.40/aioc-rest-web/rest/sc/ssh/retrieveSshKeyPair"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 12:42:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 404706,\n    \"userId\": \"a177be61-8850-4f03-be1c-3ce275f02c1f\",\n    \"publicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrlwdMY1idLMS6RRONNSBeIm7WR66CogWL3+x3UEh6ORlOCUbEFKPXTN8AhEZLB20qUxm/PZ8pw7/d2hpyW2DDq4XvMNzpspZXVLmJGDsKhuXNqxCx8lVJ1/9cZ1i7eyXqa6xfij+yxICzUvsi5T3JMUfXOm5KLDvoG9hBbLTcHOzIAls0cSO+IXVelbFkfERBHz2IBXbJXPRyjVaaB+kLo9BmVCL4TYcxdU/GGCe/BDWYpzy24k4FedhfyXAes/JujE+Edyc8EwERoCOms2K6RafmzbwrLjJIbTvt6mxiJKWmplSN/cn/BLEUt+us1hECoULLIoDj9VUKTqRbanmb testuser\",\n    \"privateKey\": null,\n    \"creationTime\": 1548419866491,\n    \"expirationTime\": null\n}"}],"_postman_id":"3507fe09-ef90-45a0-9e6e-d8d12c443a01"},{"name":"Update SSH Key Pair","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8f95e4d6-4a7b-4d04-9fb2-adc5b30f135c"}}],"id":"bee86047-4674-4009-87d8-09421780339e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"{{netrightCookie}}"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCT0z1soO5j6g4mYJM2E79hjGRAiUWC2E8/On8dj/8TU/A+LDQvtXAiCE878uk0QHcugQGJ6tju4UKJMZc59Cs44t68/J0pcrWRi8wWyx5MALPULhEeDQ29d5540ihI9hsSDTKBcYj0VzPtFlaLEWL/EZdJWVbGUYNAzNXb92odCGpicQAagykXqzzi6a7Fk77jNl7hK4eUeyXZRxM6GAfk7HPzYZvoX+EsfAQXF3BeV2dQUTVt1Wx+mGUDoD9SopuxNg5Io1pDcklhQwt33Ts2HgdbQAzy+69DSi/D5bMjtbAVFVtZk9Uf3LA7g3sLVQ1lDKAnRPqdIdrT0DgSoPFX admin"},"url":"{{url}}/aioc-rest-web/rest/sc/ssh/updateSshKeyPair","description":"<p>This method updates the public SSH key of the logged in user.</p>\n<p>Enter new public key in \"Body\" field.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","ssh","updateSshKeyPair"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d95e67d9-2998-48cc-8069-115a992994e3","name":"updateSshKeyPair","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"{{netrightCookie}}"}],"body":{"mode":"raw","raw":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCT0z1soO5j6g4mYJM2E79hjGRAiUWC2E8/On8dj/8TU/A+LDQvtXAiCE878uk0QHcugQGJ6tju4UKJMZc59Cs44t68/J0pcrWRi8wWyx5MALPULhEeDQ29d5540ihI9hsSDTKBcYj0VzPtFlaLEWL/EZdJWVbGUYNAzNXb92odCGpicQAagykXqzzi6a7Fk77jNl7hK4eUeyXZRxM6GAfk7HPzYZvoX+EsfAQXF3BeV2dQUTVt1Wx+mGUDoD9SopuxNg5Io1pDcklhQwt33Ts2HgdbQAzy+69DSi/D5bMjtbAVFVtZk9Uf3LA7g3sLVQ1lDKAnRPqdIdrT0DgSoPFX admin"},"url":"http://10.20.30.40/aioc-rest-web/rest/sc/ssh/updateSshKeyPair"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 12:52:31 GMT"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"bee86047-4674-4009-87d8-09421780339e"},{"name":"Delete SSH Key Pair","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d08695b6-2345-467a-8dc9-9800d4d7f0f2"}}],"id":"c5c760e3-0385-446e-9039-0102aac7b5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/aioc-rest-web/rest/sc/ssh/deleteSshKeyPair/USERID","description":"<p>This method deletes the public SSH of the logged in user.</p>\n<p>Put \"user id\" to end of get url\n<a href=\"http://hostname/aioc-rest-web/rest/user/detail/USERID\">http://hostname/aioc-rest-web/rest/user/detail/USERID</a></p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","ssh","deleteSshKeyPair","USERID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"10c45f6e-19a8-447d-8460-9392a76309eb","name":"Delete Ssh Key Pair","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://10.20.30.40/aioc-rest-web/rest/sc/ssh/deleteSshKeyPair/a177be61-8850-4f03-be1c-3ce275f02c1f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 25 Jan 2019 12:57:54 GMT"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"c5c760e3-0385-446e-9039-0102aac7b5c6"}],"id":"14d840fb-4b1a-41f5-84c0-99dc64a090ad","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6ea6f728-de03-452c-96a9-7c39850aea0e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c53d96e4-8bec-4a1d-818c-1f4073a940ea"}}],"_postman_id":"14d840fb-4b1a-41f5-84c0-99dc64a090ad","description":""},{"name":"MFA Management","item":[{"name":"MFA Login","id":"ec7f2714-d507-4b56-971b-14cb6eacee9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n         \"token\" : \"702635\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/login/validateOtp","description":"<h3 id=\"overview\">Overview</h3>\n<p>If OTP is enabled and the necessary configurations have been set up, the account attempting to log into Infrascope PAM must possess a 6-digit Offline Token. This can be accessed via the Infrascope PAM mobile application. It's assumed that if you have OTP set up, you are familiar with these steps. For more detailed instructions, <a href=\"https://docs.krontech.com/getting-started-guide-newui/multi-factor-authentication-mfa\">click here.</a></p>\n<p><strong>IMPORTANT:</strong> THIS METHOD SHOULD BE USED IF AND ONLY IF THE USER OR USER GROUP HAS OTP (One-Time Password) ENABLED.</p>\n<img src=\"https://content.pstmn.io/5614768d-9025-4cff-ab21-fea827a69b6f/aW1hZ2UucG5n\" width=\"1233\" height=\"766\" />\n\n<p><em>You need to enter your 6 digits into the method's body.</em></p>\n","urlObject":{"path":["aioc-rest-web","rest","login","validateOtp"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f4132e48-c7d0-44af-8406-9df912260ee2","name":"MFA Login","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n         \"token\" : \"702635\" \r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/login/validateOtp"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 12 Sep 2023 13:44:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec7f2714-d507-4b56-971b-14cb6eacee9f"},{"name":"Search MFA Status","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d4c7397d-8adb-4ac1-8c1d-93584f872d9c"}}],"id":"6f19ddda-7626-4ecf-b1c7-b709a588e8aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"}]},"url":"{{url}}/twofactorauth-ui/rest/tfa/otpStatus","description":"<p>This method is used to learn whether MFA (2-Factor Authentication) status is enabled or not for a user.\nIf the user's MFA is enabled the response is true.</p>\n<p>'username' is mandatory field in the request body and should be sent as URL Encoded.</p>\n","urlObject":{"path":["twofactorauth-ui","rest","tfa","otpStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8b56b6a9-7e03-4d92-b7cc-18b7c1b91356","name":"Search MFA Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"}]},"url":{"raw":"http://10.20.40.247/twofactorauth-ui/rest/tfa/otpStatus?username=admin","protocol":"http","host":["10","20","40","247"],"path":["twofactorauth-ui","rest","tfa","otpStatus"],"query":[{"key":"username","value":"admin"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Type","value":"text/plain"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 12 Feb 2020 13:18:47 GMT"}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"6f19ddda-7626-4ecf-b1c7-b709a588e8aa"},{"name":"Validate OTP","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c0d5e5cf-e256-405e-807d-4c0a97436f6c"}}],"id":"5cce6337-c786-4759-93b5-31c964faebd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{TestUserName}}","type":"text"},{"key":"token","value":"183942","type":"text"},{"key":"ignoreUsedBefore","value":"true","description":"<p>this field allows a token to be used multiple times in validity time period. The field takes \"true\" or \"false\" values</p>\n","type":"text"}]},"url":"{{baseurl}}/twofactorauth-ui/rest/tfa/otpValid","description":"<p>This method is used to validate OTP (One Time Password) for a user. Parameters should be sent in request body as URL Encoded.</p>\n<p>available parameters:\nusername //mandatory field\ntoken\napplicationName</p>\n","urlObject":{"path":["twofactorauth-ui","rest","tfa","otpValid"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"773ebde9-1eec-4dbb-83fd-e3a59996fe3c","name":"Validate OTP","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"},{"key":"token","value":"183942","type":"text"}]},"url":"http://10.20.40.247/twofactorauth-ui/rest/tfa/otpValid"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 14:11:06 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cce6337-c786-4759-93b5-31c964faebd3"},{"name":"OTP Last Used Time","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"853faf00-3193-4105-8392-29174532c171"}}],"id":"3a200243-a678-42e1-9e14-6d7d21b045d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"},{"key":"endUserIp","value":"10.20.50.99","type":"text"}]},"url":"{{url}}/twofactorauth-ui/rest/tfa/lastOtp","description":"<p>This method responds the last creation time of the generated OTP.\nAll three parameters are mandatory fields and they should be entered as URL Encoded in request body:\nusername //mandatory\nendUserIp //mandatory\napplicationNmae //mandatory</p>\n","urlObject":{"path":["twofactorauth-ui","rest","tfa","lastOtp"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b2a129cb-fdcd-4f6a-b5eb-8bcfac37a6fc","name":"OTP Last Used Time","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"},{"key":"endUserIp","value":"10.20.50.99","type":"text"}]},"url":"http://10.20.40.247/twofactorauth-ui/rest/tfa/lastOtp"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Type","value":"text/plain"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Feb 2020 12:19:32 GMT"}],"cookie":[],"responseTime":null,"body":"0"}],"_postman_id":"3a200243-a678-42e1-9e14-6d7d21b045d2"}],"id":"826e7060-a998-48a7-a677-8481b5237338","_postman_id":"826e7060-a998-48a7-a677-8481b5237338","description":""},{"name":"Password Management","item":[{"name":"AAPM","item":[{"name":"AAPM Basic","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7303bac7-72d4-40c3-839c-2dfa7d8f4fc9"}}],"id":"20fd6f14-26d2-422d-bdb1-e0b65b5746f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/sc-aapm-ui/rest/aapm/password?passwordExpirationInMinute=30&passwordChangeRequired=TRUE&comment=COMMENT&token=ee3a55e7-5ea6-4c5b-9c20-474dcf8ae475&sapmAccountPath=/AAA&sapmAccountName=test5@10.20.42.106&responseType=JSON&showUsername=false","description":"<p><strong>Description:</strong></p>\n<p>This API allows you to change the password for all SAPM Accounts, including both Dynamic and Static types.</p>\n<p>This method gives the secret data of bound SAPM account.</p>\n<p>For AAPM accounts which are bound to a single SAPM account, the parameters sapmAccountPath and sapmAccountName are not needed.</p>\n<p>For AAPM accounts which are bount to multiple SAPM accounts&amp;groups the user must have set sapmAccountPath and sapmAccountName parameters together with the token.<br />responseType=JSON parameter returns the response as JSON.</p>\n<ul>\n<li><p><strong>Response Format Customization</strong>: By default, the response for dynamic accounts is in plain text. However, you can opt for a JSON response by setting the <code>responseType</code> parameter to <code>JSON</code>.</p>\n<ul>\n<li>If this parameter is not set, the return type for dynamic accounts are plain text.</li>\n</ul>\n</li>\n<li><p><strong>Username Inclusion</strong>: The API offers the flexibility to either display or hide the username in the response. This is controlled by the <code>showUsername</code> parameter.</p>\n</li>\n</ul>\n","urlObject":{"path":["sc-aapm-ui","rest","aapm","password"],"host":["{{url}}"],"query":[{"key":"passwordExpirationInMinute","value":"30"},{"key":"passwordChangeRequired","value":"TRUE"},{"key":"comment","value":"COMMENT"},{"key":"token","value":"ee3a55e7-5ea6-4c5b-9c20-474dcf8ae475"},{"key":"sapmAccountPath","value":"/AAA"},{"key":"sapmAccountName","value":"test5@10.20.42.106"},{"key":"responseType","value":"JSON"},{"key":"showUsername","value":"false"},{"disabled":true,"key":"pin","value":"PIN"}],"variable":[]}},"response":[{"id":"d6e89865-ba99-43ee-804a-bb26b78c8ced","name":"AAPM Basic","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":{"raw":"{{url}}/sc-aapm-ui/rest/aapm/password?passwordExpirationInMinute=30&passwordChangeRequired=TRUE&comment=COMMENT&token=ee3a55e7-5ea6-4c5b-9c20-474dcf8ae475&sapmAccountPath=/AAA&sapmAccountName=test5@10.20.42.106&responseType=JSON&showUsername=false","host":["{{url}}"],"path":["sc-aapm-ui","rest","aapm","password"],"query":[{"key":"passwordExpirationInMinute","value":"30"},{"key":"passwordChangeRequired","value":"TRUE"},{"key":"comment","value":"COMMENT"},{"key":"token","value":"ee3a55e7-5ea6-4c5b-9c20-474dcf8ae475"},{"key":"sapmAccountPath","value":"/AAA"},{"key":"sapmAccountName","value":"test5@10.20.42.106"},{"key":"responseType","value":"JSON"},{"key":"showUsername","value":"false"},{"key":"pin","value":"PIN","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"925"},{"key":"Date","value":"Mon, 16 Oct 2023 10:03:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"secret\": {\n        \"password\": \"zHZ4M8qw\"\n    },\n    \"properties\": {\n        \"dbId\": 349813,\n        \"device\": {\n            \"dbId\": 349680,\n            \"name\": \"10.20.42.106\",\n            \"accessProtocol\": \"SSHv2\",\n            \"managementIp\": \"10.20.42.106\"\n        },\n        \"secretName\": \"test5@10.20.42.106\",\n        \"changePeriod\": 10080,\n        \"description\": null,\n        \"secretNotes\": null,\n        \"lastChangeTime\": 1697450626335,\n        \"nextChangeTime\": 1697452431760,\n        \"passwordSeenStatus\": \"SEEN\",\n        \"validationStatus\": \"VALID\",\n        \"parentSapmGroup\": {\n            \"dbId\": 1223807,\n            \"name\": \"AAA\"\n        },\n        \"secretType\": \"DYNAMIC\",\n        \"owner\": {\n            \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n            \"eid\": \"admin\"\n        },\n        \"createdAt\": 1684930878335,\n        \"updatedAt\": 1697450631113,\n        \"approvalStatus\": null,\n        \"groupFullPath\": \"/AAA\",\n        \"approvedBy\": null,\n        \"approvedDate\": null,\n        \"approvalRequired\": false\n    }\n}"}],"_postman_id":"20fd6f14-26d2-422d-bdb1-e0b65b5746f4"},{"name":"AAPM Basic + Pin","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2f2e7547-198d-412d-b838-e84b90f9021a"}}],"id":"d3428ca7-10ea-409a-82ee-636f34396e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/sc-aapm-ui/rest/aapm/password?passwordExpirationInMinute=30&passwordChangeRequired=false&comment=COMMENT&token=TOKEN&sapmAccountPath=ACCOUNT_PATH&sapmAccountName=ACCOUNT_NAME&pin=PIN&responseType=JSON or default","description":"<p>This method gives the secret data of bound SAPM account.\nFor AAPM accounts which are bound to a single SAPM account, the parameters sapmAccountPath and sapmAccountName are not needed.\nFor AAPM accounts which are bount to multiple SAPM accounts&amp;groups the user must have set sapmAccountPath and sapmAccountName parameters together with the token.\nThis method should be used only if the authentication level is set to BASIC + PIN. Infrascope PAM shares the PIN after first request to the pre-defined Port of the user.\nresponseType=JSON parameter returns the response as JSON. If this parameter is not set, the return type for dynamic accounts are plain text.</p>\n","urlObject":{"path":["sc-aapm-ui","rest","aapm","password"],"host":["{{url}}"],"query":[{"key":"passwordExpirationInMinute","value":"30"},{"key":"passwordChangeRequired","value":"false"},{"key":"comment","value":"COMMENT"},{"key":"token","value":"TOKEN"},{"description":{"content":"<p>If there is only 1 SAPM Account related to the token, this param. can be null</p>\n","type":"text/plain"},"key":"sapmAccountPath","value":"ACCOUNT_PATH"},{"description":{"content":"<p>If there is only 1 SAPM Account related to the token, this param. can be null</p>\n","type":"text/plain"},"key":"sapmAccountName","value":"ACCOUNT_NAME"},{"key":"pin","value":"PIN"},{"description":{"content":"<p>User has to set this parameter to JSON if JSON response is needed.</p>\n","type":"text/plain"},"key":"responseType","value":"JSON or default"}],"variable":[]}},"response":[],"_postman_id":"d3428ca7-10ea-409a-82ee-636f34396e76"},{"name":"List SAPM Accounts Bound to the AAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"88422878-cb08-4cbe-96f2-dc607acfa6ce"}}],"id":"e1535749-bf5a-4f73-ba54-7224aa195bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/sc-aapm-ui/rest/aapm/listSAPMAccounts?token=TOKEN","description":"<p>This method lists the SAPM accounts that are bound to the AAPM account. The checkbox of \"Allow Listing Accounts\" in GUI should be checked for an account to let this method return a response.</p>\n","urlObject":{"path":["sc-aapm-ui","rest","aapm","listSAPMAccounts"],"host":["{{url}}"],"query":[{"description":{"content":"<p>AAPM token</p>\n","type":"text/plain"},"key":"token","value":"TOKEN"}],"variable":[]}},"response":[],"_postman_id":"e1535749-bf5a-4f73-ba54-7224aa195bbd"}],"id":"5d6804b6-6445-463c-925b-1b7c9fa576d4","_postman_id":"5d6804b6-6445-463c-925b-1b7c9fa576d4","description":""},{"name":"AAPM Management","item":[{"name":"Add AAPM Account","id":"cd3d3293-bb19-40ac-aadd-a4bca9242a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{x-xsrf-token}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\": \"2\",\r\n    \"applicationIPs\": [\"1.1.1.1\", \"11.1.1.1/2\"],\r\n    \"sapmAccounts\": [194141],\r\n    \"sapmGroups\": [19731],\r\n    \"restrictions\": {\r\n        \"allowListingAccounts\": false,\r\n        \"eventUserId\":  \"022ae4eb-fca9-4b59-977e-e22912a07827\",\r\n        \"expiryDate\": 1658844678231,\r\n        \"maxUsageCount\": \"100\"\r\n    },\r\n    \"level\": \"BASIC_PIN_PATH_HASH\",\r\n    \"properties\": {\r\n        \"appHash\": \"null\",\r\n        \"appPath\": \"null\" ,\r\n        \"manualPassword\": \"123\" ,\r\n        \"manualUserName\": \"aa@null\", \r\n        \"OSType\": \"WINDOWS\",\r\n        \"OSCredentialType\": \"SAPM\",\r\n        \"pinPort\": 10\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/aapm/addAapmAccount","description":"<p>This API enables to create new AAPM accounts.</p>\n","urlObject":{"path":["aioc-rest-web","rest","aapm","addAapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd3d3293-bb19-40ac-aadd-a4bca9242a33"},{"name":"Edit AAPM Account","id":"b3ff1645-8da4-433c-acf1-efac71f1e567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{x-xsrf-token}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 237913,\r\n    \"applicationName\": \"My New Updated AAPM Account\",\r\n    \"applicationIPs\": [\"0.0.0.0/0\"],\r\n    \"sapmAccounts\": null,\t\r\n    \"sapmGroups\": [19731, 73758, 109612, 109635],\r\n    \"restrictions\": {\r\n        \"allowListingAccounts\": true,\r\n        \"maxUsageCount\": \"50\"\r\n    \t}\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost/aioc-rest-web/rest/aapm/editAapmAccount","description":"<p>This API enables to edit AAPM accounts existing ones. To edit existing accounts, db id parameter of existing account shoould be filled.</p>\n","urlObject":{"protocol":"http","path":["aioc-rest-web","rest","aapm","editAapmAccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3ff1645-8da4-433c-acf1-efac71f1e567"},{"name":"Search AAPM Account","id":"f793a3b8-529a-45df-93c2-3c49507b8598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{x-xsrf-token}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"applicationName\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost/aioc-rest-web/rest/aapm/searchAapmAccounts","description":"<p>AAPM accounts can be searched with AAPM account db_id.</p>\n","urlObject":{"protocol":"http","path":["aioc-rest-web","rest","aapm","searchAapmAccounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f793a3b8-529a-45df-93c2-3c49507b8598"},{"name":"Delete AAPM Account","id":"337165dc-2a3b-4571-9674-84a27a6761a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{x-xsrf-token}}","type":"default"}],"body":{"mode":"raw","raw":"{\"dbId\": 963708}","options":{"raw":{"language":"json"}}},"url":"http://localhost/aioc-rest-web/rest/aapm/deleteAapmAccounts","description":"<p>AAPM accounts can be deleted with AAPM account db_id.</p>\n","urlObject":{"protocol":"http","path":["aioc-rest-web","rest","aapm","deleteAapmAccounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"337165dc-2a3b-4571-9674-84a27a6761a0"}],"id":"92317b12-e7aa-4a4c-90f5-1f352d689032","description":"<p>This folder includes APIs for managing AAPM activities. The new account can be added, edited, searched, and deleted.</p>\n","_postman_id":"92317b12-e7aa-4a4c-90f5-1f352d689032"},{"name":"Approval","item":[{"name":"Get Approval For Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"3338b595-7f3b-48cb-bf5e-0e2fffa190a8"}}],"id":"95121e6d-f324-4d53-9aad-700832a23162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":6990,\n\t\"comment\":\"asdfg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovalForGroup","description":"<p>This API allows you to request approval for the group dbId you sent on your request. \ndbId = SAPM group's dbId.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApprovalForGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"161edd08-4cfe-4474-923a-5af1f9d83d2e","name":"Get Approval For Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":6990,\n\t\"comment\":\"comment\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovalForGroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"95121e6d-f324-4d53-9aad-700832a23162"},{"name":"Get Approval For Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d1ec5979-93a9-4bbf-a16b-9525c9656be8"}}],"id":"027994a3-e3e7-4e1e-9053-585ed8eeb228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":86624,\n\t\"comment\":\"asdfg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovalForAccount","description":"<p>This API allows you to request approval for the account dbId you sent on your request. \ndbId = SAPM Account's dbId.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApprovalForAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"165bb602-1be4-49eb-be91-089482f2b0ae","name":"Get Approval For Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":9483,\n\t\"comment\":\"asdfg\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovalForAccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:49:40 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"027994a3-e3e7-4e1e-9053-585ed8eeb228"},{"name":"Get Approvers For SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"716b44db-91d3-4140-b853-2a1423069168"}}],"id":"04c21789-151f-46b7-9c11-3f4872269d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApproversForSapmGroup","description":"<p>This API allows you to get list of approvers of the SAPM group you sent dbId of. \ndbId = SAPM group's dbId.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApproversForSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04c21789-151f-46b7-9c11-3f4872269d23"},{"name":"Get Approvers For SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"132dc0f0-9e1d-4fd9-9ec2-68bfe8d676d3"}}],"id":"8ab94893-2ce1-4ae0-8b77-215950842f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\": 85358\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApproversForSapmAccount","description":"<p>This API allows you to get list of approvers of the SAPM account you sent dbId of.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApproversForSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ab94893-2ce1-4ae0-8b77-215950842f73"},{"name":"Set Approval Managers For SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d63925bf-47b6-4d20-ba91-734124f0b18c"}}],"id":"776f92a4-da32-486a-979f-ae47e65c3382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\": 9483,\n\t\"managers\":[\n\t\t\"DEFAULT_GROUP_SYSYEM_ADMINS\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/setApprovalManagersForSapmAccount","description":"<p>This API allows you to set list of approvers of the SAPM account you sent dbId of. If you send an empty array of managers parameter, you will delete manager user group from the list.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","setApprovalManagersForSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d5540d0c-085b-40ea-a9f5-4872fed3c486","name":"Set Approval Managers For Sapm Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\": 9483,\n\t\"managers\":[\n\t\t\"DEFAULT_GROUP_SYSYEM_ADMINS\"\n\t]\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/setApprovalManagersForSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:51:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 9483,\n    \"device\": {\n        \"dbId\": 9293,\n        \"id\": \"72567faa-743a-425d-bfb9-6243fa14e415\",\n        \"name\": \"nurs\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.42.36\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1595243260298,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"55d86014-ae4f-43c7-8453-5499fc5de7d0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"nurs-10.20.42.36\",\n        \"regionName\": null,\n        \"filterRecordLimit\": null,\n        \"filterSearchPhrase\": null,\n        \"filterGroupId\": null,\n        \"filterRoleGroupIds\": null,\n        \"filterOnlyUnassignedDevices\": null,\n        \"pseudoDevice\": true,\n        \"portNum\": 22,\n        \"domainController\": null,\n        \"discoverySource\": null\n    },\n    \"secretName\": \"nursena\",\n    \"config\": {\n        \"configId\": -9077,\n        \"name\": \"Linux\",\n        \"description\": \"Linux\",\n        \"strategy\": \"SSH\",\n        \"staticSecretType\": \"OTHER\",\n        \"properties\": {\n            \"new.user.found.action\": \"LOG\",\n            \"username.parser\": \"(.*?) : (.*)\",\n            \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\",\n            \"user.list.command\": \"cut -d: -f1 /etc/passwd | xargs groups\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null\n    },\n    \"changePeriod\": 1440,\n    \"username\": \"test\",\n    \"description\": \"test\",\n    \"password\": \"SmGSlOg6vv+AM0cdpJjTcA==\",\n    \"previousPassword\": \"uiPMruFuN+fIhGkcq0Kt2A==\",\n    \"lastChangeTime\": 1599027182798,\n    \"nextChangeTime\": 1599113582798,\n    \"nextChangeTimeStart4Search\": null,\n    \"nextChangeTimeEnd4Search\": null,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"VALID\",\n    \"changeStatus\": null,\n    \"lastAttemptStatus\": true,\n    \"masterAccountId\": null,\n    \"permissions\": {},\n    \"newPermission\": {},\n    \"permissionToDelete\": {},\n    \"groupManagerToDelete\": null,\n    \"identicalSapmAccounts\": [],\n    \"recordLimit4Search\": null,\n    \"validationStatus4Search\": null,\n    \"checkPermission4Search\": true,\n    \"acceptedSapmConfigList\": null,\n    \"searchOnlyMasterAccounts\": false,\n    \"searchOnlyOwnRegion\": false,\n    \"deviceIp4Search\": null,\n    \"secondPartSeenUsername\": null,\n    \"firstPartSeenUsername\": null,\n    \"errorMessage\": null,\n    \"successful\": true,\n    \"parentSapmGroup\": {\n        \"dbId\": 9257,\n        \"id\": \"9bcb8c02-ec4b-4ad4-8825-c071c9eac8d1\",\n        \"name\": \"test group\",\n        \"description\": null,\n        \"parentSapmGroupId\": null,\n        \"permissions\": {},\n        \"newPermission\": {},\n        \"permissionToDelete\": {},\n        \"children\": [],\n        \"userCreate\": \"admin\",\n        \"parent\": null,\n        \"userPermissionLevel\": null,\n        \"managers\": [],\n        \"newGroupManager\": null,\n        \"groupManagerToDelete\": null,\n        \"approvalStatus\": null,\n        \"fullPath\": null,\n        \"approvalRequired\": false,\n        \"manager\": false,\n        \"newApprovalRequired\": false,\n        \"auditor\": false\n    },\n    \"parentSapmName4Search\": null,\n    \"secretType\": \"DYNAMIC\",\n    \"userCreate\": \"admin\",\n    \"managers\": [\n        {\n            \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n            \"eid\": \"System.admins\",\n            \"description\": \"Default system admin group\",\n            \"users\": [\n                {\n                    \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                    \"eid\": \"admin\",\n                    \"personelId\": null,\n                    \"name\": \"Administrator\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": \"0192023a7bbd73250516f069df18b500\",\n                    \"secondPassword\": null,\n                    \"email\": null,\n                    \"surname\": \"Administrator\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"managerGroups\": [\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"lastLogin\": 1599046474049,\n                    \"lastLoginIp\": \"10.20.41.123\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"passwordDirty\": false,\n                    \"secondPasswordChange\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"phoneNumber\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserEndTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"locked\": false\n                }\n            ],\n            \"managers\": [\n                {\n                    \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                    \"eid\": \"admin\",\n                    \"personelId\": null,\n                    \"name\": \"Administrator\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": \"0192023a7bbd73250516f069df18b500\",\n                    \"secondPassword\": null,\n                    \"email\": null,\n                    \"surname\": \"Administrator\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"managerGroups\": [\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"lastLogin\": 1599046474049,\n                    \"lastLoginIp\": \"10.20.41.123\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"passwordDirty\": false,\n                    \"secondPasswordChange\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"phoneNumber\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserEndTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"locked\": false\n                }\n            ],\n            \"realms\": [],\n            \"deviceRealms\": [],\n            \"properties\": {\n                \"adminGroup\": \"true\",\n                \"systemGroup\": \"true\"\n            },\n            \"recordLimit4Search\": null,\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"filterGroupIdList\": null,\n            \"autonomousGroup\": false,\n            \"approvalRequired\": false,\n            \"externalDirectorySources\": null,\n            \"otpEnabled\": false,\n            \"sshProxyEnabled\": false,\n            \"rdpProxyEnabled\": false,\n            \"httpProxyEnabled\": false,\n            \"sftpProxyEnabled\": false,\n            \"sqlProxyEnabled\": false,\n            \"containLocalUser4Search\": false,\n            \"allowDirectAccess\": false,\n            \"allowConsoleAccess\": false,\n            \"adminGroup\": true,\n            \"passwordTtl\": null,\n            \"systemGroup\": true,\n            \"registrationRole\": false\n        }\n    ],\n    \"newGroupManager\": null,\n    \"userPermissionLevel\": 3,\n    \"privateType\": \"YES\",\n    \"approvalStatus\": null,\n    \"parentSapmGroupDbId\": null,\n    \"groupFullPath\": \"/test group\",\n    \"approvedBy\": null,\n    \"approvedDate\": null,\n    \"getFullPermissionUser\": false,\n    \"skipFillPermission\": false,\n    \"sqlSearchSapmParent\": [],\n    \"firstResult\": null,\n    \"maxResult\": null,\n    \"exactMatch4Search\": false,\n    \"masterAccountId4Search\": null,\n    \"changePeriodFormatted\": \"01d 00h 00m\",\n    \"accountWithDynamicStrategy\": false,\n    \"approvalRequired\": false,\n    \"manager\": false\n}"}],"_postman_id":"776f92a4-da32-486a-979f-ae47e65c3382"},{"name":"Add Approval Manager For SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"920f04a6-fcd8-43c2-9199-42cd36990a5d"}}],"id":"bde5062a-e26e-491c-81b6-3a3f3d514ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 384793,\n    \"newManager\": \"3bb509f0-d68c-4c41-8546-0b341c8936a1\",\n    \"approvalLevel\": 2,\n    \"applyType\": \"THIS_ONLY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addApprovalManagerForSapmGroup","description":"<p>This API allows you to set a list of approval managers of the SAPM group you sent dbId of. If you send an empty array of managers parameter, you will delete manager user group from the list.\napplyType can take one of following values: THIS_ONLY, ONE_LEVEL, FULL_TREE</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addApprovalManagerForSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1de7791b-3451-4277-b0ed-325fb5bc780c","name":"Set Approval Managers For Sapm Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 61324,\n\t\"newManager\":[\n\t\t\"DEFAULT_GROUP_SYSYEM_ADMINS\"\n\t],\n    \"applySub\":\"true\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addApprovalManagerForSapmGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bde5062a-e26e-491c-81b6-3a3f3d514ab7"},{"name":"Get Approved User List for Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"80accb33-29e3-4244-8bef-80255d30c165"}}],"id":"0f1f4a43-591a-4cde-ae12-d6ba990cd347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85202\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovedUserListForGroup","description":"<p>This API allows you to get list of approved user list of the SAPM group you sent dbId of. You will get response for this API if you are allowed to see this list.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApprovedUserListForGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f1f4a43-591a-4cde-ae12-d6ba990cd347"},{"name":"Get Approved User List for Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ef20adbe-14f3-40c5-a4e4-0b5cc13a5752"}}],"id":"0afb2f5a-2dc5-411a-8001-7d805a1ab2b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":86394\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getApprovedUserListForAccount","description":"<p>This API allows you to get list of approved user list of the SAPM account you sent dbId of. You will get response for this API if you are allowed to see this list.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getApprovedUserListForAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0afb2f5a-2dc5-411a-8001-7d805a1ab2b9"},{"name":"Delete Approved User From Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"cf555cdd-92ec-4f96-826e-135046a0bcd9"}}],"id":"fbe8bad0-da25-4f33-9af3-d4853a8aca81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": \"358773\",\n    \"user\": {\n        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/DeleteApprovedUserFromAccount","description":"<p>This API allows you to delete a user with her username from the list of approved user list of the SAPM group you sent dbId of. You can use this API if you are allowed to.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","DeleteApprovedUserFromAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a9529278-343f-4531-b17d-088cb3b3f307","name":"Delete Approved User From Account","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": \"358773\",\n    \"user\": {\n        \"id\": \"e0cabb4b-988e-47f7-8fa5-d2604fd3582d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/DeleteApprovedUserFromAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Thu, 28 Sep 2023 12:00:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"fbe8bad0-da25-4f33-9af3-d4853a8aca81"},{"name":"Delete Request","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7759022c-c4b3-482c-902f-757f8cb8c4e1"}}],"id":"092f895c-2c30-421d-a489-b125f421c67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"id\":\"4cc3c1ae-8c96-4588-8257-e3141714f90b\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteRequest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"092f895c-2c30-421d-a489-b125f421c67c"},{"name":"Delete Approval Manager From SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c590145c-4d46-4076-a630-4d76a5d16ee2"}}],"id":"d49ede86-530b-4c74-b744-3da9692fdd0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"dbId\": 384793,\r\n\t\"managerToDelete\":\"3bb509f0-d68c-4c41-8546-0b341c8936a1\",\r\n    \"approvalLevel\": 1,\r\n\t\"applyType\":\"ONE_LEVEL\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteApprovalManagerFromSapmGroup","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteApprovalManagerFromSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c4846909-5887-44b9-8ba9-04e2c5f2426c","name":"Delete Approval Manager From Sapm Group","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"dbId\":85202,\r\n\t\"managerToDelete\":\"DEFAULT_GROUP_SYSTEM_ADMINS\",\r\n\t\"applySub\":\"true\"\r\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteApprovalManagerFromSapmGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d49ede86-530b-4c74-b744-3da9692fdd0c"},{"name":"Add Escalated Approval Managers For SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0bd9ae52-f577-40e6-8b8c-218b596032f6"}}],"id":"9cd5f8fc-9304-4ce1-9f1b-94d3ecc64219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 384810,\n    \"newEscalatedManagers\": [\n\t\t\"5abc8df4-d48c-49d0-93fc-34bdce3c0fa6\"\n\t],\n    \"approvalLevel\": 1,\n    \"sapmManagerDbId\": 385224\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addEscalatedManagersForSapmAccount","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API endpoint allows the configuration of approvers for a specific SAPM account within Infrascope PAM. By supplying the <code>dbId</code> of the SAPM account, users can designate which user groups are granted managerial approval rights for this account.</p>\n<h3 id=\"usage\">Usage</h3>\n<p>To set or modify the list of approvers:</p>\n<ol>\n<li>Provide the necessary parameters in the request body.</li>\n<li>If the <code>newEscalatedManagers</code> parameter is given an empty array, the associated user group will be removed from the list of managers for the specified SAPM account.</li>\n</ol>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><strong>sapmDbId</strong>:<ul>\n<li>Represents the unique database ID of the SAPM account in Infrascope PAM.</li>\n</ul>\n</li>\n<li><strong>newEscalatedManagers</strong>:<ul>\n<li>An array that contains the IDs of user groups designated to act as managers for the given SAPM account.</li>\n<li>It must be User Group ID</li>\n<li>Note: If an empty array is supplied, it will lead to the removal of the user group from the list of managers tied to that SAPM account.</li>\n</ul>\n</li>\n<li><strong>sapmManagerDbId</strong>:<ul>\n<li>Denotes the ID of the original manager from which escalation originates. While it typically signifies the primary manager of the SAPM account, escalated managers, due to enhanced security measures and multi-layered permission structures, are viewed as a level above standard managers.</li>\n<li>Note: The <code>sapmManagerDbId</code> highlights the foundational manager that has undergone escalation.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addEscalatedManagersForSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b60a3714-5c11-4cd1-b47c-16a30435202f","name":"Add Escalated Approval Managers For Sapm Account","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 384810,\n    \"newEscalatedManagers\": [\n\t\t\"5abc8df4-d48c-49d0-93fc-34bdce3c0fa6\"\n\t],\n    \"approvalLevel\": 1,\n    \"sapmManagerDbId\": 385224\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addEscalatedManagersForSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2441"},{"key":"Date","value":"Wed, 13 Sep 2023 14:46:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 384810,\n    \"device\": {\n        \"dbId\": 384676,\n        \"id\": \"d576e5d1-cf32-43e7-883e-64006cd09291\",\n        \"name\": \"Linux\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.77\"\n    },\n    \"secretName\": \"SSH SAPM\",\n    \"config\": {\n        \"configId\": -9077,\n        \"name\": \"Linux\",\n        \"description\": \"Linux\",\n        \"strategy\": \"SSH\",\n        \"staticSecretType\": \"OTHER\",\n        \"properties\": {\n            \"new.user.found.action\": \"LOG\",\n            \"username.parser\": \"(.*?) : (.*)\",\n            \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\",\n            \"user.list.command\": \"cut -d: -f1 /etc/passwd | xargs groups\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null,\n        \"duplicatedConfigId\": null\n    },\n    \"changePeriod\": 2880,\n    \"username\": \"efe\",\n    \"description\": null,\n    \"secretNotes\": null,\n    \"lastChangeTime\": 1694615160210,\n    \"nextChangeTime\": 1694787960210,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"VALID\",\n    \"masterAccountId\": null,\n    \"accountLevelProperties\": {},\n    \"permissions\": [\n        {\n            \"id\": \"f19ef6c4-bfa7-4743-b8e2-7c38cf5dd958\",\n            \"eid\": \"Group1\",\n            \"permission\": \"READ_ONLY\",\n            \"type\": \"USER_GROUP\"\n        }\n    ],\n    \"identicalSapmAccounts\": [],\n    \"parentSapmGroup\": {\n        \"dbId\": 384793,\n        \"id\": \"d3535aa7-eb10-4e3a-8dc8-322c96b19beb\",\n        \"name\": \"SSH SAPM GROUP\",\n        \"description\": null\n    },\n    \"secretType\": \"DYNAMIC\",\n    \"owner\": {\n        \"id\": \"8c49a580-7201-4a44-82bc-e20354560766\",\n        \"eid\": \"test_user3\"\n    },\n    \"createdAt\": 1694613892487,\n    \"updatedAt\": 1694616189840,\n    \"managers\": [\n        {\n            \"group\": {\n                \"id\": \"f88e37af-9922-45d3-a812-866e2e3571b2\",\n                \"eid\": \"Escalated\"\n            },\n            \"approvalLevel\": 1\n        }\n    ],\n    \"userPermissionLevel\": 6,\n    \"privateType\": \"YES\",\n    \"approvalStatus\": null,\n    \"escalatedManagers\": [\n        {\n            \"dbId\": 385410,\n            \"group\": {\n                \"id\": \"dbae236b-90b5-4b7b-9696-ab85df33766e\",\n                \"eid\": \"escalated2\"\n            },\n            \"approvalLevel\": 1\n        },\n        {\n            \"dbId\": 385346,\n            \"group\": {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\"\n            },\n            \"approvalLevel\": 1\n        },\n        {\n            \"dbId\": 385459,\n            \"group\": {\n                \"id\": \"5abc8df4-d48c-49d0-93fc-34bdce3c0fa6\",\n                \"eid\": \"escalated3\"\n            },\n            \"approvalLevel\": 1\n        }\n    ],\n    \"groupFullPath\": \"/SSH SAPM GROUP\",\n    \"approvedBy\": null,\n    \"approvedDate\": null,\n    \"approvalRequired\": false\n}"}],"_postman_id":"9cd5f8fc-9304-4ce1-9f1b-94d3ecc64219"},{"name":"Add Escalated Approval Managers For SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"39ae5912-7f69-4f11-aceb-d1347c13de17"}}],"id":"293618ae-98c7-4d59-af88-2721b86737d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 384793,\n    \"newEscalatedManager\": \"5abc8df4-d48c-49d0-93fc-34bdce3c0fa6\",\n    \"approvalLevel\": 2,\n    \"managerDbId\": 415146,\n    \"applyType\": \"THIS_ONLY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addEscalatedManagersForSapmGroup","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API endpoint facilitates the configuration of approval managers for a specific SAPM group within Infrascope PAM. By inputting the <code>dbId</code> of the SAPM group, users can designate which user groups are escalated to managerial approval rights for this particular SAPM group.</p>\n<h3 id=\"usage\">Usage</h3>\n<p>To set or modify the list of approval managers for a SAPM group:</p>\n<ol>\n<li>Provide the necessary parameters in the request body.</li>\n</ol>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><strong>dbId</strong>:<ul>\n<li>Denotes the unique database ID of the SAPM group in Infrascope PAM.</li>\n</ul>\n</li>\n<li><strong>newEscalatedManager</strong>:<ul>\n<li>Refers to the ID of the user group that's intended to be escalated to managerial rights for the designated SAPM group.</li>\n</ul>\n</li>\n<li><strong>applyType</strong>:<ul>\n<li>Description: Specifies the extent of the managerial escalation.</li>\n<li>Possible Values:<ul>\n<li><code>THIS_ONLY</code>: Escalation is applied solely to the indicated SAPM group.</li>\n<li><code>ONE_LEVEL</code>: Escalation is applied to the designated SAPM group and its direct sub-groups.</li>\n<li><code>FULL_TREE</code>: Escalation is extended to the entire hierarchy or tree of the specified SAPM group.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>managerDbId</strong>:<ul>\n<li>Description: Similar to <code>sapmManagerDbId</code>, this parameter signifies the ID of the original manager from which the escalation originates. It typically represents the main manager of the SAPM group. However, due to enhanced security protocols, this manager can be escalated.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addEscalatedManagersForSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d651da10-4fd7-4d6a-9d46-0e19a1813d10","name":"Add Escalated Approval Managers For Sapm Group","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 384793,\n    \"newEscalatedManager\": \"f88e37af-9922-45d3-a812-866e2e3571b2\",\n    \"approvalLevel\": 1,\n    \"managerDbId\": 415017,\n    \"applyType\": \"THIS_ONLY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addEscalatedManagersForSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"688"},{"key":"Date","value":"Fri, 15 Sep 2023 11:40:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 384793,\n    \"id\": \"d3535aa7-eb10-4e3a-8dc8-322c96b19beb\",\n    \"name\": \"SSH SAPM GROUP\",\n    \"description\": null,\n    \"parentSapmGroupId\": null,\n    \"permissions\": [\n        {\n            \"id\": \"dbae236b-90b5-4b7b-9696-ab85df33766e\",\n            \"eid\": null,\n            \"permission\": \"FULL_CONTROL\",\n            \"type\": \"USER_GROUP\"\n        },\n        {\n            \"id\": \"757b08a2-3e04-458c-8cd8-49084df3a37a\",\n            \"eid\": null,\n            \"permission\": \"READ_ONLY\",\n            \"type\": \"USER_GROUP\"\n        }\n    ],\n    \"owner\": {\n        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"eid\": \"admin\"\n    },\n    \"userPermissionLevel\": 6,\n    \"approvalStatus\": null,\n    \"fullPath\": \"/SSH SAPM GROUP\",\n    \"createdAt\": 1694613811832,\n    \"updatedAt\": 1694777940108\n}"}],"_postman_id":"293618ae-98c7-4d59-af88-2721b86737d3"},{"name":"Delete Escalated Approval Manager From SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2b30875a-f43e-4921-bc9b-4a10bc090969"}}],"id":"9e32d1c8-c176-41a4-a5fe-2dd7d6c2a72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 384810,\r\n    \"escalatedManagersToDelete\": [\r\n\t\t398438\r\n\t]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteEscalatedManagersForSapmAccount","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API endpoint allows for the removal of escalated managers from a specific SAPM account in Infrascope PAM. By inputting the <code>sapmDbId</code> of the SAPM account, users can determine which escalated managers are to be removed from this account.</p>\n<h3 id=\"usage\">Usage</h3>\n<p>To remove escalated managers from a SAPM account:</p>\n<ol>\n<li>Provide the necessary parameters in the request body.</li>\n</ol>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><strong>sapmDbId</strong>:<ul>\n<li>Description: Denotes the unique database ID of the SAPM account in Infrascope PAM.</li>\n</ul>\n</li>\n<li><strong>escalatedManagersToDelete</strong>:<ul>\n<li>Description: An array that contains the IDs of the escalated managers that are intended to be removed from the designated SAPM account.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteEscalatedManagersForSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b823a96-78aa-4246-b17d-23aca7884a5b","name":"Delete Escalated Approval Manager From Sapm Account","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 384810,\r\n    \"escalatedManagersToDelete\": [\r\n\t\t398438\r\n\t]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteEscalatedManagersForSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"2259"},{"key":"Date","value":"Thu, 14 Sep 2023 10:44:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 384810,\n    \"device\": {\n        \"dbId\": 384676,\n        \"id\": \"d576e5d1-cf32-43e7-883e-64006cd09291\",\n        \"name\": \"Linux\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.77\"\n    },\n    \"secretName\": \"SSH SAPM\",\n    \"config\": {\n        \"configId\": -9077,\n        \"name\": \"Linux\",\n        \"description\": \"Linux\",\n        \"strategy\": \"SSH\",\n        \"staticSecretType\": \"OTHER\",\n        \"properties\": {\n            \"new.user.found.action\": \"LOG\",\n            \"username.parser\": \"(.*?) : (.*)\",\n            \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\",\n            \"user.list.command\": \"cut -d: -f1 /etc/passwd | xargs groups\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null,\n        \"duplicatedConfigId\": null\n    },\n    \"changePeriod\": 2880,\n    \"username\": \"efe\",\n    \"description\": null,\n    \"secretNotes\": null,\n    \"lastChangeTime\": 1694615160210,\n    \"nextChangeTime\": 1694787960210,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"VALID\",\n    \"masterAccountId\": null,\n    \"accountLevelProperties\": {},\n    \"permissions\": [\n        {\n            \"id\": \"f19ef6c4-bfa7-4743-b8e2-7c38cf5dd958\",\n            \"eid\": \"Group1\",\n            \"permission\": \"READ_ONLY\",\n            \"type\": \"USER_GROUP\"\n        }\n    ],\n    \"identicalSapmAccounts\": [],\n    \"parentSapmGroup\": {\n        \"dbId\": 384793,\n        \"id\": \"d3535aa7-eb10-4e3a-8dc8-322c96b19beb\",\n        \"name\": \"SSH SAPM GROUP\",\n        \"description\": null\n    },\n    \"secretType\": \"DYNAMIC\",\n    \"owner\": {\n        \"id\": \"8c49a580-7201-4a44-82bc-e20354560766\",\n        \"eid\": \"test_user3\"\n    },\n    \"createdAt\": 1694613892487,\n    \"updatedAt\": 1694686040745,\n    \"managers\": [\n        {\n            \"group\": {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\"\n            },\n            \"approvalLevel\": 2\n        },\n        {\n            \"group\": {\n                \"id\": \"f88e37af-9922-45d3-a812-866e2e3571b2\",\n                \"eid\": \"Escalated\"\n            },\n            \"approvalLevel\": 1\n        }\n    ],\n    \"userPermissionLevel\": 6,\n    \"privateType\": \"YES\",\n    \"approvalStatus\": null,\n    \"escalatedManagers\": [\n        {\n            \"dbId\": 385346,\n            \"group\": {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\"\n            },\n            \"approvalLevel\": 1\n        }\n    ],\n    \"groupFullPath\": \"/SSH SAPM GROUP\",\n    \"approvedBy\": null,\n    \"approvedDate\": null,\n    \"approvalRequired\": false\n}"}],"_postman_id":"9e32d1c8-c176-41a4-a5fe-2dd7d6c2a72d"},{"name":"Delete Escalated Approval Manager From SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"afcdd0ba-2aef-4676-b443-1b4d3cd754a8"}}],"id":"f34169c0-d8f3-4209-95ea-944e671826c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 387428,\r\n    \"escalatedManagerToDelete\": 388093,\r\n    \"applyType\": \"THIS_ONLY\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteEscalatedManagersFromSapmGroup","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API endpoint allows for the removal of escalated managers from a SAPM group in Infrascope PAM. By inputting the <code>dbId</code> of the SAPM account, users can determine which escalated managers are to be removed from this account.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteEscalatedManagersFromSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f17b9b8f-6e32-47ca-9014-cd2aa7bb845c","name":"Delete Escalated Approval Manager From Sapm Group","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 387428,\r\n    \"escalatedManagerToDelete\": 388093,\r\n    \"applyType\": \"THIS_ONLY\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteEscalatedManagersFromSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"410"},{"key":"Date","value":"Mon, 18 Sep 2023 15:45:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 387428,\n    \"id\": \"0e2e5d93-19a7-49fa-be08-aa1b080c3541\",\n    \"name\": \"SAPM Group\",\n    \"description\": null,\n    \"parentSapmGroupId\": null,\n    \"permissions\": [],\n    \"owner\": {\n        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"eid\": \"admin\"\n    },\n    \"userPermissionLevel\": 6,\n    \"approvalStatus\": null,\n    \"fullPath\": \"/SAPM Group\",\n    \"createdAt\": 1695048836464,\n    \"updatedAt\": 1695050886798\n}"}],"_postman_id":"f34169c0-d8f3-4209-95ea-944e671826c1"}],"id":"f11cbef0-9873-483e-9990-c301da0ca157","_postman_id":"f11cbef0-9873-483e-9990-c301da0ca157","description":""},{"name":"Reservation","item":[{"name":"Make Reservation For SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"33253f02-4b8b-4126-87db-8086e80cd2f2"}}],"id":"be58f7a5-c02c-46fb-8cc8-36e946780788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 464216,\n    \"comment\": \"asdf11g\",\n    \"startDate\": \"2026-10-02T19:45:00\",\n    \"endDate\": \"2026-10-28T21:45:00\",\n    \"firstPartUser\": {\n        \"eid\": \"test_user2\",\n        \"id\": \"e039e179-ba80-4932-b07d-f33db7e38d3a\"\n    },\n        \"secondPartUser\": {\n        \"eid\": \"test_user3\",\n        \"id\": \"f4118975-355b-40f7-a5d5-ed0fdc81a5c2\"\n    },\n    \"remindBeforeInMins\": 15\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/makeReservation","description":"<p>Using this API, you can create password reservation for SAPM account. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","makeReservation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65804d37-50c6-418e-9ed1-d0897cf90999","name":"Make Reservation For SAPM Account","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 464216,\n    \"comment\": \"asdf11g\",\n    \"startDate\": \"2026-10-02T19:45:00\",\n    \"endDate\": \"2026-10-28T21:45:00\",\n    \"firstPartUser\": {\n        \"eid\": \"test_user2\",\n        \"id\": \"e039e179-ba80-4932-b07d-f33db7e38d3a\"\n    },\n        \"secondPartUser\": {\n        \"eid\": \"test_user3\",\n        \"id\": \"f4118975-355b-40f7-a5d5-ed0fdc81a5c2\"\n    },\n    \"remindBeforeInMins\": 15\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/makeReservation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Mon, 25 Sep 2023 14:50:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"be58f7a5-c02c-46fb-8cc8-36e946780788"}],"id":"73517e86-8156-4486-b708-f8537d257b31","_postman_id":"73517e86-8156-4486-b708-f8537d257b31","description":""},{"name":"Group","item":[{"name":"List SAPM Groups","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7446df4e-eabc-490d-b7e4-43380a6cda6f"}}],"id":"53d2f71d-5b19-420d-944b-96e49808a96e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listSapmGroups","description":"<p>This method returns all SAPM groups that authenticated user is allowed to see. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listSapmGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d3ac446a-0b6f-42c5-b0c7-ca879feea66b","name":"Get Sapm Groups","originalRequest":{"method":"GET","header":[],"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listSapmGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Sep 2020 06:46:57 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 9257,\n        \"id\": \"9bcb8c02-ec4b-4ad4-8825-c071c9eac8d1\",\n        \"name\": \"test group\",\n        \"description\": null,\n        \"parentSapmGroupId\": null,\n        \"userCreate\": \"admin\",\n        \"userPermissionLevel\": 3,\n        \"approvalStatus\": null,\n        \"fullPath\": \"/test group\"\n    }\n]"}],"_postman_id":"53d2f71d-5b19-420d-944b-96e49808a96e"},{"name":"Create SAPM Groups (Bulk Create)","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d211eb70-3880-4ba5-bf07-d815b2b13eb2"}}],"id":"1614fef3-1e06-4611-af2a-c24a201b4449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\"name\":\"Group2\",\n\t\"description\":\"Desc2 of Group2\",\n\t\"parentSapmGroupId\":13682\n\t},\n\t{\n\t\"name\":\"Groupx\",\n\t\"description\":\"Descx\"\n\t},\n\t{\n\t\"name\":\"Groupx\",\n\t\"description\":\"Descx\"\n\t}\n]\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/createSapmGroups","description":"<p>You can send multiple parameters for each group you want to create. If you want to create a subgroup of another group, you should send it via \"parentSapmGroupId\" parameter. Otherwise, it will not have a parent group. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","createSapmGroups"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"659d27e2-aede-4fa9-8e82-11690bfc9110","name":"Create Sapm Groups (Bulk Create)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\"name\":\"Group2\",\n\t\"description\":\"Desc2 of Group2\",\n\t\"parentSapmGroupId\":982668\n\t},\n\t{\n\t\"name\":\"Groupx\",\n\t\"description\":\"Descx\"\n\t},\n\t{\n\t\"name\":\"Groupx\",\n\t\"description\":\"Descx\"\n\t}\n]\n"},"url":"URL/aioc-rest-web/rest/sc/sapm/createSapmGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 23 May 2020 07:48:02 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"modelData\": {\n            \"name\": \"Group2\",\n            \"description\": \"Desc2 of Group2\",\n            \"parentSapmGroupId\": 982668\n        },\n        \"message\": \"SUCCESS\"\n    },\n    {\n        \"modelData\": {\n            \"name\": \"Groupx\",\n            \"description\": \"Descx\",\n            \"parentSapmGroupId\": null\n        },\n        \"message\": \"SUCCESS\"\n    },\n    {\n        \"modelData\": {\n            \"name\": \"Groupx\",\n            \"description\": \"Descx\",\n            \"parentSapmGroupId\": null\n        },\n        \"message\": \"A Sapm group named Groupx already exists\"\n    }\n]"}],"_postman_id":"1614fef3-1e06-4611-af2a-c24a201b4449"},{"name":"List All SAPM Configs","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2010558c-84e9-4625-aabb-0fdae2a52463"}}],"id":"1d760654-fb5f-4581-8709-98ffdab7a4e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listSapmConfigs","description":"<p>You can list all SAPM configs with this API. It will return information about all configs.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listSapmConfigs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d760654-fb5f-4581-8709-98ffdab7a4e5"},{"name":"Search SAPM Config","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"b5035b4a-eae9-4634-9ca9-204193bf5028"}}],"id":"50d2368d-237a-4724-8daf-cc6020161b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"static\",\n\t\"strategy\": \"SSH\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/searchSapmConfig","description":"<p>You can search by name and/or strategy of SAPM config.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","searchSapmConfig"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50d2368d-237a-4724-8daf-cc6020161b0e"},{"name":"Delete SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1380499f-f115-435f-bd46-8c7a1eb24972"}}],"id":"5065354f-12bd-424c-9221-d9d35ba30349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85825\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteSapmGroup","description":"<p>You can delete SAPM group using this API. You should send dbId of SAPM group. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9dc596d1-09ab-454f-a14e-e391fed13c0c","name":"Delete SAPM Group","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85825\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"5065354f-12bd-424c-9221-d9d35ba30349"},{"name":"List Permissions of SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1e0e971e-2bb4-47dd-8b80-0f29185493d6"}}],"id":"f58e0dd2-7de9-4709-a6c8-a852a524b6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":13686\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listPermissionOfSapmGroup","description":"<p>This API allows you to list SAPM group's permissions of which you sent dbId of.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listPermissionOfSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cb37728b-e872-495b-bac4-1b328b414229","name":"List Permissions of SAPM Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 9826\n}"},"url":"URL/aioc-rest-web/rest/sc/sapm/listPermissionOfSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 23 May 2020 07:42:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"5e4a8a4d-2e02-4d31-8728-f6babee09a1a\": \"FULL_CONTROL\",\n    \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\": \"READ_ONLY\"\n}"}],"_postman_id":"f58e0dd2-7de9-4709-a6c8-a852a524b6e6"},{"name":"Add SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"b5b1f5ab-8f5b-4b1c-a35e-b56c9eb55482"}}],"id":"e3cd063b-72fc-42db-982e-3e3eca66a5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"sapmGroup1\",\n\t\"description\":\"new group\",\n    \"parentSapmGroupId\":1111\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmGroup","description":"<p>You can add SAPM group with name and description parameters. If you want to create it as a subgroup of any other existing group, you should send it's dbId with \"parentSapmGroupId\". Otherwise, it will not have any parent group.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"76dcf760-2a73-4ae2-9d9f-6a920ea7d936","name":"Add Sapm Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\":\"sapmGroup1\",\n\t\"description\":\"new group\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:41:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 61324,\n    \"id\": \"62b9350a-fbf8-4df2-80a4-18ca5c746b45\",\n    \"name\": \"sapmGroup1\",\n    \"description\": \"new group\",\n    \"parentSapmGroupId\": null,\n    \"permissions\": {},\n    \"newPermission\": {},\n    \"permissionToDelete\": {},\n    \"children\": [],\n    \"userCreate\": \"admin\",\n    \"parent\": null,\n    \"userPermissionLevel\": 3,\n    \"managers\": [],\n    \"newGroupManager\": null,\n    \"groupManagerToDelete\": null,\n    \"approvalStatus\": null,\n    \"fullPath\": \"/sapmGroup1\",\n    \"approvalRequired\": false,\n    \"manager\": false,\n    \"newApprovalRequired\": false,\n    \"auditor\": false\n}"}],"_postman_id":"e3cd063b-72fc-42db-982e-3e3eca66a5a3"},{"name":"Edit SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a5851fa9-b777-4621-9064-64bcf2711cae"}}],"id":"d350e6ee-2125-43b9-a317-195225fa9841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85829,\n\t\"parentSapmGroupId\":85202,\n\t\"name\":\"group-2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmGroup","description":"<p>You can edit the SAPM group which you send the dbId of. You can write new parent group dbId of new name for it. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","editSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e04d1a93-f4ff-40fa-9b52-95a089184797","name":"Edit Sapm Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":61324,\n\t\"parentSapmGroupId\":85202,\n\t\"name\":\"group-2\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:42:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 61324,\n    \"id\": \"62b9350a-fbf8-4df2-80a4-18ca5c746b45\",\n    \"name\": \"group-2\",\n    \"description\": \"new group\",\n    \"parentSapmGroupId\": null,\n    \"permissions\": {},\n    \"newPermission\": {},\n    \"permissionToDelete\": {},\n    \"children\": [],\n    \"userCreate\": \"admin\",\n    \"parent\": null,\n    \"userPermissionLevel\": 3,\n    \"managers\": [],\n    \"newGroupManager\": null,\n    \"groupManagerToDelete\": null,\n    \"approvalStatus\": null,\n    \"fullPath\": null,\n    \"approvalRequired\": false,\n    \"manager\": false,\n    \"newApprovalRequired\": false,\n    \"auditor\": false\n}"}],"_postman_id":"d350e6ee-2125-43b9-a317-195225fa9841"},{"name":"Set Permission For SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"658b3a36-8875-4db6-959f-5b4efd050be0"}}],"id":"f24ad98f-25a2-4b6b-9768-16fecad0102c","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 464347,\n    \"newPermission\": [\n        {\n            \"id\": \"c1ea6623-5951-4d11-bafa-302d858e129b\",\n            \"permission\": \"FULL_CONTROL\",\n            \"type\": \"USER_GROUP\"\n        },\n        {\n            \"id\": \"128829d6-63f4-4679-a0a7-d3b9cfc165cc\",\n            \"permission\": \"FULL_CONTROL\",\n            \"type\": \"USER_GROUP\"\n        }\n    ],\n    \"applyType\": \"ONE_LEVEL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/setPermissionForGroup","description":"<p>This API allows you to set SAPM group's permissions of which you sent dbId of. You should send them as user group id :  permission type. applyType can take one of following values: THIS_ONLY, ONE_LEVEL, FULL_TREE</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","setPermissionForGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ebcc02d6-a95b-4385-bbfa-6344ae760ecb","name":"Set Permission For Sapm Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dbId\": 464347,\n    \"newPermission\": [\n        {\n            \"id\": \"c1ea6623-5951-4d11-bafa-302d858e129b\",\n            \"permission\": \"FULL_CONTROL\",\n            \"type\": \"USER_GROUP\"\n        },\n        {\n            \"id\": \"128829d6-63f4-4679-a0a7-d3b9cfc165cc\",\n            \"permission\": \"FULL_CONTROL\",\n            \"type\": \"USER_GROUP\"\n        }\n    ],\n    \"applyType\": \"ONE_LEVEL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/setPermissionForGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Mon, 25 Sep 2023 14:04:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"f24ad98f-25a2-4b6b-9768-16fecad0102c"},{"name":"List Accounts and Groups of SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d77c7f25-29a4-415d-a111-11552954dbfb"}}],"id":"4a5d4920-b2f0-4636-a0cb-a6a56a56e0ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true,\n    \"firstResult\": 4,\n    \"maxResult\": 8\n}\n"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listAccountsAndGroupsOfSapmGroup","description":"<p>This API allows you to list SAPM group's accounts and subs-groups of which you sent dbId of. If you send applySub true, it will get sub-groups too.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listAccountsAndGroupsOfSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9113aaee-3629-42fd-8c00-fd1c808c9d60","name":"List Accounts and Groups of SAPM Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listAccountsAndGroupsOfSapmGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a5d4920-b2f0-4636-a0cb-a6a56a56e0ad"},{"name":"List Accounts of SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1637dc56-7318-4f95-bb63-a2d03378126b"}}],"id":"943610ce-1a1e-4b45-9af1-b15dcf54671c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true,\n    \"firstResult\":0,\n    \"maxResult\":6\n}\n"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listAccountsOfSapmGroup","description":"<p>This API allows you to list SAPM group's accounts of which you sent dbId of. If you send applySub true, it will get sub-groups too.</p>\n<p>For pagination of the response the user should add following parameters:\n    \"firstResult\":0,\n    \"maxResult\":100</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listAccountsOfSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c379ddda-ba85-472c-95d3-d15c8720f6b2","name":"List Accounts and Groups of SAPM Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true,\n    \"firstResult\":0,\n    \"maxResult\":6\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listAccountsOfSapmGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"943610ce-1a1e-4b45-9af1-b15dcf54671c"},{"name":"List Groups of SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"73a54a0a-5f97-4cca-ad1d-b6629b185e10"}}],"id":"88c1b419-a67a-4744-9379-28eead980b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true,\n    \"firstResult\":0,\n    \"maxResult\":6\n}\n"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listGroupsOfSapmGroup","description":"<p>This API allows you to list SAPM subs-groups of which you sent dbId of. If you send applySub true, it will get sub-groups too.</p>\n<p>For pagination of the response the user should add following parameters:\n    \"firstResult\":0,\n    \"maxResult\":100</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listGroupsOfSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"84ca2402-c85f-4809-a919-c673885f3e66","name":"List Accounts and Groups of SAPM Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 85202,\n\t\"applySub\": true,\n    \"firstResult\":0,\n    \"maxResult\":6\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listGroupsOfSapmGroup"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88c1b419-a67a-4744-9379-28eead980b78"},{"name":"Delete Permission From SAPM Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"6d936364-2001-4ac2-aec9-4d8b0f49defc"}}],"id":"2e5e4be9-03e4-467a-a810-f36c34764fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 464347,\r\n    \"permissionToDelete\": [\r\n        {\r\n            \"id\": \"c1ea6623-5951-4d11-bafa-302d858e129b\",\r\n            \"permission\": \"FULL_CONTROL\",\r\n            \"type\": \"USER_GROUP\"\r\n        },\r\n        {\r\n            \"id\": \"128829d6-63f4-4679-a0a7-d3b9cfc165cc\",\r\n            \"permission\": \"FULL_CONTROL\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ],\r\n    \"applyType\": \"ONE_LEVEL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deletePermissionFromGroup","description":"<p>This API allows you to delete SAPM group's permissions of which you sent dbId of. You should send them as user group id : permission type with \"permissionToDelete\". If you send applySub true, it will apply these permissions to sub groups too.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deletePermissionFromGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d1222859-fcf0-4307-bad2-e8578e0b32ef","name":"Delete Permission From Sapm Group","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 464347,\r\n    \"permissionToDelete\": [\r\n        {\r\n            \"id\": \"c1ea6623-5951-4d11-bafa-302d858e129b\",\r\n            \"permission\": \"FULL_CONTROL\",\r\n            \"type\": \"USER_GROUP\"\r\n        },\r\n        {\r\n            \"id\": \"128829d6-63f4-4679-a0a7-d3b9cfc165cc\",\r\n            \"permission\": \"FULL_CONTROL\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ],\r\n    \"applyType\": \"ONE_LEVEL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deletePermissionFromGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Mon, 25 Sep 2023 14:11:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"2e5e4be9-03e4-467a-a810-f36c34764fa0"},{"name":"Get Notification Groups Of SAPM Group For Rest","id":"5c87f65c-97b0-424a-910e-0c8db11a04c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 3009718\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getNotificationGroupsOfSapmGroupForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getNotificationGroupsOfSapmGroupForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c87f65c-97b0-424a-910e-0c8db11a04c6"},{"name":"Add Notification Group Of SAPM Group For Rest","id":"9bb60c89-b13d-4230-b173-c59202da5e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 3009718,\r\n    \"newNotification\":\"DEFAULT_GROUP_SYSYEM_ADMINS\",\r\n    \"applyType\": \"THIS_ONLY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addNotificationGroupOfSapmGroupForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addNotificationGroupOfSapmGroupForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb60c89-b13d-4230-b173-c59202da5e01"},{"name":"Delete Notification Group Of SAPM Group For Rest","id":"9c0d5f3f-2344-4df0-94f9-1e31aa2df512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 3009718,\r\n    \"notificationToDelete\":\"DEFAULT_GROUP_SYSYEM_ADMINS\",\r\n    \"applyType\": \"THIS_ONLY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteNotificationGroupOfSapmGroupForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteNotificationGroupOfSapmGroupForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c0d5f3f-2344-4df0-94f9-1e31aa2df512"}],"id":"be803abb-3c03-4996-8c40-32abae3509d0","description":"<p>Here you can find APIs for SAPM Groups.  </p>\n","_postman_id":"be803abb-3c03-4996-8c40-32abae3509d0"},{"name":"Account","item":[{"name":"SAPM Show Password","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e6ad7922-d159-4a2a-b229-b580467a5024"}}],"id":"843b0e5e-427a-4b59-9ad4-896cefdb6225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\":10710, \n\t\"passwordExpirationInMinute\": 30, \n\t\"comment\":\"restTest\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/showPassword","description":"<p>This will show you SAPM account's password if you have approval or permission to see the password. You should send SAPM account's dbId, password expiration in minute and comment to see password. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","showPassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fa85f65e-0aa5-4874-b617-cdd7e487dfb9","name":"sapm/showPassword","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"}],"body":{"mode":"raw","raw":"{\"sapmUserName\":\"sapmtest\", \"password\":\"\", \"sapmDbId\":82457, \"sapmConfigId\":-9077, \"passwordExpirationInMinute\":\"30m\", \"comment\":\"restTest\"}"},"url":"http://10.20.40.136/aioc-rest-web/rest/sc/sapm/showPassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 28 Jan 2019 05:54:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"8Xz7PEmr\",\n    \"passwordPart\": \"FULL\"\n}"}],"_postman_id":"843b0e5e-427a-4b59-9ad4-896cefdb6225"},{"name":"Verify SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2ce85433-10a8-41c0-88cf-d1e56cbd4bd5"}}],"id":"1ec052a1-3498-4c6f-a6dc-7133509d21e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85188\n} "},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/verifySapmAccount","description":"<p>This API will check if the password Infrascope PAM has is valid or not. You should send dbId of SAPM account you wish to be checked.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","verifySapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ff9fef50-85eb-4aa0-bc73-96205357f263","name":"Verify Sapm Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}}"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":9483\n} "},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/verifySapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 12:01:44 GMT"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"1ec052a1-3498-4c6f-a6dc-7133509d21e1"},{"name":"Get SAPM User Info","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8e0f214c-48f0-455c-8851-c19b4461084c"}}],"id":"f6e0c751-5f0f-4433-80f6-872df72308a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"deviceIp4Search\": \"10.20.40.251\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getSapmUserInfo","description":"<p>This API will return you the SAPM account's user information. You should send dbId of the SAPM account you wish to see.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getSapmUserInfo"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f7124eb5-e0d5-49cd-a254-8be348034e21","name":"Get SAPM User Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"deviceIp4Search\": \"10.20.42.36\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getSapmUserInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 12:01:16 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 9483,\n        \"configId\": -9077,\n        \"username\": \"test\",\n        \"password\": \"SmGSlOg6vv+AM0cdpJjTcA==\",\n        \"nextChangeTime\": 1599113582798,\n        \"pwdStatus\": \"UNSEEN\",\n        \"eventUserEid\": \"admin\"\n    }\n]"}],"_postman_id":"f6e0c751-5f0f-4433-80f6-872df72308a1"},{"name":"Search SAPM Accounts","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"22b50409-e297-49f2-ae62-a4770369f98a"}}],"id":"a2ef9ab0-8e9c-4083-b349-e69bc136ce3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"secretName\": \"winr\",\n    \"firstResult\":0,\n    \"maxResult\":6\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/searchSapmAccounts","description":"<p>Here you can list all SAPM accounts that your account is allowed to see. If you any value with it's parameter, it will return filtered results.</p>\n<p>Accounts can be filtered with following parameters:</p>\n<p>•   secretName,\n•   sapmDbId,\n•   description, \n•   secretType,\n•   sapmUserName,\n•   sapmGroupDbId</p>\n<p>For pagination of the response the user should add following parameters:\n    \"firstResult\":0,\n    \"maxResult\":6</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","searchSapmAccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3a2aba0a-799a-4776-85ae-d26f39b34c47","name":"Filter/Search/List Sapm Accounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"secretName\": \"winr\",\n    \"firstResult\":0,\n    \"maxResult\":6\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/searchSapmAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:34:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"searchResults\": [\n        {\n            \"dbId\": 9483,\n            \"device\": {\n                \"dbId\": 9293,\n                \"id\": \"72567faa-743a-425d-bfb9-6243fa14e415\",\n                \"name\": \"nurs\",\n                \"accessProtocol\": \"SSHv2\",\n                \"managementIp\": \"10.20.42.36\"\n            },\n            \"secretName\": \"nursena\",\n            \"config\": {\n                \"configId\": -9077,\n                \"name\": \"Linux\",\n                \"description\": \"Linux\",\n                \"strategy\": \"SSH\",\n                \"staticSecretType\": \"OTHER\",\n                \"properties\": {\n                    \"new.user.found.action\": \"LOG\",\n                    \"username.parser\": \"(.*?) : (.*)\",\n                    \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\",\n                    \"user.list.command\": \"cut -d: -f1 /etc/passwd | xargs groups\"\n                },\n                \"exactMatch4Search\": false,\n                \"recordLimit4Search\": null\n            },\n            \"changePeriod\": 1440,\n            \"username\": \"test\",\n            \"description\": \"test\",\n            \"nextChangeTime\": 1599113582798,\n            \"passwordSeenStatus\": \"UNSEEN\",\n            \"validationStatus\": \"VALID\",\n            \"masterAccountId\": null,\n            \"permissions\": {},\n            \"identicalSapmAccounts\": [],\n            \"secondPartSeenUsername\": null,\n            \"firstPartSeenUsername\": null,\n            \"parentSapmGroup\": {\n                \"dbId\": 9257,\n                \"id\": \"9bcb8c02-ec4b-4ad4-8825-c071c9eac8d1\",\n                \"name\": \"test group\",\n                \"description\": null\n            },\n            \"secretType\": \"DYNAMIC\",\n            \"userCreate\": \"admin\",\n            \"managers\": [],\n            \"userPermissionLevel\": 3,\n            \"privateType\": \"YES\",\n            \"approvalStatus\": null,\n            \"groupFullPath\": \"/test group\",\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvalRequired\": false\n        }\n    ]\n}"},{"id":"39c2ca27-8d6f-4725-a4ff-283573cc570d","name":"List Sapm Accounts - get all SAPM Account allowed by current user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"secretName\": \"winr\",\n    \"firstResult\":0,\n    \"maxResult\":6\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/searchSapmAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 27 Apr 2020 14:20:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 11590,\n        \"device\": null,\n        \"secretName\": \"sads4\",\n        \"config\": {\n            \"configId\": 5882,\n            \"name\": \"static-ssh-key\",\n            \"description\": null,\n            \"strategy\": \"STATIC\",\n            \"staticSecretType\": \"SSH_KEY\",\n            \"properties\": {\n                \"static.secret.type\": \"SSH_KEY\",\n                \"allow.seen.by.multiple.user\": \"true\"\n            },\n            \"exactMatch4Search\": false,\n            \"recordLimit4Search\": null\n        },\n        \"changePeriod\": null,\n        \"username\": \"adsad\",\n        \"lastChangeTime\": 1587117210886,\n        \"nextChangeTime\": 1587127938323,\n        \"nextChangeTimeStart4Search\": null,\n        \"nextChangeTimeEnd4Search\": null,\n        \"passwordSeenStatus\": \"UNSEEN\",\n        \"validationStatus\": null,\n        \"changeStatus\": null,\n        \"lastAttemptStatus\": null,\n        \"masterAccountId\": null,\n        \"permissions\": {},\n        \"identicalSapmAccounts\": [],\n        \"recordLimit4Search\": null,\n        \"validationStatus4Search\": null,\n        \"checkPermission4Search\": true,\n        \"exactMatch4Search\": false,\n        \"accountWithDynamicStrategy\": false,\n        \"acceptedSapmConfigList\": null,\n        \"masterAccountId4Search\": null,\n        \"searchOnlyMasterAccounts\": false,\n        \"searchOnlyOwnRegion\": false,\n        \"deviceIp4Search\": null,\n        \"secondPartSeenUsername\": null,\n        \"firstPartSeenUsername\": null,\n        \"errorMessage\": null,\n        \"successful\": true,\n        \"parentSapmGroup\": null,\n        \"parentSapmName4Search\": null,\n        \"secretType\": \"STATIC\",\n        \"userCreate\": \"apektas\",\n        \"managers\": [\n            {\n                \"id\": \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                \"eid\": \"sdv_test\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"7c7a9b2f-0014-4ba5-b887-822168ac1e06\",\n                        \"eid\": \"test\",\n                        \"personelId\": null,\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"098f6bcd4621d373cade4e832627b4f6\",\n                        \"secondPassword\": null,\n                        \"email\": \"test@tet.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1584103885523,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    },\n                    {\n                        \"id\": \"f416aa0b-38cb-43c8-a017-b87ddd410b0c\",\n                        \"eid\": \"apektas\",\n                        \"personelId\": \"apektas\",\n                        \"name\": \"apektaseeeee\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"6d2d5c4e24ca9bdbe44906833e11aec3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas@yandex.com\",\n                        \"surname\": \"apektasbbb\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"lastLogin\": 1587996917741,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"f416aa0b-38cb-43c8-a017-b87ddd410b0c\",\n                        \"eid\": \"apektas\",\n                        \"personelId\": \"apektas\",\n                        \"name\": \"apektaseeeee\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"6d2d5c4e24ca9bdbe44906833e11aec3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas@yandex.com\",\n                        \"surname\": \"apektasbbb\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"lastLogin\": 1587996917741,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"realms\": [\n                    396\n                ],\n                \"deviceRealms\": [\n                    5622\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"autonomousGroup\": false,\n                \"sqlProxyEnabled\": false,\n                \"allowConsoleAccess\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"allowDirectAccess\": false,\n                \"registrationRole\": false,\n                \"externalDirectorySources\": null,\n                \"sftpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"approvalRequired\": false,\n                \"systemGroup\": false,\n                \"adminGroup\": false,\n                \"passwordTtl\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"userPermissionLevel\": null,\n        \"privateType\": \"NO\",\n        \"approvalStatus\": null,\n        \"parentSapmGroupDbId\": null,\n        \"approvalRequired\": false,\n        \"changePeriodFormatted\": \"00d 00h 00m\"\n    },\n    {\n        \"dbId\": 9086,\n        \"device\": null,\n        \"secretName\": \"48\",\n        \"config\": {\n            \"configId\": 5882,\n            \"name\": \"static-ssh-key\",\n            \"description\": null,\n            \"strategy\": \"STATIC\",\n            \"staticSecretType\": \"SSH_KEY\",\n            \"properties\": {\n                \"static.secret.type\": \"SSH_KEY\",\n                \"allow.seen.by.multiple.user\": \"true\"\n            },\n            \"exactMatch4Search\": false,\n            \"recordLimit4Search\": null\n        },\n        \"changePeriod\": null,\n        \"username\": null,\n        \"lastChangeTime\": 1586891447310,\n        \"nextChangeTime\": 1587554478018,\n        \"nextChangeTimeStart4Search\": null,\n        \"nextChangeTimeEnd4Search\": null,\n        \"passwordSeenStatus\": \"SEEN\",\n        \"validationStatus\": null,\n        \"changeStatus\": null,\n        \"lastAttemptStatus\": null,\n        \"masterAccountId\": null,\n        \"permissions\": {\n            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\": \"FULL_CONTROL\"\n        },\n        \"identicalSapmAccounts\": [],\n        \"recordLimit4Search\": null,\n        \"validationStatus4Search\": null,\n        \"checkPermission4Search\": true,\n        \"exactMatch4Search\": false,\n        \"accountWithDynamicStrategy\": false,\n        \"acceptedSapmConfigList\": null,\n        \"masterAccountId4Search\": null,\n        \"searchOnlyMasterAccounts\": false,\n        \"searchOnlyOwnRegion\": false,\n        \"deviceIp4Search\": null,\n        \"secondPartSeenUsername\": \"apektas\",\n        \"firstPartSeenUsername\": \"apektas\",\n        \"errorMessage\": null,\n        \"successful\": true,\n        \"parentSapmGroup\": {\n            \"dbId\": 11266,\n            \"id\": \"0a353f0a-825d-4193-817e-b7821fb19c72\",\n            \"name\": \"12\",\n            \"description\": null,\n            \"parentSapmGroupId\": 6990,\n            \"permissions\": {\n                \"a85a5ee8-7426-472d-b85b-f20fb4df1797\": \"FULL_CONTROL\"\n            },\n            \"newPermission\": {},\n            \"permissionToDelete\": {},\n            \"children\": null,\n            \"userCreate\": null,\n            \"parent\": null,\n            \"userPermissionLevel\": null,\n            \"managers\": [\n                {\n                    \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                    \"eid\": \"System.admins\",\n                    \"description\": \"Default system admin group\",\n                    \"users\": [\n                        {\n                            \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                            \"eid\": \"admin\",\n                            \"personelId\": null,\n                            \"name\": \"Administrator\",\n                            \"passwordAlgorithm\": \"MD5\",\n                            \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                            \"secondPassword\": null,\n                            \"email\": \"apektas86@gmail.com\",\n                            \"surname\": \"Administrator\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"lastLogin\": 1587982480710,\n                            \"lastLoginIp\": \"127.0.0.1\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"locked\": false,\n                            \"unlockTime\": null,\n                            \"tempUser\": false,\n                            \"phoneNumber\": null,\n                            \"lockReason\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"tempUserEndTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"userPropertyValue4Search\": null\n                        }\n                    ],\n                    \"managers\": [\n                        {\n                            \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                            \"eid\": \"admin\",\n                            \"personelId\": null,\n                            \"name\": \"Administrator\",\n                            \"passwordAlgorithm\": \"MD5\",\n                            \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                            \"secondPassword\": null,\n                            \"email\": \"apektas86@gmail.com\",\n                            \"surname\": \"Administrator\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"lastLogin\": 1587982480710,\n                            \"lastLoginIp\": \"127.0.0.1\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"locked\": false,\n                            \"unlockTime\": null,\n                            \"tempUser\": false,\n                            \"phoneNumber\": null,\n                            \"lockReason\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"tempUserEndTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"userPropertyValue4Search\": null\n                        }\n                    ],\n                    \"realms\": [],\n                    \"deviceRealms\": [],\n                    \"properties\": {\n                        \"adminGroup\": \"true\",\n                        \"autonomousGroup\": \"false\",\n                        \"allowConsoleAccess\": \"false\",\n                        \"allowDirectAccess\": \"false\",\n                        \"approvalRequiredForConnection\": \"false\",\n                        \"systemGroup\": \"true\"\n                    },\n                    \"recordLimit4Search\": null,\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"filterGroupIdList\": null,\n                    \"autonomousGroup\": false,\n                    \"sqlProxyEnabled\": false,\n                    \"allowConsoleAccess\": false,\n                    \"sshProxyEnabled\": false,\n                    \"rdpProxyEnabled\": false,\n                    \"allowDirectAccess\": false,\n                    \"registrationRole\": false,\n                    \"externalDirectorySources\": null,\n                    \"sftpProxyEnabled\": false,\n                    \"httpProxyEnabled\": false,\n                    \"containLocalUser4Search\": false,\n                    \"approvalRequired\": false,\n                    \"systemGroup\": true,\n                    \"adminGroup\": true,\n                    \"passwordTtl\": null,\n                    \"otpEnabled\": false\n                }\n            ],\n            \"newGroupManager\": null,\n            \"groupManagerToDelete\": null,\n            \"approvalStatus\": null,\n            \"approvalRequired\": null\n        },\n        \"parentSapmName4Search\": null,\n        \"secretType\": \"STATIC\",\n        \"userCreate\": null,\n        \"managers\": [\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas86@gmail.com\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1587982480710,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas86@gmail.com\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1587982480710,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"autonomousGroup\": false,\n                \"sqlProxyEnabled\": false,\n                \"allowConsoleAccess\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"allowDirectAccess\": false,\n                \"registrationRole\": false,\n                \"externalDirectorySources\": null,\n                \"sftpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"approvalRequired\": false,\n                \"systemGroup\": true,\n                \"adminGroup\": true,\n                \"passwordTtl\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"userPermissionLevel\": 3,\n        \"privateType\": \"YES\",\n        \"approvalStatus\": null,\n        \"parentSapmGroupDbId\": null,\n        \"approvalRequired\": true,\n        \"changePeriodFormatted\": \"00d 00h 00m\"\n    },\n    {\n        \"dbId\": 6778,\n        \"device\": {\n            \"dbId\": 5178,\n            \"id\": \"d88f22dc-bd92-4315-83cb-e7033b2f3fde\",\n            \"name\": \"127.0.0.1\",\n            \"accessProtocol\": \"SSHv2\",\n            \"managementIp\": \"127.0.0.1\",\n            \"elementType\": {\n                \"dbId\": 119,\n                \"elementTypeId\": \"linux\",\n                \"elementTypeName\": \"Linux Server\",\n                \"vendor\": {\n                    \"dbId\": 79,\n                    \"name\": \"Other\"\n                },\n                \"category\": {\n                    \"dbId\": 54,\n                    \"name\": \"Other\"\n                },\n                \"elementTypeProperties\": [\n                    {\n                        \"dbId\": 197,\n                        \"elementTypePropertyValue\": \"alcatel\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.context\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": 199,\n                        \"elementTypePropertyValue\": \"do_nothing\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": 200,\n                        \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#)\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                        \"elementTypePropertyType\": null\n                    },\n                    {\n                        \"dbId\": 198,\n                        \"elementTypePropertyValue\": \"abort\",\n                        \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                        \"elementTypePropertyType\": null\n                    }\n                ]\n            },\n            \"discoveryTime\": 1586241278929,\n            \"properties\": {\n                \"pseudoDevice\": \"true\"\n            },\n            \"deviceGroups\": [\n                \"97d85688-963c-4cd2-9235-e853c2a3d20a\"\n            ],\n            \"availability\": null,\n            \"currentMaintenanceWindow\": null,\n            \"interfaceName\": null,\n            \"nameManagementIp\": \"127.0.0.1-127.0.0.1\",\n            \"regionName\": null,\n            \"filterRecordLimit\": null,\n            \"filterSearchPhrase\": null,\n            \"filterGroupId\": null,\n            \"filterRoleGroupIds\": null,\n            \"filterOnlyUnassignedDevices\": null,\n            \"discoverySource\": null,\n            \"domainController\": null,\n            \"pseudoDevice\": true,\n            \"portNum\": null\n        },\n        \"secretName\": \"de44\",\n        \"config\": {\n            \"configId\": 1766,\n            \"name\": \"ssh2\",\n            \"description\": \"asas\",\n            \"strategy\": \"SSH\",\n            \"staticSecretType\": \"OTHER\",\n            \"properties\": {\n                \"change.password.success.pattern\": \".*successfully.*\",\n                \"skip.password.validation.after.change\": \"true\",\n                \"change.password.command.template\": \"passwd\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\\n\",\n                \"check.password.validation\": \"true\"\n            },\n            \"exactMatch4Search\": false,\n            \"recordLimit4Search\": null\n        },\n        \"changePeriod\": 1440,\n        \"username\": \"root\",\n        \"lastChangeTime\": 1587545059127,\n        \"nextChangeTime\": 1588053711712,\n        \"nextChangeTimeStart4Search\": null,\n        \"nextChangeTimeEnd4Search\": null,\n        \"passwordSeenStatus\": \"SEEN\",\n        \"validationStatus\": \"INVALID\",\n        \"changeStatus\": null,\n        \"lastAttemptStatus\": false,\n        \"masterAccountId\": null,\n        \"permissions\": {\n            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\": \"FULL_CONTROL\"\n        },\n        \"identicalSapmAccounts\": [],\n        \"recordLimit4Search\": null,\n        \"validationStatus4Search\": null,\n        \"checkPermission4Search\": true,\n        \"exactMatch4Search\": false,\n        \"accountWithDynamicStrategy\": false,\n        \"acceptedSapmConfigList\": null,\n        \"masterAccountId4Search\": null,\n        \"searchOnlyMasterAccounts\": false,\n        \"searchOnlyOwnRegion\": false,\n        \"deviceIp4Search\": null,\n        \"secondPartSeenUsername\": \"apektas\",\n        \"firstPartSeenUsername\": \"apektas\",\n        \"errorMessage\": null,\n        \"successful\": true,\n        \"parentSapmGroup\": {\n            \"dbId\": 6990,\n            \"id\": \"b82ffd04-0902-429f-8775-1b379f1fbeca\",\n            \"name\": \"qqq\",\n            \"description\": null,\n            \"parentSapmGroupId\": null,\n            \"permissions\": {\n                \"a85a5ee8-7426-472d-b85b-f20fb4df1797\": \"FULL_CONTROL\"\n            },\n            \"newPermission\": {},\n            \"permissionToDelete\": {},\n            \"children\": null,\n            \"userCreate\": null,\n            \"parent\": null,\n            \"userPermissionLevel\": null,\n            \"managers\": [\n                {\n                    \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                    \"eid\": \"System.admins\",\n                    \"description\": \"Default system admin group\",\n                    \"users\": [\n                        {\n                            \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                            \"eid\": \"admin\",\n                            \"personelId\": null,\n                            \"name\": \"Administrator\",\n                            \"passwordAlgorithm\": \"MD5\",\n                            \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                            \"secondPassword\": null,\n                            \"email\": \"apektas86@gmail.com\",\n                            \"surname\": \"Administrator\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"lastLogin\": 1587982480710,\n                            \"lastLoginIp\": \"127.0.0.1\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"locked\": false,\n                            \"unlockTime\": null,\n                            \"tempUser\": false,\n                            \"phoneNumber\": null,\n                            \"lockReason\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"tempUserEndTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"userPropertyValue4Search\": null\n                        }\n                    ],\n                    \"managers\": [\n                        {\n                            \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                            \"eid\": \"admin\",\n                            \"personelId\": null,\n                            \"name\": \"Administrator\",\n                            \"passwordAlgorithm\": \"MD5\",\n                            \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                            \"secondPassword\": null,\n                            \"email\": \"apektas86@gmail.com\",\n                            \"surname\": \"Administrator\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"lastLogin\": 1587982480710,\n                            \"lastLoginIp\": \"127.0.0.1\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"locked\": false,\n                            \"unlockTime\": null,\n                            \"tempUser\": false,\n                            \"phoneNumber\": null,\n                            \"lockReason\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"tempUserEndTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"userPropertyValue4Search\": null\n                        }\n                    ],\n                    \"realms\": [],\n                    \"deviceRealms\": [],\n                    \"properties\": {\n                        \"adminGroup\": \"true\",\n                        \"autonomousGroup\": \"false\",\n                        \"allowConsoleAccess\": \"false\",\n                        \"allowDirectAccess\": \"false\",\n                        \"approvalRequiredForConnection\": \"false\",\n                        \"systemGroup\": \"true\"\n                    },\n                    \"recordLimit4Search\": null,\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"filterGroupIdList\": null,\n                    \"autonomousGroup\": false,\n                    \"sqlProxyEnabled\": false,\n                    \"allowConsoleAccess\": false,\n                    \"sshProxyEnabled\": false,\n                    \"rdpProxyEnabled\": false,\n                    \"allowDirectAccess\": false,\n                    \"registrationRole\": false,\n                    \"externalDirectorySources\": null,\n                    \"sftpProxyEnabled\": false,\n                    \"httpProxyEnabled\": false,\n                    \"containLocalUser4Search\": false,\n                    \"approvalRequired\": false,\n                    \"systemGroup\": true,\n                    \"adminGroup\": true,\n                    \"passwordTtl\": null,\n                    \"otpEnabled\": false\n                }\n            ],\n            \"newGroupManager\": null,\n            \"groupManagerToDelete\": null,\n            \"approvalStatus\": null,\n            \"approvalRequired\": null\n        },\n        \"parentSapmName4Search\": null,\n        \"secretType\": \"DYNAMIC\",\n        \"userCreate\": \"admin\",\n        \"managers\": [\n            {\n                \"id\": \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                \"eid\": \"sdv_test\",\n                \"description\": null,\n                \"users\": [\n                    {\n                        \"id\": \"7c7a9b2f-0014-4ba5-b887-822168ac1e06\",\n                        \"eid\": \"test\",\n                        \"personelId\": null,\n                        \"name\": \"test\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"098f6bcd4621d373cade4e832627b4f6\",\n                        \"secondPassword\": null,\n                        \"email\": \"test@tet.com\",\n                        \"surname\": \"test\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\"\n                        ],\n                        \"managerGroups\": [],\n                        \"lastLogin\": 1584103885523,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    },\n                    {\n                        \"id\": \"f416aa0b-38cb-43c8-a017-b87ddd410b0c\",\n                        \"eid\": \"apektas\",\n                        \"personelId\": \"apektas\",\n                        \"name\": \"apektaseeeee\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"6d2d5c4e24ca9bdbe44906833e11aec3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas@yandex.com\",\n                        \"surname\": \"apektasbbb\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"lastLogin\": 1587996917741,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"f416aa0b-38cb-43c8-a017-b87ddd410b0c\",\n                        \"eid\": \"apektas\",\n                        \"personelId\": \"apektas\",\n                        \"name\": \"apektaseeeee\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"6d2d5c4e24ca9bdbe44906833e11aec3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas@yandex.com\",\n                        \"surname\": \"apektasbbb\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"managerGroups\": [\n                            \"a85a5ee8-7426-472d-b85b-f20fb4df1797\",\n                            \"DEFAULT_GROUP_SYSYEM_LI_USERS\"\n                        ],\n                        \"lastLogin\": 1587996917741,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"realms\": [\n                    396\n                ],\n                \"deviceRealms\": [\n                    5622\n                ],\n                \"properties\": {\n                    \"adminGroup\": \"false\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"autonomousGroup\": false,\n                \"sqlProxyEnabled\": false,\n                \"allowConsoleAccess\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"allowDirectAccess\": false,\n                \"registrationRole\": false,\n                \"externalDirectorySources\": null,\n                \"sftpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"approvalRequired\": false,\n                \"systemGroup\": false,\n                \"adminGroup\": false,\n                \"passwordTtl\": null,\n                \"otpEnabled\": false\n            },\n            {\n                \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                \"eid\": \"System.admins\",\n                \"description\": \"Default system admin group\",\n                \"users\": [\n                    {\n                        \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas86@gmail.com\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1587982480710,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"managers\": [\n                    {\n                        \"id\": \"9b8c215e-3e11-423e-9611-9e5e7eb904db\",\n                        \"eid\": \"admin\",\n                        \"personelId\": null,\n                        \"name\": \"Administrator\",\n                        \"passwordAlgorithm\": \"MD5\",\n                        \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                        \"secondPassword\": null,\n                        \"email\": \"apektas86@gmail.com\",\n                        \"surname\": \"Administrator\",\n                        \"internal\": true,\n                        \"properties\": {\n                            \"ubaThreshold\": \"50\"\n                        },\n                        \"groups\": [\n                            \"DEFAULT_GROUP_SYSYEM_USERS\",\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"managerGroups\": [\n                            \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                        ],\n                        \"lastLogin\": 1587982480710,\n                        \"lastLoginIp\": \"127.0.0.1\",\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"recordLimit4Search\": null,\n                        \"passwordDirty\": false,\n                        \"secondPasswordChange\": false,\n                        \"passwordAutoGenerated\": false,\n                        \"filterFunctionName\": null,\n                        \"filterMembershipUserId\": null,\n                        \"filterManagerId\": null,\n                        \"filterEidList\": null,\n                        \"filterManagerOfUserId\": null,\n                        \"locked\": false,\n                        \"unlockTime\": null,\n                        \"tempUser\": false,\n                        \"phoneNumber\": null,\n                        \"lockReason\": null,\n                        \"forceChangePasswordOnNextLogin\": false,\n                        \"unlockOnPasswordChanged\": false,\n                        \"externalDirectorySource\": null,\n                        \"userPropertyKey4Search\": null,\n                        \"tempUserEndTime\": null,\n                        \"tempUserStartTime\": null,\n                        \"userPropertyValue4Search\": null\n                    }\n                ],\n                \"realms\": [],\n                \"deviceRealms\": [],\n                \"properties\": {\n                    \"adminGroup\": \"true\",\n                    \"autonomousGroup\": \"false\",\n                    \"allowConsoleAccess\": \"false\",\n                    \"allowDirectAccess\": \"false\",\n                    \"approvalRequiredForConnection\": \"false\",\n                    \"systemGroup\": \"true\"\n                },\n                \"recordLimit4Search\": null,\n                \"groupPropertyKey4Search\": null,\n                \"groupPropertyValue4Search\": null,\n                \"filterGroupIdList\": null,\n                \"autonomousGroup\": false,\n                \"sqlProxyEnabled\": false,\n                \"allowConsoleAccess\": false,\n                \"sshProxyEnabled\": false,\n                \"rdpProxyEnabled\": false,\n                \"allowDirectAccess\": false,\n                \"registrationRole\": false,\n                \"externalDirectorySources\": null,\n                \"sftpProxyEnabled\": false,\n                \"httpProxyEnabled\": false,\n                \"containLocalUser4Search\": false,\n                \"approvalRequired\": false,\n                \"systemGroup\": true,\n                \"adminGroup\": true,\n                \"passwordTtl\": null,\n                \"otpEnabled\": false\n            }\n        ],\n        \"userPermissionLevel\": 3,\n        \"privateType\": \"YES\",\n        \"approvalStatus\": null,\n        \"parentSapmGroupDbId\": null,\n        \"approvalRequired\": false,\n        \"changePeriodFormatted\": \"01d 00h 00m\"\n    }\n]"}],"_postman_id":"a2ef9ab0-8e9c-4083-b349-e69bc136ce3a"},{"name":"Delete SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"3138ca55-f6c1-44ef-86e5-1aa15d75f6b1"}}],"id":"5b593c23-2a62-4096-b324-c50124305d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":10626\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteSapmAccount","description":"<p>You should the dbId of SAPM account that you wish to delete.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b8465d10-ea57-41d8-a697-6caa35be1064","name":"Delete SAPM Account","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":10626\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"5b593c23-2a62-4096-b324-c50124305d11"},{"name":"Search Password Change Log","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9994348d-a8c5-445f-afda-89768b8a819a"}}],"id":"19628468-180a-4ba7-a7a1-10934b3e294d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startTime4Search\": \"2020-04-25T19:45:00Z\",\n\t\"endTime4Search\": \"2020-04-29T21:45:00Z\"\n\t\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/searchPasswordChangeLog","description":"<p>This API is for searching between given time interval on request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","searchPasswordChangeLog"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19628468-180a-4ba7-a7a1-10934b3e294d"},{"name":"Show Old Password Record","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1d1a84d7-01a2-42cd-a5bb-7982c9f66e58"}}],"id":"3d28499d-bb0a-42fc-96c6-3e33e3f30de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\": 16054,\n\t\"requestComment\": \"reqcom\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/showOldPassword","description":"<p>This API is to show old password record of each SAPM account.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","showOldPassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d28499d-bb0a-42fc-96c6-3e33e3f30de6"},{"name":"Delete Permission From Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2d758ec1-d386-4bfe-9862-31b5b32b166b"}}],"id":"b673ebb7-c830-42a5-a393-09416a05cdc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 3589891,\r\n    \"permissionToDelete\": [\r\n        {\r\n            \"userGroupId\": \"98b592a0-0ff6-40bc-804b-1c0030a5695e\",\r\n            \"permission\": \"FULL_CONTROL\"\r\n        },\r\n        {\r\n            \"userGroupId\": \"fe9bfde2-9530-4768-868c-6af5d16303a1\",\r\n            \"permission\": \"FULL_CONTROL\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deletePermissionFromAccount","description":"<p>You can delete permission from SAPM account if you are allowed to. You should send SAPM account's dbId and permission to delete in form \"user group id\" : \"permission type\" . </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deletePermissionFromAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b673ebb7-c830-42a5-a393-09416a05cdc8"},{"name":"Check New Users with SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"2d21b554-0587-46e0-a6d1-a136a3be0724"}}],"id":"1797fc9e-504b-481b-a9c8-abed25634108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"sapmDbId\":6778\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/checkNewUsers","description":"<p>This API will make Infrascope PAM connect to the device of SAPM account(which you send dbId of) and check if there is any new user on that device. You can see new users that are found under \"New Users Log\" on WebUI.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","checkNewUsers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"506dc7f9-78a6-4e81-89e6-ef87c5ee2c05","name":"Check New Users with SAPM Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"sapmDbId\":6778\r\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/checkNewUsers"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"1797fc9e-504b-481b-a9c8-abed25634108"},{"name":"List Permissions of SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8632e557-11b8-433a-aadf-627cd9638cfd"}}],"id":"9e8e64db-95d0-4f38-8479-edf9f47b70e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":86114\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listPermissionsOfAccount","description":"<p>This API will return list of permission of the SAPM account you send dbId of. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","listPermissionsOfAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"72aea47e-d29a-4fae-9743-b3cfc7d77882","name":"List Permissions of SAPM Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":86114\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/listPermissionsOfAccount"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":" {\r\n            \"5e4a8a4d-2e02-4d31-8728-f6babee09a1a\": \"FULL_CONTROL\",\r\n            \"86cdd3e9-696d-4826-aee2-fb12b47eb49e\": \"READ_ONLY\"\r\n        }"}],"_postman_id":"9e8e64db-95d0-4f38-8479-edf9f47b70e8"},{"name":"Update Password","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"c7f8f3d7-6c4c-46cc-83e8-0fea758e68e4"}}],"id":"f4c4bfc5-c8dc-4cfb-b06e-80120350e178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\":85287\n\t,\"newPassword\":\"f6DaSH8x\"\n\t,\"comment\":\"xxx\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/updatePassword","description":"<p>Using this API, you can reset the password of a dynamic account that is already registered if it is changed by hand. You should give new password of the account and add comments. Infrascope PAM will connect using this password and reset the password. Then it will store that password on the same SAPM account. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","updatePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"98b4013d-7309-4f6f-8122-b8a630ce8816","name":"Update Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"sapmDbId\":85287\n\t,\"newPassword\":\"f6DaSH8x\"\n\t,\"comment\":\"comment\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/updatePassword"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"f4c4bfc5-c8dc-4cfb-b06e-80120350e178"},{"name":"Show Old Passwords","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"0418e96a-77dc-48de-963b-7cea8ed7baa9"}}],"id":"1ef2a657-a3f6-4a77-ac2d-da1e032a9dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 398881,\n    \"startDate\": \"2020-05-03T19:45:00.000Z\",\n    \"endDate\": \"2030-05-05T21:45:00.000Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/showOldPasswords","description":"<p>This API allows you to see show old passwords of sent SAPM dbId in given time interval. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","showOldPasswords"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d7cf5946-6423-43db-8f7a-ee0400cd5e01","name":"Show Old Passwords","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sapmDbId\": 398881,\n    \"startDate\": \"2020-05-03T19:45:00.000Z\",\n    \"endDate\": \"2030-05-05T21:45:00.000Z\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/showOldPasswords"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"4600"},{"key":"Date","value":"Mon, 25 Sep 2023 12:20:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 464155,\n        \"eventUsername\": \"admin\",\n        \"log\": \"Password Reset\",\n        \"time\": 1695571428248,\n        \"comment\": null,\n        \"clientIp\": \"10.0.8.82\",\n        \"result\": \"Succeeded\",\n        \"changeReason\": \"Reset Password\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"26.09.2023 13:03 (GMT-03:00)\",\n        \"permission\": \"FULL_CONTROL\",\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 464061,\n        \"eventUsername\": \"admin\",\n        \"log\": \"Sapm Account (SCT-13) has been updated\",\n        \"time\": 1695570982042,\n        \"comment\": \"Password Changed To My Will\",\n        \"clientIp\": \"10.0.8.82\",\n        \"result\": \"Succeeded\",\n        \"changeReason\": \"Update Password\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"26.09.2023 12:56 (GMT-03:00)\",\n        \"permission\": \"FULL_CONTROL\",\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 464047,\n        \"eventUsername\": \"admin\",\n        \"log\": \"Invalid credentials\",\n        \"time\": 1695570922452,\n        \"comment\": \"Password Changed To My Will\",\n        \"clientIp\": \"10.0.8.82\",\n        \"result\": \"Failed\",\n        \"changeReason\": \"Update Password\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"24.09.2023 12:57 (GMT-03:00)\",\n        \"permission\": \"FULL_CONTROL\",\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 464028,\n        \"eventUsername\": \"admin\",\n        \"log\": \"Invalid credentials\",\n        \"time\": 1695570857796,\n        \"comment\": \"Password Changed To My Will\",\n        \"clientIp\": \"10.0.8.82\",\n        \"result\": \"Failed\",\n        \"changeReason\": \"Update Password\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"24.09.2023 12:57 (GMT-03:00)\",\n        \"permission\": \"FULL_CONTROL\",\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 464018,\n        \"eventUsername\": \"admin\",\n        \"log\": \"Invalid credentials\",\n        \"time\": 1695570820666,\n        \"comment\": \"Password Changed To My Will\",\n        \"clientIp\": \"10.0.8.82\",\n        \"result\": \"Failed\",\n        \"changeReason\": \"Update Password\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"24.09.2023 12:57 (GMT-03:00)\",\n        \"permission\": \"FULL_CONTROL\",\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 461687,\n        \"eventUsername\": \"System\",\n        \"log\": null,\n        \"time\": 1695559925956,\n        \"comment\": null,\n        \"clientIp\": \"127.0.0.1\",\n        \"result\": \"Succeeded\",\n        \"changeReason\": \"Reset Password / Periodic\",\n        \"eventChannel\": \"Scheduled Job\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"26.09.2023 09:52 (GMT-03:00)\",\n        \"permission\": null,\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 430438,\n        \"eventUsername\": \"System\",\n        \"log\": null,\n        \"time\": 1695387065783,\n        \"comment\": null,\n        \"clientIp\": \"127.0.0.1\",\n        \"result\": \"Succeeded\",\n        \"changeReason\": \"Reset Password / Periodic\",\n        \"eventChannel\": \"Scheduled Job\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": \"/SAPM\",\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"24.09.2023 09:51 (GMT-03:00)\",\n        \"permission\": null,\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    },\n    {\n        \"dbId\": 398878,\n        \"eventUsername\": \"admin\",\n        \"log\": \"New SAPM Account has been created\",\n        \"time\": 1695214239356,\n        \"comment\": null,\n        \"clientIp\": \"10.20.50.229\",\n        \"result\": \"Succeeded\",\n        \"changeReason\": \"New SAPM Account\",\n        \"eventChannel\": \"REST Service\",\n        \"accountName\": \"SCT-13\",\n        \"groupName\": null,\n        \"accountType\": \"Dynamic\",\n        \"expirationDate\": \"20.09.2023 09:50 (GMT-03:00)\",\n        \"permission\": null,\n        \"eventApplicationName\": null,\n        \"approvalStatus\": null,\n        \"deviceHostname\": null,\n        \"deviceIp\": null,\n        \"affectedUserOrUserGroup\": null,\n        \"advancedSearchInput\": null,\n        \"firstResultIndex\": 0,\n        \"maxResultCount\": 0,\n        \"enableTamperProof\": null\n    }\n]"}],"_postman_id":"1ef2a657-a3f6-4a77-ac2d-da1e032a9dde"},{"name":"Reset Password","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7c376ccb-1a5f-460f-b86c-c1d0f2abe27b"}}],"id":"be7ce07a-6b89-46ae-979d-321a79fe4648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85287\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/resetPassword","description":"<p>Using this API, you can reset the password of a dynamic account that is already registered. Since Infrascope PAM already has current password of the account you give, it will only reset password and continue keeping it.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","resetPassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"49d20e9d-92aa-4b53-9700-3e840e39d218","name":"Reset Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"dbId\":85287\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/resetPassword"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"be7ce07a-6b89-46ae-979d-321a79fe4648"},{"name":"Add SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"fc85fd70-7d88-484e-987d-b78f00e572a3"}}],"id":"d8f6edfc-ec5f-4e82-b18a-f6887c28e979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}} "},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-dynamic-type\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"DYNAMIC\",\n\t\"sapmUserName\":\"root\",\n\t\"password\":\"root\",\n\t\"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":82796,\n\t\"passwordChangePeriod\":\"25\",\n\t\"deviceId\":\"8cc08d2f-36f8-44fa-9c17-47ae77d1a70d\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccount","description":"<p>You can add SAPM account using this API. There are several different examples given. As response, it will return the created SAPM Account. </p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7abfbc13-e968-4d55-a7ab-c2d8347578a4","name":"Add Sapm Account(Dynamic Account)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-dynamic-type\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"DYNAMIC\",\n\t\"sapmUserName\":\"root\",\n\t\"password\":\"root\",\n\t\"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":82796,\n\t\"passwordChangePeriod\":\"25\",\n\t\"deviceId\":\"8cc08d2f-36f8-44fa-9c17-47ae77d1a70d\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87569f23-0af0-4cd8-8cf2-fc4bf676096d","name":"Add Sapm Account (static strategy - other)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-staticstrategy-other\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"STATIC\",\n\t\"password\":\"other type data\",\n\t\"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":83830,\n\t\"passwordChangePeriod\":\"25\"\n}"},"url":"10.20.41.87/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d8b727a8-b3ed-4623-ad07-79f2ca56246d","name":"Add Sapm Account (Static Strategy, SSL )","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-staticstrategy-ssl-cert\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"STATIC\",\n\t\"password\":\"certificate data\", \n    \"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":82460,\n\t\"passwordChangePeriod\":\"25\"\n}"},"url":"10.20.41.87/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e4a98eca-839d-4f11-a297-09369a0866fe","name":"Add SAPM Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\"sapmUserName\":\"sapm2\", \n\"password\":\"123456\", \n\"sapmConfigId\":-9077, \n\"deviceId\":\"4b144118-2505-43a9-908a-b6fab60f296f\", \n\"passwordChangePeriod\":\"5\", \n\"permissions\":\n{\n\"Administrators\":\"FULL_CONTROL\"}\n}"},"url":"http://10.20.40.136/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Jan 2019 13:13:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 00000,\n    \"device\": {\n        \"dbId\":0000,\n        \"id\": \"4b144118-2505-43a9-6fab60f296f\",\n        \"name\": \"10.20.40.00\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.00\",\n        \"elementType\": {\n            \"dbId\": 00000,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": 00000,\n                    \"elementTypePropertyValue\": \"hostname\",\n                    \"elementTypePropertyKey\": \"discovery.commands.hostname\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 00000,\n                    \"elementTypePropertyValue\": \"uname\",\n                    \"elementTypePropertyKey\": \"discovery.commands.version.command\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -00000,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 00000,\n                    \"elementTypePropertyValue\": \"Linux\",\n                    \"elementTypePropertyKey\": \"discovery.model.match.regex\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 00000,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"4dd39f0b-2cb1-4089-8281-3912e7b904e0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.184-10.20.40.184\",\n        \"regionName\": null,\n        \"pseudoDevice\": true,\n        \"domainController\": null,\n        \"portNum\": null,\n        \"discoverySource\": null\n    },\n    \"config\": {\n        \"configId\": -00000,\n        \"name\": \"Linux\",\n        \"description\": \"Linux\",\n        \"strategy\": \"SSH\",\n        \"properties\": {\n            \"username.parser\": \"(.*?):.*\",\n            \"new.user.found.action\": \"LOG\",\n            \"user.list.command\": \"cat /etc/passwd\",\n            \"check.password.validation\": \"true\",\n            \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null\n    },\n    \"changePeriod\": 00000,\n    \"username\": \"sapm2\",\n    \"password\": \"5B5bycR3kOdleJw0UI86BQ==\",\n    \"previousPassword\": \"IGrfdOMqFwhnVxTYOTFVKA==\",\n    \"lastChangeTime\": 00000,\n    \"nextChangeTime\": 00000,\n    \"nextChangeTimeStart4Search\": null,\n    \"nextChangeTimeEnd4Search\": null,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"VALID\",\n    \"changeStatus\": null,\n    \"lastAttemptStatus\": true,\n    \"masterAccountId\": null,\n    \"permissions\": {},\n    \"identicalSapmAccounts\": [],\n    \"recordLimit4Search\": null,\n    \"validationStatus4Search\": null,\n    \"checkPermission4Search\": true,\n    \"exactMatch4Search\": false,\n    \"acceptedSapmConfigList\": null,\n    \"masterAccountId4Search\": null,\n    \"searchOnlyMasterAccounts\": false,\n    \"searchOnlyOwnRegion\": false,\n    \"deviceIp4Search\": null,\n    \"secondPartSeenUsername\": null,\n    \"firstPartSeenUsername\": null,\n    \"changePeriodFormatted\": \"05d 00h 00m\"\n}"},{"id":"65c07ffa-702f-4b4e-beb9-639b0d430237","name":"Add SAPM Account(User Credential)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-staticstrategy-usercred\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"STATIC\",\n\t\"sapmUserName\":\"user-1\",\n\t\"password\":\"password\", \n\t\"sapmConfigId\":-123,\n    \"sapmGroupDbId\":9257,\n\t\"passwordChangePeriod\":\"25\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 02 Sep 2020 11:40:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 61293,\n    \"device\": null,\n    \"secretName\": \"sapm-staticstrategy-usercred\",\n    \"config\": {\n        \"configId\": -2000003,\n        \"name\": \"Static User Credentials\",\n        \"description\": \"Static User Credentials\",\n        \"strategy\": \"STATIC\",\n        \"staticSecretType\": \"USER_CREDENTIAL\",\n        \"properties\": {\n            \"static.secret.type\": \"USER_CREDENTIAL\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null\n    },\n    \"changePeriod\": 36000,\n    \"username\": \"user-1\",\n    \"description\": null,\n    \"password\": \"QeLRh2OVGzo45m7aS3dpDfC0Qbqd2kA2bOcCdsYfkKnRCfrzEBLyg8zjzPzLHuNVrVwNi5LDjrvk9YtynUXUpA==\",\n    \"previousPassword\": null,\n    \"lastChangeTime\": 1599046840499,\n    \"nextChangeTime\": 1599133240499,\n    \"nextChangeTimeStart4Search\": null,\n    \"nextChangeTimeEnd4Search\": null,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": null,\n    \"changeStatus\": null,\n    \"lastAttemptStatus\": null,\n    \"masterAccountId\": null,\n    \"permissions\": {},\n    \"newPermission\": {},\n    \"permissionToDelete\": {},\n    \"groupManagerToDelete\": null,\n    \"identicalSapmAccounts\": [],\n    \"recordLimit4Search\": null,\n    \"validationStatus4Search\": null,\n    \"checkPermission4Search\": true,\n    \"acceptedSapmConfigList\": null,\n    \"searchOnlyMasterAccounts\": false,\n    \"searchOnlyOwnRegion\": false,\n    \"deviceIp4Search\": null,\n    \"secondPartSeenUsername\": null,\n    \"firstPartSeenUsername\": null,\n    \"errorMessage\": null,\n    \"successful\": true,\n    \"parentSapmGroup\": {\n        \"dbId\": 9257,\n        \"id\": \"9bcb8c02-ec4b-4ad4-8825-c071c9eac8d1\",\n        \"name\": \"test group\",\n        \"description\": null,\n        \"parentSapmGroupId\": null,\n        \"permissions\": {},\n        \"newPermission\": {},\n        \"permissionToDelete\": {},\n        \"children\": [],\n        \"userCreate\": \"admin\",\n        \"parent\": null,\n        \"userPermissionLevel\": 3,\n        \"managers\": [],\n        \"newGroupManager\": null,\n        \"groupManagerToDelete\": null,\n        \"approvalStatus\": null,\n        \"fullPath\": null,\n        \"approvalRequired\": false,\n        \"manager\": false,\n        \"newApprovalRequired\": false,\n        \"auditor\": false\n    },\n    \"parentSapmName4Search\": null,\n    \"secretType\": \"STATIC\",\n    \"userCreate\": \"admin\",\n    \"managers\": [],\n    \"newGroupManager\": null,\n    \"userPermissionLevel\": -2147483648,\n    \"privateType\": \"YES\",\n    \"approvalStatus\": null,\n    \"parentSapmGroupDbId\": 9257,\n    \"groupFullPath\": \"/test group\",\n    \"approvedBy\": null,\n    \"approvedDate\": null,\n    \"getFullPermissionUser\": false,\n    \"skipFillPermission\": false,\n    \"sqlSearchSapmParent\": [],\n    \"firstResult\": null,\n    \"maxResult\": null,\n    \"exactMatch4Search\": false,\n    \"masterAccountId4Search\": null,\n    \"changePeriodFormatted\": \"25d 00h 00m\",\n    \"accountWithDynamicStrategy\": false,\n    \"approvalRequired\": false,\n    \"manager\": false\n}"},{"id":"a4a0a629-9e74-48dc-8a1a-f71ee820ce15","name":"Add Sapm Account(Static Type, Dynamic Stategy)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-static-type-dynamic-strategy\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"STATIC\",\n\t\"sapmUserName\":\"root\",\n\t\"password\":\"root\",\n\t\"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":84097,\n\t\"passwordChangePeriod\":\"25\",\n\t\"deviceId\":\"8cc08d2f-36f8-44fa-9c17-47ae77d1a70d\"\n}"},"url":"10.20.41.87/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"20bf7732-45a4-4022-b822-bdcd42d75f59","name":"Add Sapm Account -(Static Strategy SSH key)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"secretName\":\"sapm-staticstrategy-ssh-key\",\n\t\"privateType\":\"YES\",\n\t\"secretType\":\"STATIC\",\n\t\"sapmUserName\":\"ssh key user\",\n\t\"password\":\"ssh key data\",\n\t\"sshKeyPassphrase\":\"pass\",\n    \"sapmGroupDbId\":85220,\n\t\"sapmConfigId\":83829,\n\t\"passwordChangePeriod\":\"25\"\n}"},"url":"10.20.41.87/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8f6edfc-ec5f-4e82-b18a-f6887c28e979"},{"name":"Edit SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"06d991c2-400d-4960-a3ce-e74ac19e271a"}}],"id":"ff600579-01ee-4d17-85ff-113c68f45ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}} "},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85623,\n\t\"secretName\":\"new sapm-dynamic-type\",\n\t\"passwordChangePeriod\":\"50\",\n\t\"sapmGroupDbId\":85220\n}\n\n"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount","description":"<p>Using this API, you can edit any SAPM account you are allowed to edit. You should send the new value of the desired parameter. There are several examples.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","editSapmAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1aa7f821-1dd9-4835-b2a1-3debabb5d6be","name":"Edit Sapm Account (Static Strategy SSL Cert)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85610,\n\t\"password\":\"{\\\"ssl-certificate\\\":\\\"new certificate data\\\"}\",\n\t\"sapmGroupDbId\":85220,\n\t\"useExistingPermissions\":\"false\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3f3a4b5a-f97c-4ecb-a717-880937a2cc21","name":"Edit Sapm Account (dynamic-type)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85623,\n\t\"secretName\":\"new sapm-dynamic-type\",\n\t\"passwordChangePeriod\":\"50\",\n\t\"sapmGroupDbId\":85220,\n\t\"useExistingPermissions\":\"false\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"554c33dd-0335-4c69-8055-1ae6cff1dc5c","name":"Edit Sapm Account(Static Type Dynamic Strategy)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85630,\n\t\"secretName\":\"new name\",\n\t\"privateType\":\"NO\",\n\t\"passwordChangePeriod\":\"35\",\n\t\"sapmGroupDbId\":85220,\n\t\"useExistingPermissions\":\"false\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bfe3164f-4fa2-4761-8948-8c3f1f77335c","name":"Edit Sapm Account (Static Strategy SSH key)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85613,\n\t\"password\":\"{\\\"username\\\":\\\"new user\\\",\\r\\n\\\"ssh-key\\\":\\\"new ssh-key\\\",\\r\\n\\\"passphrase\\\":\\\"new passphrase\\\"}\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05967960-8127-4f28-92ea-90a4ad58b56f","name":"Edit Sapm Account (Static Type User Credential)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85607,\n\t\"privateType\":\"NO\",\n\t\"password\":\"{\\\"username\\\":\\\"user-1\\\",\\r\\n\\\"password\\\":\\\"new password\\\"}\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4ffa722d-ff65-43ed-a0bd-9e7c8c9d224e","name":"Edit Sapm Account(Static Strategy Other)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85615,\n\t\"password\":\"{\\\"data\\\":\\\"updated data\\\"}\"\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/editSapmAccount"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff600579-01ee-4d17-85ff-113c68f45ab1"},{"name":"Add SAPM Account to Sapm Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"79a2fbea-bdb5-4b89-bee4-bb636006fdab"}}],"id":"45340b4b-1993-4e75-bfd8-8f7786384f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"{{netrightCookie}} "},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\t\n\t\"sapmDbId\":85613,\n\t\"sapmGroupDbId\":85220\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccountToSapmGroup","description":"<p>This API will add SAPM account to given SAPM group.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addSapmAccountToSapmGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e2d111e9-788b-4b81-8f20-6de2a5d0774c","name":"sapm/addSapmAccount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":" {{netrightCookie}} "}],"body":{"mode":"raw","raw":"{\"sapmUserName\":\"sapm2\", \"password\":\"123456\", \"sapmConfigId\":-9077, \"deviceId\":\"4b144118-2505-43a9-908a-b6fab60f296f\", \"passwordChangePeriod\":\"5\", \"permissions\":{\"Administrators\":\"FULL_CONTROL\"}}"},"url":"http://10.20.40.136/aioc-rest-web/rest/sc/sapm/addSapmAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 30 Jan 2019 13:13:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 608679,\n    \"device\": {\n        \"dbId\": 602107,\n        \"id\": \"4b144118-2505-43a9-908a-b6fab60f296f\",\n        \"name\": \"10.20.40.184\",\n        \"accessProtocol\": \"SSHv2\",\n        \"managementIp\": \"10.20.40.184\",\n        \"elementType\": {\n            \"dbId\": -1256593,\n            \"elementTypeId\": \"linux\",\n            \"elementTypeName\": \"Linux Server\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [\n                {\n                    \"dbId\": 279310,\n                    \"elementTypePropertyValue\": \"hostname\",\n                    \"elementTypePropertyKey\": \"discovery.commands.hostname\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 279363,\n                    \"elementTypePropertyValue\": \"uname\",\n                    \"elementTypePropertyKey\": \"discovery.commands.version.command\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107345,\n                    \"elementTypePropertyValue\": \"abort\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_c\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328321729,\n                    \"elementTypePropertyValue\": \"^Enter the date.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328317181,\n                    \"elementTypePropertyValue\": \"^Are you sure.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328318769,\n                    \"elementTypePropertyValue\": \".*(?i)password[:|&gt].*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107346,\n                    \"elementTypePropertyValue\": \"do_nothing\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.ctrl_z\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -224107347,\n                    \"elementTypePropertyValue\": \".*?(&gt|\\\\$|#|%)\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.prompt_pattern\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -316330256,\n                    \"elementTypePropertyValue\": \"-1\",\n                    \"elementTypePropertyKey\": \"shell.terminal.config.fixed_pty_columns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -328315408,\n                    \"elementTypePropertyValue\": \"^Quit.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": -355141703,\n                    \"elementTypePropertyValue\": \"^Select choice.*\",\n                    \"elementTypePropertyKey\": \"enforcer.terminal.behaviour.exc_last_line_patterns\",\n                    \"elementTypePropertyType\": null\n                },\n                {\n                    \"dbId\": 279374,\n                    \"elementTypePropertyValue\": \"Linux\",\n                    \"elementTypePropertyKey\": \"discovery.model.match.regex\",\n                    \"elementTypePropertyType\": null\n                }\n            ]\n        },\n        \"discoveryTime\": 1548839906588,\n        \"properties\": {\n            \"pseudoDevice\": \"true\"\n        },\n        \"deviceGroups\": [\n            \"4dd39f0b-2cb1-4089-8281-3912e7b904e0\"\n        ],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"10.20.40.184-10.20.40.184\",\n        \"regionName\": null,\n        \"pseudoDevice\": true,\n        \"domainController\": null,\n        \"portNum\": null,\n        \"discoverySource\": null\n    },\n    \"config\": {\n        \"configId\": -9077,\n        \"name\": \"Linux\",\n        \"description\": \"Linux\",\n        \"strategy\": \"SSH\",\n        \"properties\": {\n            \"username.parser\": \"(.*?):.*\",\n            \"new.user.found.action\": \"LOG\",\n            \"user.list.command\": \"cat /etc/passwd\",\n            \"check.password.validation\": \"true\",\n            \"change.password.command.template\": \"passwd\\\\n${oldPassword}\\\\n${newPassword}\\\\n${newPassword}\\\\nlogout\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null\n    },\n    \"changePeriod\": 7200,\n    \"username\": \"sapm2\",\n    \"password\": \"5B5bycR3kOdleJw0UI86BQ==\",\n    \"previousPassword\": \"IGrfdOMqFwhnVxTYOTFVKA==\",\n    \"lastChangeTime\": 1548853978693,\n    \"nextChangeTime\": 1549285978693,\n    \"nextChangeTimeStart4Search\": null,\n    \"nextChangeTimeEnd4Search\": null,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"VALID\",\n    \"changeStatus\": null,\n    \"lastAttemptStatus\": true,\n    \"masterAccountId\": null,\n    \"permissions\": {},\n    \"identicalSapmAccounts\": [],\n    \"recordLimit4Search\": null,\n    \"validationStatus4Search\": null,\n    \"checkPermission4Search\": true,\n    \"exactMatch4Search\": false,\n    \"acceptedSapmConfigList\": null,\n    \"masterAccountId4Search\": null,\n    \"searchOnlyMasterAccounts\": false,\n    \"searchOnlyOwnRegion\": false,\n    \"deviceIp4Search\": null,\n    \"secondPartSeenUsername\": null,\n    \"firstPartSeenUsername\": null,\n    \"changePeriodFormatted\": \"05d 00h 00m\"\n}"}],"_postman_id":"45340b4b-1993-4e75-bfd8-8f7786384f39"},{"name":"Add Permission To SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"caa823d9-09a1-4c4f-af73-b795c2d6e49b"}}],"id":"68eb8484-13ce-485c-8584-5942cb2c1b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 398881,\r\n    \"newPermission\": [\r\n        {\r\n            \"id\": \"3c895317-aac1-4ed8-b214-f53d9b582b77\",\r\n            \"eid\": \"SQL PROXY\",\r\n            \"permission\": \"READ_ONLY\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addPermissionToAccount","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API facilitates the assignment of specific permissions to a designated SAPM account in Infrascope PAM. By inputting the <code>sapmDbId</code> of the SAPM account, you can allocate permissions to either individual users or entire user groups.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>sapmDbId</strong>:</p>\n<ul>\n<li>Description: The unique identifier of the SAPM account in Infrascope PAM.</li>\n</ul>\n</li>\n<li><p><strong>newPermission</strong>:</p>\n<ul>\n<li><p>Description: An array of objects, each detailing a permission assignment.</p>\n</li>\n<li><p>Components:</p>\n<ul>\n<li><p><strong>eid</strong>: External identifier for the user or user group.</p>\n</li>\n<li><p><strong>permission</strong>: Defines the access level. Permissions include:</p>\n<ul>\n<li><p><code>LIST_ONLY</code>: View-only access.</p>\n</li>\n<li><p><code>MANAGE_PASSWORD</code>: Ability to manage passwords.</p>\n</li>\n<li><p><code>READ_ONLY</code>: Read-only access.</p>\n</li>\n<li><p><code>READ_ONLY_SECOND_PART</code>: Limited read-only access to the latter part of data.</p>\n</li>\n<li><p><code>FULL_CONTROL</code>: Full access and control.</p>\n</li>\n<li><p><code>READ_WRITE</code>: Ability to read and modify.</p>\n</li>\n<li><p><code>READ_ONLY_FIRST_PART</code>: Limited read-only access to the initial part of data.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: Indicates if the permission is for a user or a user group</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addPermissionToAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e31a52f4-8bb0-4d7c-a835-57bacab35a44","name":"Add Permission To SAPM Account","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 384810,\r\n    \"newPermission\": [\r\n        {\r\n            \"id\": \"3bb509f0-d68c-4c41-8546-0b341c8936a1\",\r\n            \"eid\": \"esc1l1\",\r\n            \"permission\": \"READ_ONLY\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addPermissionToAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Thu, 14 Sep 2023 11:15:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"68eb8484-13ce-485c-8584-5942cb2c1b5d"},{"name":"Delete Permission From SAPM Account","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"6d162449-901b-4c87-ba25-a45ce8e28d70"}}],"id":"398892b8-df63-4fc6-a0b1-63f72794086e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 384810,\r\n    \"permissionToDelete\": [\r\n        {\r\n            \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\r\n            \"eid\": \"esc1l1\",\r\n            \"permission\": \"LIST_ONLY\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deletePermissionFromAccount","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API allows for the revocation of specific permissions from a designated SAPM account in Infrascope PAM. By providing the <code>sapmDbId</code> of the SAPM account, you can determine which permissions are to be removed from either individual users or user groups.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>sapmDbId</strong>:</p>\n<ul>\n<li>Description: The unique identifier of the SAPM account in Infrascope PAM.</li>\n</ul>\n</li>\n<li><p><strong>permissionToDelete</strong>:</p>\n<ul>\n<li><p>Description: An array of objects, each detailing a permission to be revoked.</p>\n</li>\n<li><p>Components:</p>\n<ul>\n<li><p><strong>eid</strong>: External identifier for the user or user group.</p>\n</li>\n<li><p><strong>permission</strong>: Defines the access level to be removed. Permissions include:</p>\n<ul>\n<li><p><code>LIST_ONLY</code>: View-only access.</p>\n</li>\n<li><p><code>MANAGE_PASSWORD</code>: Password management capability.</p>\n</li>\n<li><p><code>READ_ONLY</code>: Read-only access.</p>\n</li>\n<li><p><code>READ_ONLY_SECOND_PART</code>: Limited read-only access to the latter part of data.</p>\n</li>\n<li><p><code>FULL_CONTROL</code>: Full access and control.</p>\n</li>\n<li><p><code>READ_WRITE</code>: Ability to read and modify.</p>\n</li>\n<li><p><code>READ_ONLY_FIRST_PART</code>: Limited read-only access to the initial part of data.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: Indicates if the permission is for a user or a user group, with possible values being <code>USER</code> or <code>USER_GROUP</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deletePermissionFromAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f2cc4f1d-9f22-4414-9ef5-f056ca367e13","name":"Delete Permission From SAPM Account","originalRequest":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 384810,\r\n    \"permissionToDelete\": [\r\n        {\r\n            \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\r\n            \"eid\": \"esc1l1\",\r\n            \"permission\": \"LIST_ONLY\",\r\n            \"type\": \"USER_GROUP\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deletePermissionFromAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"7"},{"key":"Date","value":"Thu, 14 Sep 2023 11:30:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"SUCCESS"}],"_postman_id":"398892b8-df63-4fc6-a0b1-63f72794086e"},{"name":"Bulk Reset Password","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"beebcb26-eb15-4f88-a47d-0530f0524651"}}],"id":"edb197a2-07aa-47b6-8d09-d4ea257b5af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[384810,384810]","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/bulkResetPassword","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API allows you to reset the password of a dynamic account within Infrascope PAM. Given that Infrascope PAM already possesses the current password of the specified account, the system will solely reset the password and maintain its record.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>You should format your request body as an array of SAPM Account IDs:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    \"SAPM Account ID #1\",\n    \"SAPM Account ID #2\" ...\n]\n\n</code></pre>\n<p>Replace \"SAPM Account ID\" with the actual IDs of the accounts whose passwords you wish to reset.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","bulkResetPassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8a78e15f-fc9d-4853-ad18-cf7596575a3e","name":"Bulk Reset Password","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[384810,384810]","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/bulkResetPassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"15"},{"key":"Date","value":"Thu, 14 Sep 2023 11:55:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    384810,\n    384810\n]"}],"_postman_id":"edb197a2-07aa-47b6-8d09-d4ea257b5af6"},{"name":"Bulk Update Password","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"208ee617-a0ff-4481-a038-65f5a56cb194"}}],"id":"88d213d1-8e07-4f49-a317-31197013685c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbIdList\":[388229,387462],\n    \"newPassword\": \"Infrascope12345!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/bulkUpdatePassword","description":"<h3 id=\"overview\">Overview</h3>\n<p>This API lets you reset the password of an existing dynamic account in Infrascope PAM. Infrascope PAM will simply update the password, as it already knows the current one.</p>\n<h3 id=\"how-to-use\">How to Use</h3>\n<p>Submit the SAPM Account ID(s) of the account(s) you want to reset in the request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","bulkUpdatePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d2231b3d-8408-418e-9a41-75fa252609fb","name":"Bulk Update Password","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sapmDbIdList\":[388229,387462],\n    \"newPassword\": \"Infrascope12345!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/bulkUpdatePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"15"},{"key":"Date","value":"Mon, 18 Sep 2023 15:58:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    388229,\n    387462\n]"}],"_postman_id":"88d213d1-8e07-4f49-a317-31197013685c"},{"name":"Get Notification Groups Of SAPM Account  For Rest","id":"4b2a68e3-cfe0-4c1d-a3ae-6f30ed0a94b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 2994586\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/getNotificationGroupsOfSapmAccountForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","getNotificationGroupsOfSapmAccountForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b2a68e3-cfe0-4c1d-a3ae-6f30ed0a94b9"},{"name":"Set Notification Groups Of SAPM Account For Rest","id":"413463bc-2dc2-4637-b780-4667323e8b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sapmDbId\": 2994586,\r\n    \"notifications\":[\"DEFAULT_GROUP_SYSYEM_ADMINS\", \"DEFAULT_GROUP_SYSYEM_USERS\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/setNotificationGroupsOfSapmAccountForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","setNotificationGroupsOfSapmAccountForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"413463bc-2dc2-4637-b780-4667323e8b03"},{"name":"Add Notification Group Of SAPM Account For Rest","id":"3547a3e5-0bf7-4a6c-a994-c185e83d9648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 2994586,\r\n    \"newNotification\":\"DEFAULT_GROUP_SYSYEM_ADMINS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addNotificationGroupOfSapmAccountForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addNotificationGroupOfSapmAccountForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3547a3e5-0bf7-4a6c-a994-c185e83d9648"},{"name":"Delete Notification Group Of SAPM Account For Rest","id":"0d960ba1-0c0e-496c-b1ff-4b9e0881194a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 2994586,\r\n    \"notificationToDelete\":\"DEFAULT_GROUP_SYSYEM_ADMINS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/deleteNotificationGroupOfSapmAccountForRest","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","deleteNotificationGroupOfSapmAccountForRest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d960ba1-0c0e-496c-b1ff-4b9e0881194a"},{"name":"Bulk Edit Accounts","id":"be6ad544-dc11-42d8-a14c-e19ea0c601f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\r\n    \"owner\": {\r\n      \"id\": \"99bf8751-1d18-4268-91f8-e506c16b18c8\",\r\n      \"eid\": \"enduser\"\r\n    },\r\n    \"description\": \"Description\",\r\n    \"secretNotes\": \"New Secret Note\",\r\n    \"additionalInfo\": \"Info\",\r\n    \"sapmDbId\": 349817,\r\n    \"sapmIdentifier\": \"test4@10.20.42.106@/Linux\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/bulkEditSAPMAccounts","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","bulkEditSAPMAccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be6ad544-dc11-42d8-a14c-e19ea0c601f9"},{"name":"Creating new SAPM Account with File","id":"9615de06-dd53-45de-96e7-d3b21eae86bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eecfdac-8ee1-4390-8a37-657aca689351"}]},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccountWithFile?configId=-2000004&accountName=TestAccount3&groupId=bb4f95ef-c302-4229-8383-c8e0edcde66b","description":"<p>To create a SAPM Account with file upload, use the <code>List SAPM Groups</code> request to obtain the id of the SAPM Group you want to upload to. Then, enter the name you've given to the SAPM Account in the accountName field. The configId parameter needs to be -2000004.</p>\n<p>If you're using Postman, upload one file in the form-data type body as shown below.</p>\n<img src=\"https://content.pstmn.io/75c4afc3-9b44-4794-a465-1387242a730b/aW1hZ2UucG5n\" alt=\"Click%20on%20the%20Value%20and%20upload%20it\" height=\"335\" width=\"1075\" />\n\n<p>The type of file you can upload depends on the config parameters in your SAPM Account (initially only pdf, png, pfx are allowed). In React, go to Secrets &gt; Configuration and edit the file upload config there. From this section, you can add the file types you want and change the upload size as needed.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","addSapmAccountWithFile"],"host":["{{url}}"],"query":[{"key":"configId","value":"-2000004"},{"key":"accountName","value":"TestAccount3"},{"key":"groupId","value":"bb4f95ef-c302-4229-8383-c8e0edcde66b"}],"variable":[]}},"response":[{"id":"3b43e934-7f25-469c-95c5-597ccd008139","name":"Creating new SAPM Account with File","originalRequest":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["postman-cloud:///1eee2c84-7b19-4120-be1e-feb5f08f7da3"]}]},"url":{"raw":"{{url}}/aioc-rest-web/rest/sc/sapm/addSapmAccountWithFile?configId=-2000004&accountName=TestAccount2&groupId=bb4f95ef-c302-4229-8383-c8e0edcde66b","host":["{{url}}"],"path":["aioc-rest-web","rest","sc","sapm","addSapmAccountWithFile"],"query":[{"key":"configId","value":"-2000004"},{"key":"accountName","value":"TestAccount2"},{"key":"groupId","value":"bb4f95ef-c302-4229-8383-c8e0edcde66b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1455"},{"key":"Date","value":"Fri, 15 Mar 2024 12:42:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 974563,\n    \"device\": null,\n    \"secretName\": \"TestAccount2\",\n    \"config\": {\n        \"configId\": -2000004,\n        \"name\": \"File Upload\",\n        \"description\": \"File Upload\",\n        \"strategy\": \"STATIC\",\n        \"staticSecretType\": \"FILE\",\n        \"properties\": {\n            \"static.secret.type\": \"FILE\",\n            \"file.upload.max.size\": \"2000\",\n            \"file.upload.file.type\": \"png,pfx,pdf\"\n        },\n        \"exactMatch4Search\": false,\n        \"recordLimit4Search\": null,\n        \"duplicatedConfigId\": null\n    },\n    \"changePeriod\": null,\n    \"username\": null,\n    \"description\": null,\n    \"secretNotes\": null,\n    \"additionalInfo\": null,\n    \"lastChangeTime\": 1710506573643,\n    \"nextChangeTime\": null,\n    \"passwordSeenStatus\": \"UNSEEN\",\n    \"validationStatus\": \"UNKNOWN\",\n    \"masterAccountId\": null,\n    \"accountLevelProperties\": {},\n    \"accountTags\": {},\n    \"permissions\": [],\n    \"identicalSapmAccounts\": [],\n    \"parentSapmGroup\": {\n        \"dbId\": 974490,\n        \"id\": \"bb4f95ef-c302-4229-8383-c8e0edcde66b\",\n        \"name\": \"sapm\",\n        \"description\": null\n    },\n    \"secretType\": \"STATIC\",\n    \"owner\": {\n        \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n        \"eid\": \"admin\"\n    },\n    \"createdAt\": 1710506573647,\n    \"updatedAt\": 1710506573647,\n    \"managers\": [],\n    \"userPermissionLevel\": -2147483648,\n    \"privateType\": \"YES\",\n    \"approvalStatus\": null,\n    \"escalatedManagers\": [],\n    \"groupFullPath\": null,\n    \"approvedBy\": null,\n    \"approvedDate\": null,\n    \"approvalRequired\": false\n}"}],"_postman_id":"9615de06-dd53-45de-96e7-d3b21eae86bb"},{"name":"Edit SAPM Account with File","id":"97d9f6d4-d27a-4e41-989e-a8241942a2e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"{{netrightCookie}}"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eecfdac-8ee1-4390-8a37-657aca689351"}]},"url":"{{url}}/aioc-rest-web/rest/sc/sapm/updatePasswordWithFile?sapmDbId=974563","description":"<ol>\n<li><code>Use the List SAPM Groups</code> request to identify the 'dbId' of the SAPM Group containing the SAPM Account you want to edit.</li>\n<li>Input this 'dbId' into the dbId parameter of the <code>List Accounts of SAPM Group</code> request.</li>\n<li>From the returned data, find the 'dbId' of the specific SAPM Account you wish to modify and insert it into the <code>Edit SAPM Account with File requests</code> <strong>sapmDbId param</strong>.</li>\n<li>Proceed with the upload as you would with the <code>Add SAPM Account with File</code> request, following the same process for file uploading.</li>\n</ol>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sapm","updatePasswordWithFile"],"host":["{{url}}"],"query":[{"key":"sapmDbId","value":"974563"}],"variable":[]}},"response":[],"_postman_id":"97d9f6d4-d27a-4e41-989e-a8241942a2e1"}],"id":"b74b7383-2d83-4d8b-8699-267b4b6ff72f","description":"<p>Here you can find API examples for SAPM Accounts. </p>\n","_postman_id":"b74b7383-2d83-4d8b-8699-267b4b6ff72f"}],"id":"65acc149-1d2f-4f4c-806c-3f513f6eb613","_postman_id":"65acc149-1d2f-4f4c-806c-3f513f6eb613","description":""},{"name":"Policy Management","item":[{"name":"Get Policy Groups of Session User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f7d38a5d-54c1-4d6e-98bb-3a97b08c9efa"}}],"id":"7d3b3a60-c735-48d4-9639-1fe01e7ca86f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyGroupsOfSessionUser","description":"<p>This method lists all policy groups of logged on user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyGroupsOfSessionUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c11876ee-cf17-4e52-80c6-a1f33df220eb","name":"List Policy Groups of Session User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyGroupsOfSessionUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 14:57:58 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376256,\n        \"name\": \"PG_linux\",\n        \"description\": null,\n        \"policies\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"policyKeys\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            376291\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"GENERATE_ERROR\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605384541,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"7d3b3a60-c735-48d4-9639-1fe01e7ca86f"},{"name":"Get Policy Keys of a Policy Group by Policy Group ID","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e3e74659-326d-4e0c-99ef-43d35d49bbcc"}}],"id":"7bedd54e-91da-49a9-9466-1a90e3ac651d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyKeysByPolicyGroupId/POLICYGROUPID","description":"<p>This method responds with policy keys of a policy group whose ID is sent in request url.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyKeysByPolicyGroupId","POLICYGROUPID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2cacad30-c149-4c2c-81d9-1c9bfd88650f","name":"List Policy Keys of a Policy Group by Policy Group ID","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyKeysByPolicyGroupId/376256"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:04:39 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376251,\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605373075,\n        \"lastUpdate\": null,\n        \"key\": \".*\",\n        \"description\": null,\n        \"userBehaviorRate\": null,\n        \"type\": \"WHITE\",\n        \"deviceTypes\": [\n            \"linux\"\n        ],\n        \"taskName\": null,\n        \"xmlContent\": null\n    }\n]"}],"_postman_id":"7bedd54e-91da-49a9-9466-1a90e3ac651d"},{"name":"Get Policy Group with Policy Keys by Policy Group DBID","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ffd9f963-6151-4851-bfa4-241073f6ce50"}}],"id":"56cb7c2c-e3e2-402d-b3c7-2a9769705ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyGroupByDbidWithPolicyKeys/POLICYGROUPDBID","description":"<p>This method lists policy groups and policy keys in that policy group whose DBID is sent in request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyGroupByDbidWithPolicyKeys","POLICYGROUPDBID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eda3175d-c8d3-4052-8fe2-8509b287fbb7","name":"List Policy Group with Policy Keys by Policy Group DBID","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyGroupByDbidWithPolicyKeys/376256"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:09:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376256,\n        \"name\": \"PG_linux\",\n        \"description\": null,\n        \"policies\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"policyKeys\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            376291\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"GENERATE_ERROR\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605384541,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"56cb7c2c-e3e2-402d-b3c7-2a9769705ddb"},{"name":"Get Policy Group without Policy Keys by Policy Group DBID","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7b0dc873-312b-41d8-928e-13a9fc75c8b5"}}],"id":"79fc0d26-b357-4498-aea6-d926d5c71748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyGroupByDbidWithoutPolicyKeys/POLICYGROUPDBID","description":"<p>This method lists only policy group (without policy keys in that policy group) if the request URL is sent with policy group DBID.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyGroupByDbidWithoutPolicyKeys","POLICYGROUPDBID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61c868cb-0f56-4d29-b7be-c1e9535f65d7","name":"List Policy Group without Policy Keys by Policy Group DBID","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyGroupByDbidWithoutPolicyKeys/376256"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:12:00 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376256,\n        \"name\": \"PG_linux\",\n        \"description\": null,\n        \"policies\": [],\n        \"policyKeys\": [],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            376291\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"GENERATE_ERROR\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605384541,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"79fc0d26-b357-4498-aea6-d926d5c71748"},{"name":"Get Policy Realms of User by Username","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"4439082e-58ca-4a4b-96db-1df537f3a224"}}],"id":"0abc97fa-86c1-4a9b-992e-009286c0a81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealmsOfUser/USERNAME","description":"<p>This method lists policy realms of a user whose username is sent in request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyRealmsOfUser","USERNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8dcdd1da-89cf-4bf1-8afb-80a7fcab9f6f","name":"List Policy Realms of User by Username","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyRealmsOfUser/admin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:38:11 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376291,\n        \"id\": null,\n        \"name\": \"PR_linux\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 376256,\n                \"name\": \"PG_linux\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    376291\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605384541,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605446650,\n        \"lastUpdate\": null\n    },\n    {\n        \"dbId\": 377590,\n        \"id\": null,\n        \"name\": \"PR_second\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 377585,\n                \"name\": \"PG_second\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    377590\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"APPROVAL_VIA_EMAIL\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581608173274,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608183305,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"0abc97fa-86c1-4a9b-992e-009286c0a81e"},{"name":"Get Policy Realms of Session User","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"17bc4118-c138-44b2-b2bb-8dc0631f2991"}}],"id":"78bf76dc-5a52-4018-987a-52551631a937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealmsOfSessionUser","description":"<p>This method responds policy realms of the logged on user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyRealmsOfSessionUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"26b73f94-8ec4-4ae9-9b8d-3f0d97ee4f72","name":"List Policy Realms of Session User","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyRealmsOfSessionUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:40:10 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376291,\n        \"id\": null,\n        \"name\": \"PR_linux\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 376256,\n                \"name\": \"PG_linux\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    376291\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605384541,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605446650,\n        \"lastUpdate\": null\n    },\n    {\n        \"dbId\": 377590,\n        \"id\": null,\n        \"name\": \"PR_second\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 377585,\n                \"name\": \"PG_second\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    377590\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"APPROVAL_VIA_EMAIL\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581608173274,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608183305,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"78bf76dc-5a52-4018-987a-52551631a937"},{"name":"Get Policy Realms of Policy Groups by Policy Group Name","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e642c55a-9c89-43d1-a460-cdf282a7a1ee"}}],"id":"d6b6d7ef-eaf3-4055-ba7c-d553c5e30936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealmsOfPolicyGroups/POLICYGROUPNAME","description":"<p>The response of this method is policy realms of policy groups whose name is sent in request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyRealmsOfPolicyGroups","POLICYGROUPNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0ec0e5f7-3728-4baa-9c0f-fa6faad05493","name":"List Policy Realms of Policy Groups by Policy Group Name","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyRealmsOfPolicyGroups/PG_linux"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:42:35 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376291,\n        \"id\": null,\n        \"name\": \"PR_linux\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 376256,\n                \"name\": \"PG_linux\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    376291\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605384541,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605446650,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"d6b6d7ef-eaf3-4055-ba7c-d553c5e30936"},{"name":"Get Policy Realms of Device Realms by Device Realm Name","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"5cfea5a1-5c13-4034-a00e-3937c972f136"}}],"id":"7dd2faf0-cd1a-4383-8775-d00f61e82875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealmsOfDeviceRealms/DEVICEREALMNAME","description":"<p>This method lists the policy realms which include the device realms.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyRealmsOfDeviceRealms","DEVICEREALMNAME"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"715d3de9-45bf-4404-8185-7ac8ab91c912","name":"List Policy Realms of Device Realms by Device Realm Name","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyRealmsOfDeviceRealms/DR_linux"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 15:46:10 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376291,\n        \"id\": null,\n        \"name\": \"PR_linux\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 376256,\n                \"name\": \"PG_linux\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    376291\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605384541,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605446650,\n        \"lastUpdate\": null\n    },\n    {\n        \"dbId\": 377590,\n        \"id\": null,\n        \"name\": \"PR_second\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 377585,\n                \"name\": \"PG_second\",\n                \"description\": null,\n                \"policies\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 377572,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581608151289,\n                        \"lastUpdate\": null,\n                        \"key\": \"date\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"BLACK\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    },\n                    {\n                        \"dbId\": 376251,\n                        \"userCreate\": \"admin\",\n                        \"userUpdate\": null,\n                        \"creationDate\": 1581605373075,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": null,\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"realms\": [\n                    377590\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"APPROVAL_VIA_EMAIL\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581608173274,\n                \"lastUpdate\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 376284,\n                \"id\": null,\n                \"name\": \"DR_linux\",\n                \"description\": null,\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 376275,\n                        \"id\": \"8793abe0-9504-4ac3-abc9-069cc23ac777\",\n                        \"name\": \"DG_linux\",\n                        \"description\": null,\n                        \"parentGroupId\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            376284\n                        ],\n                        \"deviceIds\": [\n                            376491\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"showInDeviceTree\": true,\n                        \"useAsRoleGroup\": true,\n                        \"rootGroupId\": null,\n                        \"globalUsername\": null,\n                        \"globalPassword\": null,\n                        \"discoverySources\": null,\n                        \"readOnly\": false\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"Default system admin group\",\n                        \"users\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"managers\": [\n                            {\n                                \"id\": \"25e53f47-ce66-4df2-9abc-6961dc668264\",\n                                \"eid\": \"admin\",\n                                \"personelId\": null,\n                                \"name\": \"Administrator\",\n                                \"passwordAlgorithm\": null,\n                                \"password\": \"21232f297a57a5a743894a0e4a801fc3\",\n                                \"email\": null,\n                                \"surname\": \"Administrator\",\n                                \"internal\": true,\n                                \"properties\": {\n                                    \"ubaThreshold\": \"50\"\n                                },\n                                \"groups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"managerGroups\": [\n                                    \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                                ],\n                                \"lastLogin\": 1581605646117,\n                                \"lastLoginIp\": \"10.20.50.99\",\n                                \"groupPropertyKey4Search\": null,\n                                \"groupPropertyValue4Search\": null,\n                                \"recordLimit4Search\": null,\n                                \"passwordDirty\": false,\n                                \"passwordAutoGenerated\": false,\n                                \"filterFunctionName\": null,\n                                \"filterMembershipUserId\": null,\n                                \"filterManagerId\": null,\n                                \"filterEidList\": null,\n                                \"filterManagerOfUserId\": null,\n                                \"phoneNumber\": null,\n                                \"forceChangePasswordOnNextLogin\": false,\n                                \"lockReason\": null,\n                                \"unlockOnPasswordChanged\": false,\n                                \"unlockTime\": null,\n                                \"tempUserEndTime\": null,\n                                \"tempUserStartTime\": null,\n                                \"tempUser\": false,\n                                \"externalDirectorySource\": null,\n                                \"userPropertyKey4Search\": null,\n                                \"userPropertyValue4Search\": null,\n                                \"locked\": false\n                            }\n                        ],\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            376284\n                        ],\n                        \"properties\": {\n                            \"adminGroup\": \"true\",\n                            \"systemGroup\": \"true\"\n                        },\n                        \"recordLimit4Search\": null,\n                        \"groupPropertyKey4Search\": null,\n                        \"groupPropertyValue4Search\": null,\n                        \"filterGroupIdList\": null,\n                        \"sftpProxyEnabled\": false,\n                        \"sqlProxyEnabled\": false,\n                        \"containLocalUser4Search\": false,\n                        \"passwordTtl\": null,\n                        \"systemGroup\": true,\n                        \"registrationRole\": false,\n                        \"allowDirectAccess\": false,\n                        \"allowConsoleAccess\": false,\n                        \"adminGroup\": true,\n                        \"autonomousGroup\": false,\n                        \"approvalRequired\": false,\n                        \"externalDirectorySources\": null,\n                        \"otpEnabled\": false,\n                        \"sshProxyEnabled\": false,\n                        \"rdpProxyEnabled\": false,\n                        \"httpProxyEnabled\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377590,\n                    376291\n                ]\n            }\n        ],\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608183305,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"7dd2faf0-cd1a-4383-8775-d00f61e82875"},{"name":"Save Policy Realm","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e4db0b69-f32f-40d1-81a9-dce2e24ac502"}}],"id":"5969c731-a963-443d-9064-4826b71d9a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"realmByAPI\",\r\n    \"description\": \"realmExample\",\r\n    \"policyGroups\": [\r\n        {\"dbId\": 376256}\r\n    ],\r\n    \"deviceRealms\": [\r\n        {\"dbId\": 376284}\r\n    ]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/policy/savePolicyRealm","description":"<p>This method creates a new policy realm with its properties sent in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","savePolicyRealm"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3a79271f-5467-4a31-a135-8e3c42a6089f","name":"Create Policy Realm","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"realmByAPI\",\r\n    \"description\": \"realmExample\",\r\n    \"policyGroups\": [\r\n        {\"dbId\": 376256}\r\n    ],\r\n    \"deviceRealms\": [\r\n        {\"dbId\": 376284}\r\n    ]\r\n}\r\n"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/savePolicyRealm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 16:10:29 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"5969c731-a963-443d-9064-4826b71d9a71"},{"name":"Update Policy Realm","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f7498016-2815-4091-8ae3-12a0a3904f7d"}}],"id":"2f620b54-d7c8-475c-beb3-d88f0488bc03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\":\"378556\",     \r\n    \"name\": \"realmAPI2\",\r\n    \"description\": \"realmUpdated\",\r\n    \"policyGroups\": [\r\n        {\"dbId\": 19934}\r\n    ],\r\n    \"deviceRealms\": [\r\n        {\"dbId\": 19894}\r\n    ]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/policy/updatePolicyRealm","description":"<p>This method updates an existing policy realm to change the properties, realms hieararchy etc.</p>\n<p>dbId in request body is mandatory field to update the related policy realm.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","updatePolicyRealm"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"931f1aa1-d1bd-420b-8d47-ec9ea64d3ac6","name":"Update Policy Realm","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"dbId\":\"378556\",     \r\n    \"name\": \"realmAPI2\",\r\n    \"description\": \"realmUpdated\",\r\n    \"policyGroups\": [\r\n        {\"dbId\": 19934}\r\n    ],\r\n    \"deviceRealms\": [\r\n        {\"dbId\": 19894}\r\n    ]\r\n}\r\n"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/updatePolicyRealm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 16:15:24 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"2f620b54-d7c8-475c-beb3-d88f0488bc03"},{"name":"Delete Policy Realm","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8911c0c7-877f-4aea-9691-5f31fc285d13"}}],"id":"419f1abd-7524-43b8-aba1-383ae0cb04ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 378556\r\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/deletePolicyRealm","description":"<p>This method deletes an existing policy realms whose DBIDs are sent in request body.\nThis method can be used in bulk operations by adding many DBIDs of Policy Realms to delete all of them.\ndbId is the mandatory field in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","deletePolicyRealm"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6752134e-3873-4ebd-9a3b-40d2a054f7f1","name":"Delete Policy Realm","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 378556\r\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/deletePolicyRealm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 16:31:30 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"419f1abd-7524-43b8-aba1-383ae0cb04ee"},{"name":"Save Policy Key","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"19c3ef0b-ed2b-4419-99a7-4b37599967f1"}}],"id":"9439969b-5a02-4ba2-b1ed-627ff43678d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"ls \",\r\n    \"description\": \"ls\",\r\n    \"type\": \"WHITE\",\r\n    \"deviceTypes\": [\r\n            \"linux\"\r\n     ]\r\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/savePolicyKey","description":"<p>This method creates a new policy key with its features sent in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","savePolicyKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9d0b0c9e-f2c1-46f3-8201-e2ca589cd32e","name":"Create Policy Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"ls \",\r\n    \"description\": \"ls\",\r\n    \"type\": \"WHITE\",\r\n    \"deviceTypes\": [\r\n            \"linux\"\r\n     ]\r\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/savePolicyKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 16:36:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 379291,\n    \"userCreate\": \"admin\",\n    \"userUpdate\": null,\n    \"creationDate\": 1581611787840,\n    \"lastUpdate\": null,\n    \"key\": \"ls \",\n    \"description\": \"ls\",\n    \"userBehaviorRate\": null,\n    \"type\": \"WHITE\",\n    \"deviceTypes\": [\n        \"linux\"\n    ],\n    \"taskName\": null,\n    \"xmlContent\": null\n}"}],"_postman_id":"9439969b-5a02-4ba2-b1ed-627ff43678d9"},{"name":"Update Policy Key","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a7a1d5fe-1b95-4a35-aaaa-19b86cd2321d"}}],"id":"c751d207-1bf5-4f61-83ae-40c7a4a05bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 466264,\r\n    \"userCreate\": {\r\n        \"eid\": \"admin\"\r\n    },\r\n    \"key\": \"ls\",\r\n    \"description\": \"list\",\r\n    \"type\": \"WHITE\",\r\n    \"deviceTypes\": [\r\n        \"linux\"\r\n    ]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/policy/updatePolicyKey","description":"<p>This method updates an existing policy key and its features. </p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","updatePolicyKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"857b5235-9fba-45da-942f-7257e48e51ff","name":"Update Policy Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 466264,\r\n    \"userCreate\": {\r\n        \"eid\": \"admin\"\r\n    },\r\n    \"key\": \"ls\",\r\n    \"description\": \"list\",\r\n    \"type\": \"WHITE\",\r\n    \"deviceTypes\": [\r\n        \"linux\"\r\n    ]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/policy/updatePolicyKey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Mon, 25 Sep 2023 16:09:29 GMT"},{"key":"Connection","value":"close"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"JSON Parse Error"}],"_postman_id":"c751d207-1bf5-4f61-83ae-40c7a4a05bc7"},{"name":"Delete Policy Key","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"6d80e72d-bcac-43d1-9045-46fac345b061"}}],"id":"680404dc-0f28-4d09-8fa3-7fe3196a0aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{   \n\t\"dbId\": 379291\n} "},"url":"{{url}}/aioc-rest-web/rest/policy/deletePolicyKey","description":"<p>This method deletes an existing policy key by referring to its dbId.</p>\n<p>dbId is mandatory field to delete the related policy key.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","deletePolicyKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fbc82fa5-d8b3-4079-ba34-8f24b7eef724","name":"Delete Policy Key","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{   \n\t\"dbId\": 379291\n} "},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/deletePolicyKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 16:44:03 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"680404dc-0f28-4d09-8fa3-7fe3196a0aaf"},{"name":"List Policy Groups by Names","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a5da0911-8a4b-44b6-91ff-900075528e38"}}],"id":"e4ea6ef0-918f-4b9e-870d-9c52cc63f254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\"PG_linux\",\"PG_second\"]"},"url":"{{url}}/aioc-rest-web/rest/policy/getMultiplePolicyGroupsByNames","description":"<p>This method lists the existing policy groups by sending the related policy group names in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getMultiplePolicyGroupsByNames"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ecd0950e-4d1b-425f-9c22-7b7749b387ed","name":"List Policy Groups by Names","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"[\"PG_linux\",\"PG_second\"]"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getMultiplePolicyGroupsByNames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 08:36:07 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376256,\n        \"name\": \"PG_linux\",\n        \"description\": null,\n        \"policies\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"policyKeys\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            376291\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"GENERATE_ERROR\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605384541,\n        \"lastUpdate\": null\n    },\n    {\n        \"dbId\": 377585,\n        \"name\": \"PG_second\",\n        \"description\": null,\n        \"policies\": [\n            {\n                \"dbId\": 377572,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581608151289,\n                \"lastUpdate\": null,\n                \"key\": \"date\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"BLACK\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            },\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"policyKeys\": [\n            {\n                \"dbId\": 377572,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581608151289,\n                \"lastUpdate\": null,\n                \"key\": \"date\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"BLACK\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            },\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            377590\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"APPROVAL_VIA_EMAIL\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608173274,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"e4ea6ef0-918f-4b9e-870d-9c52cc63f254"},{"name":"Save Policy Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"31c2d94b-10ba-4f02-953f-23bc6a28c30a"}}],"id":"929b7dec-6110-44b8-8b8b-a665ae5ec312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"dbId\": 19934,\r\n        \"name\": \"pg_ex\",\r\n        \"description\": \"p_api\",\r\n        \"httpPolicies\": [],\r\n        \"maskingPolicies\": [],\r\n        \"timeRestrictions\": [],\r\n        \"sendEmail\": false,\r\n        \"sendSnmp\": false,\r\n        \"action\": \"GENERATE_ERROR\",\r\n        \"confirmationText\": null,\r\n        \"operationMode\": \"OPERATION\",\r\n        \"userCreate\": null\r\n    }"},"url":"{{url}}/aioc-rest-web/rest/policy/savePolicyKeyGroup","description":"<p>This method creates a new policy group as a response if the related featues of the new policy group is sent in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","savePolicyKeyGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1307661d-ede8-4113-981b-ce705052b70f","name":"Create Policy Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"dbId\": 19934,\r\n        \"name\": \"pg_ex\",\r\n        \"description\": \"p_api\",\r\n        \"httpPolicies\": [],\r\n        \"maskingPolicies\": [],\r\n        \"timeRestrictions\": [],\r\n        \"sendEmail\": false,\r\n        \"sendSnmp\": false,\r\n        \"action\": \"GENERATE_ERROR\",\r\n        \"confirmationText\": null,\r\n        \"operationMode\": \"OPERATION\",\r\n        \"userCreate\": null\r\n    }"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/savePolicyKeyGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 08:41:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 406596,\n    \"name\": \"pg_ex\",\n    \"description\": \"p_api\",\n    \"policies\": [],\n    \"policyKeys\": [],\n    \"httpPolicies\": [],\n    \"maskingPolicies\": [],\n    \"timeRestrictions\": [],\n    \"realms\": null,\n    \"sendEmail\": false,\n    \"sendSnmp\": false,\n    \"action\": \"GENERATE_ERROR\",\n    \"confirmationText\": null,\n    \"operationMode\": \"OPERATION\",\n    \"userCreate\": null,\n    \"userUpdate\": null,\n    \"creationDate\": null,\n    \"lastUpdate\": null\n}"}],"_postman_id":"929b7dec-6110-44b8-8b8b-a665ae5ec312"},{"name":"Update Policy Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"500a203e-0146-4069-8a0c-c0cf51867084"}}],"id":"54f586e5-624b-4ce2-8118-a2c7ade058d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 406596,   \r\n        \"name\": \"p_updated\",\r\n    \t\"description\": \"p1\",\r\n        \"policyKeys\": [],\r\n        \"httpPolicies\": [],\r\n        \"maskingPolicies\": [],\r\n        \"timeRestrictions\": [],\r\n        \"sendEmail\": false,\r\n        \"sendSnmp\": false,\r\n        \"action\": \"GENERATE_ERROR\",\r\n        \"confirmationText\": null,\r\n        \"operationMode\": \"OPERATION\"\r\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/updatePolicyKeyGroup","description":"<p>This method updates an existing policy group.</p>\n<p>dbId is the mandatory field to update the related policy group. </p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","updatePolicyKeyGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"96d328fd-053f-4d74-bd6c-d03b9c435784","name":"Update Policy Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 406596,   \r\n        \"name\": \"p_updated\",\r\n    \t\"description\": \"p1\",\r\n        \"policyKeys\": [],\r\n        \"httpPolicies\": [],\r\n        \"maskingPolicies\": [],\r\n        \"timeRestrictions\": [],\r\n        \"sendEmail\": false,\r\n        \"sendSnmp\": false,\r\n        \"action\": \"GENERATE_ERROR\",\r\n        \"confirmationText\": null,\r\n        \"operationMode\": \"OPERATION\"\r\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/updatePolicyKeyGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 08:53:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 406596,\n    \"name\": \"p_updated\",\n    \"description\": \"p1\",\n    \"policies\": [],\n    \"policyKeys\": [],\n    \"httpPolicies\": [],\n    \"maskingPolicies\": [],\n    \"timeRestrictions\": [],\n    \"realms\": null,\n    \"sendEmail\": false,\n    \"sendSnmp\": false,\n    \"action\": \"GENERATE_ERROR\",\n    \"confirmationText\": null,\n    \"operationMode\": \"OPERATION\",\n    \"userCreate\": null,\n    \"userUpdate\": null,\n    \"creationDate\": null,\n    \"lastUpdate\": null\n}"}],"_postman_id":"54f586e5-624b-4ce2-8118-a2c7ade058d1"},{"name":"Delete Policy Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"45bd9485-c3ea-4efe-8643-0774c1a87d66"}}],"id":"cb43c75c-65a4-4436-9a27-2ae08d7fded7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 406596\r\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/deletePolicyGroup","description":"<p>This method deletes the related policy group whose dbId is sent in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","deletePolicyGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"38d25586-4a8c-45a0-bc42-60f4b143d523","name":"Delete Policy Group","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"dbId\": 406596\r\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/deletePolicyGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 08:57:19 GMT"}],"cookie":[],"responseTime":null,"body":"Success"}],"_postman_id":"cb43c75c-65a4-4436-9a27-2ae08d7fded7"},{"name":"Get Policy Keys by Type","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"5a87e964-3fa3-4cab-9c7d-bbc79ac56738"}}],"id":"4d39dbaa-1e63-44fc-991b-3d5af1b424f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyKeysByType/POLICYKEYTYPE","description":"<p>This method lists the policy keys by referring the type of the policy key in request URL.</p>\n<p>Possible values of type: WHITE, BLACK, XML_FILE, TACACS_ATTRIBUTE, RADIUS_ATTRIBUTE, USER:_BEHAVIOR, PRIVILEGED_TASK</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyKeysByType","POLICYKEYTYPE"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d66bc725-fbd8-4083-9ce8-7cb16837b837","name":"List Policy Keys by Type","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyKeysByType/BLACK"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 09:01:50 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 377572,\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608151289,\n        \"lastUpdate\": null,\n        \"key\": \"date\",\n        \"description\": null,\n        \"userBehaviorRate\": null,\n        \"type\": \"BLACK\",\n        \"deviceTypes\": [\n            \"linux\"\n        ],\n        \"taskName\": null,\n        \"xmlContent\": null\n    }\n]"}],"_postman_id":"4d39dbaa-1e63-44fc-991b-3d5af1b424f1"},{"name":"Get Policy Keys by Element Type","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"02b1d85b-e5e7-4181-95a2-f574fa0e2b3a"}}],"id":"afad2d75-4045-4a8c-9be2-bfea0811797f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyKeysByElementTypeId/ELEMENTTYPEID","description":"<p>This method responds with policy keys which are applicable in related element types. The element type is used as search method for policy keys. Elementy type ID is sent in request URL.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyKeysByElementTypeId","ELEMENTTYPEID"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"97af1e83-473a-44dc-a47a-100f0a8f6451","name":"List Policy Keys by Element Type","originalRequest":{"method":"GET","header":[],"url":"http://10.20.41.234/aioc-rest-web/rest/policy/getPolicyKeysByElementTypeId/linux"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 09:04:16 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376251,\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605373075,\n        \"lastUpdate\": null,\n        \"key\": \".*\",\n        \"description\": null,\n        \"userBehaviorRate\": null,\n        \"type\": \"WHITE\",\n        \"deviceTypes\": [\n            \"linux\"\n        ],\n        \"taskName\": null,\n        \"xmlContent\": null\n    },\n    {\n        \"dbId\": 377572,\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581608151289,\n        \"lastUpdate\": null,\n        \"key\": \"date\",\n        \"description\": null,\n        \"userBehaviorRate\": null,\n        \"type\": \"BLACK\",\n        \"deviceTypes\": [\n            \"linux\"\n        ],\n        \"taskName\": null,\n        \"xmlContent\": null\n    }\n]"}],"_postman_id":"afad2d75-4045-4a8c-9be2-bfea0811797f"},{"name":"Search Policy Group","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"aaf1953f-0cf8-4a61-9c3f-404ea27615f9"}}],"id":"82df6154-dcbc-443f-b589-ca52f05dd1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"PG_linux\"\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/searchPolicyGroup","description":"<p>This method lists the policy group features if the name of the related policy group is sent in request body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","searchPolicyGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"27fcb612-a78f-48d9-a420-6a8ffb04c73a","name":"Search Policy Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"PG_linux\"\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/searchPolicyGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 09:17:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 376256,\n        \"name\": \"PG_linux\",\n        \"description\": null,\n        \"policies\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"policyKeys\": [\n            {\n                \"dbId\": 376251,\n                \"userCreate\": \"admin\",\n                \"userUpdate\": null,\n                \"creationDate\": 1581605373075,\n                \"lastUpdate\": null,\n                \"key\": \".*\",\n                \"description\": null,\n                \"userBehaviorRate\": null,\n                \"type\": \"WHITE\",\n                \"deviceTypes\": [\n                    \"linux\"\n                ],\n                \"taskName\": null,\n                \"xmlContent\": null\n            }\n        ],\n        \"httpPolicies\": [],\n        \"maskingPolicies\": [],\n        \"timeRestrictions\": [],\n        \"realms\": [\n            376291\n        ],\n        \"sendEmail\": false,\n        \"sendSnmp\": false,\n        \"action\": \"GENERATE_ERROR\",\n        \"confirmationText\": null,\n        \"operationMode\": \"OPERATION\",\n        \"userCreate\": \"admin\",\n        \"userUpdate\": null,\n        \"creationDate\": 1581605384541,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"82df6154-dcbc-443f-b589-ca52f05dd1ad"},{"name":"Search Policy Key","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e682f2db-df4a-4716-8b7c-b677a1592539"}}],"id":"ac041085-16fc-43ad-91fc-beb9bfb44a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 19932,\r\n    \"userCreate\": {\r\n        \"eid\": \"admin\"\r\n    },\r\n    \"key\": \"ls\",\r\n    \"description\": \"ls\",\r\n    \"type\": \"WHITE\"\r\n}"},"url":"{{url}}/aioc-rest-web/rest/policy/searchPolicyKey","description":"<p>This method lists the features of related policy keys. </p>\n","urlObject":{"path":["aioc-rest-web","rest","policy","searchPolicyKey"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"69709aeb-029c-4ab8-9a20-fd716b02f9ed","name":"Search Policy Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 19932,\r\n    \"userCreate\": {\r\n        \"eid\": \"admin\"\r\n    },\r\n    \"key\": \"ls\",\r\n    \"description\": \"ls\",\r\n    \"type\": \"WHITE\"\r\n}"},"url":"http://10.20.41.234/aioc-rest-web/rest/policy/searchPolicyKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' ws: wss: data: https://maps.googleapis.com https://maps.gstatic.com https://www.google.com http://fonts.googleapis.com  https://www.gstatic.com http://fonts.gstatic.com;"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 14 Feb 2020 09:32:46 GMT"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"ac041085-16fc-43ad-91fc-beb9bfb44a85"},{"name":"List All Policy Realm","id":"217d95c7-6358-4e21-bb22-c0e1cbb0a2e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealms","urlObject":{"path":["aioc-rest-web","rest","policy","getPolicyRealms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0dc7b8ba-28c0-4254-a988-e34893318473","name":"List All Policy Realm","originalRequest":{"method":"GET","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"url":"{{url}}/aioc-rest-web/rest/policy/getPolicyRealms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Sep 2023 19:47:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 353453,\n        \"id\": null,\n        \"name\": \"SFTP_Realm\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 377077,\n                \"name\": \"SAPM device PG\",\n                \"description\": \"SAPM device PG\",\n                \"policies\": [\n                    {\n                        \"dbId\": 377065,\n                        \"userCreate\": {\n                            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                            \"eid\": \"irem\",\n                            \"personelId\": null,\n                            \"name\": \"iremgul\",\n                            \"passwordAlgorithm\": null,\n                            \"password\": null,\n                            \"secondPassword\": null,\n                            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                            \"surname\": \"durmus\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                            ],\n                            \"lastLogin\": 1695929572407,\n                            \"lastLoginIp\": \"10.0.8.82\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"checkPermission4Search\": false,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterIdList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"passwordSalt\": null,\n                            \"creationTime\": 1695642004340,\n                            \"delegations\": [],\n                            \"firstResult\": null,\n                            \"maxResult\": null,\n                            \"locked\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"unlockTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"tempUser\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"userPropertyValue4Search\": null,\n                            \"phoneNumber\": null,\n                            \"adLineManager\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"lockReason\": null,\n                            \"tempUserEndTime\": null\n                        },\n                        \"userUpdate\": null,\n                        \"creationDate\": 1695822866268,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": \"all\",\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 377065,\n                        \"userCreate\": {\n                            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                            \"eid\": \"irem\",\n                            \"personelId\": null,\n                            \"name\": \"iremgul\",\n                            \"passwordAlgorithm\": null,\n                            \"password\": null,\n                            \"secondPassword\": null,\n                            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                            \"surname\": \"durmus\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                            ],\n                            \"lastLogin\": 1695929572407,\n                            \"lastLoginIp\": \"10.0.8.82\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"checkPermission4Search\": false,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterIdList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"passwordSalt\": null,\n                            \"creationTime\": 1695642004340,\n                            \"delegations\": [],\n                            \"firstResult\": null,\n                            \"maxResult\": null,\n                            \"locked\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"unlockTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"tempUser\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"userPropertyValue4Search\": null,\n                            \"phoneNumber\": null,\n                            \"adLineManager\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"lockReason\": null,\n                            \"tempUserEndTime\": null\n                        },\n                        \"userUpdate\": null,\n                        \"creationDate\": 1695822866268,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": \"all\",\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"rdpProfiles\": [],\n                \"agentProfiles\": [],\n                \"realms\": [\n                    353453,\n                    377081\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": {\n                    \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                    \"eid\": \"irem\",\n                    \"personelId\": null,\n                    \"name\": \"iremgul\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": null,\n                    \"secondPassword\": null,\n                    \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                    \"surname\": \"durmus\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"managerGroups\": [\n                        \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                    ],\n                    \"lastLogin\": 1695929572407,\n                    \"lastLoginIp\": \"10.0.8.82\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"checkPermission4Search\": false,\n                    \"passwordDirty\": false,\n                    \"secondPasswordChange\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterIdList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"passwordSalt\": null,\n                    \"creationTime\": 1695642004340,\n                    \"delegations\": [],\n                    \"firstResult\": null,\n                    \"maxResult\": null,\n                    \"locked\": false,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"phoneNumber\": null,\n                    \"adLineManager\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"tempUserEndTime\": null\n                },\n                \"userUpdate\": null,\n                \"creationDate\": 1695822882468,\n                \"lastUpdate\": null,\n                \"awforConnection\": null,\n                \"awforCommand\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 353451,\n                \"id\": null,\n                \"name\": \"SFTP_Realm\",\n                \"description\": \"\",\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 353377,\n                        \"id\": \"cd960167-c4e7-42ca-8f79-2bb8438c3cc6\",\n                        \"name\": \"SFTP\",\n                        \"description\": \"\",\n                        \"parentGroupId\": null,\n                        \"parentGroupName\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            392562,\n                            353451\n                        ],\n                        \"deviceIds\": [\n                            353385\n                        ],\n                        \"properties\": {\n                            \"addManualLoginToUserSelection\": \"true\",\n                            \"reasonRequiredForConnection\": \"false\",\n                            \"useEmailAsUsername\": \"false\",\n                            \"globalPassword\": null,\n                            \"addSessionUserToUserSelection\": \"true\",\n                            \"discoverySources\": \"REST\",\n                            \"addDeviceSshKeyToUserSelection\": \"false\",\n                            \"approvalRequiredForConnection\": \"false\",\n                            \"useSudoForLinuxAuditReport\": \"false\",\n                            \"showInDeviceTree\": \"true\",\n                            \"addAssignedCredentialToUserSelection\": \"true\",\n                            \"keepTransferredFileInSftpSessions\": \"true\"\n                        },\n                        \"children\": null,\n                        \"devices\": null,\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"deviceCountInDb\": null,\n                        \"label\": \"SFTP\",\n                        \"fullPath\": null,\n                        \"showInDeviceTree\": true\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                        \"eid\": \"Test.group\",\n                        \"description\": null,\n                        \"realms\": [\n                            374949,\n                            377975\n                        ],\n                        \"deviceRealms\": [\n                            339455,\n                            353451\n                        ],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"adminGroup\": false\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    353453\n                ]\n            }\n        ],\n        \"userCreate\": {\n            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n            \"eid\": \"irem\",\n            \"personelId\": null,\n            \"name\": \"iremgul\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n            \"surname\": \"durmus\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n            ],\n            \"lastLogin\": 1695929572407,\n            \"lastLoginIp\": \"10.0.8.82\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"checkPermission4Search\": false,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterIdList\": null,\n            \"filterManagerOfUserId\": null,\n            \"passwordSalt\": null,\n            \"creationTime\": 1695642004340,\n            \"delegations\": [],\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"locked\": false,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"adLineManager\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"tempUserEndTime\": null\n        },\n        \"userUpdate\": {\n            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n            \"eid\": \"irem\",\n            \"personelId\": null,\n            \"name\": \"iremgul\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n            \"surname\": \"durmus\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n            ],\n            \"lastLogin\": 1695929572407,\n            \"lastLoginIp\": \"10.0.8.82\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"checkPermission4Search\": false,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterIdList\": null,\n            \"filterManagerOfUserId\": null,\n            \"passwordSalt\": null,\n            \"creationTime\": 1695642004340,\n            \"delegations\": [],\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"locked\": false,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"adLineManager\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"tempUserEndTime\": null\n        },\n        \"creationDate\": 1695718452664,\n        \"lastUpdate\": 1695822896984\n    },\n    {\n        \"dbId\": 377081,\n        \"id\": null,\n        \"name\": \"SAPM device PG\",\n        \"description\": null,\n        \"policyGroups\": [\n            {\n                \"dbId\": 377077,\n                \"name\": \"SAPM device PG\",\n                \"description\": \"SAPM device PG\",\n                \"policies\": [\n                    {\n                        \"dbId\": 377065,\n                        \"userCreate\": {\n                            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                            \"eid\": \"irem\",\n                            \"personelId\": null,\n                            \"name\": \"iremgul\",\n                            \"passwordAlgorithm\": null,\n                            \"password\": null,\n                            \"secondPassword\": null,\n                            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                            \"surname\": \"durmus\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                            ],\n                            \"lastLogin\": 1695929572407,\n                            \"lastLoginIp\": \"10.0.8.82\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"checkPermission4Search\": false,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterIdList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"passwordSalt\": null,\n                            \"creationTime\": 1695642004340,\n                            \"delegations\": [],\n                            \"firstResult\": null,\n                            \"maxResult\": null,\n                            \"locked\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"unlockTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"tempUser\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"userPropertyValue4Search\": null,\n                            \"phoneNumber\": null,\n                            \"adLineManager\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"lockReason\": null,\n                            \"tempUserEndTime\": null\n                        },\n                        \"userUpdate\": null,\n                        \"creationDate\": 1695822866268,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": \"all\",\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"policyKeys\": [\n                    {\n                        \"dbId\": 377065,\n                        \"userCreate\": {\n                            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                            \"eid\": \"irem\",\n                            \"personelId\": null,\n                            \"name\": \"iremgul\",\n                            \"passwordAlgorithm\": null,\n                            \"password\": null,\n                            \"secondPassword\": null,\n                            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                            \"surname\": \"durmus\",\n                            \"internal\": true,\n                            \"properties\": {\n                                \"ubaThreshold\": \"50\"\n                            },\n                            \"groups\": [\n                                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                            ],\n                            \"managerGroups\": [\n                                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                            ],\n                            \"lastLogin\": 1695929572407,\n                            \"lastLoginIp\": \"10.0.8.82\",\n                            \"groupPropertyKey4Search\": null,\n                            \"groupPropertyValue4Search\": null,\n                            \"recordLimit4Search\": null,\n                            \"checkPermission4Search\": false,\n                            \"passwordDirty\": false,\n                            \"secondPasswordChange\": false,\n                            \"passwordAutoGenerated\": false,\n                            \"filterFunctionName\": null,\n                            \"filterMembershipUserId\": null,\n                            \"filterManagerId\": null,\n                            \"filterEidList\": null,\n                            \"filterIdList\": null,\n                            \"filterManagerOfUserId\": null,\n                            \"passwordSalt\": null,\n                            \"creationTime\": 1695642004340,\n                            \"delegations\": [],\n                            \"firstResult\": null,\n                            \"maxResult\": null,\n                            \"locked\": false,\n                            \"unlockOnPasswordChanged\": false,\n                            \"unlockTime\": null,\n                            \"tempUserStartTime\": null,\n                            \"tempUser\": false,\n                            \"externalDirectorySource\": null,\n                            \"userPropertyKey4Search\": null,\n                            \"userPropertyValue4Search\": null,\n                            \"phoneNumber\": null,\n                            \"adLineManager\": null,\n                            \"forceChangePasswordOnNextLogin\": false,\n                            \"lockReason\": null,\n                            \"tempUserEndTime\": null\n                        },\n                        \"userUpdate\": null,\n                        \"creationDate\": 1695822866268,\n                        \"lastUpdate\": null,\n                        \"key\": \".*\",\n                        \"description\": \"all\",\n                        \"userBehaviorRate\": null,\n                        \"type\": \"WHITE\",\n                        \"deviceTypes\": [\n                            \"linux\"\n                        ],\n                        \"taskName\": null,\n                        \"xmlContent\": null\n                    }\n                ],\n                \"httpPolicies\": [],\n                \"maskingPolicies\": [],\n                \"timeRestrictions\": [],\n                \"rdpProfiles\": [],\n                \"agentProfiles\": [],\n                \"realms\": [\n                    353453,\n                    377081\n                ],\n                \"sendEmail\": false,\n                \"sendSnmp\": false,\n                \"action\": \"GENERATE_ERROR\",\n                \"confirmationText\": null,\n                \"operationMode\": \"OPERATION\",\n                \"userCreate\": {\n                    \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n                    \"eid\": \"irem\",\n                    \"personelId\": null,\n                    \"name\": \"iremgul\",\n                    \"passwordAlgorithm\": null,\n                    \"password\": null,\n                    \"secondPassword\": null,\n                    \"email\": \"iremgul.durmus@Infrascopetech.com\",\n                    \"surname\": \"durmus\",\n                    \"internal\": true,\n                    \"properties\": {\n                        \"ubaThreshold\": \"50\"\n                    },\n                    \"groups\": [\n                        \"DEFAULT_GROUP_SYSYEM_USERS\",\n                        \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                        \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n                    ],\n                    \"managerGroups\": [\n                        \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n                    ],\n                    \"lastLogin\": 1695929572407,\n                    \"lastLoginIp\": \"10.0.8.82\",\n                    \"groupPropertyKey4Search\": null,\n                    \"groupPropertyValue4Search\": null,\n                    \"recordLimit4Search\": null,\n                    \"checkPermission4Search\": false,\n                    \"passwordDirty\": false,\n                    \"secondPasswordChange\": false,\n                    \"passwordAutoGenerated\": false,\n                    \"filterFunctionName\": null,\n                    \"filterMembershipUserId\": null,\n                    \"filterManagerId\": null,\n                    \"filterEidList\": null,\n                    \"filterIdList\": null,\n                    \"filterManagerOfUserId\": null,\n                    \"passwordSalt\": null,\n                    \"creationTime\": 1695642004340,\n                    \"delegations\": [],\n                    \"firstResult\": null,\n                    \"maxResult\": null,\n                    \"locked\": false,\n                    \"unlockOnPasswordChanged\": false,\n                    \"unlockTime\": null,\n                    \"tempUserStartTime\": null,\n                    \"tempUser\": false,\n                    \"externalDirectorySource\": null,\n                    \"userPropertyKey4Search\": null,\n                    \"userPropertyValue4Search\": null,\n                    \"phoneNumber\": null,\n                    \"adLineManager\": null,\n                    \"forceChangePasswordOnNextLogin\": false,\n                    \"lockReason\": null,\n                    \"tempUserEndTime\": null\n                },\n                \"userUpdate\": null,\n                \"creationDate\": 1695822882468,\n                \"lastUpdate\": null,\n                \"awforConnection\": null,\n                \"awforCommand\": null\n            }\n        ],\n        \"deviceRealms\": [\n            {\n                \"dbId\": 377043,\n                \"id\": null,\n                \"name\": \"SAPM device DR\",\n                \"description\": \"SAPM device\",\n                \"deviceGroups\": [\n                    {\n                        \"dbId\": 377038,\n                        \"id\": \"e4442f9a-1144-4196-bb51-2aaee9405330\",\n                        \"name\": \"SAPM device\",\n                        \"description\": \"SAPM device\",\n                        \"parentGroupId\": null,\n                        \"parentGroupName\": null,\n                        \"ifaceOperationCheck\": false,\n                        \"timeTolerance\": null,\n                        \"realms\": [\n                            377043,\n                            392562\n                        ],\n                        \"deviceIds\": [\n                            377460\n                        ],\n                        \"properties\": {},\n                        \"children\": null,\n                        \"devices\": null,\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"deviceCountInDb\": null,\n                        \"label\": \"SAPM device\",\n                        \"fullPath\": null,\n                        \"showInDeviceTree\": true\n                    }\n                ],\n                \"userGroups\": [\n                    {\n                        \"id\": \"DEFAULT_GROUP_SYSYEM_ADMINS\",\n                        \"eid\": \"System.admins\",\n                        \"description\": \"System admin group\",\n                        \"realms\": [],\n                        \"deviceRealms\": [\n                            377043,\n                            392562\n                        ],\n                        \"firstResult\": null,\n                        \"maxResult\": null,\n                        \"adminGroup\": true\n                    }\n                ],\n                \"policyKeyRealms\": [\n                    377081\n                ]\n            }\n        ],\n        \"userCreate\": {\n            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n            \"eid\": \"irem\",\n            \"personelId\": null,\n            \"name\": \"iremgul\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n            \"surname\": \"durmus\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n            ],\n            \"lastLogin\": 1695929572407,\n            \"lastLoginIp\": \"10.0.8.82\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"checkPermission4Search\": false,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterIdList\": null,\n            \"filterManagerOfUserId\": null,\n            \"passwordSalt\": null,\n            \"creationTime\": 1695642004340,\n            \"delegations\": [],\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"locked\": false,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"adLineManager\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"tempUserEndTime\": null\n        },\n        \"userUpdate\": null,\n        \"creationDate\": 1695822889506,\n        \"lastUpdate\": null\n    }\n]"}],"_postman_id":"217d95c7-6358-4e21-bb22-c0e1cbb0a2e3"}],"id":"8a4526b7-74b0-4339-9684-75614139897c","_postman_id":"8a4526b7-74b0-4339-9684-75614139897c","description":""},{"name":"Multitenancy","item":[{"name":"Tenant Connector","item":[{"name":"Save Connector Site","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"585f8755-5a42-412e-87d5-79279c5d5e5c"}}],"id":"70df38cd-4e41-483b-9e00-0ec492330b95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n               \"siteName\": \"{{name}}\",\r\n               \"siteDescription\": \"{{description}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorSite/saveSite","description":"<p>This method enables to save connector site.</p>\n","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorSite","saveSite"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70df38cd-4e41-483b-9e00-0ec492330b95"},{"name":"Save Connector Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a90a09cc-436b-461f-897a-834d47199d24"}}],"id":"88921fcf-5fea-4c4d-9e03-502416ba7458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nodeName\": \"{{name}}}}\",    \r\n    \"vpnConfig\": \"{{vpn_config}}\",\r\n    \"vpnUsername\": \"{{vpn_user_name}}\",\r\n    \"vpnPassword\": \"{{vpn_password}}\",\r\n    \"connectorType\": \"openvpn\",\r\n    \"connectorSite\": \r\n    {\r\n         \"dbId\": \"{{dbId}\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/saveNode","description":"<p>This method allows the user save vpn configuration.</p>\n","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","saveNode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88921fcf-5fea-4c4d-9e03-502416ba7458"},{"name":"Edit Connector Site","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"22eef735-7c52-4a8b-967b-66232d3060bf"}}],"id":"edf5ee6d-00ca-4ccd-89ab-99d29a07c545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"siteName\": \"{{name}}\",\r\n    \"siteDescription\": \"{{description}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorSite/editSite","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorSite","editSite"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edf5ee6d-00ca-4ccd-89ab-99d29a07c545"},{"name":"Search Connector Site","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"f94ce7b2-db86-44ae-97d3-ac11199b816d"}}],"id":"ee21da8a-bc55-40a5-b0d7-3eff8dc70f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"siteName\": \"{{name}}\",\r\n    \"siteDescription\": \"{{description}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorSite/searchSite","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorSite","searchSite"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee21da8a-bc55-40a5-b0d7-3eff8dc70f77"},{"name":"Get Connector Site","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"bd86c5d9-7c3a-421e-bf20-b6c252d574d7"}}],"id":"4e87d8df-f43d-4b89-b434-d00700600d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorSite/getTheSite/{{id}}","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorSite","getTheSite","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e87d8df-f43d-4b89-b434-d00700600d90"},{"name":"Delete Connector Site","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"190a044a-0541-4ccf-87c8-8f34c63ffbff"}}],"id":"4f05746a-4b8e-40d5-8d74-eba5795efc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorSite/deleteSite/{{id}}","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorSite","deleteSite","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f05746a-4b8e-40d5-8d74-eba5795efc1c"},{"name":"Get Connector Nodes","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a35c06d5-762b-4085-ae5f-0232c1a58b3a"}}],"id":"c5643bcd-511d-466f-90e3-61acbdde9d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/getAllNodes","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","getAllNodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5643bcd-511d-466f-90e3-61acbdde9d17"},{"name":"Edit Connector Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"fa73ebef-8ee2-432a-9c98-9f972bad2a0b"}}],"id":"1b7dcb81-04e0-4771-9016-3e1a3454a345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nodeName\": \"{{name}}\",\r\n    \"tunnelPort\": \"{{port}}\",\r\n    \"connectionPort\": \"{{connectionPort}}\",   \r\n    \"externalIp\": \"{{externalIP}}\",\r\n    \"sshKey\": \"{{sshkey}}\",\r\n    \"vpnConfig\": \"{{vpn_config}}\",\r\n    \"vpnUsername\": \"{{vpn_user_name}}\",\r\n    \"vpnPassword\": \"{{vpn_password}}\",\r\n    \"connectorType\": \"openvpn\",\r\n    \"connectorSite\": \r\n    {\r\n         \"dbId\": \"{{dbId}\"\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/editNode","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","editNode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b7dcb81-04e0-4771-9016-3e1a3454a345"},{"name":"Search Connector Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"5cb1fe4a-e3c3-4371-acd4-8a0d5444141f"}}],"id":"ec195fb1-febf-4b36-8bad-18c57db57cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nodeName\": \"{{name}}\",\r\n    \"tunnelPort\": \"{{port}}\",\r\n    \"connectionPort\": \"{{connectionPort}}\",   \r\n    \"externalIp\": \"{{externalIP}}\",\r\n    \"internalIp\": \"{{externalIP}}\",\r\n    \"sshKey\": \"{{sshkey}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/searchNode","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","searchNode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec195fb1-febf-4b36-8bad-18c57db57cba"},{"name":"Get Connector Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9529be8b-aad2-412b-8499-3c3083d15bac"}}],"id":"1fb3b26d-56d4-4f4f-9e0b-ef9bc5f32ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/getTheNode/{{id}}","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","getTheNode","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fb3b26d-56d4-4f4f-9e0b-ef9bc5f32ca2"},{"name":"Delete Connector Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"36468c37-f631-4d05-8e95-6eb8b382e77f"}}],"id":"774c307e-5ba6-49a0-8800-25f3e527dc69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/deleteNode/{{id}}","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","deleteNode","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"774c307e-5ba6-49a0-8800-25f3e527dc69"},{"name":"Get Connector Node Instance","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"e90404ba-972f-4757-a8ee-11948d4c5e34"}}],"id":"fdf37206-810a-489d-951f-a08de81493eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": \"{{id}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/getTheConnectorNodeScInstanceForTheNode","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","getTheConnectorNodeScInstanceForTheNode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf37206-810a-489d-951f-a08de81493eb"},{"name":"Get Instance for the Node","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"9f513126-0d1b-403b-aae5-44dda5805417"}}],"id":"daf26be3-fc5a-461d-bdcc-deb094897443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/getInstancesForTheNode/{{id}}","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","getInstancesForTheNode","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"daf26be3-fc5a-461d-bdcc-deb094897443"},{"name":"Get Heartbeat for Instance","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8c923f5b-08f9-43b2-b163-0652fe442985"}}],"id":"814f5d01-977d-45b5-89cb-82df4740f488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": \"{{id}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/tenantConnector/connectorNode/getTheHeartbeatDataForTheInstance","urlObject":{"path":["aioc-rest-web","rest","tenantConnector","connectorNode","getTheHeartbeatDataForTheInstance"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"814f5d01-977d-45b5-89cb-82df4740f488"}],"id":"0b12d137-c849-4a3e-9b7d-f2746a7e9991","description":"<p>In this group, there are APIs that are related to tenant connector.</p>\n","_postman_id":"0b12d137-c849-4a3e-9b7d-f2746a7e9991"},{"name":"Tenant","item":[{"name":"Add Tenant","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"8ac3b2f0-ba17-45e0-86b4-76413a3b6fd1"}}],"id":"49d08835-d9cf-42a7-b087-d156f4eaef1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\",\r\n\"tenantLicenseLimit\":{\r\n    \"licenseId\":\"test77\",\r\n    \"admins\":21,\r\n    \"2faUsers\":2,\r\n    \"users\":30,\r\n    \"cliSessionCount\":\"1\",\r\n    \"rdpSessionCount\":1,\r\n    \"totalSessionCount\":null,\r\n    \"httpProxyUsers\":0,\r\n    \"totalDevices\":280,\r\n    \"sftpProxyUsers\":0,\r\n    \"rdpVncProxyUsers\":0,\r\n    \"sshTelnetProxyUsers\":0,\r\n    \"sqlProxyUsers\":0,\r\n    \"sapmEnabled\":false,\r\n    \"aapmEnabled\":false,\r\n    \"secretDataVaultEnabled\":false},\r\n\"tenantEid\":\"test77\",\r\n\"address\":\"dsa\",\r\n\"phone\":\"22\",\r\n\"businessContact\":\"asd\",\r\n\"admin\":\"admin\",\r\n\"adminPhone\":\"4444\",\r\n\"adminEmail\":\"test@testserver.com\",\r\n\"adminUsername\":\"adminusername\",\r\n\"enabled\":true,\r\n\"logoPath\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAgAElEQVR4Xu19WY9kW3bWd+Yx5oicbt2quvPtlvsahAcsbCFk2RJCRuIBZLCMEYPgBfHGH+AP8MgDEg/Y8MoLRiBkC7rVNrRx2213u+3uO9SUY8xx5hGtdeJERmRlVQ4RkZWVGVtq3a7IM+11vrP22mv4lpBleY7N2EhgxRIQNsBasUQ3l2MJbIC1AcJaJMDACuMEmiLPbpBkOSAIkIXTe6ZZjvzMb3me4y96AT5pGwsP1wtStHRp9luWZhAlcS0T2Fz0dkqAgdWbBKiYGhwnQLNmgMyuMAVCL4CkKqjoMvIsw1fjCI+qKoIohakrIGDtD0Ps1TVMghgVXYEgCPhqHOORLSJKMzixgIYmboB1O9//2p5qthQSSAgUs0E2Pf27/C8AP8lhsGKbOw50yJlzp7/R+YtHrm0emwvfMglsbKxb9kLuyuNsgHVX3uQtmwcDi5ayzVi/BMjUeBtlTc/9Z4fOpQX08Za1cTdcWlorOJA+37fV5vzDZ6NLS+Abe5UNsC4trRUceC+BNQ5i2JoMcW5nmJL/SSzUtyhu/FBXxdYkTHkX3Q1z7JgySmD9xbGDj7fsly5Hck7SBHEGmKqCOI4gyQq/kyzL+D1I0ql/8KrP86rjC7dljjwXIApAlKSg3zRFmmnYUmO1bRVdJ8KWpQJCjigToUo54hSIkxROlGJBY5GZRX4nurAydWY6rgtN05AmKWRFhryGSa1KOLfxOkeTEG1TweeTGB/XtRmwnDDhjzjJMshzH+zo6CvUth+j50SoGCoUMcEwllFTgCyeYOQLaNVeBuSyc4/THE97Llq2iooswE1yqJqKLM9gyoVCObsUfmPXRpDmGIdAVc1xNIkR54AfxovAcsMEsiQiTjOeNA36StKMwFZ8MYqiLDuHe3V+mGQMnjQHqtqpxiLAbVe0BVmQNopDH7JmIE4SKKypcsS5ACnP2MeYJDEURV25DEk7RVGCXAAMRQJrWlWCJJ76IUtgla5NUj6yRKuZgCRNkU91G+FlY2Ot/BW9/oL30sa6YRnfy9vdO2CRkb4Z65eAJIl4G2VNz70/8sFG4iXGbt3YuBsuIafNIdeQAHveKU1GooDx2+q9u8bEN6esVwIMrONJiIapzNwMdMv5jIUkTvDEy/B+TX1rPcfrFePm6mclMAtCD/0YNV2epc4EcQpZFmmtRJ7lDKyHtrwAvo04NxJ4lQQYWAMvgqXJUF/K8swZVMLUiZezP2Xjgd/A6WIJbNJmLpbR5ohrSGADrGsIbXPKxRLYAOtiGW2OuIYEbhRYhXPwkl62a0xmc8rtkAA5VG8EWBTADqMQprFYJnY7xLB5ilVLIKMNH+0KA9/niDrl/+h2HZqU4/DZM7zz+D24rgvLss6txLnsA02cCecRWaZ52VM2x73FEpgB6+jZU8i6jkwQUK/VkQYjDPouJlGE9x+/x7lYz549w7vvvnut6aZZijiKYNwjjXU0cqFkKSzbwGQ0Qa1egyKvPknvWi9kzSfNgBVHAaLAhW5WIVDGaJoiSTJoKwbCfQoZHU8C6FkEWRbQ746g1xto16w1v9LbcfkZsG7qce4TsIZeyAl6lqFgeNxDJCnY6TRvStRv9D4bYL1R8d/dm2+AdUvfLTtkLu2VeZne4E1P60aANZ81eZ+WwmVe7lXqh4sKqtuV77QALNf1YFmrdwfcFmC96mUFUQJdlRFFESDKUGURFGwPnAkz7tTrVS4zpd/oGuTkpR1uFMewdBkjJ0S7XdhOY9dH1TKKIpS8qHZi+qfYw5iYfFotznnL0gSiJPNxVFZXpiiddLsQBAmtZmOBjOV1IL3VwAqCgMu8qBLk8GSArXad866yJIaoqBj5CYzMgZcoqFdNpjTKBZGrOC4atwFYp6A6Z32JJ3AyDbaqwI1SzvJ4+uIQD/e2GECimENUNCADclFE5IfQVCCMc8h5CEewYWtSwSWWRuiHApqmAj8qKl2OXzxFa+cBKEEkTxNAViFkCTJJgRgHcIfHGIxzbD96Fwoy5CLV9klwBn3YjQZXwMjSKXdZKe80TWe1nrdWY4VhCFVVGVh5GmPgRqhohc8lE2RkkgzB78NPNdi2AXfQRQwVjWZ1oS7uPJC9SWAVgFoE01nNRR8VlbVFUYBc0mAqgOuHGAyG0BUVtaqBTFKhkoYBlWglSOIAXhihbslQ9CqCTIAhixhNHJimARE5olSAoQqYjCeYOD4UEWi1qwgTQFcVQFKBNEbsj5ELOjwosMUEh4MxHu7tIAwCjF0P1UYd2iuLhanIFLd7KSzVcrc/RrVmQ85TeH4AVTeQSzLEyEGQyjBMHeFkiDiTUK2aEMXXO/3eFLBI4KcEHGfBdWnL+CKFfKm/L/CO8RkCSOPIMiVWvnyJO2VjXUpC1zjozQErZztIU1df4HkNMbx0iuv6ME2dQXYWXHcGWOuk1pn/Wm9qV1hqq8FohFajvgocrPwatBroU7v2puSy8km84oI34m6Yv/dNCZA+FJrcca+H3a3OTcnzUvf5zh/8Idt0H3/8ETRVYQP85aXyUpe6tQfNgEXlX7SLIRJbP4qhSURGKzEZiHSNwCmR407GY5iWvRB4PQ9YcUx8BAUnRD/wZsJq6OZCRdD834hLoq6dpuDQ/Yahz+cSqOjcLE1xeNzDg73tW/UCvv/9H2JvbwearmOShAXRiiCgZSzGEefn29QX3UDD0GM2mHLM/524E0ZRcO7f6MdB4M22M/Q+GtrpteMsxSQKX3nu/DNplK1Cu+VyzHHVngah04J0QhYLgocsTjmNhrIaXrgZ3mtoyLMUJ30PzXYVygVeBnrRSRRAkNQLgTX/1r8YdWf/fK9KPp/TG83/TRJEPKqext2IeOPppD8DFp1LlDqHh108erh7q4BVPgwthU/GfShqURn1Qf1Us9LH8eW4N3vu92vthTnQeWl+Wr0+//coTfDcGb7y3Hk5EuXHe7XW7FgvjnDojS91rq1o2DIrc7g6jQAsAIuYZug10odA2Q0pAKrHIYegqiroOiEqqsjq+6LBwEpSFth8qshFS+GywCrdC48JWFGMg6Me3nu0d9HjvpG/F8Dq8cdLy+H7tc7MiL8zwCLJkof4PIfnq35/3dsgwdB5NAiw5bgpYD2qNHlHeHDYxQePH/Dtnz1/jp3t7VtDxUTA+mrUhawooFTeOwusm/hs1w+sAsyP7AJY+4cn+PC9Ijnxv/72f8PXPv0EnU4HlUqhwuervctMWfp9NBrBNE2Q/Uf/XccgYH05OoEsK5BlCbSclUv/ndJY6xDe2Wu+7K/J4fsBe6tpLL8Ukic6xyO7gShOcUDAer8A1o9//DneffcBhqMR9l/so9vt4cX+Pv7Rb/w6fvO3/jN+7R/8Krq9Ho6PT/D1r30Kz/Owv3+ADz54fy00mQSsL4YnUBSZ07bJxrpzwDoejGCKMexam7fpxC15cDyEKQH1ZgWCeLFddRlgnu9lPjX6Vgks6g9EwPro/YezR/vWt76NTz75CP/zd34Xv/SLv8i2Y7Vaxa/+/V/Hb/7H/4A/++Gf83LZ6Zway/O71svM8bLHMLAGJ2y8U/TiwwYZ74Wz9M5orC+f7sPACHZzDwcHx9jebsHPdPjHz7C924Re6ayEDGSdSyHtlGjrQR/GowpprAT7Byf4+IMCWN/7kz/Fe48fYTJxOP368PAI/X4fP/szP43vfveP8PjxI95wkCH96NFDtsneffCAQy/rIJQlYH0+OGZwC6KEj+4isC77lS173E0AK01zPK42EJKNddDFJ1NgLfvsqz6fgPXj3hGTyJLG+qh5BzXWqoX2quvdFLAeVRuIIgLWCT758NFNTe9K95kBS1W5M9pHzS0+v+xecSf8WGd3SFeS0BUOJmD9+Mdf4MMP35/tyshPRruiZY33cimk65G7IYwi7B928eltBlZ3qrHuKrCK2Fp2akvk+Zzb/+Jkvstii4D11ZOnePzo1KCet2GWMd7fXmApHD77sLnFduyd0liUduu4Hip2QU4/8TwIsQfVqCAXZO5QsIpBwBoOh6jXz884WA5YRQik0FgNBOR5P+ji049u71L4o+4RNO1OA6totUGk9cXLoXAMr/gr9eHQNQty/JdTbZdfCt9GYB1CI+OdNFaj8GPdKY11kzbW8UkXW3N+onlNuFqNFeHgoHfLNdY9ANYqlrqLrkEaq9vro90qMhP8IISuFbn2q9BYFNChxubFUng1YJ3Xfvi8+cxlh1w03df+nXaFP+pugLWUEMuTCT9UZkWFGzQCKuJQimS3lQBrmuDHwAojHByeaqz//a3/g5/+K5/hm9/+A7yzu83+I1ryq9UK2q0Ger0BPN9Ho1bDD3/0BS9RtWqFA8SNeg0V22L77fe/81385c++Dk3XMByNOUM1jhN2dPYHIy6hCyjA/OwFmvUaL/3bnTZUVcZo7GCrU6Sp3AtgnQwdNCo6xDxFIinUVwzDwxeo7+7iRXeE91aULLdeP1aPQyGl5/0ssAg0QRDyy3/88AH+33e/x1U1Dx/s4YP3yOueYOK4qFYs/O43fx9//ed/Fo7jodNu4ui4y76mimXhxcERLNPASbfPO+fJZIKPPnwPjVoVT57uo9moceLe7/3fP8Q3vv4JtjpNeF4AXddwdNLD+4+L2GUJLAI4efbvoI2V5ePeIeIsQ9W2MA5jOIMRdHI52FX0nQCfPHqXv9xlx5sE1njicC4Z1U8SAHv9AWpVKkbNOXWFMk4JjLQsq9RCTy4KSmlQqIfKxEi7cZ6ZKPCSS9m1X331HNvbbb42nS+JIms7SpiknDDSxvRvuu68S+ceAOsqNSHLQeu87IZXZYleNYOUkuZep7GWe/LVn70B1gplehZYZLOkKdknhc217K7wImCVtZN0r+/96Q/x2U98ii++eIL333/Z10X5XGT/kaarVmzO76J/z49lAtT3AlhlSu+6q0XOAisMI14myrFOYP3O//o2/uT7f45/8g//Hn77f/wu9na22W765re/g5/8ia/xpuLg6AS721tsV1F32c9+4mv4wQ9/xDtZ+j1KEm4KSoa+XbEwHk/wd//O37rWp3dPgJVj6PhoVIpsyUHvBI3W6sum3qSN9eMvnuD4pMdZoc1GHYeHx3jybB/D8Zg10a/8zV/E7//BH+EXfu6nsLe7jT/+kz+DbVt4+uwFk3588tH7+P4PfsQ2GRn5dC0y6v/lv/iNDbDOZOPOiiloCRl7AWqWwV+hJgvQzNX3Hn6TwLrW21/jSfdCY1FVDf1vvvH1OmS6AdapVO8FsNYBovOueR6wyLdEPp6bMN5vap6Xuc8GWJeR0iWPOQ9YZw34S17qpcNoOS93hUT/fdZBet3rrus8AhZtGHRd52po4rgqg9DruudNXffUxiInYJqtvRfhRUvhMhPfAGsZ6a323AXjnapamBAMYNIvIuvLRekl380yj/AmgfWPf/OP8a/+xnv4sG3BmpLKLTOXZc+9HxprbldIAhudHEOzTaiacSGx2lUE/CaB9aTvg1oUf7xloWasppztKnM/e+y9AVb6BneFvIwBzPlJsbz5QeVaFLejwC4l15SGfnkMFbzS2fRXyp2nDrCljfXioIuvf/x4mfe/tnMJWKPhGI1mfcHGIh8ZxRuJgYfkMu9Apo0OxSfp7zTvs2TEJCsq/i14S6WFsjWKEvASJQhcD0CB9PnBtAhpykUodM/5kjd6VpI9OZTpmIuabd0afqzSPnI9n9NT5sd47ICoeYhchIRyVpjD0WSaK45ZOfzbAqzxaIJ6o/YSsGj+NFdiI6R0nHIQsOjf5BqiALdhECPg6RiNJzB0vaChVOSFTN35gPpZwNIVSMYEHmLPpg0FVWjP35c2F74fMtgLJulXj1sDrFWohY3xvgopruYaG2CtRo5XukqZqXo/bCxQSMdFbRrG6fV7TJRlWhar1lWNN2m8r2oOy15nHliD/hC1WnWa62WzXbXuRIBln/8y58/5sXJMfBdVw+ZJiqqGPHAga+ZKeQs2wDqlTiKNRRzwZM+4nod6rcL9HO8UsNgYzBJokjJrw3EZZF71mA2wFoEVBiGDibJzKdO09L5fVa637fiNjfUG3si9srFuSr4bjbWose5+rJDIaLP8TscKPT8sOmq94WEYRTOs+7ErzHMEcQJj6oxL4xBpLsxy0Vf1LuY11hdfPsHjxw/Z0TfvXb7uvWiJoWZTZK/4YYIsS3B4NJhVQpcOwutef1XnlTWU9wZYZWoykbymkKBIOQx90e2/rHDngUUaUswz/MXnz/Dph+9SvGCpyxOwDl88R7Vm4dkgQcvI0BuGt7rE/u4vhfRK8/W3gF2njVVqJNqRbPKxlvpGlz55sytcWoTXv8C9WAqvL56rnblOjfUmY4Uv9g8uvTF4552iU8Y9AVbO7XiJvXed464C65vf+r1Li+0Xfv7n7hGw8hyuO4Jl17mmUDLrEEIXpqVBkhWEmQRnTMwqtUsL8LwD1w0sSq+mKAKljVD94DzbzFIPfsHJVwHWz/+1n2NSO9JYTON0Ts47/Z0KY1c1mN5pvl1YeWEBkFZ4n/KypzZWnsPzJjCtKqiZgKIakMIx7FqVc3RSUcWL/S4evbPYheqqE6c5lGXpx8+fY+tB0efmyYs+3tltcPexJ89OsNcUESo1pE4ftSY1/Q6hqBp8z4VhWnj+/BAPHuwgjFMcnwzw7l67yFFKimQ2Mt7ThBoIrI547W//u+/g3//aZ/y81HPo3/7Ol/g3v/IJ//sssJ48eYIHD6jBeNGhvnQx0LHzwHKpGeYUWAymae9C8nNRX+n580pZk/wwbfReyrKkDuDm8LLCuVWUDEiDWHS4ReB5wOJGXPksHjy7Hj3zFHAFu2PB7EiUopRISYNIUSjx77yxmPMeutB1+5VUjvQSl+UipWcthdA7OUKlWoOs6RiMXNQqJgNrPBpDlTLEkoHEddBoF3xSlOGahx4kMcPxKGbuKqK3dMYudnYKYLl+hNFgAFUrWGVePH/O7UtWNf7pb30P33inAlUS8d9/cIL/8s9/6lxg0cvcf/GCX1ilWuXuF+WYB9Zo0INdb2LihKhZMmRFg8AxQxHuaALdUKCdcfnEUYCDYYyHWxUcD0fYqtcwOOqhsdXA0ZMn0FtbHPdt12rM50XuI7tiY+iGRRVQMIZVb2DiJ7B0lamrBiMPW+0aIuIr0zQMHQ81U8N4MEGUp6hVKfNCJTQhgcj0TpTVa5oahoMxGvXqQsPzO7UrZGAFMQbHXVSbhaZ98uUX+OyzQsssO/7Zf/oeHrdM/PKnbTwfBPjRiYt//UsfnAusw8NDBkejQXzzESzrNCt2QWO5HmTiI5Nl6DJY25TawY8SWNPfmEWQ8pgEgTWPkJO2kNDrDdFq1THujVBtVXHYnaBVs5CLAhSuhgmRC0Wq99gLoSkyMn8I1a4iSoqWf6SZgin44mmlluMFsAwVaUYaLQFEpdBg08Jmxws5xYfatQR+yMfOZ2XcKWDRkkNLIeV704tIkttvY3Ff6NlSSMtNUVtIL5H+/6oG2Vikvc4OusMqeM/OXndhKaSb04TmuTiLneLyhGvljddgJ87mtOhuyJiGcpU21ute8nWN97vveZ8r/4p8B6JmYuwGSH2ydyTUVsQ8c1eBRUUgQRBdrGAEzHbW98KPRV97GSv0woT0JhvAcegzbaI031T6YvG98oj1AitDlGSIfQ+ypuLZ0QC9wQR/9Sc/XuKJ13cqAYuolPZ2dyCIxLNPmyMVo9EENVtCJFhQxbwofaMkgTRHGhZcppEzhGbXkMUegkyFbRbp46NBH4pVA5IQmqpDEBL0BiE0XUbF0iEgRbc/QqNKmcEi+pMYzdrqWYUWlkIyfsst6rrEuW5gBXGGJHChKBJGwwGeHDn4mb/0tXVNZ6nrErCePdvHo0fvQJZkzszwxkNomgS7WoHjJrAqFRz3HdhVE2rqIRM1JtOt1ck1k+PwmAjgqqiahdHvDLqwG20gCQBZB9IIByc+traqCOIUlibDH/dh2Ab8SECaxLDt04bhS01o7uQ7Z7yXPO/kxwmi8NY3EKDiUKoNpA/6TpKCrAqpF11nvRqrSOIjPxl54IsGAre3l063P+TtPu0K7yywyMYi+2RZB+ibBVaGPE2QCxJvrce+h5PDHvOK5rTbzXIEUQKVK6qLnj5kvwRBDF2ncnZ2E82chGfnwhRJcYA4L5qD51nCvhwapUeaGgfoc9XJ1JeaZEpmK7EkIs+QiyLfY6fTwkcfPDwFliTOun9dJMfb/vcFG4uEbmgK0iSCKMmcqiwRJ4IoIggSCFkCWZUgySrCJGdBXbVUab0ai4AV4/nhGDstHXEmozsYcsgnzWL4fowEAnRFKpyN3OaXOp1FkNMA0ImFpigrJ6AMiMDW0qFoGhw/Q8U6JeElDzRdod8bczzVME0Gpu86vLTloozJaAjFsGGqIgRBIg8nsjRCkmRQJQE7e+9wRwyDO6yKHB4p28rdduBc9HwLwBq5Aeq2gXF3H2ZrF3EYQ8p9CLKGYS+CmISodgwkosEEHGmewVLP7+L1qhuvF1gMCdZWrIGjmFvl0f+oPzTFvAqtVCyZZfo7HVuOLI4gqeSpJhK34tepw3nhI4rSAhyFR1xg0ARhDE2VFzrR0/nssZ52UqPrUpiHlkDDMLkLBjUeKMu/ivutzjF6EQDW9fcF4jWe1Hl3WlVXoulLWtdkSkpxmhTZWdTfhkg0/DBEEqfI8mwa4Z8iJudibwbhOkYJkFOcFBqeAtjEGEPNqajKnEg+yHAvA853CljrEOx511znx3gWWJThEIYxa6uENFaWTjXVeoB0kQxLzSYKIhRV4YooCpSTvVYWq7L+e/sVVkGXlJED64bGOoVGmofswpCqfhQJ/rgHPzNAZhP9TnYThahKvUzGex4FUAyL+bVmv0dFhJ/WOWLdCqMEOtteRPNDVudU1REApsfQ/42zHLJAKSZkT5GhDvYTyYqKKAPUaQ4lLY20HBLNkCyJkCSZNVbsjqFZdYzIgdmpn2rSxAVkGzml1dzQe1r2NhcC622KFZIwqIESLYPBaIQwcmA3d+C4fgEGQUTij6GZNeSUrxX5CLwInqBgq1FhQEqyzFkBbIhHMfonJ2g0W0jjGJWqzak7NDzHgWkoiEUdx8/30WqYsKt1hieVzY/8FMGkj0cPHxT5Z7KE2J8gVW3IaYixm8FqNmCnffhiFUIaQMoiNDp7OHxyiFyVUKvbiPMMdcvC8ThAu6q/fcCabyAQ+yNIehVjP4YlJlB0HWEqIh6fQJJFGHaDX9J1xjo1Fj0PG+iU0EapIEHAXb2SKCp2uJLEyyIZzlmS8DEURqG50G+UcUruh7J1bpYmyPLCJmI2QWIKpOgE7SbLiiZBRJZSh69iOSNgRSH1YyT3BSXbkeuDgCXPgvucOIcciqqz95z59Tlsk/JvtGkidSfM+BxEDqjrZ5gOryP/mzpnYVfo+CEqpo408iAoGpKEhJhBlCV4iQglnlCKI2eXXjc3ft3AKg1xmliR7UBNoOjlFTvFYhU7Nd5LQa/aFnjJTOKNYbE75E0iZYCSe4FTZAqv+13ZEdI8ZsDiPHGiY5Te3mIKmtC8AV/6qXKQbVUAjY+5qc/2zH1mYJvmWlHycZGRVOZe3Q3DfQFYNyXrdWsszq4UwMSvnusig4qqISBMKVdbwGTsccMlL4qAyEecCezMrFoGJs4YumYgDD1U7ComXoAkjvhvtKQSh5U3maDZ7uDk+AiNBtlUEnJVgy7m7DSmZbBiKKzRKdfKT8Ge/sT3YRkyUkkHkgi6YbA2DRwHhqUjl3W4Ywe1qo7IGSCWqqjYVIWeYzBwoOWA3qjAdcZQVQ0udYJt1iGlIQRJxnjiwfNibO+0MXQCSLGLXFQgGxb80QDNdpOX/+dHPTzca8MJMuRxwPnwVrU+dXYXOe3OxOFU5sLfdz1Fc6HxvmrArRtY/LWQ/ZMn8GKgN5ygbauQVQO81Osy7/RohO4EmmWjP/TQrFtI86KwwBsNYVVrGEcZDJHsHtohpiD2vUarxZrPdQawbWrRKzF4DAlwghiu72OrTi+lsEFHrseOUHewj1qtiUhQOefcqFCz9QzPjxy8u21BlBSMBscwNZmfzhsnqO1u8zWeD0M8qBfpxXkaQCBwUj/tOEY67sJodJAKEvLJARR7F14UQ8k8KFRpNd3s0n88igqYNm9cSAZkOxb2JEWaUk51zvOUs0Jqjfb5Ps1LAuLcDNJLnnutw24CWOVyWKrkmVU1M61KaF1rCi+dlOQAhQFfP+YOKB3xU59V4RB988sg7XlWlQ29AKyJF6Jq6QjDgFlminAFbZqKia9i3ASwCltrmukwNdjPgmsVc7nWNeZARSItS6zugrd9Xh4LwBpMPDSrFl7sP0dnaxtpkkNMPEA1mW98FePmgMXwKpYP3h2WT/+mTPd56RXoOi1IffPaahXv9pXAoj+s+8u5KWDNay1eEmeaa376NwmyxaVwvsp53TJfNWguc707abzPdBPj5mXwrCvofJHAzwfQ3dNWpW1747HCshJ66MaQ8wiWbSGcOFBtm43HYd9BrW4gTAWIkgB1alFyhTh5uZHCdUNYVOmb5fCCCBVTYwhR5mg5KMg7b8jT73T8VUKjHNd7jUVLBZ4XDXqO+XH6DK8GFYGQqsJXNQo/5fka+uzzreKeb0RjUToL9Wn5/NjBB1vTCpE8RZKLLEwq35Z0HV6YwdYCaPJpFcn+559j94MP4Bw8RWX3Ifwkw8F+F+8/3HoJWBTgncaJp7KiSphspsOy2IeoLDIWEkzmYUDAYsrMqTtneNJFvdNGElIlkInLAGvoOOjUihL7kUvRDa2oZp7DDduBGXEsFBmpBKyRF6Flk20rIMoyqMydECOHjKPPn2D3w8cIRl1kmQzXC9B5Z4fnR/Om69MH4Z58CbnxGIpUfFQLhsA0Y5a8/iUxSHlet99Ds1ZHLmQ4OR5ha7vFaUhUSQC2xV4AAA5lSURBVF0+uOPHsF/RRW3BeHeDCLahIaMKD0lFnGSQhYzZZmhLTUFUw3x9c56L0H7WxiqLYxeKZGeW9qu+6NNMhOI8fhUMmKdPX0CRFeYUqNVrSOMAnh8h4LnkqJJ/yg3YPeD5HhRJRqVWxEXhjzjjgPxdDeJRMBocdiEuCUkS4PgpTDFlhyjJifxbT776Cq2tXc7+pOxQ33EQ5xRArnE5Xc3SYesyYvpokOHk8AjtnR3EWQbXcfjaWzvbGHR7aLUaODw4QrXZQa1iwB2NYFer/AxeApgyOZyoMqfHwNveaqPbG3AWavfFCdp7LUzCDGkUA3nMfBGJ20ffS7HVaaM/8TkILyk6qraOo6Metnd3uFyOQnjE43B8dISt7W0Mxi7qto4gyeGPR5BUlbky0tDF0AlhGjo810e13cTk5AC5bKDVbMxe/7mxQm90DK3aQRwlENMAsiojlQ04vR47CJcZ6zbeSxoj0jT05Z4d5ZJQKot5QJ83r4tK3eeX3lfJ5exzcGP3VyxL5TXKhMBlZL2onRaXwtNPE+fKadn7LsQKSUO9zcUUywrjqudTxsRlxiptpcvc7zYc80ZsrNsw8bPPQKk18hV9dfP2FSX0kckwzx9V3oNsnYtI1DiVhlJvmNCFYyyXyiDJ06g4jpILp6Okm1rgr8qzItVpLs28qAGYpuys+KXcMWAReVzIPFBbdR39ScjGcFXyIOgU1xM5HZiWr97IQU0T2bYIUyAZHsNud5AJMibdA7S3dzHpdyHKKnTbRkRZpFKGUUwVPkDd0nDUGxLvECpyDD9OEcUSdCmE3ehgcLjP/bSpormIz+VwwgSJO4JRrSOFyEHulgFomsG5qVR+FyUJvMEErYaMVKkg9EPmDaPlc//5Iba3qlwNfdh18LAjI/Q8JFoT9rS66OlhH3udOmQQfZGOxOvicJTNYpwVQ8Rx34UpeDCrNYycBI3aGiuhy235up1167WxaNeXI/QDmKaKSZAiTlNUKJBsVjgtiOydMjvUkCmZToHjxVyBZFQqbFQnATEb2og8D6pZ4cAs5XRJSBHkClfnkBYaBwl0WUDgTbhcTlB0CEkARTPhTkacPEjlX7QUErAoNEYbIFEvyt3pt4pedI2lEScRFFmFP+pDs0zEggYhSZhDgx7ajdJpKZmISa8Ly1ZYU3mZBlsvdpNRknI2RZ4EEGQd4aSHSaih3T7dWdNHYEgF55XvhTDOtPBdhfJaDOk4PpoVE/sHB2hvbcGbDGAoCrxcg567MCrLGe68d1uda2YV81/qGpdxNdAN1uEnWurBb+DkxSC0H6Jq6gh86lOoI8/ISZcjJi0QRajMsdJd99nuErCuK4P7cN7CrpBzr1dIsnaeAG8SWOe5EmiOpSFd/p2EQE7C8m+vKyAh45xcqK+aRxlVKOc+u+bUGUkp0pQjxcvfTQrjhtF854x3Ssgbj0NUqxobyORRpqiL73uceUkOP87w5PBOCmcyQZIrqNsKnFhAzVA4q1IWM/THPjsFxTyBG+SwLA15EnNmpkge8DzDcBKCGlq1O20Gy7B3jCSX0Gq3cHh4BLPaQM1UuZiDbK0ocJhtOBdEaLp5LivyDWNgLbe7c8Ci1nHk2FXFaJqlSZkNgOO5CF0fSZZid2eb6mwYXMPhGBBVmHICP85QtU0IksoOzP5wBEkAh58ojFKxT3tjk0FPO0XXDbjYpF614Xku8jQFRTA6nTY8Z4wkE1G1NN4kUOm/kMdIchmeO0G9Xl/LS70NF52zscBxL1W+XlnXZSdzV7T/RR77y8rjrh63YLyHcQJdVTg3mpL96UunL5bq8+j/m6bBxQVU+3bdcVeAdd3535fzFoA19gLULANHR/totLeRxilUMUVvOGbuAzI2K5aCSq1zbfmsG1hUndPtdfHugwfYp8ZJ0LG318B4PEG1WsF+f4LdRoXtZqp8Ho/H6LRbyNKimIAGLWmmecrLfjpZ4n6Yr1qZj7iBnaS6mOLgeIC9aSFEFPlQqZAjymGrp74WIuxv1Ey+9DhMUdWIEmAAzaohTXxkmQRtyrOVhWNMchu2dpqFcO0XcEMnLrDN0I7mbeYgpaQ+IjqTqLo48EDsz3pzD2nkQlQtdjKS3UOl8BQ6ib0J4jBEINmoGFTfXHS/MCjfn2ysiQcNMTJJY8crRfspi4Gqqd1RnzMYnAQIhwM0W3XOGuDoYZah60Tci6jdOfX9UWaAn6tcChbGAqyGDdk/hq+0QL7O7uEhdh88wIsv96FWbCa4peoiqrDuBTmaOpe8vhXjjhnvr5e55/m8nNNwx2Ooisie8auMMMuhXTEBzxkPGczLjUXtuNy11n/2vQLW+sW5uUMpgQ2wNlhYiwTONd6dcR9mheyQ1bse1m28U6A5DCMYlEssSuiOfFR1CaqmYjJxISY+7OYWxlwVrRGrAyZOgHrFKNiWiQB3MkC10eZ/T4bU1q6NOI6Qhh5Uq8qpy2SbUZMCzwkgWxYUIYU4l7rCmwA/4GwJyiBl0ysJIcpUVV2ksJyXYsMHMnHJlGcLhad/+GKIyl4dYhbB7R3B6jygIzgT1nFdJJIG0TlCpbnLnLGUTsOOXK50nraCy0LEYQBRtSFkEQepqXS3WNnPbkyWw9sCsLwwgqVrSCIPuaJDeQuBxS+Qe+klcId9hKmOihojlVQmtiWnZqdZYy955LucMUCl9a1aBSOyu3QTgTPkrl1DN0AWJ6hXLd7UDAY95JLO3vjQHUJUTaYWKkvsKb15NPGgZD52dnb4zfRHE2bt63cPsbfdgRsBhkJ0SCITqQ3HLjQpg2VX4DsjVGt1OMMuskBAbW+bjfXjgYOtRmEL5okPP0wxcT00Ox04tIPf2WEW5t7Awc72FhzPh5qn8NMcoyjDu+0KBsMxTE3iHH8ih0uhQkLCc6cIQ6dus9woNkyNUGuNDopN8pLcDRTTopQLnZLl1zjWrbHKRy8bNhGHApFbzBPZzjeXZJ6HaXk7f2X8gMV/SWPR4B5/0+ZVZVPL+ZhhaVZzfh7f6LSBZXH94neOR5KyKrqzFZRGUybBslKNQrV0X36madx2MXZJRRdT/kH6+5Snq5wvzW3WFHNasMFz4Rgpz2bh7ZalcCWHAz0b35/n/PLxl4XGxsa6rKQ2x11JAhtgXUlcm4MvK4EFG4ucg+tOm5mx6V32CTfHvZ0SoNQgYk2mtdYPY5i6ih6VeTVq3D6EulVknH8kzlqXLTPTddtY83Uzr/JSX662ppjlRZ7uy1zrvGtcdN5F973OOzjvnuu4D2+gSjpuAlbZr7A/GKBeq057z4ScV03BaGomtOwgYBGJLPWgIVZhnQnIgJOhi1bN5O3xyPGgiQkExWD3gGJUmdaaqmBCj1iPqxg4PhrUGi0IkUYhF3bSmE8XPi8l+DaU2L+u3L2U70Wl/Vd9DyVV+dnzCFjn1V9e9fpnj19Imyl3Q8te9HXnzwPrydEQDzsVLl/qTwLOW6JkuMOei62qgEEoctK/OQ270AtJvBH3tjk+6qKz+wB+EKA3CvBwt8H7Kz+ImKWYdkAcvkljJFmx0+OSKklBEEacYxWFAXOsK2qRf0WZG1R1TPs4cldQpTMzIU/LscifFLhj6JbNOyeidvKCkO+rKgpngKQxdVnNmdudgtzEhmzMtYWh6mfdtLjIgyi+SR50f3KDyFwGTy6uoiVK6HrcaIB8cHO13wg8n3ktqFp6PBygWm8gcD3oloHQd5EJKvfDrtgW4mACPwJTP9LqQzKggDvx2BPPPVWNpxEVXiic2eK6HizLRBDF7CGIowhRmjI3LZ1DtASUT8aM03SMoSGJY/bLEVN0Od6I8V7mMqVJwjTVNM6W2Bdb8mLLP98MmygNmRY7y5gCu2h8VBxDwqdO7c5JF+3dLZ5oMDyEWtnC8WCCqpoyQT+VuVPQmDxe3aGHrQ6VpicQogAGcbfnMoRgAK1SZIVSh3fTMtAbkI8qgNVswZ2MOVGPuOAJTJpucGsVCn5TNY5pV3A88tCp2dMct2LRGTsBLFPjl0WkKA2DmmEVDlNysmaQONBNfrMJf2xFU6z5QQDOuDGBguf7XTzYaxcl9u90EBAvBlUDEWcpIXW6LJGc+hMXFjmK+8dotFuIU5kbhtK9Qt/nah1qWFUx1VmJfa83RM0UIZnkMC/mQBTmlFBJpXWaJrOzmNq3LLhx7lJninIpDAN60eq51TFnlyFalikl6FUlUBcVm16mUufskvyqpZD54udIQV6qoF6ip9GrlkKS2TqqiBZsLApnrOMm81/buo33dS7jm2tfXgLnss2kSYBMVFlFOsMhKrbGreWIplkSUmh2nZuRU5HmVcddAtZltBXJhzTPuguBr/oe1n38GbaZgsAsyyIkkLkKYdwboNWyAVllbnGKL+l2nYsGbh+wKHRDdlnKNtfRwEGzYkGWXn6xXPLFnL1C0Y315ATVrQ4H3qlQguw3r38Mvdbi0ApxtlNfwVFImaBkAwkIqW8P88dzKJdjf4h9SJqFNE3YJiFDnInb6H5MdZQgzGXuTs8GObVFkST4oQ9BVLlJJxnDQh5AUCq0jZhRezOn1jRcRIa/RN1dqSdQEkJSKRs15yabPS9GxxIQhSJ0U0YcZ0BOKeUG8ow2M0Q1QFfKuZH5dqu2cpzduIN0vRorhx+lcMYTdFoVHHcHcBIJu7bIHd1pV0MvmZb84XCIZkWDF+Vwwwxq5AG6AUWV4U1GXAlO3bj8BFw2RuaNLqXouQkkRUOranKWaBp4MJQUXkil8AYDq9LooHd0AEGSUKlWoOvmrL8PZUvIugk/k5lDQkkctJtNBrjn++yKcYcDbO804SUKVFnGYOyjUbd4B0iGPwWwPcdHu6FjTOVrSh3tisZacf/wCHs720giF7JqIfGHeHqQoLFThSqJsDQJR8cn2G6aiDMFQ8dDZ47XalUII2D9f4GM6THjZ+K7AAAAAElFTkSuQmCC\",\r\n\"properties\":\r\n {\"logRetentionDays\":\"777\"}\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/addTenant","description":"<p>A new tenant can be created with saveTenant api.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","addTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49d08835-d9cf-42a7-b087-d156f4eaef1f"},{"name":"Edit Tenant","event":[{"listen":"prerequest","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d9771f51-a8c7-4de2-a65c-02df1efc8732"}}],"id":"0e968f40-cf25-47cc-abba-49c91c333d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\",\r\n\"tenantEid\":\"test77\",\r\n\"address\":\"dsa\",\r\n\"phone\":\"22\",\r\n\"businessContact\":\"asd\",\r\n\"admin\":\"admin\",\r\n\"adminPhone\":\"44445\",\r\n\"adminEmail\":\"test@testserver.com\",\r\n\"adminUsername\":\"adminusername\",\r\n\"enabled\":true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/editTenant","description":"<p>An existing tenant can be edited with editTenant api.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","editTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e968f40-cf25-47cc-abba-49c91c333d13"},{"name":"Enable Tenant","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"ed7c227f-30dd-44c5-9dd3-3768a3143b22"}}],"id":"bd70396c-31da-4e5a-9d8d-ae00bb56c1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/enableTenant","description":"<p>A tenant can be reactivated with enableTenant API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","enableTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd70396c-31da-4e5a-9d8d-ae00bb56c1e5"},{"name":"Disable Tenant","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d4f602e1-a86c-445d-99a6-80276d73391c"}}],"id":"b3d7ab5b-0e9f-4e7e-9c50-43609b288a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/disableTenant","description":"<p>A tenant can be disabled with disableTenant API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","disableTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3d7ab5b-0e9f-4e7e-9c50-43609b288a0c"},{"name":"Delete Tenant","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"d75485b5-0db9-49ab-8dc8-1e8b62fb79b6"}}],"id":"9535e17d-f2c2-47ac-a325-828819d36176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/deleteTenant","description":"<p>A tenant can be deleted with deleteTenant API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","deleteTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9535e17d-f2c2-47ac-a325-828819d36176"},{"name":"Edit Tenant License Limits","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"06c05089-355c-43d6-a7f1-e3f0aceb712d"}}],"id":"870da705-4996-4642-9c0d-b741e5fe568a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"licenseId\":\"test77\",\r\n\"admins\":20,\r\n\"users\":54,\r\n\"2faUsers\":0,\r\n\"totalDevices\":860,\r\n\"cliSessionCount\":1,\r\n\"rdpSessionCount\":1,\r\n\"totalSessionCount\":null,\r\n\"httpProxyUsers\":0,\r\n\"sftpProxyUsers\":0,\r\n\"rdpVncProxyUsers\":0,\r\n\"sshTelnetProxyUsers\":0,\r\n\"sqlProxyUsers\":0,\r\n\"sapmEnabled\":false,\r\n\"aapmEnabled\":false,\r\n\"secretDataVaultEnabled\":false}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/editTenantLicenseLimits","description":"<p>The license limits of a tenant can be edited with this API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","editTenantLicenseLimits"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"870da705-4996-4642-9c0d-b741e5fe568a"},{"name":"Search Tenant","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"3e5dcef9-a043-4207-9ed2-ea21f01dea50"}}],"id":"26752188-c43f-4936-8da8-099ceb0f8a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"test77\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/enableTenant","description":"<p>A tenant can be reactivated with enableTenant API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","enableTenant"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26752188-c43f-4936-8da8-099ceb0f8a9a"},{"name":"Get Licence Capacities","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"31efbd1b-37f8-4b3a-b72d-401bdb2efd86"}}],"id":"2aa2fdd5-2994-440b-aa3b-8f65beda3f86","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/getLicenceCapacities","description":"<p>User can get the remaining capacity of the system license. </p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","getLicenceCapacities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aa2fdd5-2994-440b-aa3b-8f65beda3f86"},{"name":"List Licence Usage","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"1181b539-add6-44d2-bc07-e74db99dea01"}}],"id":"e8534d3d-95cc-48c2-b203-b2eae2c5404f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/getLicenceUsage/{{tenantId}}","description":"<p>Licence usage of a specific tenant can be seen through this API.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","getLicenceUsage","{{tenantId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8534d3d-95cc-48c2-b203-b2eae2c5404f"},{"name":"Get All Tenants","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"7768f2c7-d996-4700-964d-347dfccd415f"}}],"id":"582099e4-eed4-49f7-9fb8-c1a35f6b54af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"url":"{{url}}/aioc-rest-web/rest/Multitenancy/getAllTenants","description":"<p>This API lists existing tenants in the platform.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","getAllTenants"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"582099e4-eed4-49f7-9fb8-c1a35f6b54af"},{"name":"Get Tenant Admin Password Reset Url ","event":[{"listen":"test","script":{"exec":["var xsrfCookie = postman.getResponseCookie(\"XSRF-TOKEN\");\r","if (xsrfCookie)\r","{ postman.setGlobalVariable('csrftoken',xsrfCookie.value); pm.globals.set('csrftoken', xsrfCookie.value); }"],"type":"text/javascript","id":"a33bdd25-7249-4450-9d6b-2f8020f1eace"}}],"id":"f1948368-fbbf-4d02-8c8d-fcfd1b3f5a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tenantId\":\"{{tenantId}}\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/Multitenancy/getTenantAdminPasswordResetUrl","description":"<p>This API shares the password reset URL of the tenant admin.</p>\n","urlObject":{"path":["aioc-rest-web","rest","Multitenancy","getTenantAdminPasswordResetUrl"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1948368-fbbf-4d02-8c8d-fcfd1b3f5a6c"}],"id":"9b6f7e49-109d-4ed0-a775-094319a0f491","_postman_id":"9b6f7e49-109d-4ed0-a775-094319a0f491","description":""}],"id":"3a73a44d-c9fd-4a84-9945-caff8f11df21","description":"<p>Multitenancy APIs enable user to create and edit tenants and tenant licenses.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"000f0296-6efb-47c5-a980-af86b890d547"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b4a65584-cf2d-41fc-8fbc-e692c8ab6854"}}],"_postman_id":"3a73a44d-c9fd-4a84-9945-caff8f11df21"},{"name":"Database Access Management","item":[{"name":"Masking Management","item":[{"name":"Save Masking Method","id":"19c57a5d-b956-4976-9723-78b30fb4bd1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new method\",\r\n    \"methodPattern\": \"REGEXP_REPLACE(${column}, '[A-Za-z]', 'x')\",\r\n    \"hideColumn\": false,\r\n    \"description\": \"new method masking\",\r\n    \"columnType\": \"varchar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/saveMaskingMethod","description":"<p>This method enables user to save a new masking method.\nRegex should be entered into methodPattern property.\nIf hideColumn property is true and this method is applied to any column, the column is not shown to the end user.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","saveMaskingMethod"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19c57a5d-b956-4976-9723-78b30fb4bd1d"},{"name":"Edit Masking Method","id":"bf7038bc-671e-49b5-90b9-85f92449ccb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 632869,\r\n    \"name\": \"new method\",\r\n    \"methodPattern\": \"REGEXP_REPLACE(${column}, '[A-Za-z]', 'x')\",\r\n    \"hideColumn\": false,\r\n    \"description\": \"new method masking\",\r\n    \"columnType\": \"varchar\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/updateMaskingMethod","description":"<p>This method enables user to edit previously saved masking methods.\ndbId of the method should be posted correctly. Other properties can be edited.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","updateMaskingMethod"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf7038bc-671e-49b5-90b9-85f92449ccb5"},{"name":"Delete Masking Method","id":"5d851749-2a0f-4ce9-87ae-1383abf18567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 578458\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/deleteMaskingMethod","description":"<p>This method deletes existing masking methods.\ndbId of the method should be posted.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","deleteMaskingMethod"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d851749-2a0f-4ce9-87ae-1383abf18567"},{"name":"List All Masking Methods","id":"0838d45e-3bdd-48cf-b990-70a77376dabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new method\",\r\n    \"methodPattern\": \"REGEXP_REPLACE(${column}, '[A-Za-z]', 'x')\",\r\n    \"hideColumn\": false,\r\n    \"description\": \"new method masking\",\r\n    \"columnType\": \"varchar\"\r\n}"},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingMethod","description":"<p>This method lists masking methods. To get entire records, no property should be posted. To filter any property, related property and the value can be entered in the body of the request.\nIf no data is found, the method returns empty brackets.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","listMaskingMethod"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0838d45e-3bdd-48cf-b990-70a77376dabe"},{"name":"Save Masking Policy","id":"6995d1c8-c9b0-4ede-a660-450b77557d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"new policy\",\r\n        \"description\": \"new masking policy\",\r\n        \"deviceDbId\": 390457,\r\n        \"active\": true,\r\n        \"rowLimit\": \"\",\r\n        \"schema\": \"*\",\r\n        \"table\": \"*\",\r\n        \"column\": \"*\",\r\n        \"methodDbId\": -261965\r\n    }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/saveMaskingPolicy","description":"<p>This method saves a new masking policy. \nTo use this method, the masking method and datasource should be saved firstly. The dbIds of the related records should be posted in the methodDbId and datasourceDbId properties.\nSchema, table and column values of the target database should be entered. If the user wants to mask entire columns/tables or schemas in the database, \"<em>\" can be entered. All these three values should not be set \"</em>\" in the same time.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","saveMaskingPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5cb98b6b-16ca-4097-8b57-01aa7adf2ad7","name":"Save Masking Policy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"name\": \"new policy\",\r\n        \"description\": \"new masking policy\",\r\n        \"deviceDbId\": 390457,\r\n        \"active\": true,\r\n        \"rowLimit\": \"\",\r\n        \"schema\": \"*\",\r\n        \"table\": \"*\",\r\n        \"column\": \"*\",\r\n        \"methodDbId\": -261965\r\n    }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/saveMaskingPolicy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"3159"},{"key":"Date","value":"Thu, 28 Sep 2023 13:13:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 393329,\n        \"userCreate\": {\n            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n            \"eid\": \"irem\",\n            \"personelId\": null,\n            \"name\": \"iremgul\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n            \"surname\": \"durmus\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n            ],\n            \"lastLogin\": 1695906253787,\n            \"lastLoginIp\": \"10.0.8.206\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"checkPermission4Search\": false,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterIdList\": null,\n            \"filterManagerOfUserId\": null,\n            \"passwordSalt\": null,\n            \"creationTime\": 1695642004340,\n            \"delegations\": [],\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"locked\": false,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"adLineManager\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"tempUserEndTime\": null\n        },\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"new policy\",\n        \"description\": \"new masking policy\",\n        \"date\": 1695906781102,\n        \"tableName\": \"*\",\n        \"maskBase\": null,\n        \"columnName\": \"*\",\n        \"maskingMethod\": {\n            \"dbId\": -261965,\n            \"userCreate\": null,\n            \"userUpdate\": null,\n            \"creationDate\": null,\n            \"lastUpdate\": null,\n            \"name\": \"Mssql_Email\",\n            \"description\": null,\n            \"methodPattern\": \"STUFF(${column},1,7,'MASKED*')\",\n            \"date\": null,\n            \"columnType\": \"VARCHAR\",\n            \"hideColumn\": false,\n            \"databaseType\": null,\n            \"firstResult\": null,\n            \"maxResult\": null\n        },\n        \"device\": {\n            \"dbId\": 390457,\n            \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n            \"name\": \"MSSQL - 19\",\n            \"accessProtocol\": \"MSSQL\",\n            \"managementIp\": \"10.20.42.96\",\n            \"elementType\": {\n                \"dbId\": -444,\n                \"elementTypeId\": \"mssql\",\n                \"elementTypeName\": \"MsSQL\",\n                \"vendor\": null,\n                \"category\": null,\n                \"elementTypeProperties\": [],\n                \"tags\": [\n                    \"INFRASTRUCTURE\"\n                ]\n            },\n            \"discoveryTime\": 1695900168322,\n            \"properties\": {\n                \"db.password\": null,\n                \"portNum\": \"1433\",\n                \"discoverySource\": \"REST\",\n                \"pseudoDevice\": \"true\",\n                \"db.name\": \"master\",\n                \"db.username\": \"sa\",\n                \"sql.proxy.bind.port\": \"2002\"\n            },\n            \"deviceGroups\": [],\n            \"availability\": null,\n            \"currentMaintenanceWindow\": null,\n            \"interfaceName\": null,\n            \"nameManagementIp\": \"MSSQL - 19-10.20.42.96\",\n            \"regionName\": null,\n            \"filterRecordLimit\": null,\n            \"filterSearchPhrase\": null,\n            \"filterGroupId\": null,\n            \"filterRoleGroupIds\": null,\n            \"filterOnlyUnassignedDevices\": null,\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"filterCheckPermission\": false,\n            \"filterUserId\": null,\n            \"filterOnlyApprovalRequired\": false,\n            \"checkTagsForSearchPhrase\": false,\n            \"connectorNodeIpAddress\": null,\n            \"deviceGroupNames\": null,\n            \"filterIdList\": null,\n            \"filterGroupIdList\": null,\n            \"filterByGroupTree\": false,\n            \"pseudoDevice\": true,\n            \"domainController\": null,\n            \"dbPassword\": null,\n            \"dbUsername\": \"sa\",\n            \"dbServiceName\": \"master\",\n            \"dbConnectionNumber\": null,\n            \"discoverySource\": \"REST\",\n            \"connectorSiteName\": null,\n            \"connectorPortNum\": null\n        },\n        \"schema\": \"*\",\n        \"rowLimit\": null,\n        \"enabled\": true,\n        \"allTable\": null,\n        \"columnType\": \"VARCHAR\",\n        \"type\": null,\n        \"key\": null\n    }\n]"}],"_postman_id":"6995d1c8-c9b0-4ede-a660-450b77557d94"},{"name":"Edit Masking Policy","id":"09744d34-9bb8-4101-9fda-21844aec89c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 390577,\r\n    \"name\": \"Masking new\",\r\n    \"description\": \"Masking\",\r\n    \"deviceDbId\": 390457,\r\n    \"active\": null,\r\n    \"rowLimit\": null,\r\n    \"schema\": \"*\",\r\n    \"table\": \"*\",\r\n    \"column\": \"*\",\r\n    \"methodDbId\": -261965\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/updateMaskingPolicy","description":"<p>This method enables user to edit previously saved masking policies.\ndbId of the method should be posted correctly. Other properties can be edited.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","updateMaskingPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"17f4f039-527f-499e-824c-2e84a1c76d76","name":"Edit Masking Policy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 390577,\r\n    \"name\": \"Masking new\",\r\n    \"description\": \"Masking\",\r\n    \"deviceDbId\": 390457,\r\n    \"active\": null,\r\n    \"rowLimit\": null,\r\n    \"schema\": \"*\",\r\n    \"table\": \"*\",\r\n    \"column\": \"*\",\r\n    \"methodDbId\": -261965\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/updateMaskingPolicy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1895"},{"key":"Date","value":"Thu, 28 Sep 2023 12:59:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"dbId\": 390577,\n    \"userCreate\": null,\n    \"userUpdate\": null,\n    \"creationDate\": null,\n    \"lastUpdate\": null,\n    \"name\": \"Masking new\",\n    \"description\": \"Masking\",\n    \"date\": 1695905980448,\n    \"tableName\": \"*\",\n    \"maskBase\": null,\n    \"columnName\": \"*\",\n    \"maskingMethod\": {\n        \"dbId\": -261965,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mssql_Email\",\n        \"description\": null,\n        \"methodPattern\": \"STUFF(${column},1,7,'MASKED*')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    \"device\": {\n        \"dbId\": 390457,\n        \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n        \"name\": \"MSSQL - 19\",\n        \"accessProtocol\": \"MSSQL\",\n        \"managementIp\": \"10.20.42.96\",\n        \"elementType\": {\n            \"dbId\": -444,\n            \"elementTypeId\": \"mssql\",\n            \"elementTypeName\": \"MsSQL\",\n            \"vendor\": null,\n            \"category\": null,\n            \"elementTypeProperties\": [],\n            \"tags\": [\n                \"INFRASTRUCTURE\"\n            ]\n        },\n        \"discoveryTime\": 1695900168322,\n        \"properties\": {\n            \"db.password\": null,\n            \"portNum\": \"1433\",\n            \"discoverySource\": \"REST\",\n            \"pseudoDevice\": \"true\",\n            \"db.name\": \"master\",\n            \"db.username\": \"sa\",\n            \"sql.proxy.bind.port\": \"2002\"\n        },\n        \"deviceGroups\": [],\n        \"availability\": null,\n        \"currentMaintenanceWindow\": null,\n        \"interfaceName\": null,\n        \"nameManagementIp\": \"MSSQL - 19-10.20.42.96\",\n        \"regionName\": null,\n        \"filterRecordLimit\": null,\n        \"filterSearchPhrase\": null,\n        \"filterGroupId\": null,\n        \"filterRoleGroupIds\": null,\n        \"filterOnlyUnassignedDevices\": null,\n        \"firstResult\": null,\n        \"maxResult\": null,\n        \"filterCheckPermission\": false,\n        \"filterUserId\": null,\n        \"filterOnlyApprovalRequired\": false,\n        \"checkTagsForSearchPhrase\": false,\n        \"connectorNodeIpAddress\": null,\n        \"deviceGroupNames\": null,\n        \"filterIdList\": null,\n        \"filterGroupIdList\": null,\n        \"filterByGroupTree\": false,\n        \"pseudoDevice\": true,\n        \"domainController\": null,\n        \"dbPassword\": null,\n        \"dbUsername\": \"sa\",\n        \"dbServiceName\": \"master\",\n        \"dbConnectionNumber\": null,\n        \"discoverySource\": \"REST\",\n        \"connectorSiteName\": null,\n        \"connectorPortNum\": null\n    },\n    \"schema\": \"*\",\n    \"rowLimit\": null,\n    \"enabled\": null,\n    \"allTable\": null,\n    \"columnType\": \"VARCHAR\",\n    \"type\": null,\n    \"key\": null\n}"}],"_postman_id":"09744d34-9bb8-4101-9fda-21844aec89c1"},{"name":"Delete Masking Policy","id":"37b517ae-55a5-4a11-b188-c3c1b2ee0ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 578523\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/deleteMaskingPolicy","description":"<p>This method deletes existing masking policies.\ndbId of the method should be posted in the body.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","deleteMaskingPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b517ae-55a5-4a11-b188-c3c1b2ee0ace"},{"name":"List All Masking Policies","id":"a1cf9390-475d-47c3-83b6-ffb1ace79b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new policy\",\r\n    \"description\": \"new masking policy\",\r\n    \"datasourceDbId\": 582647,\r\n    \"active\": true,\r\n    \"rowLimit\": 50,\r\n    \"schema\": \"*\",\r\n    \"table\": \"EMPLOYEES\",\r\n    \"column\": \"FIRST_NAME\",\r\n    \"methodDbId\": 465445\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingPolicy","description":"<p>This method lists masking policies. To get entire records, no property should be posted in the body. To filter any property, related property and the value can be entered in the body of the request.\nIf no data is found, the method returns empty response.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","listMaskingPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1cf9390-475d-47c3-83b6-ffb1ace79b63"},{"name":"List Masking Policy Tracking","id":"9ca42849-dbfb-4b46-afc7-37e7db18b6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"userEid\": \"SQLPROXY\",\r\n        \"userGroupName\": \"Oracle UG\",\r\n        \"applicationUsageType\": \"sqlPolicy\",\r\n        \"deviceGroupName\": \"Oracle DG\",\r\n        \"showDeviceDetails\": true,\r\n        \"showDeviceGroupDetails\": true,\r\n        \"showUserDetails\": true,\r\n        \"showUserGroupDetails\": true\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listAuthPolicyTracking","description":"<p>This method lists assigned policies to a user / user group.<br />\"applicationUsageType\" can recieve \"sqlPolicy\" and sqlMaskingPolicy values.<br />sqlPolicy filter brings policies required for connection (white key/ black key policies).<br />sqlMaskingPolicy brings policies reqired for only masking.</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","listAuthPolicyTracking"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca42849-dbfb-4b46-afc7-37e7db18b6fb"},{"name":"List Masking Policy by Name","id":"914b5852-f0b4-4fa0-92c3-80ec898dac4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingPolicy","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","listMaskingPolicy"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b9a14874-2ea7-4fc8-aead-e44d696bfddb","name":"List Masking Policy by Name","originalRequest":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingPolicy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"3164"},{"key":"Date","value":"Thu, 28 Sep 2023 20:00:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": 397619,\n        \"userCreate\": {\n            \"id\": \"abbccd16-b31f-4449-8cc4-131d08cdebca\",\n            \"eid\": \"Device\",\n            \"personelId\": null,\n            \"name\": \"Device\",\n            \"passwordAlgorithm\": null,\n            \"password\": null,\n            \"secondPassword\": null,\n            \"email\": \"iremgul.durmus@Infrascopetech.com\",\n            \"surname\": \"durmus\",\n            \"internal\": true,\n            \"properties\": {\n                \"ubaThreshold\": \"50\"\n            },\n            \"groups\": [\n                \"DEFAULT_GROUP_SYSYEM_USERS\",\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\",\n                \"DEFAULT_GROUP_SYSYEM_ADMINS\"\n            ],\n            \"managerGroups\": [\n                \"0482ee83-aec0-4c89-bd42-6d31f4ae8ad5\"\n            ],\n            \"lastLogin\": 1695929572407,\n            \"lastLoginIp\": \"10.0.8.82\",\n            \"groupPropertyKey4Search\": null,\n            \"groupPropertyValue4Search\": null,\n            \"recordLimit4Search\": null,\n            \"checkPermission4Search\": false,\n            \"passwordDirty\": false,\n            \"secondPasswordChange\": false,\n            \"passwordAutoGenerated\": false,\n            \"filterFunctionName\": null,\n            \"filterMembershipUserId\": null,\n            \"filterManagerId\": null,\n            \"filterEidList\": null,\n            \"filterIdList\": null,\n            \"filterManagerOfUserId\": null,\n            \"passwordSalt\": null,\n            \"creationTime\": 1695642004340,\n            \"delegations\": [],\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"locked\": false,\n            \"unlockOnPasswordChanged\": false,\n            \"unlockTime\": null,\n            \"tempUserStartTime\": null,\n            \"tempUser\": false,\n            \"externalDirectorySource\": null,\n            \"userPropertyKey4Search\": null,\n            \"userPropertyValue4Search\": null,\n            \"phoneNumber\": null,\n            \"adLineManager\": null,\n            \"forceChangePasswordOnNextLogin\": false,\n            \"lockReason\": null,\n            \"tempUserEndTime\": null\n        },\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"new podsflicy\",\n        \"description\": \"new maskinfasg policy\",\n        \"date\": 1695930389413,\n        \"tableName\": \"*\",\n        \"maskBase\": null,\n        \"columnName\": \"*\",\n        \"maskingMethod\": {\n            \"dbId\": -261965,\n            \"userCreate\": null,\n            \"userUpdate\": null,\n            \"creationDate\": null,\n            \"lastUpdate\": null,\n            \"name\": \"Mssql_Email\",\n            \"description\": null,\n            \"methodPattern\": \"STUFF(${column},1,7,'MASKED*')\",\n            \"date\": null,\n            \"columnType\": \"VARCHAR\",\n            \"hideColumn\": false,\n            \"databaseType\": null,\n            \"firstResult\": null,\n            \"maxResult\": null\n        },\n        \"device\": {\n            \"dbId\": 390457,\n            \"id\": \"f340b899-a8df-4dde-b37d-241e2f487ee1\",\n            \"name\": \"MSSQL - 19\",\n            \"accessProtocol\": \"MSSQL\",\n            \"managementIp\": \"10.20.42.96\",\n            \"elementType\": {\n                \"dbId\": -444,\n                \"elementTypeId\": \"mssql\",\n                \"elementTypeName\": \"MsSQL\",\n                \"vendor\": null,\n                \"category\": null,\n                \"elementTypeProperties\": [],\n                \"tags\": [\n                    \"INFRASTRUCTURE\"\n                ]\n            },\n            \"discoveryTime\": 1695900168322,\n            \"properties\": {\n                \"db.password\": null,\n                \"portNum\": \"1433\",\n                \"discoverySource\": \"REST\",\n                \"pseudoDevice\": \"true\",\n                \"db.name\": \"master\",\n                \"db.username\": \"sa\",\n                \"sql.proxy.bind.port\": \"2002\"\n            },\n            \"deviceGroups\": [],\n            \"availability\": null,\n            \"currentMaintenanceWindow\": null,\n            \"interfaceName\": null,\n            \"nameManagementIp\": \"MSSQL - 19-10.20.42.96\",\n            \"regionName\": null,\n            \"filterRecordLimit\": null,\n            \"filterSearchPhrase\": null,\n            \"filterGroupId\": null,\n            \"filterRoleGroupIds\": null,\n            \"filterOnlyUnassignedDevices\": null,\n            \"firstResult\": null,\n            \"maxResult\": null,\n            \"filterCheckPermission\": false,\n            \"filterUserId\": null,\n            \"filterOnlyApprovalRequired\": false,\n            \"checkTagsForSearchPhrase\": false,\n            \"connectorNodeIpAddress\": null,\n            \"deviceGroupNames\": null,\n            \"filterIdList\": null,\n            \"filterGroupIdList\": null,\n            \"filterByGroupTree\": false,\n            \"pseudoDevice\": true,\n            \"domainController\": null,\n            \"dbPassword\": null,\n            \"dbUsername\": \"sa\",\n            \"dbServiceName\": \"master\",\n            \"dbConnectionNumber\": null,\n            \"discoverySource\": \"REST\",\n            \"connectorSiteName\": null,\n            \"connectorPortNum\": null\n        },\n        \"schema\": \"*\",\n        \"rowLimit\": null,\n        \"enabled\": true,\n        \"allTable\": null,\n        \"columnType\": \"VARCHAR\",\n        \"type\": null,\n        \"key\": null\n    }\n]"}],"_postman_id":"914b5852-f0b4-4fa0-92c3-80ec898dac4f"},{"name":"List Masking Method by Name","id":"5f7824f9-6173-4efb-8969-7f514800c059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingMethod","urlObject":{"path":["aioc-rest-web","rest","sc","sqlproxy","listMaskingMethod"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"23798c4c-df17-4c26-b982-0ea1207887d9","name":"List Masking Method by Name","originalRequest":{"method":"POST","header":[{"key":"x-xsrf-token","value":"{{csrftoken}}","type":"default"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/sc/sqlproxy/listMaskingMethod"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"6484"},{"key":"Date","value":"Thu, 28 Sep 2023 20:02:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dbId\": -261965,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mssql_Email\",\n        \"description\": null,\n        \"methodPattern\": \"STUFF(${column},1,7,'MASKED*')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261964,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mssql_First_Name\",\n        \"description\": null,\n        \"methodPattern\": \"REPLACE(${column},'a', 'XXXXX')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6791,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MSSQL Masking - Email\",\n        \"description\": \"MSSQL Masking - Email\",\n        \"methodPattern\": \"STUFF(${column},1,7,'MASKED*')\",\n        \"date\": 1547081014209,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6786,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MSSQL Masking - FIRST_NAME\",\n        \"description\": \"MSSQL Masking - FIRST_NAME\",\n        \"methodPattern\": \"REPLACE(${column},'a', 'XXXXX')\",\n        \"date\": 1546931296899,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6793,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MSSQL Masking - PhoneNum\",\n        \"description\": \"MSSQL Masking - PhoneNum\",\n        \"methodPattern\": \"STUFF(${column},1,5,'xxxxx')\",\n        \"date\": 1547083334533,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261966,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mssql_Phone_Number\",\n        \"description\": null,\n        \"methodPattern\": \"STUFF(${column},1,5,'xxxxx')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261968,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mysql_Email\",\n        \"description\": null,\n        \"methodPattern\": \"REPLACE(${column}, SUBSTRING(${column},1,6), '******')\",\n        \"date\": null,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261967,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mysql_First_Name\",\n        \"description\": null,\n        \"methodPattern\": \"REPLACE(${column}, SUBSTRING(${column},1,3), '***')\",\n        \"date\": null,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6790,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MySQL Masking - Email\",\n        \"description\": \"MySQL Masking - Email\",\n        \"methodPattern\": \"REPLACE(${column}, SUBSTRING(${column},1,6), '******')\",\n        \"date\": 1547016479545,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6787,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MySQL Masking - FIRST_NAME\",\n        \"description\": \"MySQL Masking - FIRST_NAME\",\n        \"methodPattern\": \"REPLACE(${column}, SUBSTRING(${column},1,3), '***')\",\n        \"date\": 1546931307302,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6792,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"MySQL Masking - PhoneNum\",\n        \"description\": \"MySQL Masking - PhoneNum\",\n        \"methodPattern\": \" REPLACE(${column}, SUBSTRING(${column},-4,4), 'xxxx')\",\n        \"date\": 1547081823325,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261969,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Mysql_Phone_Number\",\n        \"description\": null,\n        \"methodPattern\": \"REPLACE(${column}, SUBSTRING(${column},-4,4), 'xxxx')\",\n        \"date\": null,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261962,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle_Email\",\n        \"description\": null,\n        \"methodPattern\": \"REGEXP_REPLACE(${column}, '[A-Za-z]', 'x')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR2\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261961,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle_First_Name\",\n        \"description\": null,\n        \"methodPattern\": \"REGEXP_REPLACE(${column},'(.){3}','*')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR2\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6794,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle Masking - Email\",\n        \"description\": \"Oracle Masking - Email\",\n        \"methodPattern\": \"REGEXP_REPLACE(${column}, '[A-Za-z]', 'x')\",\n        \"date\": 1547084721598,\n        \"columnType\": \"varchar\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6788,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle Masking - FIRST_NAME\",\n        \"description\": \"Oracle Masking - FIRST_NAME\",\n        \"methodPattern\": \"REGEXP_REPLACE(${column},'(.){3}','***')\",\n        \"date\": 1546931311876,\n        \"columnType\": \"VARCHAR2\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6795,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle Masking - PhoneNum\",\n        \"description\": \"Oracle Masking - PhoneNum\",\n        \"methodPattern\": \"REGEXP_REPLACE(${column}, '[1-4]', 'x')\",\n        \"date\": 1547625540153,\n        \"columnType\": \"VARCHAR2\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -261963,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Oracle_Phone_Number\",\n        \"description\": null,\n        \"methodPattern\": \"REGEXP_REPLACE(${column}, '[1-4]', 'x')\",\n        \"date\": null,\n        \"columnType\": \"VARCHAR2\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    },\n    {\n        \"dbId\": -6789,\n        \"userCreate\": null,\n        \"userUpdate\": null,\n        \"creationDate\": null,\n        \"lastUpdate\": null,\n        \"name\": \"Teradata Masking - FIRST_NAME\",\n        \"description\": \"Teradata Masking - FIRST_NAME\",\n        \"methodPattern\": \"REGEXP_REPLACE(${column}, '(\\\\w+)(\\\\s+(\\\\w+))*', '*') \",\n        \"date\": 1546931318489,\n        \"columnType\": \"VARCHAR\",\n        \"hideColumn\": false,\n        \"databaseType\": null,\n        \"firstResult\": null,\n        \"maxResult\": null\n    }\n]"}],"_postman_id":"5f7824f9-6173-4efb-8969-7f514800c059"}],"id":"339848e0-b770-4b69-9c89-55fa82568818","_postman_id":"339848e0-b770-4b69-9c89-55fa82568818","description":""}],"id":"10882034-2724-4878-9f8b-6d40caa9cd85","description":"<p>This folder includes APIs for</p>\n<ul>\n<li>Managing Masking Methods</li>\n<li>Managing Masking Policies</li>\n<li>Managing Datasources.</li>\n</ul>\n","_postman_id":"10882034-2724-4878-9f8b-6d40caa9cd85"},{"name":"System Management","item":[{"name":"Save System Config Parameter","id":"908a291b-3a5e-4401-83a1-c199026fb0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parameterName\": \"sql.proxy.bind.port.range\",\r\n    \"parameterValue\": \"1200-1300\",\r\n    \"encrypted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/saveSysConfParameter","description":"<p>This method enables user to save a property required for the system.</p>\n","urlObject":{"path":["aioc-rest-web","rest","systemConfiguration","saveSysConfParameter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"908a291b-3a5e-4401-83a1-c199026fb0c6"},{"name":"Edit System Config Parameter","id":"4bb1e2c4-0161-4edd-9c8a-cdb13a35e0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"dbId\": 1984220,\r\n\"parameterName\": \"sql.proxy.bind.port.range\",\r\n\"parameterValue\": \"1500-1600\",\r\n\"encrypted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/updateSysConfParameter","description":"<p>This method enables user to edit system congfiguration properties.\ndbId of the method should be posted correctly. Other values can be edited.</p>\n","urlObject":{"path":["aioc-rest-web","rest","systemConfiguration","updateSysConfParameter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bb1e2c4-0161-4edd-9c8a-cdb13a35e0fc"},{"name":"Delete System Config Parameter","id":"23fff470-2828-423a-a79c-838b76362305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 390653\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/deleteSysConfParameter","description":"<p>This method deletes system configuration properties.\ndbId of the method should be posted.</p>\n","urlObject":{"path":["aioc-rest-web","rest","systemConfiguration","deleteSysConfParameter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f49c5b05-ac1b-4696-b909-6f490495baed","name":"Delete System Config Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dbId\": 390653\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/deleteSysConfParameter"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1;mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data: mailto: ws: wss: https:; object-src 'none'"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 28 Sep 2023 09:22:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"23fff470-2828-423a-a79c-838b76362305"},{"name":"List System Config Parameters","id":"f0d1fc82-9885-4934-a39f-b7209ffc4589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"dbId\": 1984220\r\n}"},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/listSysConfParameter","description":"<p>This method lists system configuration properties. To get entire records, no property should be posted in the body. To filter any property, related property and the value can be entered in the body of the request.</p>\n","urlObject":{"path":["aioc-rest-web","rest","systemConfiguration","listSysConfParameter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0d1fc82-9885-4934-a39f-b7209ffc4589"},{"name":"Get System Health Check","id":"e91b457a-6b77-403b-b2bb-cc2e20379a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"instanceName\": \"localhost.localdomain\",\r\n\"startTime\": \"1629297967537\",\r\n\"endTime\":\"1629297967539\",\r\n\"columnNames\": [\r\n\"log_time\",\r\n\"util_cpu_5\",\r\n\"used_ram\",\r\n\"total_ram\",\r\n\"used_disk\",\r\n\"total_disk\",\r\n\"os_disk_usage\",\r\n\"app_disk_usage\",\r\n\"data_disk_usage\",\r\n\"web_gui_app_status\",\r\n\"sqlproxy_app_status\",\r\n\"replication_status\"\r\n]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/sc/monitoring/getSystemHealthCheck","description":"<p>This method enables user to check the system health during the time period given. Instance name, start time and end time should be entered correctly. Other values can be edited. </p>\n<p>Mandatory fields:\n\"instanceName\": \"localhost.localdomain\",\n\"startTime\": 1628601103405,\n\"endTime\": 1630588061225</p>\n","urlObject":{"path":["aioc-rest-web","rest","sc","monitoring","getSystemHealthCheck"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bf432b65-f918-4ccb-a918-abb0a5cd743e","name":"Get System Health Check","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"instanceName\": \"localhost.localdomain\",\r\n\"startTime\": 1628601103405,\r\n\"endTime\": 1630588061225,\r\n\"columnNames\": [\r\n\"log_time\",\r\n\"util_cpu_5\",\r\n\"used_ram\",\r\n\"total_ram\",\r\n\"used_disk\",\r\n\"total_disk\",\r\n\"os_disk_usage\",\r\n\"app_disk_usage\",\r\n\"data_disk_usage\",\r\n\"web_gui_app_status\",\r\n\"sqlproxy_app_status\",\r\n\"replication_status\"\r\n]\r\n}\r\n"},"url":"{{url}}/aioc-rest-web/rest/sc/monitoring/getSystemHealthCheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"GET,POST,PUT,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, XSRF-TOKEN, X-XSRF-TOKEN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"vary","value":"Origin"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin,Access-Control-Allow-Credentials"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 07 Sep 2021 11:00:53 GMT"},{"key":"Server","value":"PAM Server"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6981,\n        \"util_cpu_5\": 17.4,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"inactive\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630563991273,\n        \"used_disk\": 26259172,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6646,\n        \"util_cpu_5\": 63.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630564049365,\n        \"used_disk\": 26264788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6842,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630564117469,\n        \"used_disk\": 26261136,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6847,\n        \"util_cpu_5\": 12,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630564176327,\n        \"used_disk\": 26261760,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6835,\n        \"util_cpu_5\": 24,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630564232174,\n        \"used_disk\": 26269460,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6834,\n        \"util_cpu_5\": 25.5,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564301988,\n        \"used_disk\": 26259048,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6816,\n        \"util_cpu_5\": 70.8,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564343774,\n        \"used_disk\": 26259076,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6865,\n        \"util_cpu_5\": 54.9,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564410376,\n        \"used_disk\": 26259108,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6839,\n        \"util_cpu_5\": 17.3,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564467860,\n        \"used_disk\": 26259064,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6845,\n        \"util_cpu_5\": 49,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564524752,\n        \"used_disk\": 26259148,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6886,\n        \"util_cpu_5\": 58.8,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564591320,\n        \"used_disk\": 26259140,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6887,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564652649,\n        \"used_disk\": 26259188,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6867,\n        \"util_cpu_5\": 6,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564719031,\n        \"used_disk\": 26259128,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6877,\n        \"util_cpu_5\": 62.5,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564768879,\n        \"used_disk\": 26259188,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6864,\n        \"util_cpu_5\": 8,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564837381,\n        \"used_disk\": 26259200,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6875,\n        \"util_cpu_5\": 35.4,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630564886251,\n        \"used_disk\": 26259168,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6881,\n        \"util_cpu_5\": 46.9,\n        \"app_disk_usage\": 67.57,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.57,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.57,\n        \"log_time\": 1630564946550,\n        \"used_disk\": 26228312,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6855,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.57,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.57,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.57,\n        \"log_time\": 1630565005126,\n        \"used_disk\": 26228260,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6869,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565082282,\n        \"used_disk\": 26261180,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6856,\n        \"util_cpu_5\": 64.7,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565133786,\n        \"used_disk\": 26262004,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6890,\n        \"util_cpu_5\": 62.7,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565196587,\n        \"used_disk\": 26262132,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6883,\n        \"util_cpu_5\": 65.3,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565248039,\n        \"used_disk\": 26262068,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6885,\n        \"util_cpu_5\": 60,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565315905,\n        \"used_disk\": 26262068,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6864,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565372365,\n        \"used_disk\": 26262112,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6877,\n        \"util_cpu_5\": 44.9,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565440810,\n        \"used_disk\": 26262056,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6854,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565497339,\n        \"used_disk\": 26262032,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6877,\n        \"util_cpu_5\": 41.2,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565561873,\n        \"used_disk\": 26262060,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6880,\n        \"util_cpu_5\": 50,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565618330,\n        \"used_disk\": 26262120,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6894,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565663900,\n        \"used_disk\": 26262120,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6851,\n        \"util_cpu_5\": 69.4,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565734288,\n        \"used_disk\": 26263044,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6847,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565796719,\n        \"used_disk\": 26262984,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6850,\n        \"util_cpu_5\": 20,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630565859623,\n        \"used_disk\": 26263864,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6861,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630565906821,\n        \"used_disk\": 26264776,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6891,\n        \"util_cpu_5\": 48,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630565969829,\n        \"used_disk\": 26264748,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6889,\n        \"util_cpu_5\": 49,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566026245,\n        \"used_disk\": 26264824,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6887,\n        \"util_cpu_5\": 33.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566088928,\n        \"used_disk\": 26264872,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6857,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566150084,\n        \"used_disk\": 26264868,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6880,\n        \"util_cpu_5\": 32.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566211779,\n        \"used_disk\": 26264900,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6863,\n        \"util_cpu_5\": 34.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566276296,\n        \"used_disk\": 26264848,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6859,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566337852,\n        \"used_disk\": 26264848,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6892,\n        \"util_cpu_5\": 64.6,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566389245,\n        \"used_disk\": 26264812,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6861,\n        \"util_cpu_5\": 2.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566448679,\n        \"used_disk\": 26264784,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6863,\n        \"util_cpu_5\": 72.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630566510762,\n        \"used_disk\": 26264784,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6854,\n        \"util_cpu_5\": 54.2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566577903,\n        \"used_disk\": 26273056,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6859,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566643129,\n        \"used_disk\": 26273184,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6852,\n        \"util_cpu_5\": 4,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566683534,\n        \"used_disk\": 26273132,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6862,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566758379,\n        \"used_disk\": 26273408,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6885,\n        \"util_cpu_5\": 62.5,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566819015,\n        \"used_disk\": 26273380,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6882,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566872804,\n        \"used_disk\": 26273412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6854,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566941314,\n        \"used_disk\": 26273632,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6861,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630566990258,\n        \"used_disk\": 26274516,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6897,\n        \"util_cpu_5\": 61.2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567054842,\n        \"used_disk\": 26273528,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6870,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567118843,\n        \"used_disk\": 26273536,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6868,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567170263,\n        \"used_disk\": 26273536,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6866,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567227298,\n        \"used_disk\": 26273720,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6890,\n        \"util_cpu_5\": 46.2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567297897,\n        \"used_disk\": 26273728,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6866,\n        \"util_cpu_5\": 69.4,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567356306,\n        \"used_disk\": 26265380,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6885,\n        \"util_cpu_5\": 22.4,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567415861,\n        \"used_disk\": 26265604,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6873,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567476600,\n        \"used_disk\": 26265552,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6886,\n        \"util_cpu_5\": 31.4,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567526812,\n        \"used_disk\": 26265660,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6870,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567600849,\n        \"used_disk\": 26265412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6868,\n        \"util_cpu_5\": 70,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630567645863,\n        \"used_disk\": 26265436,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6893,\n        \"util_cpu_5\": 52,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567703830,\n        \"used_disk\": 26273960,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6900,\n        \"util_cpu_5\": 88.2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567771181,\n        \"used_disk\": 26273960,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6871,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567837766,\n        \"used_disk\": 26273960,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6887,\n        \"util_cpu_5\": 55.1,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630567892229,\n        \"used_disk\": 26273792,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6879,\n        \"util_cpu_5\": 47.9,\n        \"app_disk_usage\": 67.66,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.66,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.66,\n        \"log_time\": 1630567942884,\n        \"used_disk\": 26264028,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6862,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568006370,\n        \"used_disk\": 26272528,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6881,\n        \"util_cpu_5\": 32.7,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568063780,\n        \"used_disk\": 26272476,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6855,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568141815,\n        \"used_disk\": 26272264,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6860,\n        \"util_cpu_5\": 58,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568187307,\n        \"used_disk\": 26272276,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6846,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.58,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.58,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.58,\n        \"log_time\": 1630568249760,\n        \"used_disk\": 26232816,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6844,\n        \"util_cpu_5\": 63.3,\n        \"app_disk_usage\": 67.58,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.58,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.58,\n        \"log_time\": 1630568304310,\n        \"used_disk\": 26232708,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6879,\n        \"util_cpu_5\": 54,\n        \"app_disk_usage\": 67.58,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.58,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.58,\n        \"log_time\": 1630568375535,\n        \"used_disk\": 26232760,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6864,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630568424113,\n        \"used_disk\": 26265556,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6871,\n        \"util_cpu_5\": 48,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568496476,\n        \"used_disk\": 26273640,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6844,\n        \"util_cpu_5\": 71.4,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568562359,\n        \"used_disk\": 26273484,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6830,\n        \"util_cpu_5\": 47.1,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568602820,\n        \"used_disk\": 26273528,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6837,\n        \"util_cpu_5\": 72,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568677795,\n        \"used_disk\": 26273552,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6831,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568727794,\n        \"used_disk\": 26273800,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6860,\n        \"util_cpu_5\": 48,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630568800354,\n        \"used_disk\": 26273572,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6831,\n        \"util_cpu_5\": 6.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630568845114,\n        \"used_disk\": 26265408,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6831,\n        \"util_cpu_5\": 20,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630568920996,\n        \"used_disk\": 26265572,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6850,\n        \"util_cpu_5\": 30.6,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630568969341,\n        \"used_disk\": 26265564,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6829,\n        \"util_cpu_5\": 62,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569040849,\n        \"used_disk\": 26265628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6838,\n        \"util_cpu_5\": 5.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569084351,\n        \"used_disk\": 26265560,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6829,\n        \"util_cpu_5\": 59.2,\n        \"app_disk_usage\": 67.58,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.58,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.58,\n        \"log_time\": 1630569154796,\n        \"used_disk\": 26233104,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6849,\n        \"util_cpu_5\": 17.6,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569209640,\n        \"used_disk\": 26265852,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6870,\n        \"util_cpu_5\": 56,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569274930,\n        \"used_disk\": 26265856,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6862,\n        \"util_cpu_5\": 11.5,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569335600,\n        \"used_disk\": 26265816,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6837,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569399727,\n        \"used_disk\": 26265684,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6836,\n        \"util_cpu_5\": 57.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569458766,\n        \"used_disk\": 26265596,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6855,\n        \"util_cpu_5\": 55.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569520803,\n        \"used_disk\": 26266908,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6828,\n        \"util_cpu_5\": 5.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569574063,\n        \"used_disk\": 26266996,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6872,\n        \"util_cpu_5\": 38.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569624609,\n        \"used_disk\": 26267204,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6835,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569692214,\n        \"used_disk\": 26267064,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6859,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569760582,\n        \"used_disk\": 26266024,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6860,\n        \"util_cpu_5\": 75.5,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569818383,\n        \"used_disk\": 26266096,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6820,\n        \"util_cpu_5\": 10,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569881872,\n        \"used_disk\": 26265964,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6831,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630569989474,\n        \"used_disk\": 26266052,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6846,\n        \"util_cpu_5\": 37.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570045154,\n        \"used_disk\": 26265876,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6857,\n        \"util_cpu_5\": 60.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570119166,\n        \"used_disk\": 26266004,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6856,\n        \"util_cpu_5\": 48,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570177077,\n        \"used_disk\": 26266024,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6840,\n        \"util_cpu_5\": 34,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570223931,\n        \"used_disk\": 26266212,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6819,\n        \"util_cpu_5\": 5.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570300861,\n        \"used_disk\": 26266152,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6794,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570351621,\n        \"used_disk\": 26266100,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570421862,\n        \"used_disk\": 26266180,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6801,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570462909,\n        \"used_disk\": 26266444,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6818,\n        \"util_cpu_5\": 53.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570541080,\n        \"used_disk\": 26266344,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570592841,\n        \"used_disk\": 26266132,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6808,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570660080,\n        \"used_disk\": 26267424,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 7.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570718752,\n        \"used_disk\": 26267156,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6797,\n        \"util_cpu_5\": 4.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570778536,\n        \"used_disk\": 26267156,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6831,\n        \"util_cpu_5\": 69.4,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630570826544,\n        \"used_disk\": 26268428,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6826,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630570897671,\n        \"used_disk\": 26268304,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6792,\n        \"util_cpu_5\": 70,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630570961506,\n        \"used_disk\": 26267196,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571007811,\n        \"used_disk\": 26267236,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6823,\n        \"util_cpu_5\": 58.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571070118,\n        \"used_disk\": 26267412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6811,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571127882,\n        \"used_disk\": 26267472,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6812,\n        \"util_cpu_5\": 60,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571192162,\n        \"used_disk\": 26267292,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6782,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571252808,\n        \"used_disk\": 26267380,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6785,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571306801,\n        \"used_disk\": 26267512,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571380001,\n        \"used_disk\": 26267432,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6816,\n        \"util_cpu_5\": 40,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571429350,\n        \"used_disk\": 26267528,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6816,\n        \"util_cpu_5\": 32,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571490677,\n        \"used_disk\": 26267580,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6796,\n        \"util_cpu_5\": 17.6,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630571544758,\n        \"used_disk\": 26234788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6801,\n        \"util_cpu_5\": 9.4,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630571614866,\n        \"used_disk\": 26234684,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6834,\n        \"util_cpu_5\": 46,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571676438,\n        \"used_disk\": 26267448,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6840,\n        \"util_cpu_5\": 64,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571741604,\n        \"used_disk\": 26267544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6838,\n        \"util_cpu_5\": 60,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571786568,\n        \"used_disk\": 26267480,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6816,\n        \"util_cpu_5\": 9.6,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571850075,\n        \"used_disk\": 26267428,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6835,\n        \"util_cpu_5\": 60.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571914858,\n        \"used_disk\": 26267788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6834,\n        \"util_cpu_5\": 52,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630571967355,\n        \"used_disk\": 26267728,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6840,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572030814,\n        \"used_disk\": 26267768,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6804,\n        \"util_cpu_5\": 2.1,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630572098335,\n        \"used_disk\": 26268704,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6828,\n        \"util_cpu_5\": 62,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630572142814,\n        \"used_disk\": 26234200,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6829,\n        \"util_cpu_5\": 63.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572221635,\n        \"used_disk\": 26267416,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6807,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572277056,\n        \"used_disk\": 26267176,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6801,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630572330041,\n        \"used_disk\": 26275464,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6802,\n        \"util_cpu_5\": 63.3,\n        \"app_disk_usage\": 67.69,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.69,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.69,\n        \"log_time\": 1630572382818,\n        \"used_disk\": 26275412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6803,\n        \"util_cpu_5\": 64.7,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630572460000,\n        \"used_disk\": 26234232,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6823,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630572517653,\n        \"used_disk\": 26234388,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6810,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630572576021,\n        \"used_disk\": 26234344,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6834,\n        \"util_cpu_5\": 44.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572623579,\n        \"used_disk\": 26267300,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6824,\n        \"util_cpu_5\": 8.2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572692679,\n        \"used_disk\": 26267212,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6833,\n        \"util_cpu_5\": 60.8,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630572755688,\n        \"used_disk\": 26234516,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6813,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572818376,\n        \"used_disk\": 26267348,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6842,\n        \"util_cpu_5\": 51.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572878769,\n        \"used_disk\": 26267460,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6825,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572930762,\n        \"used_disk\": 26267440,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6822,\n        \"util_cpu_5\": 61.2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630572992687,\n        \"used_disk\": 26267352,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6818,\n        \"util_cpu_5\": 54.9,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573053824,\n        \"used_disk\": 26234368,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6788,\n        \"util_cpu_5\": 9.8,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573110901,\n        \"used_disk\": 26234540,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6823,\n        \"util_cpu_5\": 68.8,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573169838,\n        \"used_disk\": 26234672,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573230329,\n        \"used_disk\": 26267652,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6817,\n        \"util_cpu_5\": 54,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573283819,\n        \"used_disk\": 26267828,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6816,\n        \"util_cpu_5\": 54.9,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573345572,\n        \"used_disk\": 26234708,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6807,\n        \"util_cpu_5\": 24.5,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573420276,\n        \"used_disk\": 26267628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6817,\n        \"util_cpu_5\": 57.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573467030,\n        \"used_disk\": 26267628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6805,\n        \"util_cpu_5\": 14.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573538821,\n        \"used_disk\": 26267628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6807,\n        \"util_cpu_5\": 11.5,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573590811,\n        \"used_disk\": 26267616,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573645265,\n        \"used_disk\": 26234596,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6794,\n        \"util_cpu_5\": 70,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573702880,\n        \"used_disk\": 26234628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6819,\n        \"util_cpu_5\": 17.6,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573774905,\n        \"used_disk\": 26267732,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6784,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573834977,\n        \"used_disk\": 26267776,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6795,\n        \"util_cpu_5\": 4,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630573891904,\n        \"used_disk\": 26267612,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6803,\n        \"util_cpu_5\": 36.7,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630573952841,\n        \"used_disk\": 26234752,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6783,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574015755,\n        \"used_disk\": 26267844,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6810,\n        \"util_cpu_5\": 50,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574070995,\n        \"used_disk\": 26267936,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6783,\n        \"util_cpu_5\": 56,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574126315,\n        \"used_disk\": 26267932,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574182811,\n        \"used_disk\": 26267904,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6812,\n        \"util_cpu_5\": 54.9,\n        \"app_disk_usage\": 67.6,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.6,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.6,\n        \"log_time\": 1630574245997,\n        \"used_disk\": 26237660,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6782,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.6,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.6,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.6,\n        \"log_time\": 1630574320536,\n        \"used_disk\": 26237544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6806,\n        \"util_cpu_5\": 30.6,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630574379017,\n        \"used_disk\": 26270412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 30,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630574435690,\n        \"used_disk\": 26270380,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6770,\n        \"util_cpu_5\": 62.7,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630574491288,\n        \"used_disk\": 26270336,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6769,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574546608,\n        \"used_disk\": 26265860,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6797,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574616079,\n        \"used_disk\": 26266928,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6760,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574668564,\n        \"used_disk\": 26267380,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6788,\n        \"util_cpu_5\": 54.2,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574729029,\n        \"used_disk\": 26267724,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6761,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574795338,\n        \"used_disk\": 26267476,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6763,\n        \"util_cpu_5\": 5.8,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630574842792,\n        \"used_disk\": 26233348,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 24.5,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630574911842,\n        \"used_disk\": 26233864,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 43.8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630574973264,\n        \"used_disk\": 26266760,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 24,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575036782,\n        \"used_disk\": 26266608,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6771,\n        \"util_cpu_5\": 8,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575087840,\n        \"used_disk\": 26266776,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6782,\n        \"util_cpu_5\": 40,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575158084,\n        \"used_disk\": 26267024,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6770,\n        \"util_cpu_5\": 4,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575212806,\n        \"used_disk\": 26266836,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 65.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575266072,\n        \"used_disk\": 26267072,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 16.3,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575342836,\n        \"used_disk\": 26267028,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 62.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575391633,\n        \"used_disk\": 26266932,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575462831,\n        \"used_disk\": 26267020,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6750,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575516309,\n        \"used_disk\": 26267124,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6757,\n        \"util_cpu_5\": 5.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575573821,\n        \"used_disk\": 26267072,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6749,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575630488,\n        \"used_disk\": 26267156,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6761,\n        \"util_cpu_5\": 5.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630575692767,\n        \"used_disk\": 26267080,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6767,\n        \"util_cpu_5\": 23.5,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630575759122,\n        \"used_disk\": 26233992,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 6.1,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630575802872,\n        \"used_disk\": 26234500,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6784,\n        \"util_cpu_5\": 58,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630575882162,\n        \"used_disk\": 26235396,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6749,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.7,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.7,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.7,\n        \"log_time\": 1630575932789,\n        \"used_disk\": 26276320,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6781,\n        \"util_cpu_5\": 62.7,\n        \"app_disk_usage\": 67.7,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.7,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.7,\n        \"log_time\": 1630576001528,\n        \"used_disk\": 26276336,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6749,\n        \"util_cpu_5\": 9.6,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630576046791,\n        \"used_disk\": 26234812,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6749,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576107727,\n        \"used_disk\": 26267460,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6754,\n        \"util_cpu_5\": 55.1,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576180327,\n        \"used_disk\": 26267468,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 32.7,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576228055,\n        \"used_disk\": 26267816,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6735,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576286812,\n        \"used_disk\": 26267744,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6333,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.59,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.59,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.59,\n        \"log_time\": 1630576358761,\n        \"used_disk\": 26234576,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6638,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576406880,\n        \"used_disk\": 26268112,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6690,\n        \"util_cpu_5\": 18,\n        \"app_disk_usage\": 67.67,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.67,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.67,\n        \"log_time\": 1630576474336,\n        \"used_disk\": 26267872,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576533297,\n        \"used_disk\": 26269232,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6788,\n        \"util_cpu_5\": 59.2,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576595112,\n        \"used_disk\": 26270016,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6811,\n        \"util_cpu_5\": 49,\n        \"app_disk_usage\": 67.6,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.6,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.6,\n        \"log_time\": 1630576655322,\n        \"used_disk\": 26237496,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6785,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.6,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.6,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.6,\n        \"log_time\": 1630576708843,\n        \"used_disk\": 26237488,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6805,\n        \"util_cpu_5\": 28,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576771310,\n        \"used_disk\": 26270516,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6789,\n        \"util_cpu_5\": 2.1,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576828842,\n        \"used_disk\": 26270444,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6789,\n        \"util_cpu_5\": 10.2,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576891142,\n        \"used_disk\": 26270268,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6804,\n        \"util_cpu_5\": 58,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630576945738,\n        \"used_disk\": 26270260,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6765,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630577009077,\n        \"used_disk\": 26270208,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6776,\n        \"util_cpu_5\": 69.4,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630577080808,\n        \"used_disk\": 26270156,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630577129004,\n        \"used_disk\": 26271216,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6770,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.68,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.68,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.68,\n        \"log_time\": 1630577191031,\n        \"used_disk\": 26271252,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6793,\n        \"util_cpu_5\": 16,\n        \"app_disk_usage\": 67.7,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.7,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.7,\n        \"log_time\": 1630577243270,\n        \"used_disk\": 26279728,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6787,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.71,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.71,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.71,\n        \"log_time\": 1630577322054,\n        \"used_disk\": 26281796,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6806,\n        \"util_cpu_5\": 58.8,\n        \"app_disk_usage\": 67.71,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.71,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.71,\n        \"log_time\": 1630577379368,\n        \"used_disk\": 26282080,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6787,\n        \"util_cpu_5\": 22.4,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630577432498,\n        \"used_disk\": 26290480,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 72.5,\n        \"app_disk_usage\": 67.74,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.74,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.74,\n        \"log_time\": 1630577490272,\n        \"used_disk\": 26292940,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6809,\n        \"util_cpu_5\": 12.5,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630577554279,\n        \"used_disk\": 26283756,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6828,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.71,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.71,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.71,\n        \"log_time\": 1630577605670,\n        \"used_disk\": 26283628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6823,\n        \"util_cpu_5\": 49,\n        \"app_disk_usage\": 67.71,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.71,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.71,\n        \"log_time\": 1630577669811,\n        \"used_disk\": 26283628,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6803,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.71,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.71,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.71,\n        \"log_time\": 1630577723276,\n        \"used_disk\": 26283516,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6822,\n        \"util_cpu_5\": 44,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630577782858,\n        \"used_disk\": 26283904,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6796,\n        \"util_cpu_5\": 63.5,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630577843901,\n        \"used_disk\": 26287992,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6796,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630577905578,\n        \"used_disk\": 26283748,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6823,\n        \"util_cpu_5\": 46.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630577965309,\n        \"used_disk\": 26283860,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6804,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578025953,\n        \"used_disk\": 26284076,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6811,\n        \"util_cpu_5\": 20,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578101360,\n        \"used_disk\": 26283856,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578150865,\n        \"used_disk\": 26283864,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6779,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578213397,\n        \"used_disk\": 26284200,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6775,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578271015,\n        \"used_disk\": 26284148,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6792,\n        \"util_cpu_5\": 14.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578329510,\n        \"used_disk\": 26284140,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6802,\n        \"util_cpu_5\": 46,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578398996,\n        \"used_disk\": 26285164,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6795,\n        \"util_cpu_5\": 19.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578450576,\n        \"used_disk\": 26284116,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 8.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578509723,\n        \"used_disk\": 26284176,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6784,\n        \"util_cpu_5\": 64,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578574027,\n        \"used_disk\": 26284124,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6799,\n        \"util_cpu_5\": 35.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578629811,\n        \"used_disk\": 26284440,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6806,\n        \"util_cpu_5\": 56,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578691589,\n        \"used_disk\": 26284440,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 25,\n        \"app_disk_usage\": 67.63,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.63,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.63,\n        \"log_time\": 1630578759779,\n        \"used_disk\": 26251472,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6773,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.63,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.63,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.63,\n        \"log_time\": 1630578803576,\n        \"used_disk\": 26251512,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 4,\n        \"app_disk_usage\": 67.63,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.63,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.63,\n        \"log_time\": 1630578873284,\n        \"used_disk\": 26251992,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6766,\n        \"util_cpu_5\": 60.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578941101,\n        \"used_disk\": 26284788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6781,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630578998671,\n        \"used_disk\": 26284816,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6772,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.63,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.63,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.63,\n        \"log_time\": 1630579061040,\n        \"used_disk\": 26251596,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6785,\n        \"util_cpu_5\": 16,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579119606,\n        \"used_disk\": 26285152,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 32.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579166884,\n        \"used_disk\": 26285044,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6802,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579224850,\n        \"used_disk\": 26285296,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6801,\n        \"util_cpu_5\": 60.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579284967,\n        \"used_disk\": 26285384,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6794,\n        \"util_cpu_5\": 40.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579350060,\n        \"used_disk\": 26285032,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6801,\n        \"util_cpu_5\": 57.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579409819,\n        \"used_disk\": 26285264,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6787,\n        \"util_cpu_5\": 31.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579471049,\n        \"used_disk\": 26285396,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 13.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579524550,\n        \"used_disk\": 26285468,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 46.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579596850,\n        \"used_disk\": 26285228,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6799,\n        \"util_cpu_5\": 62,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579645243,\n        \"used_disk\": 26286244,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6767,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579720177,\n        \"used_disk\": 26285312,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6795,\n        \"util_cpu_5\": 34.6,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579775032,\n        \"used_disk\": 26285392,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6766,\n        \"util_cpu_5\": 67.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579840881,\n        \"used_disk\": 26285404,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6784,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579895644,\n        \"used_disk\": 26285236,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6773,\n        \"util_cpu_5\": 65.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630579951169,\n        \"used_disk\": 26285224,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6802,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580009842,\n        \"used_disk\": 26285216,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6814,\n        \"util_cpu_5\": 62,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580082109,\n        \"used_disk\": 26285232,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6802,\n        \"util_cpu_5\": 61.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580134996,\n        \"used_disk\": 26285404,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6790,\n        \"util_cpu_5\": 20,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580198862,\n        \"used_disk\": 26285248,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6771,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580246422,\n        \"used_disk\": 26285280,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6796,\n        \"util_cpu_5\": 42.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580307870,\n        \"used_disk\": 26285372,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6773,\n        \"util_cpu_5\": 7.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580370323,\n        \"used_disk\": 26285320,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6791,\n        \"util_cpu_5\": 18.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580434905,\n        \"used_disk\": 26285372,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6788,\n        \"util_cpu_5\": 14.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580496776,\n        \"used_disk\": 26285544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6800,\n        \"util_cpu_5\": 51,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580545280,\n        \"used_disk\": 26285604,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6774,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580608801,\n        \"used_disk\": 26285552,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6792,\n        \"util_cpu_5\": 23.5,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580664812,\n        \"used_disk\": 26285544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6786,\n        \"util_cpu_5\": 28,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580742260,\n        \"used_disk\": 26285544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6779,\n        \"util_cpu_5\": 9.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580792402,\n        \"used_disk\": 26285660,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6785,\n        \"util_cpu_5\": 40,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580860055,\n        \"used_disk\": 26285624,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580921541,\n        \"used_disk\": 26286520,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6787,\n        \"util_cpu_5\": 14.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630580975781,\n        \"used_disk\": 26286632,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 12,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581039517,\n        \"used_disk\": 26286620,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6795,\n        \"util_cpu_5\": 64,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581101315,\n        \"used_disk\": 26286656,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 24,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581162490,\n        \"used_disk\": 26285544,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581218843,\n        \"used_disk\": 26285560,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581265824,\n        \"used_disk\": 26285600,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6764,\n        \"util_cpu_5\": 71.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581331272,\n        \"used_disk\": 26285652,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6796,\n        \"util_cpu_5\": 68.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581384508,\n        \"used_disk\": 26285652,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6778,\n        \"util_cpu_5\": 18,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581460110,\n        \"used_disk\": 26285676,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6760,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581503890,\n        \"used_disk\": 26286016,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6765,\n        \"util_cpu_5\": 17.6,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581579473,\n        \"used_disk\": 26285896,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 50,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581634772,\n        \"used_disk\": 26286020,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6759,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581694983,\n        \"used_disk\": 26285900,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6757,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581752548,\n        \"used_disk\": 26286032,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581806572,\n        \"used_disk\": 26286120,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6757,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581863763,\n        \"used_disk\": 26286068,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581937806,\n        \"used_disk\": 26286720,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6757,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630581995420,\n        \"used_disk\": 26286472,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6779,\n        \"util_cpu_5\": 54.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582056038,\n        \"used_disk\": 26286444,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6752,\n        \"util_cpu_5\": 29.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582111754,\n        \"used_disk\": 26286452,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 6.1,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582174783,\n        \"used_disk\": 26287452,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6780,\n        \"util_cpu_5\": 59.2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630582225502,\n        \"used_disk\": 26287660,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6752,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582299810,\n        \"used_disk\": 26287460,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6752,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582343850,\n        \"used_disk\": 26287520,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6755,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.64,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.64,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.64,\n        \"log_time\": 1630582412834,\n        \"used_disk\": 26253368,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6748,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.64,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.64,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.64,\n        \"log_time\": 1630582466757,\n        \"used_disk\": 26253348,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6759,\n        \"util_cpu_5\": 12,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582534319,\n        \"used_disk\": 26286288,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6771,\n        \"util_cpu_5\": 24,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582600648,\n        \"used_disk\": 26286140,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6775,\n        \"util_cpu_5\": 59.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582649792,\n        \"used_disk\": 26286140,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6750,\n        \"util_cpu_5\": 6.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582712165,\n        \"used_disk\": 26286444,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6750,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582774081,\n        \"used_disk\": 26286664,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6763,\n        \"util_cpu_5\": 42.9,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582840411,\n        \"used_disk\": 26286584,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6739,\n        \"util_cpu_5\": 54,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582898764,\n        \"used_disk\": 26286504,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6758,\n        \"util_cpu_5\": 20,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630582948384,\n        \"used_disk\": 26286600,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6739,\n        \"util_cpu_5\": 46.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583007795,\n        \"used_disk\": 26287160,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6777,\n        \"util_cpu_5\": 60,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583081428,\n        \"used_disk\": 26287312,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6764,\n        \"util_cpu_5\": 13.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583128378,\n        \"used_disk\": 26287312,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6740,\n        \"util_cpu_5\": 69.4,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583187794,\n        \"used_disk\": 26287476,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 8.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583258909,\n        \"used_disk\": 26287236,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6736,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583310055,\n        \"used_disk\": 26287152,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6736,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583369778,\n        \"used_disk\": 26287152,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6749,\n        \"util_cpu_5\": 14,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630583434570,\n        \"used_disk\": 26288184,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6733,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630583493080,\n        \"used_disk\": 26288112,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 66.7,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630583556781,\n        \"used_disk\": 26288172,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6755,\n        \"util_cpu_5\": 45.1,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583614876,\n        \"used_disk\": 26287196,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6739,\n        \"util_cpu_5\": 15.7,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583674299,\n        \"used_disk\": 26287176,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583731777,\n        \"used_disk\": 26287256,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6765,\n        \"util_cpu_5\": 64,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583800844,\n        \"used_disk\": 26287160,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630583846133,\n        \"used_disk\": 26287168,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6750,\n        \"util_cpu_5\": 34,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630583918906,\n        \"used_disk\": 26287688,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6766,\n        \"util_cpu_5\": 65.3,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630583980290,\n        \"used_disk\": 26287668,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6762,\n        \"util_cpu_5\": 36,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630584022857,\n        \"used_disk\": 26287732,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6728,\n        \"util_cpu_5\": 28.6,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584102350,\n        \"used_disk\": 26287416,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6760,\n        \"util_cpu_5\": 63.3,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630584154477,\n        \"used_disk\": 26288256,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6751,\n        \"util_cpu_5\": 40.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584206048,\n        \"used_disk\": 26287040,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6728,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584264802,\n        \"used_disk\": 26287324,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6715,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584331851,\n        \"used_disk\": 26286896,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6734,\n        \"util_cpu_5\": 33.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584395985,\n        \"used_disk\": 26286836,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6708,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584452839,\n        \"used_disk\": 26287032,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6725,\n        \"util_cpu_5\": 7.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584514857,\n        \"used_disk\": 26286840,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6726,\n        \"util_cpu_5\": 16.3,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584567106,\n        \"used_disk\": 26286900,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6739,\n        \"util_cpu_5\": 57.1,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630584642110,\n        \"used_disk\": 26287004,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6727,\n        \"util_cpu_5\": 14.3,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630584682885,\n        \"used_disk\": 26287928,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6731,\n        \"util_cpu_5\": 30,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630584749300,\n        \"used_disk\": 26288256,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6711,\n        \"util_cpu_5\": 25,\n        \"app_disk_usage\": 67.64,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.64,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.64,\n        \"log_time\": 1630584805779,\n        \"used_disk\": 26254196,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6737,\n        \"util_cpu_5\": 23.1,\n        \"app_disk_usage\": 67.64,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.64,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.64,\n        \"log_time\": 1630584882276,\n        \"used_disk\": 26254736,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 26.1,\n        \"app_disk_usage\": 67.75,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.75,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.75,\n        \"log_time\": 1630584940120,\n        \"used_disk\": 26295784,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6738,\n        \"util_cpu_5\": 44.9,\n        \"app_disk_usage\": 67.75,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.75,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.75,\n        \"log_time\": 1630584989517,\n        \"used_disk\": 26295480,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6728,\n        \"util_cpu_5\": 22.4,\n        \"app_disk_usage\": 67.75,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.75,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.75,\n        \"log_time\": 1630585056104,\n        \"used_disk\": 26295672,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6708,\n        \"util_cpu_5\": 8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585105795,\n        \"used_disk\": 26287284,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 32,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585168354,\n        \"used_disk\": 26287336,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6732,\n        \"util_cpu_5\": 8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585225943,\n        \"used_disk\": 26287336,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6715,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585299197,\n        \"used_disk\": 26287276,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6723,\n        \"util_cpu_5\": 21.6,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585346107,\n        \"used_disk\": 26287336,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6692,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585415781,\n        \"used_disk\": 26287280,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6721,\n        \"util_cpu_5\": 54.2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585469534,\n        \"used_disk\": 26287316,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6711,\n        \"util_cpu_5\": 19.2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585541353,\n        \"used_disk\": 26287596,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6687,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585590789,\n        \"used_disk\": 26287332,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6698,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.72,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.72,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.72,\n        \"log_time\": 1630585647295,\n        \"used_disk\": 26287384,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6687,\n        \"util_cpu_5\": 26.9,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585704745,\n        \"used_disk\": 26289412,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6694,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585774919,\n        \"used_disk\": 26289120,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6688,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585834769,\n        \"used_disk\": 26289156,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6688,\n        \"util_cpu_5\": 72.5,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585895154,\n        \"used_disk\": 26289172,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6689,\n        \"util_cpu_5\": 1.9,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630585958053,\n        \"used_disk\": 26290036,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6688,\n        \"util_cpu_5\": 40,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586011817,\n        \"used_disk\": 26288860,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6688,\n        \"util_cpu_5\": 7.8,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586063863,\n        \"used_disk\": 26288860,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6711,\n        \"util_cpu_5\": 68,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586130518,\n        \"used_disk\": 26288912,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6674,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586183874,\n        \"used_disk\": 26289036,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6683,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586245115,\n        \"used_disk\": 26289036,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6676,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586305827,\n        \"used_disk\": 26288956,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6677,\n        \"util_cpu_5\": 70.6,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586365701,\n        \"used_disk\": 26289080,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6678,\n        \"util_cpu_5\": 17.6,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586430099,\n        \"used_disk\": 26289104,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6679,\n        \"util_cpu_5\": 61.2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586486797,\n        \"used_disk\": 26289192,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6679,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586545103,\n        \"used_disk\": 26289096,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6698,\n        \"util_cpu_5\": 16,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586609283,\n        \"used_disk\": 26289124,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6713,\n        \"util_cpu_5\": 67.3,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586668403,\n        \"used_disk\": 26289716,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6677,\n        \"util_cpu_5\": 68.8,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586734824,\n        \"used_disk\": 26289644,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6693,\n        \"util_cpu_5\": 18.4,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586784323,\n        \"used_disk\": 26289960,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6677,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586848816,\n        \"used_disk\": 26289868,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6677,\n        \"util_cpu_5\": 0,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586921051,\n        \"used_disk\": 26289408,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6717,\n        \"util_cpu_5\": 66,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630586982820,\n        \"used_disk\": 26289836,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6698,\n        \"util_cpu_5\": 24,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587038600,\n        \"used_disk\": 26289908,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6678,\n        \"util_cpu_5\": 26,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587095178,\n        \"used_disk\": 26289916,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6678,\n        \"util_cpu_5\": 35.3,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587149854,\n        \"used_disk\": 26290008,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6682,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.65,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.65,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.65,\n        \"log_time\": 1630587203311,\n        \"used_disk\": 26257828,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6681,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587272028,\n        \"used_disk\": 26290736,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6705,\n        \"util_cpu_5\": 42.9,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587323883,\n        \"used_disk\": 26290620,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6674,\n        \"util_cpu_5\": 3.8,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587393400,\n        \"used_disk\": 26290788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6673,\n        \"util_cpu_5\": 3.9,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587447065,\n        \"used_disk\": 26290788,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6694,\n        \"util_cpu_5\": 24.5,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587514744,\n        \"used_disk\": 26289776,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6681,\n        \"util_cpu_5\": 2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587579049,\n        \"used_disk\": 26289676,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6707,\n        \"util_cpu_5\": 61.2,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587630776,\n        \"used_disk\": 26289728,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6689,\n        \"util_cpu_5\": 6.1,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587690524,\n        \"used_disk\": 26289728,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6672,\n        \"util_cpu_5\": 39.6,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587747294,\n        \"used_disk\": 26289616,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6694,\n        \"util_cpu_5\": 32,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587808899,\n        \"used_disk\": 26289896,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6673,\n        \"util_cpu_5\": 68.6,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587865325,\n        \"used_disk\": 26289896,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6687,\n        \"util_cpu_5\": 24.5,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587924136,\n        \"used_disk\": 26289876,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6661,\n        \"util_cpu_5\": 62.7,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630587990144,\n        \"used_disk\": 26289824,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    },\n    {\n        \"sqlproxy_app_status\": \"active\",\n        \"used_ram\": 6678,\n        \"util_cpu_5\": 9.8,\n        \"app_disk_usage\": 67.73,\n        \"total_disk\": 38815216,\n        \"data_disk_usage\": 67.73,\n        \"web_gui_app_status\": \"active\",\n        \"os_disk_usage\": 67.73,\n        \"log_time\": 1630588044891,\n        \"used_disk\": 26289876,\n        \"replication_status\": \"n/a\",\n        \"total_ram\": 7802\n    }\n]"}],"_postman_id":"e91b457a-6b77-403b-b2bb-cc2e20379a08"},{"name":"version","id":"07e4fb62-4223-4759-be09-d3212a8bed38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-XSRF-TOKEN","value":"{{csrftoken}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/aioc-rest-web/rest/systemConfiguration/version","description":"<p>This method returns desired environments Infrascope PAM version.</p>\n","urlObject":{"path":["aioc-rest-web","rest","systemConfiguration","version"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07e4fb62-4223-4759-be09-d3212a8bed38"}],"id":"0a73f7a9-1f38-4b14-8a13-d4330ad13df0","description":"<p>StartFragment</p>\n<p>This folder includes APIs for Managing Sysytem Config Parameters and fetching system diagnostics.</p>\n<p>EndFragment</p>\n","_postman_id":"0a73f7a9-1f38-4b14-8a13-d4330ad13df0"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e524c3d4-1536-4e01-9f49-55e78fb59560"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"617cfb28-71c2-4191-a322-e3078026813c"}}]}