{"info":{"_postman_id":"d6a15331-1065-46db-a148-225af673e5f5","name":"Network-M2","description":"<html><head></head><body><h1 id=\"authentication-endpoint\">Authentication Endpoint</h1>\n<p>In order to interact with the Eaton Gigabit card you need to obtain an authorization token. This is akin to logging into the web UI. Once you obtain the token as shown below, you need to include it in the headers of any subsequent request. Throughout the documentation this will be designated as {{access_token}}.</p>\n<p>/rest/mbdetnrs/1.0/oauth2/token</p>\n<p>Content-Type:application/json</p>\n<p>{\n    \"username\":\"admin\",\n    \"password\":\"1reallySecurePassword!\",\n    \"grant_type\":\"password\",\n    \"scope\":\"GUIAccess\"\n}</p>\n<h1 id=\"methods\">Methods</h1>\n<p>POST: Object create, Object action, Eventing</p>\n<p>GET: Object or Collection retrieval</p>\n<p>PUT: Object full update</p>\n<p>PATCH: Object partial update</p>\n<p>DELETE: Object delete</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication Endpoint","slug":"authentication-endpoint"},{"content":"Methods","slug":"methods"}],"owner":"7058770","collectionId":"d6a15331-1065-46db-a148-225af673e5f5","publishedId":"2sAYBSjt7J","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-21T13:42:26.000Z"},"item":[{"name":"Account Management","item":[{"name":"/rest/mbdetnrs/1.0/accountsService/","id":"e73f6e41-d936-4e0d-95c7-7d8183320ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/","description":"<p>Manage accounts entry point</p>\n<p>authenticationOrder:\n    1: local first\n    2: ldap first RW Priority for authentication </p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73f6e41-d936-4e0d-95c7-7d8183320ebc"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/accounts/","id":"2fd822ed-69c8-406d-90c6-a88e0807d877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"credentials\":\r\n    { \r\n        \"enabled\": true,\r\n        \"username\": \"tester\",\r\n        \"password\": \"passsword\",\r\n        \"passwordExpired\": false,\r\n        \"locked\": false,\r\n        \"profile\": \"/rest/mbdetnrs/1.0/accountsService/profiles/1\"\r\n    },\r\n    \"vCard\":\r\n    {\r\n        \"fullName\": \"Surname Name\",\r\n        \"email\": \"admin@mycompany.com\",\r\n        \"phone\": \"11111111111\",\r\n        \"organization\": \"mycompany\"\r\n    },\r\n    \"preferences\":\r\n    {\r\n        \"licenseAgreed\": false,\r\n        \"notifyByMail\": true\r\n    }\r\n}\r\n"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/accounts/","description":"<p>Add new user account</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","accounts",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd822ed-69c8-406d-90c6-a88e0807d877"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts","id":"70154bfd-8f47-470c-b5ce-2c3cb200e861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts","description":"<p>Return all remote accounts</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","remoteAccounts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70154bfd-8f47-470c-b5ce-2c3cb200e861"},{"name":"LDAP Settings","id":"d1183f50-cc87-4e5a-94f9-e09b70ff6c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts/providers/ldap","description":"<p>Return LDAP settings</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","remoteAccounts","providers","ldap"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1183f50-cc87-4e5a-94f9-e09b70ff6c6b"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts/providers/radius/","id":"fc21cb89-aaaa-433a-82a2-cf3cdf451bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts/providers/radius/","description":"<p>Return RADIUS settings</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","remoteAccounts","providers","radius",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc21cb89-aaaa-433a-82a2-cf3cdf451bb5"},{"name":"Change User Password","id":"ebbd7639-0baf-4d0a-934e-49ed3b4c40ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user\":{\"username\":\"admin\",\"current_pwd\":\"admin\",\"new_pwd\":\"Password1!\"}}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/card/users/password","description":"<p>Change user password</p>\n<p>Resonse Codes:</p>\n<p>200: OK\n    Response Body:\n        {\n            code: [int: \"0\" for success, \"-1\" for failed]\n            message: [string:\"Update Success\" for success, an error message for failed]\n        }</p>\n<p>403: InvalidCredential - the current password is incorrect or\nthe user doesn't exist (outside a valid admin session)</p>\n<p>404: NotFound - the user doesn't exit (only with a valid admin session)     </p>\n<p>500: InternalError</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","card","users","password"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"3deb0903-35cc-45ce-8dc4-acd28411ce70","name":"/rest/mbdetnrs/1.0/card/users/password","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"user\":{\"username\":\"admin\",\"current_pwd\":\"admin\",\"new_pwd\":\"Password1!\"}}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/card/users/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 14:14:36 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"56"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"pwd_change\": {\n        \"code\": 0,\n        \"message\": \"Update Success\"\n    }\n}"},{"id":"33937d6f-26d8-43e8-8c73-defb59485ab5","name":"Invalid Credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"user\":{\"username\":\"admin\",\"current_pwd\":\"admin\",\"new_pwd\":\"Password1!\"}}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/card/users/password"},"status":"InvalidCredentials","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 06 Jun 2019 12:34:00 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"genepy\""}],"cookie":[],"responseTime":null,"body":"{\"classCode\":0,\n \"errorCode\":18\n}\n"},{"id":"c1223116-d0a4-4705-a58d-3ed10b013d56","name":"Change User Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"user\":{\"username\":\"test\",\"current_pwd\":\"Password1!\",\"new_pwd\":\"password\"}}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/card/users/password"},"status":"PasswordSecurityRules","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 24 Jun 2019 19:27:17 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"genepy\""}],"cookie":[],"responseTime":null,"body":"{\"classCode\":0,\n \"errorCode\":20\n}\n"}],"_postman_id":"ebbd7639-0baf-4d0a-934e-49ed3b4c40ab"},{"name":"/rest/mbdetnrs/1.0/accountsService/accounts/1","id":"9a979b3b-12f9-4678-be67-b5681fbeb898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/accounts/1","description":"<p>Return admin account data</p>\n<p>id: read-only integer &gt;0, unique identifier within the account collection</p>\n<p>credentials:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>enabled: read/write boolean, indicates whether the account is active or not\n\nusername: read/write string \n\npassword: write-only string \n\npasswordExpired: read/write boolean, written to true requires the user to change the password at the next connection \n \naccountPassword: write-only string, define the password from the user who want to edit this account\n\nlocked: read/write boolean, true if password is expired, written to false to unlock user\n\nprofile: read/write string, example \n    \"/rest/mbdetnrs/1.0/accountsService/profiles/1\"\n\nrealm: read/write integer\n    0: unknown\n    1: local\n    2: ldap\n    3: radius read-only realm of the user account \n\npredefined: read-only boolean, when true this account cannot be deactivated, account is not removable, roles are not modifiable\n</code></pre><p>vCard:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>fullName: read/write string\n\nemail: read/write string \n\nphone: read/write string \n\norganization: read/write string \n</code></pre><p>preferences:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>notifyByMail: read/write boolean \n\nlicenseAgreed: read/write boolean, false by default \n\nlanguage: read/write string, \"en\" by default\n\ndateFormat: read/write string, \"m/d/Y\" by default\n\ntimeFormat: read/write integer\n    0: 12 hour\n    1: 24 hour\n\ntemperatureUnit: read/write integer\n    0: Kelvin\n    1: Celcius\n    2: Fahrenheit\n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","accounts","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a979b3b-12f9-4678-be67-b5681fbeb898"},{"name":"Update Password Requirements","id":"e9fbd09d-c587-4436-93be-003eade1c2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"passwordRules\": {\r\n\t\t\"strength\": {\r\n\t\t\t\"minLength\": 8,\r\n\t\t\t\"maxLength\": 128,\r\n\t\t\t\"minUpperCase\": 1,\r\n\t\t\t\"minLowerCase\": 1,\r\n\t\t\t\"minDigit\": 0,\r\n\t\t\t\"minSpecialCharacter\": 1,\r\n\t\t\t\"specialCharacterList\": \"`~!@#$%^&*()_-+={}[]|:;\\\\\\\"<>,.'?/\\\\\\\\\"\r\n\t\t}\r\n\t}\r\n}\r\n"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"fcb9e3b1-2981-4405-9424-b2c9a2e2c894","name":"Update Password Requirements","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"passwordRules\": {\r\n\t\t\"strength\": {\r\n\t\t\t\"minLength\": 8,\r\n\t\t\t\"maxLength\": 128,\r\n\t\t\t\"minUpperCase\": 0,\r\n\t\t\t\"minLowerCase\": 0,\r\n\t\t\t\"minDigit\": 0,\r\n\t\t\t\"minSpecialCharacter\": 0\r\n\t\t}\r\n\t}\r\n}\r\n"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Mar 2020 13:51:43 GMT"},{"key":"Server","value":"Tntnet"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e9fbd09d-c587-4436-93be-003eade1c2dd"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/accounts/1","id":"af0c3f30-48a5-490b-82ce-d2e476d57a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/accounts/1","description":"<p>Return admin account data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","accounts","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af0c3f30-48a5-490b-82ce-d2e476d57a28"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/profiles/1","id":"fdf26b15-aa9c-4f6c-95e3-ba7745527583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/profiles/1","description":"<p>Return admin profile</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","profiles","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf26b15-aa9c-4f6c-95e3-ba7745527583"},{"name":"LDAP Settings","id":"cb51df9b-a7fc-4c1c-8aff-c3c185ac2be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"enabled\": false,\r\n    \"baseAccess\": {\r\n        \"security\": {\r\n            \"ssl\": 3,\r\n            \"verifyTlsCert\": true\r\n        },\r\n        \"primary\": {\r\n            \"name\": \"Primary\",\r\n            \"hostname\": \"lab.etn.com\",\r\n            \"port\": 636\r\n        },\r\n        \"secondary\": {\r\n            \"name\": \"\",\r\n            \"hostname\": \"\",\r\n            \"port\": 0\r\n        },\r\n        \"credentials\": {\r\n            \"anonymousSearchBind\": false,\r\n            \"searchUserDN\": \"lab.etn.com\",\r\n            \"password\": \"\"\r\n        },\r\n        \"searchBase\": {\r\n            \"searchBaseDN\": \"dc=example,dc=com\"\r\n        }\r\n    },\r\n    \"requestParameters\": {\r\n        \"userBaseDN\": \"ou=people,dc=example,dc=com\",\r\n        \"userNameAttribute\": \"uid\",\r\n        \"uidAttribute\": \"uidNumber\",\r\n        \"groupBaseDN\": \"ou=group,dc=example,dc=com\",\r\n        \"groupNameAttribute\": \"gid\",\r\n        \"gidAttribute\": \"gidNumber\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/rest/mbdetnrs/1.0/accountsService/remoteAccounts/providers/ldap","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","accountsService","remoteAccounts","providers","ldap"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb51df9b-a7fc-4c1c-8aff-c3c185ac2be9"}],"id":"053cfbb8-afee-45e0-a27a-861793c6a3bf","_postman_id":"053cfbb8-afee-45e0-a27a-861793c6a3bf","description":""},{"name":"Power Distributions","item":[{"name":"Inputs","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1","id":"196c3cad-a5a5-4862-94a6-b93ece1d7ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1","description":"<p>Power distribution input</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inputs","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"196c3cad-a5a5-4862-94a6-b93ece1d7ab3"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs","id":"9a5acec4-53c9-461a-8744-10a38d2cb309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs","description":"<p>Return all inputs</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inputs"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a5acec4-53c9-461a-8744-10a38d2cb309"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1/phases","id":"0a0e568d-9ade-4cc8-8741-3d0a72880741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1/phases","description":"<p>Return defined phases</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inputs","1","phases"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a0e568d-9ade-4cc8-8741-3d0a72880741"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1/phases/simplePhases/jyGDBRSIWJeinMKd44peNg","id":"7b1db1d7-751b-4795-a344-e28cec205fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1/phases/simplePhases/jyGDBRSIWJeinMKd44peNg","description":"<p>Phase data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inputs","1","phases","simplePhases","jyGDBRSIWJeinMKd44peNg"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b1db1d7-751b-4795-a344-e28cec205fad"}],"id":"3cba8bfc-7905-4d9c-a47f-5bfe87fb41ad","_postman_id":"3cba8bfc-7905-4d9c-a47f-5bfe87fb41ad","description":""},{"name":"Bypass","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/bypass","id":"b79dfd7c-09e6-4eb3-85ad-ff0591011fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/bypass","description":"<p>Return all bypass instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","bypass"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b79dfd7c-09e6-4eb3-85ad-ff0591011fcf"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/bypass/1","id":"88d72390-ccf8-41fa-ab99-429f946ff09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/bypass/1","description":"<p>Bypass instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","bypass","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88d72390-ccf8-41fa-ab99-429f946ff09d"}],"id":"efa34a21-b780-4496-9211-218964e7b0c1","_postman_id":"efa34a21-b780-4496-9211-218964e7b0c1","description":""},{"name":"Rectifiers","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/rectifiers","id":"ce09cdaf-54ce-4243-ab04-0c1f860df6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/rectifiers","description":"<p>Return all rectifier instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","rectifiers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce09cdaf-54ce-4243-ab04-0c1f860df6e6"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/rectifiers/1","id":"95352759-faec-4e1d-a3cf-157ceae59707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/rectifiers/1","description":"<p>Rectifier instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","rectifiers","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95352759-faec-4e1d-a3cf-157ceae59707"}],"id":"dfeda589-1137-43af-b543-e3c6355cfa24","_postman_id":"dfeda589-1137-43af-b543-e3c6355cfa24","description":""},{"name":"Chargers","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/chargers","id":"9e5c6f60-974b-40e6-b166-73c0ff650302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/chargers","description":"<p>Return all charger instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","chargers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e5c6f60-974b-40e6-b166-73c0ff650302"},{"name":"Power Distributions Charger","id":"44443b4e-6c9b-4109-a21f-5a9e57d69634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/chargers/1","description":"<p>Charger instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","backupSystem","powerBank","chargers","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44443b4e-6c9b-4109-a21f-5a9e57d69634"}],"id":"82258668-4970-4556-9459-25416954ead7","_postman_id":"82258668-4970-4556-9459-25416954ead7","description":""},{"name":"Backup Systems","item":[{"name":"Backup System","id":"bfc6c887-e037-4edc-9ba5-8b751701f100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","backupSystem","powerBank",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"8a950c73-4968-4447-8711-3307c5a2c845","name":"Backup System","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Apr 2022 03:38:41 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"585"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank\",\n    \"identification\": {\n        \"uuid\": \"c1f52397-316c-5adf-b97c-dd4124386e25\"\n    },\n    \"measures\": {\n        \"remainingTime\": 6457,\n        \"stateOfCharge\": 100,\n        \"voltage\": 52.4\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"ok\",\n        \"criticalLowStateOfCharge\": false,\n        \"dcBoostFault\": false,\n        \"internalFailure\": false,\n        \"lastTestResult\": \"success\",\n        \"lastTestResultDate\": \"2022-04-11T02:45:45.000Z\",\n        \"lastSuccessfulTestDate\": \"2022-04-11T02:45:45.000Z\",\n        \"lcmInstallationDate\": \"2019-11-03T10:12:31.000Z\",\n        \"lcmReplacementDate\": \"2023-11-02T10:12:31.000Z\",\n        \"lcmExpired\": false,\n        \"lowStateOfCharge\": false,\n        \"storagePresent\": \"present\",\n        \"supply\": false,\n        \"testStatus\": 3\n    },\n    \"specifications\": {\n        \"technology\": \"PbAc\",\n        \"capacityAh\": {\n            \"nominal\": 27\n        },\n        \"voltage\": {\n            \"nominal\": 48\n        },\n        \"type\": \"batteries\"\n    },\n    \"settings\": {\n        \"lowRuntimeThreshold\": 180,\n        \"lowStateOfChargeThreshold\": 23\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"test\": {\n        \"actions\": {\n            \"#abortTest\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/test/actions/abortTest\",\n            \"#startTest\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/test/actions/startTest\"\n        }\n    },\n    \"chargers\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/chargers\"\n    }\n}"}],"_postman_id":"bfc6c887-e037-4edc-9ba5-8b751701f100"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/batteries/test/actions/deepTest","id":"bd681fff-0262-498a-bd9f-c4daf88be079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/batteries/test/actions/deepTest","description":"<p>Battery deep test action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","batteries","test","actions","deepTest"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd681fff-0262-498a-bd9f-c4daf88be079"},{"name":"Low Battery Threshold","id":"59c44b19-c107-478e-8796-d20a7948f1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/settings","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","backupSystem","powerBank","settings"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cdc56fb4-8131-40e0-8344-5bb09423de96","name":"Low Battery Threshold","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Apr 2022 03:34:16 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"66"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"lowRuntimeThreshold\": 180,\n    \"lowStateOfChargeThreshold\": 23\n}"}],"_postman_id":"59c44b19-c107-478e-8796-d20a7948f1bf"}],"id":"f73da3e1-98be-4c08-b52d-121c8cbc32ac","_postman_id":"f73da3e1-98be-4c08-b52d-121c8cbc32ac","description":""},{"name":"Inverters","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inverters","id":"fe419b9d-ac07-4873-af52-483adcd18d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inverters","description":"<p>Return all inverter instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inverters"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe419b9d-ac07-4873-af52-483adcd18d5e"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inverters/1","id":"2ccd8cc3-6c43-45b5-b0da-8d03c858b20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/inverters/1","description":"<p>Inverter instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","inverters","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ccd8cc3-6c43-45b5-b0da-8d03c858b20c"}],"id":"f1d9df8b-a934-4136-9f27-ca162e765d53","_postman_id":"f1d9df8b-a934-4136-9f27-ca162e765d53","description":""},{"name":"Outlets","item":[{"name":"Get Outlets","id":"bae71d6e-2c90-4148-a5c3-405a3dc2136b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outlets","description":"<p>Outlet instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","outlets"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"87f1b3aa-eb56-40d1-bc16-269d696e001e","name":"Get Outlets","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outlets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Apr 2000 02:43:58 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"313"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\",\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/2\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/3\"\n        }\n    ]\n}"}],"_postman_id":"bae71d6e-2c90-4148-a5c3-405a3dc2136b"},{"name":"Get Outlet 1","id":"5778069e-f957-4784-8916-b9e3fbfd5cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","outlets","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"d0555cee-4473-4cc3-95c8-87c13d868290","name":"Get Outlet 1","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 02 Apr 2000 02:43:28 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1002"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"0f5a4ae2-15f4-52ce-ab5c-19f22751cdb7\",\n        \"physicalName\": \"Output\",\n        \"friendlyName\": \"Output\"\n    },\n    \"measures\": {\n        \"frequency\": 60,\n        \"voltage\": 121.5\n    },\n    \"settings\": {\n        \"automaticSwitchOnDelay\": 1,\n        \"automaticSwitchOffDelay\": -1\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"supply\": true,\n        \"switchedOn\": true,\n        \"supplierPowerQuality\": \"protecting\"\n    },\n    \"specifications\": {\n        \"feed\": \"Outputs.1\",\n        \"switchable\": false\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1/actions/switchOff\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1/actions/switchOn\"\n    }\n}"}],"_postman_id":"5778069e-f957-4784-8916-b9e3fbfd5cef"}],"id":"c7caae7a-e6e9-4bbd-b642-d9abea10ab07","_postman_id":"c7caae7a-e6e9-4bbd-b642-d9abea10ab07","description":""},{"name":"Outputs","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1","id":"798c4110-7697-4bd5-b97c-47230420499d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1","description":"<p>Output instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","outputs","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"798c4110-7697-4bd5-b97c-47230420499d"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1/phases","id":"0c581c01-d79a-4760-b25b-26cdb2694a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1/phases","description":"<p>Return all output phase instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","outputs","1","phases"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c581c01-d79a-4760-b25b-26cdb2694a5a"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1/phases/simplePhases/DSQ_qcTaXvqx23Dym6u9PA","id":"3530c7b5-f732-4441-98c6-2521e9d221fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1/phases/simplePhases/DSQ_qcTaXvqx23Dym6u9PA","description":"<p>Output phase instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","outputs","1","phases","simplePhases","DSQ_qcTaXvqx23Dym6u9PA"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3530c7b5-f732-4441-98c6-2521e9d221fb"}],"id":"f6455f91-1d05-4669-ba77-5f79ea84624f","_postman_id":"f6455f91-1d05-4669-ba77-5f79ea84624f","description":""},{"name":"/rest/mbdetnrs/1.0/powerDistributions/","id":"e9595588-493b-4f5e-b2dc-dc69442d1868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/","description":"<p>Power distributions</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9595588-493b-4f5e-b2dc-dc69442d1868"},{"name":"/rest/mbdetnrs/1.0/powerDistributions/1","id":"c77b5fd2-1aa1-409b-a2e3-673fe72bc3e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1?$expand=2","description":"<p>Instance of a power distribution</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1"],"host":["{{domain}}"],"query":[{"key":"$expand","value":"2"}],"variable":[]}},"response":[{"id":"02ffd50c-ffdd-4482-b5e7-e583172143fe","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 07:48:36 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"791"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"d060feb1-7597-5abc-a11a-955f6db16a84\",\n        \"physicalName\": \"Eaton 9SX 1500\",\n        \"friendlyName\": \"Eaton 9SX 1500\",\n        \"partNumber\": \"9SX1500\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 9SX 1500\",\n        \"serialNumber\": \"PC23K48DH3\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 9SX\",\n        \"firmwareVersion\": \"01.06.5492\",\n        \"name\": \"Eaton 9SX 1500\"\n    },\n    \"settings\": {\n        \"audibleAlarmControl\": \"disabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 0,\n        \"forcedRebootEnabled\": true,\n        \"remoteControlEnabled\": true,\n        \"voltageHighDetection\": 144,\n        \"voltageLowDetection\": 70\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"bootloaderMode\": false,\n        \"buildingAlarm\": false,\n        \"compatibilityFault\": false,\n        \"configurationFault\": false,\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"emergencySwitchOff\": false,\n        \"fanFault\": false,\n        \"internalFailure\": false,\n        \"temperatureOutOfRange\": false,\n        \"watchdogFault\": false,\n        \"mode\": \"on line\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 0,\n        \"topology\": \"online\",\n        \"voltageRange\": \"low voltage\",\n        \"activePower\": {\n            \"nominal\": 1350\n        },\n        \"apparentPower\": {\n            \"nominal\": 1500\n        },\n        \"current\": {\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"nominal\": 60\n        },\n        \"voltage\": {\n            \"hysteresisDetection\": 5,\n            \"nominal\": 120\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOn\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\"\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\"\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem\"\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\"\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters\"\n    }\n}"},{"id":"be119048-d99c-4ff3-888c-9cfc410f6c57","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1?$expand=2","protocol":"https","host":["{{domain}}"],"path":["rest","mbdetnrs","1.0","powerDistributions","1"],"query":[{"key":"$expand","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Jun 2023 10:05:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1228"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=995"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"communicationStatus\": {\n        \"state\": \"ok\",\n        \"since\": \"2023-06-14T00:12:49.000Z\"\n    },\n    \"identification\": {\n        \"uuid\": \"11c681ca-0344-50cf-b1f1-3ecb78e85373\",\n        \"physicalName\": \"Eaton 5P 1500 R Li-ion\",\n        \"friendlyName\": \"Eaton 5P 1500 R Li-ion\",\n        \"partNumber\": \"5P1500R-L\",\n        \"referenceNumber\": \"9896\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 5P 1500 R Li-ion\",\n        \"serialNumber\": \"G126J44002\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 5P\",\n        \"firmwareVersion\": \"01.06.0018\",\n        \"name\": \"Eaton 5P 1500 R Li-ion\"\n    },\n    \"settings\": {\n        \"audibleAlarm\": \"enabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 0,\n        \"forcedRebootEnabled\": true,\n        \"nominalVoltage\": 120,\n        \"remoteControlEnabled\": true,\n        \"sensitivityMode\": \"high sensitivity\",\n        \"voltageHighDetection\": 151,\n        \"voltageLowDetection\": 89\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"bootloaderMode\": false,\n        \"communicationFault\": false,\n        \"configurationFault\": false,\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"emergencySwitchOff\": false,\n        \"fanFault\": false,\n        \"internalFailure\": false,\n        \"shutdownImminent\": false,\n        \"systemAlarm\": false,\n        \"temperatureOutOfRange\": false,\n        \"mode\": \"on line interactive normal\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 10,\n        \"supported\": true,\n        \"topology\": \"line interactive\",\n        \"voltageRange\": \"low voltage\",\n        \"activePower\": {\n            \"nominal\": 1100\n        },\n        \"apparentPower\": {\n            \"nominal\": 1440\n        },\n        \"current\": {\n            \"nominal\": 12\n        },\n        \"frequency\": {\n            \"nominal\": 60\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102\n        },\n        \"voltage\": {\n            \"nominal\": 120\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOn\",\n        \"#upgrade\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/upgrade\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/activeAlarms\",\n        \"members@count\": 0,\n        \"members\": []\n    },\n    \"mostCriticalAlarm\": null,\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\",\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1\"\n            }\n        ]\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\",\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1\"\n            }\n        ]\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem\",\n        \"powerBank\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank\"\n        }\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\",\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/2\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/3\"\n            }\n        ]\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters\",\n        \"avr\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters/avr\"\n        },\n        \"inverter\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters/inverter\"\n        }\n    },\n    \"environment\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/environment\",\n        \"identification\": {\n            \"uuid\": \"3aff0b93-d125-5fc7-bb3a-843db8d600fe\",\n            \"physicalName\": \"Environment\",\n            \"friendlyName\": \"Environment\"\n        },\n        \"status\": {\n            \"health\": \"ok\",\n            \"temperatureTooHigh\": false\n        },\n        \"activeAlarms\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/environment/activeAlarms\"\n        },\n        \"mostCriticalAlarm\": null\n    },\n    \"firmwareUpgrade\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/firmwareUpgrade\",\n        \"status\": {\n            \"operating\": \"unknown\",\n            \"health\": \"ok\",\n            \"lastResultDate\": \"infinite\",\n            \"progress\": 0,\n            \"startDate\": \"infinite\",\n            \"currentUpgradeTaskIndex\": 0,\n            \"currentUpgradeTaskName\": \"\",\n            \"totalUpgradeTasks\": 0,\n            \"state\": \"idle\",\n            \"lastResult\": \"none\"\n        },\n        \"actions\": {\n            \"#upgrade\": \"/rest/mbdetnrs/1.0/powerDistributions/1/firmwareUpgrade/actions/upgrade\"\n        }\n    }\n}"}],"_postman_id":"c77b5fd2-1aa1-409b-a2e3-673fe72bc3e1"},{"name":"Power Distributions Settings","id":"aaa23a56-1d10-4f4c-8d95-da1b99c1ccc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/settings","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","settings"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ed92db01-7cde-4bb2-af0d-692c70cdee97","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Apr 2019 18:17:56 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"577"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"1582e075-3239-56d5-a333-99d91da9b228\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 5P1500 RC\",\n        \"serialNumber\": \"G144H09060\",\n        \"type\": \"\",\n        \"partNumber\": \"\",\n        \"firmwareVersion\": \"01.04.0006\",\n        \"name\": \"Eaton 5P1500 RC\",\n        \"contact\": \"\",\n        \"location\": \"\",\n        \"interface\": \"/rest/mbdetnrs/1.0/powerDistributions/1\"\n    },\n    \"specification\": {\n        \"type\": 1\n    },\n    \"configuration\": {\n        \"nominalFrequency\": 60,\n        \"nominalVoltage\": 120,\n        \"nominalActivePower\": 1100,\n        \"nominalApparentPower\": 1440,\n        \"nominalPercentLoad\": 105\n    },\n    \"ups\": {\n        \"mode\": 9,\n        \"modeLevel\": 1,\n        \"topology\": 1\n    },\n    \"status\": {\n        \"operating\": 16,\n        \"health\": 5\n    },\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\"\n    },\n    \"avr\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/avr\"\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\"\n    },\n    \"inverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inverters\"\n    },\n    \"chargers\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/chargers\"\n    },\n    \"batteries\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/batteries\"\n    },\n    \"bypass\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/bypass\"\n    },\n    \"rectifiers\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/rectifiers\"\n    },\n    \"outlets\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/4z-DiXLfVvCoCtF-ZMwAaw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/o48FihHJUi-7xW59xz_I5g\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/V9grjKxaXEu-RJtPH43VjQ\"\n            }\n        ]\n    }\n}"}],"_postman_id":"aaa23a56-1d10-4f4c-8d95-da1b99c1ccc2"},{"name":"Power Distributions Status","id":"a331bfe7-499c-4f2b-9f0e-489b5cfd10ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/status","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","status"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9092c000-1aa8-4891-808a-041da48d4f4f","name":"Power Distributions Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 07:49:32 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"371"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\",\n    \"bootloaderMode\": false,\n    \"buildingAlarm\": false,\n    \"compatibilityFault\": false,\n    \"configurationFault\": false,\n    \"delayBeforeSwitchOff\": -1,\n    \"delayBeforeSwitchOn\": -1,\n    \"emergencySwitchOff\": false,\n    \"fanFault\": false,\n    \"internalFailure\": false,\n    \"temperatureOutOfRange\": false,\n    \"watchdogFault\": false,\n    \"mode\": \"on line\"\n}"}],"_postman_id":"a331bfe7-499c-4f2b-9f0e-489b5cfd10ad"},{"name":"Change UPS Settings","id":"03f3d58a-ead6-4235-a69e-9eecd1f2a6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"settings\": {\r\n        \"audibleAlarmControl\": \"enabled\",\r\n        \"automaticRestartEnabled\": true,\r\n        \"automaticRestartLevel\": 20,\r\n        \"forcedRebootEnabled\": true,\r\n        \"remoteControlEnabled\": true,\r\n        \"voltageHighDetection\": 144,\r\n        \"voltageLowDetection\": 60\r\n    }\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"64726d99-53d5-416d-9394-456c8dd6c31f","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 07:48:36 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"791"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"d060feb1-7597-5abc-a11a-955f6db16a84\",\n        \"physicalName\": \"Eaton 9SX 1500\",\n        \"friendlyName\": \"Eaton 9SX 1500\",\n        \"partNumber\": \"9SX1500\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 9SX 1500\",\n        \"serialNumber\": \"PC23K48DH3\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 9SX\",\n        \"firmwareVersion\": \"01.06.5492\",\n        \"name\": \"Eaton 9SX 1500\"\n    },\n    \"settings\": {\n        \"audibleAlarmControl\": \"disabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 0,\n        \"forcedRebootEnabled\": true,\n        \"remoteControlEnabled\": true,\n        \"voltageHighDetection\": 144,\n        \"voltageLowDetection\": 70\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"bootloaderMode\": false,\n        \"buildingAlarm\": false,\n        \"compatibilityFault\": false,\n        \"configurationFault\": false,\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"emergencySwitchOff\": false,\n        \"fanFault\": false,\n        \"internalFailure\": false,\n        \"temperatureOutOfRange\": false,\n        \"watchdogFault\": false,\n        \"mode\": \"on line\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 0,\n        \"topology\": \"online\",\n        \"voltageRange\": \"low voltage\",\n        \"activePower\": {\n            \"nominal\": 1350\n        },\n        \"apparentPower\": {\n            \"nominal\": 1500\n        },\n        \"current\": {\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"nominal\": 60\n        },\n        \"voltage\": {\n            \"hysteresisDetection\": 5,\n            \"nominal\": 120\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOn\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\"\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\"\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem\"\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\"\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters\"\n    }\n}"}],"_postman_id":"03f3d58a-ead6-4235-a69e-9eecd1f2a6b5"}],"id":"0a5d80ca-9486-4938-a860-a3da31bc181d","_postman_id":"0a5d80ca-9486-4938-a860-a3da31bc181d","description":""},{"name":"Sensors","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/sensors/","id":"b5d7dbf5-cc3c-4531-a62f-8c21641a8323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/sensors/","description":"<p>Sensors</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","sensors",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5d7dbf5-cc3c-4531-a62f-8c21641a8323"}],"id":"df7f0ce5-0d29-4dea-bfe8-d6bdfb8cd5a3","_postman_id":"df7f0ce5-0d29-4dea-bfe8-d6bdfb8cd5a3","description":""},{"name":"Environment Service","item":[{"name":"Environment Service","id":"7ec05d80-46e2-4606-aef2-5512315d3437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService","description":"<p>Environment service</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","environmentService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"bc1886b0-7978-45d9-b901-6c8c314bade0","name":"Environment Service","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2000 19:44:10 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"448"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/environmentService\",\n    \"uuid\": \"9b47c767-e04b-47a0-a293-9208e8d9f6b7\",\n    \"name\": \"Environment Service\",\n    \"version\": \"01.00.0000\",\n    \"status\": {\n        \"operating\": 16,\n        \"health\": 5\n    },\n    \"temperatures\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/environmentService/temperatures\"\n    },\n    \"humidities\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/environmentService/humidities\"\n    },\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/environmentService/inputs\"\n    }\n}"}],"_postman_id":"7ec05d80-46e2-4606-aef2-5512315d3437"},{"name":"Temperatures","id":"a67e08b8-173f-4323-97bb-1a804057b116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService/temperatures","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","environmentService","temperatures"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"6551012f-2326-48b2-ae27-7c00dd190189","name":"Temperatures","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService/temperatures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2000 19:45:22 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/environmentService/temperatures\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg\"\n        }\n    ]\n}"}],"_postman_id":"a67e08b8-173f-4323-97bb-1a804057b116"},{"name":"Temperature Sensor","id":"c709348d-be5e-4f06-a3b3-64eb1b99f119","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1f214387-ab36-44b3-95f5-f65370dbc81f","name":"Temperature Sensor","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2000 19:55:20 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"673"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg\",\n    \"id\": \"JwZxh02vUiuo75CwBljXVg\",\n    \"uuid\": \"27067187-4daf-522b-a8ef-90b00658d756\",\n    \"name\": \"Sensor 1\",\n    \"position\": \"Rack rear\",\n    \"elevation\": \"Middle\",\n    \"device\": \"/rest/mbdetnrs/1.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n    \"measure\": 298.15,\n    \"alarmLevel\": 1,\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings\"\n    },\n    \"monitors\": {\n        \"device\": \"/rest/mbdetnrs/1.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n        \"channel\": \"/rest/mbdetnrs/1.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw/channels/temperature/06GFlKivWyGxwB4aP9SV5A\"\n    }\n}"}],"_postman_id":"c709348d-be5e-4f06-a3b3-64eb1b99f119"}],"id":"083fe9e9-a873-46d4-8017-08e5b118a78b","_postman_id":"083fe9e9-a873-46d4-8017-08e5b118a78b","description":""},{"name":"Managers","item":[{"name":"Actions","item":[{"name":"/rest/mbdetnrs/1.0/managers/1/actions/sanitize","id":"e73a2886-09bc-421e-9bcd-c1d5568740be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/sanitize","description":"<p>Sanitize card action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","sanitize"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"05aa7733-bd0b-47a0-9fc1-df836419aa82","name":"/rest/mbdetnrs/1.0/managers/1/actions/sanitize","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/sanitize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 14:08:42 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=15000, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e73a2886-09bc-421e-9bcd-c1d5568740be"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/shutdown","id":"577aa952-d41c-4141-9e4a-3aa5dbba9d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/shutdown","description":"<p>Shutdown UPS action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","shutdown"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"577aa952-d41c-4141-9e4a-3aa5dbba9d4e"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/reboot","id":"4129e52c-c521-4d8d-ab4f-ec35932106e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/reboot","description":"<p>Reboot network card</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","reboot"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"af8e0e2d-0fcb-48df-8d83-bdad3258b13d","name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/reboot","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/reboot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 18:29:45 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"18"},{"key":"Keep-Alive","value":"timeout=15000, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"retVal\": \"\"\n}"}],"_postman_id":"4129e52c-c521-4d8d-ab4f-ec35932106e6"},{"name":"Save configuration settings","id":"59df922c-aa5a-46a3-8f85-c13243502129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"exclude\":[], \"passphrase\":\"password\"}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/saveSettings","description":"<p>Save configuration settings action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","saveSettings"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"e8381e22-63df-409a-a27e-5efa0941f36d","name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/saveSettings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/saveSettings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 14:17:26 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1470"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"1.0\",\n    \"features\": {\n        \"accountService\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"passwordRules\": {\n                        \"strength\": {\n                            \"minLength\": 8,\n                            \"minUpperCase\": 1,\n                            \"minLowerCase\": 1,\n                            \"minDigit\": 1,\n                            \"minSpecialCharacter\": 1\n                        },\n                        \"expiration\": {\n                            \"enabled\": false,\n                            \"afterDays\": 90,\n                            \"defaultAccountNeverExpires\": true\n                        }\n                    },\n                    \"lockoutRules\": {\n                        \"enabled\": false,\n                        \"threshold\": 4,\n                        \"defaultAccountNeverBlocks\": true\n                    }\n                }\n            }\n        },\n        \"card\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"identification\": {\n                        \"name\": \"\",\n                        \"contact\": \"\",\n                        \"location\": \"\"\n                    }\n                }\n            }\n        },\n        \"date\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"ntp\": {\n                        \"enabled\": false,\n                        \"getServersFromDhcp\": false,\n                        \"servers\": {\n                            \"preferredServer\": \"\",\n                            \"alternateServer\": \"\"\n                        }\n                    },\n                    \"timeZone\": \"Europe/Paris\"\n                }\n            }\n        },\n        \"email\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": []\n            }\n        },\n        \"ldap\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": [],\n                \"dmeData\": {\n                    \"enabled\": false,\n                    \"baseAccess\": {\n                        \"security\": {\n                            \"ssl\": 3,\n                            \"verifyTlsCert\": true\n                        },\n                        \"primary\": {\n                            \"name\": \"Primary\",\n                            \"hostname\": \"\",\n                            \"port\": 636\n                        },\n                        \"secondary\": {\n                            \"name\": \"\",\n                            \"hostname\": \"\",\n                            \"port\": 0\n                        },\n                        \"credentials\": {\n                            \"anonymousSearchBind\": false,\n                            \"searchUserDN\": \"\"\n                        },\n                        \"searchBase\": {\n                            \"searchBaseDN\": \"dc=example,dc=com\"\n                        }\n                    },\n                    \"requestParameters\": {\n                        \"userBaseDN\": \"ou=people,dc=example,dc=com\",\n                        \"userNameAttribute\": \"uid\",\n                        \"uidAttribute\": \"uidNumber\",\n                        \"groupBaseDN\": \"ou=group,dc=example,dc=com\",\n                        \"groupNameAttribute\": \"gid\",\n                        \"gidAttribute\": \"gidNumber\"\n                    },\n                    \"profileMapping\": [\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        }\n                    ]\n                }\n            }\n        },\n        \"measure\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"periodicity\": 60\n                }\n            }\n        },\n        \"mqtt\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": []\n            }\n        },\n        \"network\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"link\": {\n                        \"config\": 0\n                    },\n                    \"domain\": {\n                        \"settings\": {\n                            \"hostname\": \"ups-00-20-85-E9-79-33\",\n                            \"mode\": 1,\n                            \"manual\": {\n                                \"domainName\": \"\",\n                                \"dns\": {\n                                    \"preferredServer\": \"192.168.1.1\",\n                                    \"alternateServer\": \"FD00::1\"\n                                }\n                            }\n                        }\n                    },\n                    \"ipv4\": {\n                        \"settings\": {\n                            \"enabled\": true,\n                            \"dhcpEnabled\": true,\n                            \"manual\": {\n                                \"address\": \"192.168.1.2\",\n                                \"subnetMask\": \"255.255.255.0\",\n                                \"gateway\": \"192.168.1.1\"\n                            }\n                        }\n                    },\n                    \"ipv6\": {\n                        \"settings\": {\n                            \"enabled\": true,\n                            \"addressing\": {\n                                \"mode\": 1,\n                                \"manual\": {\n                                    \"address\": \"FD00::2\",\n                                    \"prefixLength\": 64,\n                                    \"gateway\": \"FD00::1\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"powerOutagePolicy\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": [\n                    {\n                        \"id\": \"Zdcu_45lUZ-wHWIWvXHHtg\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": true,\n                                    \"minBatteryCapacity\": 0\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"ga8cuExUVjm1uEx5IJ-GUg\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"after\": 3\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"7674jZMmXBqvCbbNxw_XHA\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"after\": 6\n                                }\n                            }\n                        }\n                    }\n                ]\n            }\n        },\n        \"remoteuser\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"preferences\": {\n                        \"language\": \"en\",\n                        \"dateFormat\": \"m/d/Y\",\n                        \"timeFormat\": 1,\n                        \"temperatureUnit\": 1\n                    }\n                }\n            }\n        },\n        \"schedule\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": []\n            }\n        },\n        \"smtp\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": [],\n                \"dmeData\": {\n                    \"port\": 25,\n                    \"enabled\": true,\n                    \"server\": \"\",\n                    \"requireAuth\": false,\n                    \"user\": \"\",\n                    \"fromAddress\": \"ups@networkcard.com\",\n                    \"requireTls\": true,\n                    \"verifyTlsCert\": false\n                }\n            }\n        },\n        \"snmp\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"enabled\": false,\n                    \"port\": 161,\n                    \"v1\": {\n                        \"enabled\": false,\n                        \"communities\": {\n                            \"readOnly\": {\n                                \"name\": \"public\",\n                                \"enabled\": false\n                            },\n                            \"readWrite\": {\n                                \"name\": \"private\",\n                                \"enabled\": false\n                            }\n                        }\n                    },\n                    \"v3\": {\n                        \"enabled\": true,\n                        \"users\": [\n                            {\n                                \"name\": \"readonly\",\n                                \"allowWrite\": false,\n                                \"enabled\": false,\n                                \"auth\": {\n                                    \"enabled\": true\n                                },\n                                \"priv\": {\n                                    \"enabled\": true\n                                }\n                            },\n                            {\n                                \"name\": \"readwrite\",\n                                \"allowWrite\": true,\n                                \"enabled\": false,\n                                \"auth\": {\n                                    \"enabled\": true\n                                },\n                                \"priv\": {\n                                    \"enabled\": true\n                                }\n                            }\n                        ]\n                    },\n                    \"traps\": {\n                        \"receivers\": []\n                    }\n                }\n            }\n        },\n        \"webserver\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"https\": {\n                        \"enabled\": true,\n                        \"port\": 443\n                    }\n                }\n            }\n        }\n    },\n    \"firmwareVersion\": \"1.5.1\"\n}"}],"_postman_id":"59df922c-aa5a-46a3-8f85-c13243502129"},{"name":"Restore configuration settings","id":"9a8e2738-3411-47e0-804f-e82947436439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"passphrase\": \"password\",\n    \"exclude\": [],\n    \"data\": {\n        \"passphrase\": \"U3AspPHj4HEyQ/9U1RBNBA==:Wi6f52mMFEgZ/Uizw6V1pcK1rvxc9C89c8L1g2PPZEc=\",\n        \"version\": \"1.0\",\n        \"features\": {\n            \"accountService\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"passwordRules\": {\n                            \"strength\": {\n                                \"minLength\": 8,\n                                \"minUpperCase\": 1,\n                                \"minLowerCase\": 1,\n                                \"minDigit\": 1,\n                                \"minSpecialCharacter\": 1\n                            },\n                            \"expiration\": {\n                                \"enabled\": false,\n                                \"afterDays\": 90,\n                                \"defaultAccountNeverExpires\": true\n                            }\n                        },\n                        \"lockoutRules\": {\n                            \"enabled\": false,\n                            \"threshold\": 4,\n                            \"defaultAccountNeverBlocks\": true\n                        },\n                        \"PredefinedAccounts\": [\n                            {\n                                \"credentials\": {\n                                    \"enabled\": true,\n                                    \"username\": \"admin\",\n                                    \"passwordExpired\": false,\n                                    \"locked\": false,\n                                    \"profile\": \"administrators\",\n                                    \"password\": {\n                                        \"plaintext\": null,\n                                        \"cyphered\": \"GpVkT/6GSOn39IyYJxztJA==:sg0UH3s0qCfylaO9STHMfaCic2F91q3VMNYoDGUDiDmY7GaoKWbA0IbA7/doBLVmqdYpGy+c1finHLX92H+ZzW+1GuMzHxvSzcCbPseZEjdIQ0BO+2FwpRxTfc4pUSXwRBQVj2o4vt7bZwXS/3LjFbahjI0FUZvpMQGQJhfsECA=\"\n                                    }\n                                },\n                                \"vCard\": {\n                                    \"fullName\": \"Administrator\",\n                                    \"email\": \"\",\n                                    \"phone\": \"\",\n                                    \"organization\": \"\"\n                                },\n                                \"preferences\": {\n                                    \"notifyByMail\": false,\n                                    \"licenseAgreed\": true,\n                                    \"language\": \"en\",\n                                    \"dateFormat\": \"m/d/Y\",\n                                    \"timeFormat\": 1,\n                                    \"temperatureUnit\": 1\n                                }\n                            }\n                        ]\n                    }\n                }\n            },\n            \"card\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"identification\": {\n                            \"name\": \"\",\n                            \"contact\": \"\",\n                            \"location\": \"\"\n                        }\n                    }\n                }\n            },\n            \"certificateSettings\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"country\": \"FR\",\n                        \"state\": \"38\",\n                        \"location\": \"Grenoble\",\n                        \"organizationName\": \"Eaton\",\n                        \"organizationUnit\": \"Power Quality\",\n                        \"contact\": \"\"\n                    }\n                }\n            },\n            \"date\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"ntp\": {\n                            \"enabled\": true,\n                            \"getServersFromDhcp\": false,\n                            \"servers\": {\n                                \"preferredServer\": \"pool.ntp.org\",\n                                \"alternateServer\": \"\"\n                            }\n                        },\n                        \"timeZone\": \"America/Los_Angeles\"\n                    }\n                }\n            },\n            \"email\": {\n                \"data\": {\n                    \"version\": \"2.0\",\n                    \"dmeData\": {\n                        \"globalHideIpAddress\": false,\n                        \"configurations\": [\n                            {\n                                \"name\": \"Test\",\n                                \"emailAddress\": \"jamesmartin@eaton.com\",\n                                \"enabled\": true,\n                                \"notifyOnEvent\": {\n                                    \"enabled\": true,\n                                    \"cardEvents\": {\n                                        \"critical\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false\n                                        },\n                                        \"warning\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false\n                                        },\n                                        \"info\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false\n                                        }\n                                    },\n                                    \"devicesEvents\": {\n                                        \"critical\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false,\n                                            \"attachMeasuresLog\": false\n                                        },\n                                        \"warning\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false,\n                                            \"attachMeasuresLog\": false\n                                        },\n                                        \"info\": {\n                                            \"subscribe\": false,\n                                            \"attachEventsLog\": false,\n                                            \"attachMeasuresLog\": false\n                                        }\n                                    },\n                                    \"exceptions\": {\n                                        \"notifiedEvents\": \"\",\n                                        \"noneNotifiedEvents\": \"\"\n                                    }\n                                },\n                                \"periodicReport\": {\n                                    \"enabled\": false,\n                                    \"periodicity\": 0,\n                                    \"startTime\": 1623952380,\n                                    \"card\": {\n                                        \"subscribe\": false,\n                                        \"attachEventsLog\": false\n                                    },\n                                    \"devices\": {\n                                        \"subscribe\": false,\n                                        \"attachEventsLog\": false,\n                                        \"attachMeasuresLog\": false\n                                    }\n                                },\n                                \"message\": {\n                                    \"sender\": \"\",\n                                    \"subject\": \"\",\n                                    \"hideIpAddress\": false\n                                }\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ldap\": {\n                \"data\": {\n                    \"version\": \"1.2\",\n                    \"certificateData\": {\n                        \"ca\": [],\n                        \"trustedClient\": []\n                    },\n                    \"dmeData\": {\n                        \"enabled\": false,\n                        \"baseAccess\": {\n                            \"security\": {\n                                \"ssl\": 3,\n                                \"verifyTlsCert\": true\n                            },\n                            \"primary\": {\n                                \"name\": \"Primary\",\n                                \"hostname\": \"\",\n                                \"port\": 636\n                            },\n                            \"secondary\": {\n                                \"name\": \"\",\n                                \"hostname\": \"\",\n                                \"port\": 0\n                            },\n                            \"credentials\": {\n                                \"anonymousSearchBind\": false,\n                                \"searchUserDN\": \"\",\n                                \"password\": {\n                                    \"plaintext\": null,\n                                    \"cyphered\": \"DUGLLZ/muG9esDvQU9LFiA==:RfhqCow5pZBPYu7rsOrIoQ==\"\n                                }\n                            },\n                            \"searchBase\": {\n                                \"searchBaseDN\": \"dc=example,dc=com\"\n                            }\n                        },\n                        \"requestParameters\": {\n                            \"userBaseDN\": \"ou=people,dc=example,dc=com\",\n                            \"userNameAttribute\": \"uid\",\n                            \"uidAttribute\": \"uidNumber\",\n                            \"groupBaseDN\": \"ou=group,dc=example,dc=com\",\n                            \"groupNameAttribute\": \"gid\",\n                            \"gidAttribute\": \"gidNumber\"\n                        },\n                        \"profileMapping\": [\n                            {\n                                \"remoteGroup\": \"\",\n                                \"profile\": \"\"\n                            },\n                            {\n                                \"remoteGroup\": \"\",\n                                \"profile\": \"\"\n                            },\n                            {\n                                \"remoteGroup\": \"\",\n                                \"profile\": \"\"\n                            },\n                            {\n                                \"remoteGroup\": \"\",\n                                \"profile\": \"\"\n                            },\n                            {\n                                \"remoteGroup\": \"\",\n                                \"profile\": \"\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"measure\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"periodicity\": 10\n                    }\n                }\n            },\n            \"mqtt\": {\n                \"data\": {\n                    \"version\": \"1.1\",\n                    \"certificateData\": {\n                        \"ca\": [],\n                        \"trustedClient\": []\n                    }\n                }\n            },\n            \"network\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"link\": {\n                            \"config\": 0\n                        },\n                        \"domain\": {\n                            \"settings\": {\n                                \"hostname\": \"3D-ups-00-20-85-E6-C5\",\n                                \"mode\": 1,\n                                \"manual\": {\n                                    \"domainName\": \"\",\n                                    \"dns\": {\n                                        \"preferredServer\": \"192.168.1.1\",\n                                        \"alternateServer\": \"FD00::1\"\n                                    }\n                                }\n                            }\n                        },\n                        \"ipv4\": {\n                            \"settings\": {\n                                \"enabled\": true,\n                                \"dhcpEnabled\": false,\n                                \"manual\": {\n                                    \"address\": \"192.168.1.1\",\n                                    \"subnetMask\": \"255.255.255.0\",\n                                    \"gateway\": \"192.168.1.254\"\n                                }\n                            }\n                        },\n                        \"ipv6\": {\n                            \"settings\": {\n                                \"enabled\": true,\n                                \"addressing\": {\n                                    \"mode\": 1,\n                                    \"manual\": {\n                                        \"address\": \"FD00::2\",\n                                        \"prefixLength\": 64,\n                                        \"gateway\": \"FD00::1\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"powerOutagePolicy\": {\n                \"data\": {\n                    \"version\": \"2.0\",\n                    \"settings\": {\n                        \"shutdown\": {\n                            \"panicShutdownTriggers\": {\n                                \"onLowStateOfCharge\": true\n                            }\n                        },\n                        \"restart\": {\n                            \"forcedReboot\": true,\n                            \"enabled\": true,\n                            \"minStateOfCharge\": 0\n                        }\n                    },\n                    \"suppliersSettings\": [\n                        {\n                            \"id\": \"1\",\n                            \"settings\": {\n                                \"localShutdownDuration\": 0,\n                                \"shutdownTriggers\": {\n                                    \"powerOutage\": {\n                                        \"enabled\": false,\n                                        \"capacityLessThan\": 0,\n                                        \"afterBackupTime\": 300,\n                                        \"startShutdownBeforeEndOfBackup\": 0,\n                                        \"endShutdownBeforeEndOfBackup\": 30\n                                    }\n                                },\n                                \"restartTriggers\": {\n                                    \"powerOutage\": {\n                                        \"after\": 1\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"settings\": {\n                                \"localShutdownDuration\": 0,\n                                \"shutdownTriggers\": {\n                                    \"powerOutage\": {\n                                        \"enabled\": false,\n                                        \"capacityLessThan\": 0,\n                                        \"afterBackupTime\": 300,\n                                        \"startShutdownBeforeEndOfBackup\": 0,\n                                        \"endShutdownBeforeEndOfBackup\": 30\n                                    }\n                                },\n                                \"restartTriggers\": {\n                                    \"powerOutage\": {\n                                        \"after\": 3\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"settings\": {\n                                \"localShutdownDuration\": 0,\n                                \"shutdownTriggers\": {\n                                    \"powerOutage\": {\n                                        \"enabled\": false,\n                                        \"capacityLessThan\": 0,\n                                        \"afterBackupTime\": 300,\n                                        \"startShutdownBeforeEndOfBackup\": 0,\n                                        \"endShutdownBeforeEndOfBackup\": 30\n                                    }\n                                },\n                                \"restartTriggers\": {\n                                    \"powerOutage\": {\n                                        \"after\": 6\n                                    }\n                                }\n                            }\n                        }\n                    ]\n                }\n            },\n            \"radius\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"enabled\": false,\n                        \"profileMapping\": \"\",\n                        \"authProtocol\": 0,\n                        \"retryNumber\": 0,\n                        \"primary\": {\n                            \"name\": \"\",\n                            \"hostname\": \"\",\n                            \"port\": 1812,\n                            \"sharedSecret\": {\n                                \"plaintext\": null,\n                                \"cyphered\": \"wEkQ6hdb06voMvIzWkLt9A==:pOw8z2z3daWA7xYEe/9OxA==\"\n                            },\n                            \"sourceIp\": \"\",\n                            \"timeout\": 3\n                        },\n                        \"secondary\": {\n                            \"name\": \"\",\n                            \"hostname\": \"\",\n                            \"port\": 1812,\n                            \"sharedSecret\": {\n                                \"plaintext\": null,\n                                \"cyphered\": \"bKLy9CwgpOeaNqpbLjOLIw==:zFvPpipudv3u+KxXLmOtbw==\"\n                            },\n                            \"sourceIp\": \"\",\n                            \"timeout\": 3\n                        }\n                    }\n                }\n            },\n            \"remoteuser\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"preferences\": {\n                            \"language\": \"en\",\n                            \"dateFormat\": \"m/d/Y\",\n                            \"timeFormat\": 1,\n                            \"temperatureUnit\": 2\n                        }\n                    }\n                }\n            },\n            \"schedule\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": []\n                }\n            },\n            \"sessionsService\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"sessionTimeout\": 900,\n                        \"sessionLeaseTime\": 7200\n                    }\n                }\n            },\n            \"smtp\": {\n                \"data\": {\n                    \"version\": \"2.0\",\n                    \"certificateData\": {\n                        \"ca\": []\n                    },\n                    \"dmeData\": {\n                        \"port\": 25,\n                        \"enabled\": true,\n                        \"server\": \"\",\n                        \"requireAuth\": false,\n                        \"user\": \"\",\n                        \"password\": {\n                            \"plaintext\": null,\n                            \"cyphered\": \"Q/aqjNWz7EPDHlPsgX4aQw==:itV8TpnEZsdTXBI0TPuv1w==\"\n                        },\n                        \"fromAddress\": \"ups@networkcard.com\",\n                        \"ssl\": 2,\n                        \"verifyTlsCert\": false\n                    }\n                }\n            },\n            \"snmp\": {\n                \"data\": {\n                    \"version\": \"1.2\",\n                    \"dmeData\": {\n                        \"enabled\": true,\n                        \"port\": 161,\n                        \"v1\": {\n                            \"enabled\": true,\n                            \"communities\": {\n                                \"readOnly\": {\n                                    \"name\": \"public\",\n                                    \"enabled\": true\n                                },\n                                \"readWrite\": {\n                                    \"name\": \"private\",\n                                    \"enabled\": false\n                                }\n                            }\n                        },\n                        \"v3\": {\n                            \"enabled\": false,\n                            \"users\": [\n                                {\n                                    \"name\": \"readonly\",\n                                    \"allowWrite\": false,\n                                    \"enabled\": false,\n                                    \"auth\": {\n                                        \"enabled\": true,\n                                        \"algorithm\": 2,\n                                        \"password\": {\n                                            \"plaintext\": null,\n                                            \"cyphered\": \"L/9+ampgCVtESjgkU75pvg==:xcBVqCpfcigM7aJQBG2wFw==\"\n                                        }\n                                    },\n                                    \"priv\": {\n                                        \"enabled\": true,\n                                        \"algorithm\": 1,\n                                        \"password\": {\n                                            \"plaintext\": null,\n                                            \"cyphered\": \"LaUKc23YQQEQqDxrIyVOcw==:ied4EZB2QbDYR2jRJJ9D+Q==\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"name\": \"readwrite\",\n                                    \"allowWrite\": true,\n                                    \"enabled\": false,\n                                    \"auth\": {\n                                        \"enabled\": true,\n                                        \"algorithm\": 2,\n                                        \"password\": {\n                                            \"plaintext\": null,\n                                            \"cyphered\": \"LriOQ935XuT34G2HOzYcjA==:wwyyp8B+0unBqpFGcgwh0A==\"\n                                        }\n                                    },\n                                    \"priv\": {\n                                        \"enabled\": true,\n                                        \"algorithm\": 1,\n                                        \"password\": {\n                                            \"plaintext\": null,\n                                            \"cyphered\": \"uU9Vxn1tHYIPkSLzoJIy5g==:85dX1fnSoJitV+FLDkWgoQ==\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"traps\": {\n                            \"receivers\": [\n                                {\n                                    \"name\": \"Test1\",\n                                    \"host\": \"192.168.2.1\",\n                                    \"port\": 162,\n                                    \"community\": \"public\",\n                                    \"protocol\": 3,\n                                    \"user\": \"1\",\n                                    \"enabled\": false\n                                }\n                            ]\n                        }\n                    }\n                }\n            },\n            \"syslog\": {\n                \"data\": {\n                    \"version\": \"1.1\",\n                    \"certificateData\": {\n                        \"ca\": [],\n                        \"trustedClient\": []\n                    },\n                    \"dmeData\": {\n                        \"enabled\": false,\n                        \"servers\": [\n                            {\n                                \"name\": \"Primary\",\n                                \"enabled\": false,\n                                \"hostname\": \"\",\n                                \"protocol\": 2,\n                                \"port\": 6514,\n                                \"tcpFraming\": 1,\n                                \"usingByteOrderMask\": false,\n                                \"security\": {\n                                    \"ssl\": 2,\n                                    \"verifyTlsCert\": true\n                                }\n                            },\n                            {\n                                \"name\": \"\",\n                                \"enabled\": false,\n                                \"hostname\": \"\",\n                                \"protocol\": 2,\n                                \"port\": 6514,\n                                \"tcpFraming\": 1,\n                                \"usingByteOrderMask\": false,\n                                \"security\": {\n                                    \"ssl\": 2,\n                                    \"verifyTlsCert\": true\n                                }\n                            }\n                        ]\n                    }\n                }\n            },\n            \"webserver\": {\n                \"data\": {\n                    \"version\": \"1.0\",\n                    \"dmeData\": {\n                        \"https\": {\n                            \"enabled\": true,\n                            \"port\": 443\n                        }\n                    }\n                }\n            }\n        },\n        \"firmwareVersion\": \"2.0.5\"\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/restoreSettings","description":"<p>Restore configuration settings action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","restoreSettings"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"53f40299-881a-43e7-98e4-a15e2121efef","name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/restoreSettings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"exclude\":[],\"data\": {\n    \"version\": \"1.0\",\n    \"features\": {\n        \"accountService\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"passwordRules\": {\n                        \"strength\": {\n                            \"minLength\": 8,\n                            \"minUpperCase\": 1,\n                            \"minLowerCase\": 1,\n                            \"minDigit\": 1,\n                            \"minSpecialCharacter\": 1\n                        },\n                        \"expiration\": {\n                            \"enabled\": false,\n                            \"afterDays\": 90,\n                            \"defaultAccountNeverExpires\": true\n                        }\n                    },\n                    \"lockoutRules\": {\n                        \"enabled\": false,\n                        \"threshold\": 4,\n                        \"defaultAccountNeverBlocks\": true\n                    }\n                }\n            }\n        },\n        \"card\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"identification\": {\n                        \"name\": \"\",\n                        \"contact\": \"\",\n                        \"location\": \"\"\n                    }\n                }\n            }\n        },\n        \"date\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"ntp\": {\n                        \"enabled\": false,\n                        \"getServersFromDhcp\": false,\n                        \"servers\": {\n                            \"preferredServer\": \"\",\n                            \"alternateServer\": \"\"\n                        }\n                    },\n                    \"timeZone\": \"Europe/Paris\"\n                }\n            }\n        },\n        \"email\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": []\n            }\n        },\n        \"ldap\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": [],\n                \"dmeData\": {\n                    \"enabled\": false,\n                    \"baseAccess\": {\n                        \"security\": {\n                            \"ssl\": 3,\n                            \"verifyTlsCert\": true\n                        },\n                        \"primary\": {\n                            \"name\": \"Primary\",\n                            \"hostname\": \"\",\n                            \"port\": 636\n                        },\n                        \"secondary\": {\n                            \"name\": \"\",\n                            \"hostname\": \"\",\n                            \"port\": 0\n                        },\n                        \"credentials\": {\n                            \"anonymousSearchBind\": false,\n                            \"searchUserDN\": \"\"\n                        },\n                        \"searchBase\": {\n                            \"searchBaseDN\": \"dc=example,dc=com\"\n                        }\n                    },\n                    \"requestParameters\": {\n                        \"userBaseDN\": \"ou=people,dc=example,dc=com\",\n                        \"userNameAttribute\": \"uid\",\n                        \"uidAttribute\": \"uidNumber\",\n                        \"groupBaseDN\": \"ou=group,dc=example,dc=com\",\n                        \"groupNameAttribute\": \"gid\",\n                        \"gidAttribute\": \"gidNumber\"\n                    },\n                    \"profileMapping\": [\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        },\n                        {\n                            \"remoteGroup\": \"\",\n                            \"profile\": 0\n                        }\n                    ]\n                }\n            }\n        },\n        \"measure\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"periodicity\": 60\n                }\n            }\n        },\n        \"mqtt\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": []\n            }\n        },\n        \"network\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"link\": {\n                        \"config\": 0\n                    },\n                    \"domain\": {\n                        \"settings\": {\n                            \"hostname\": \"ups-00-20-85-E9-79-33\",\n                            \"mode\": 1,\n                            \"manual\": {\n                                \"domainName\": \"\",\n                                \"dns\": {\n                                    \"preferredServer\": \"192.168.1.1\",\n                                    \"alternateServer\": \"FD00::1\"\n                                }\n                            }\n                        }\n                    },\n                    \"ipv4\": {\n                        \"settings\": {\n                            \"enabled\": true,\n                            \"dhcpEnabled\": true,\n                            \"manual\": {\n                                \"address\": \"192.168.1.2\",\n                                \"subnetMask\": \"255.255.255.0\",\n                                \"gateway\": \"192.168.1.1\"\n                            }\n                        }\n                    },\n                    \"ipv6\": {\n                        \"settings\": {\n                            \"enabled\": true,\n                            \"addressing\": {\n                                \"mode\": 1,\n                                \"manual\": {\n                                    \"address\": \"FD00::2\",\n                                    \"prefixLength\": 64,\n                                    \"gateway\": \"FD00::1\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"powerOutagePolicy\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": [\n                    {\n                        \"id\": \"Zdcu_45lUZ-wHWIWvXHHtg\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": true,\n                                    \"minBatteryCapacity\": 0\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"ga8cuExUVjm1uEx5IJ-GUg\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"after\": 3\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"7674jZMmXBqvCbbNxw_XHA\",\n                        \"settings\": {\n                            \"localShutdownDuration\": 0,\n                            \"shutdownTriggers\": {\n                                \"powerOutage\": {\n                                    \"enabled\": false,\n                                    \"capacityLessThan\": 0,\n                                    \"afterBackupTime\": 300,\n                                    \"startShutdownBeforeEndOfBackup\": 0,\n                                    \"endShutdownBeforeEndOfBackup\": 30\n                                }\n                            },\n                            \"restartTriggers\": {\n                                \"powerOutage\": {\n                                    \"after\": 6\n                                }\n                            }\n                        }\n                    }\n                ]\n            }\n        },\n        \"remoteuser\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"preferences\": {\n                        \"language\": \"en\",\n                        \"dateFormat\": \"m/d/Y\",\n                        \"timeFormat\": 1,\n                        \"temperatureUnit\": 1\n                    }\n                }\n            }\n        },\n        \"schedule\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": []\n            }\n        },\n        \"smtp\": {\n            \"data\": {\n                \"version\": \"1.1\",\n                \"certificateData\": [],\n                \"dmeData\": {\n                    \"port\": 25,\n                    \"enabled\": true,\n                    \"server\": \"\",\n                    \"requireAuth\": false,\n                    \"user\": \"\",\n                    \"fromAddress\": \"ups@networkcard.com\",\n                    \"requireTls\": true,\n                    \"verifyTlsCert\": false\n                }\n            }\n        },\n        \"snmp\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"enabled\": true,\n                    \"port\": 161,\n                    \"v1\": {\n                        \"enabled\": true,\n                        \"communities\": {\n                            \"readOnly\": {\n                                \"name\": \"public\",\n                                \"enabled\": true\n                            },\n                            \"readWrite\": {\n                                \"name\": \"private\",\n                                \"enabled\": false\n                            }\n                        }\n                    },\n                    \"v3\": {\n                        \"enabled\": false,\n                        \"users\": [\n                            {\n                                \"name\": \"readonly\",\n                                \"allowWrite\": false,\n                                \"enabled\": false,\n                                \"auth\": {\n                                    \"enabled\": true\n                                },\n                                \"priv\": {\n                                    \"enabled\": true\n                                }\n                            },\n                            {\n                                \"name\": \"readwrite\",\n                                \"allowWrite\": true,\n                                \"enabled\": false,\n                                \"auth\": {\n                                    \"enabled\": true\n                                },\n                                \"priv\": {\n                                    \"enabled\": true\n                                }\n                            }\n                        ]\n                    },\n                    \"traps\": {\n                        \"receivers\": []\n                    }\n                }\n            }\n        },\n        \"webserver\": {\n            \"data\": {\n                \"version\": \"1.0\",\n                \"dmeData\": {\n                    \"https\": {\n                        \"enabled\": true,\n                        \"port\": 443\n                    }\n                }\n            }\n        }\n    },\n    \"firmwareVersion\": \"1.5.1\"\n}\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/restoreSettings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 18:41:09 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9a8e2738-3411-47e0-804f-e82947436439"},{"name":"Get Maintenance Report","id":"6251e1a6-5e4f-410a-bc84-f91c694a2ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/getMaintenanceReport","description":"<p>Get maintenance report action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","getMaintenanceReport"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6251e1a6-5e4f-410a-bc84-f91c694a2ece"},{"name":"Upgrade Firmware","id":"3d81850b-9ba6-44e6-8c02-af0801bc2340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"upgradeFile","type":"file","value":null}]},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/upgrade","description":"<p>Network card firmware upgrade action</p>\n<p>Errors:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>403: Current user has no enough privileges \n\n413: Request Entity Too Large \n\n423: An upgrade is already pending \n\n507: Insufficient storage \n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","upgrade"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d81850b-9ba6-44e6-8c02-af0801bc2340"},{"name":"/rest/mbdetnrs/1.0/managers/1/actions/upgrade","id":"23a6f8b8-b32f-437d-8d15-afa0fa1f3185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/actions/upgrade","description":"<p>Return firmware upgrade status</p>\n<p>JSON:</p>\n<p>{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"step\": [0-7],\n\n\"flashProgress\": [percentage complete],\n\n\"error\": \"[plain text error]\"\n</code></pre><p>}</p>\n<p>step:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>0: Not initiated (auto reset to after \"done\" for 10s )\n\n1: Transferring\n\n2: Verifying package\n\n3: Flashing firmware (see flashProgress for a detail \nprogression)\n\n4: Configuring system\n\n5: Flashing bootloader\n\n6: Done (check error field to know if any error occured)\n\n7: Rebooting (set 5 seconds before the card reboot to let the UI retrieve the reboot step before TNTNet is killed)\n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","actions","upgrade"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23a6f8b8-b32f-437d-8d15-afa0fa1f3185"},{"name":"Switch Off","id":"e20a45e0-c763-46fa-b845-44a348072c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerDistributions","1","actions","switchOff"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"6118f211-2c32-4f20-a712-6e4f74e21b50","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 May 2022 07:48:36 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"791"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"d060feb1-7597-5abc-a11a-955f6db16a84\",\n        \"physicalName\": \"Eaton 9SX 1500\",\n        \"friendlyName\": \"Eaton 9SX 1500\",\n        \"partNumber\": \"9SX1500\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 9SX 1500\",\n        \"serialNumber\": \"PC23K48DH3\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 9SX\",\n        \"firmwareVersion\": \"01.06.5492\",\n        \"name\": \"Eaton 9SX 1500\"\n    },\n    \"settings\": {\n        \"audibleAlarmControl\": \"disabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 0,\n        \"forcedRebootEnabled\": true,\n        \"remoteControlEnabled\": true,\n        \"voltageHighDetection\": 144,\n        \"voltageLowDetection\": 70\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"bootloaderMode\": false,\n        \"buildingAlarm\": false,\n        \"compatibilityFault\": false,\n        \"configurationFault\": false,\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"emergencySwitchOff\": false,\n        \"fanFault\": false,\n        \"internalFailure\": false,\n        \"temperatureOutOfRange\": false,\n        \"watchdogFault\": false,\n        \"mode\": \"on line\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 0,\n        \"topology\": \"online\",\n        \"voltageRange\": \"low voltage\",\n        \"activePower\": {\n            \"nominal\": 1350\n        },\n        \"apparentPower\": {\n            \"nominal\": 1500\n        },\n        \"current\": {\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"nominal\": 60\n        },\n        \"voltage\": {\n            \"hysteresisDetection\": 5,\n            \"nominal\": 120\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOn\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\"\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\"\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem\"\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\"\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters\"\n    }\n}"},{"id":"75dc264d-14a1-4831-a0bc-69e81d991eb0","name":"/rest/mbdetnrs/1.0/powerDistributions/1","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://{{domain}}/rest/mbdetnrs/1.0/powerDistributions/1?$expand=2","protocol":"https","host":["{{domain}}"],"path":["rest","mbdetnrs","1.0","powerDistributions","1"],"query":[{"key":"$expand","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 17 Jun 2023 10:05:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1228"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=995"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"communicationStatus\": {\n        \"state\": \"ok\",\n        \"since\": \"2023-06-14T00:12:49.000Z\"\n    },\n    \"identification\": {\n        \"uuid\": \"11c681ca-0344-50cf-b1f1-3ecb78e85373\",\n        \"physicalName\": \"Eaton 5P 1500 R Li-ion\",\n        \"friendlyName\": \"Eaton 5P 1500 R Li-ion\",\n        \"partNumber\": \"5P1500R-L\",\n        \"referenceNumber\": \"9896\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 5P 1500 R Li-ion\",\n        \"serialNumber\": \"G126J44002\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 5P\",\n        \"firmwareVersion\": \"01.06.0018\",\n        \"name\": \"Eaton 5P 1500 R Li-ion\"\n    },\n    \"settings\": {\n        \"audibleAlarm\": \"enabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 0,\n        \"forcedRebootEnabled\": true,\n        \"nominalVoltage\": 120,\n        \"remoteControlEnabled\": true,\n        \"sensitivityMode\": \"high sensitivity\",\n        \"voltageHighDetection\": 151,\n        \"voltageLowDetection\": 89\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"bootloaderMode\": false,\n        \"communicationFault\": false,\n        \"configurationFault\": false,\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"emergencySwitchOff\": false,\n        \"fanFault\": false,\n        \"internalFailure\": false,\n        \"shutdownImminent\": false,\n        \"systemAlarm\": false,\n        \"temperatureOutOfRange\": false,\n        \"mode\": \"on line interactive normal\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 10,\n        \"supported\": true,\n        \"topology\": \"line interactive\",\n        \"voltageRange\": \"low voltage\",\n        \"activePower\": {\n            \"nominal\": 1100\n        },\n        \"apparentPower\": {\n            \"nominal\": 1440\n        },\n        \"current\": {\n            \"nominal\": 12\n        },\n        \"frequency\": {\n            \"nominal\": 60\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102\n        },\n        \"voltage\": {\n            \"nominal\": 120\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/switchOn\",\n        \"#upgrade\": \"/rest/mbdetnrs/1.0/powerDistributions/1/actions/upgrade\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/activeAlarms\",\n        \"members@count\": 0,\n        \"members\": []\n    },\n    \"mostCriticalAlarm\": null,\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs\",\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/inputs/1\"\n            }\n        ]\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs\",\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outputs/1\"\n            }\n        ]\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem\",\n        \"powerBank\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/backupSystem/powerBank\"\n        }\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets\",\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/1\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/2\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/outlets/3\"\n            }\n        ]\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters\",\n        \"avr\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters/avr\"\n        },\n        \"inverter\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/powerConverters/inverter\"\n        }\n    },\n    \"environment\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/environment\",\n        \"identification\": {\n            \"uuid\": \"3aff0b93-d125-5fc7-bb3a-843db8d600fe\",\n            \"physicalName\": \"Environment\",\n            \"friendlyName\": \"Environment\"\n        },\n        \"status\": {\n            \"health\": \"ok\",\n            \"temperatureTooHigh\": false\n        },\n        \"activeAlarms\": {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/environment/activeAlarms\"\n        },\n        \"mostCriticalAlarm\": null\n    },\n    \"firmwareUpgrade\": {\n        \"@id\": \"/rest/mbdetnrs/1.0/powerDistributions/1/firmwareUpgrade\",\n        \"status\": {\n            \"operating\": \"unknown\",\n            \"health\": \"ok\",\n            \"lastResultDate\": \"infinite\",\n            \"progress\": 0,\n            \"startDate\": \"infinite\",\n            \"currentUpgradeTaskIndex\": 0,\n            \"currentUpgradeTaskName\": \"\",\n            \"totalUpgradeTasks\": 0,\n            \"state\": \"idle\",\n            \"lastResult\": \"none\"\n        },\n        \"actions\": {\n            \"#upgrade\": \"/rest/mbdetnrs/1.0/powerDistributions/1/firmwareUpgrade/actions/upgrade\"\n        }\n    }\n}"}],"_postman_id":"e20a45e0-c763-46fa-b845-44a348072c2c"}],"id":"2cb962cc-397e-47f5-8d44-71f6723df39a","_postman_id":"2cb962cc-397e-47f5-8d44-71f6723df39a","description":""},{"name":"Firmwares","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/firmwares/1","id":"8bba2472-1767-429c-a528-055d33ac1c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/firmwares/1","description":"<p>Primary firmware instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","firmwares","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bba2472-1767-429c-a528-055d33ac1c53"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/firmwares/2","id":"92294593-cd8e-40a3-a328-55a68c3f0037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/firmwares/2","description":"<p>Secondary firmware instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","firmwares","2"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92294593-cd8e-40a3-a328-55a68c3f0037"},{"name":"/rest/mbdetnrs/1.0/managers/1/firmwares/","id":"4bc82e7c-cc02-4534-b754-ab3e14a17312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/firmwares/","description":"<p>Return all firmware instances</p>\n<p>JSON:\n{\n    \"members@count\": 2,\n    \"members\":\n    [\n        {\n            \"id\": 1,\n            \"@id\": \"/rest/mbdetnrs/1.0/managers/1/firmwares/1\",\n            \"firmwareVersion\": \"02.04.1234\",\n            \"firmwareDate\": ,\n            \"firmwareSha\": \"bbb1c64\",\n            \"installationDate\": ,\n            \"status\": [0-4],\n            \"activationDate\": \n        },\n        {\n            \"id\": 2,\n            \"@id\": \"/rest/mbdetnrs/1.0/managers/1/firmwares/2\",\n            \"firmwareVersion\": \"02.03.6789\",\n            \"firmwareDate\": ,\n            \"firmwareSha\": \"abcd122\",\n            \"installationDate\": ,\n            \"status\": [0-4],\n            \"activationDate\": \n        }\n    ]\n}</p>\n<p>Fields definition</p>\n<p>firmwareVersion: read-only string, firmware version</p>\n<p>firmwareDate: read-only integer, UNIX timestamp of firmware release date</p>\n<p>firmwareSha: read-only string, first 7 digits of firmware SHA1 in GIT repository </p>\n<p>installationDate: read-only integer, UNIX timestamp set to current time by upgrade process once flashing is done and verified. Reset to 0 by upgrade process on partition erasure.</p>\n<p>status: read-only integer, status of firmware image\n    0: uploading\n    1: invalid\n    2: valid\n    3: pending reboot\n    4: active\n    5: flashing</p>\n<p>activationDate: read-only integer, UNIX timestamp set to current time at first boot (the first time firmware is activated). Reset to 0 by upgrade process on partition erasure.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","firmwares",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bc82e7c-cc02-4534-b754-ab3e14a17312"}],"id":"0787bff1-ee43-49f7-a765-31ba304edbfd","_postman_id":"0787bff1-ee43-49f7-a765-31ba304edbfd","description":""},{"name":"Time Service","item":[{"name":"Read Time Service","id":"91c22233-0f48-4fe3-87e3-f35234c6d1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService","description":"<p>Time configuration</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","timeService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ad89b6c6-e17f-4195-b799-577fddadd4f6","name":"Read Manual Time Service","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jun 2019 13:12:53 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"345"},{"key":"Keep-Alive","value":"timeout=15000, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/managers/1/timeService\",\n    \"ntp\": {\n        \"status\": {\n            \"operating\": 5,\n            \"health\": 0\n        },\n        \"enabled\": false,\n        \"getServersFromDhcp\": false,\n        \"servers\": {\n            \"preferredServer\": \"pool.ntp.org\",\n            \"alternateServer\": \"us.pool.ntp.org\"\n        }\n    },\n    \"manual\": null,\n    \"utcTime\": 1560777173,\n    \"timeZone\": \"America/New_York\"\n}"},{"id":"60e8029e-6f1c-41cd-9aa7-8fea353dcfeb","name":"Read NTP Time Service","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jun 2019 13:42:45 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"329"},{"key":"Keep-Alive","value":"timeout=15000, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/managers/1/timeService\",\n    \"ntp\": {\n        \"status\": {\n            \"operating\": 3,\n            \"health\": 0\n        },\n        \"enabled\": true,\n        \"getServersFromDhcp\": false,\n        \"servers\": {\n            \"preferredServer\": \"pool.ntp.org\",\n            \"alternateServer\": \"\"\n        }\n    },\n    \"manual\": null,\n    \"utcTime\": 1560778965,\n    \"timeZone\": \"America/New_York\"\n}"}],"_postman_id":"91c22233-0f48-4fe3-87e3-f35234c6d1e5"},{"name":"Update Time Service (Manual)","id":"297db967-fbcd-4b9e-9609-41b8e9f42767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"timeZone\": \"America/New_York\",\r\n    \"ntp\": {\"enabled\": false},\r\n    \"manual\": {\"newTime\": 1595961616}\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService","description":"<p>newTime parameter is in Unix time stamp format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","timeService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"2bfaeae7-f4d5-4f70-8879-dc39488ab155","name":"Update Time Service (Manual)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"timeZone\": \"America/New_York\",\r\n    \"ntp\": {\"enabled\": false},\r\n    \"manual\": {\"newTime\": 1560777150}\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jun 2019 13:46:21 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"297db967-fbcd-4b9e-9609-41b8e9f42767"},{"name":"Update Time Service to NTP","id":"21e52f7b-7147-461c-9c34-51efe6bf57f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"timeZone\": \"America/New_York\",\r\n    \"ntp\": {\r\n        \"enabled\": true,\r\n        \"servers\": {\r\n        \t\"preferredServer\": \"pool.ntp.org\",\r\n        \t\"alternateServer\": \"us.pool.ntp.org\"\r\n        }\r\n    }\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","timeService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9d396b2e-0dd0-4aa9-b9f6-6bd88381c3f4","name":"Update Time Service to NTP","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"timeZone\": \"America/New_York\",\r\n    \"ntp\": {\r\n        \"enabled\": true,\r\n        \"servers\": {\r\n        \t\"preferredServer\": \"pool.ntp.org\",\r\n        \t\"alternateServer\": \"us.pool.ntp.org\"\r\n        }\r\n    }\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/timeService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jun 2019 13:44:53 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"21e52f7b-7147-461c-9c34-51efe6bf57f8"}],"id":"d34154f4-3914-4d70-a985-64e62560159a","_postman_id":"d34154f4-3914-4d70-a985-64e62560159a","description":""},{"name":"Email Service","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/emailService","id":"1dcb81c7-d87e-4d57-97ba-6c9170a6132f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/emailService/configurations","description":"<p>Return email configurations</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","emailService","configurations"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dcb81c7-d87e-4d57-97ba-6c9170a6132f"},{"name":"Save Email Notification Configuration","id":"f0ffbe4a-a757-429f-a68e-2321e3018a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Notify Me\",\n    \"emailAddress\": \"test@test.com\",\n    \"enabled\": false,\n    \"notifyOnEvent\": {\n        \"enabled\": false,\n        \"cardEvents\": {\n            \"critical\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false\n            },\n            \"warning\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false\n            },\n            \"info\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false\n            }\n        },\n        \"devicesEvents\": {\n            \"critical\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false,\n                \"attachMeasuresLog\": false\n            },\n            \"warning\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false,\n                \"attachMeasuresLog\": false\n            },\n            \"info\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": false,\n                \"attachMeasuresLog\": false\n            }\n        },\n        \"exceptions\": {\n            \"notifiedEvents\": \"\",\n            \"noneNotifiedEvents\": \"\"\n        }\n    },\n    \"periodicReport\": {\n        \"enabled\": false,\n        \"card\": {\n            \"subscribe\": false,\n            \"attachEventsLog\": false\n        },\n        \"devices\": {\n            \"subscribe\": false,\n            \"attachEventsLog\": false,\n            \"attachMeasuresLog\": false\n        }\n    },\n    \"message\": {\n        \"sender\": \"\",\n        \"subject\": \"\"\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/emailService/configurations","description":"<p>Email configurations</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","emailService","configurations"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0ffbe4a-a757-429f-a68e-2321e3018a20"}],"id":"b002bc20-3379-49cf-808f-113a7a479016","_postman_id":"b002bc20-3379-49cf-808f-113a7a479016","description":""},{"name":"Network Service","item":[{"name":"Protocols","item":[{"name":"SNMP","item":[{"name":"SNMPv1 Community Settings 1","id":"8fea5069-a088-4f38-84c2-0aeedd67fa9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"public\",\n    \"allowWrite\": false,\n    \"enabled\": true\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v1/communities/1","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","v1","communities","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"90ea2904-a11e-40f0-b174-ed636d022042","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"8fea5069-a088-4f38-84c2-0aeedd67fa9b"},{"name":"SNMPv1 Community Settings 2","id":"e64379d5-ebca-4d06-ac5b-56fe2e847c4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"private\",\n    \"allowWrite\": true,\n    \"enabled\": true\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v1/communities/2","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","v1","communities","2"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"159899f3-6e31-4cea-9459-9e34f37475be","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e64379d5-ebca-4d06-ac5b-56fe2e847c4f"},{"name":"SNMPv3 User Settings","id":"65eb3236-d05c-41d1-870a-a2e3e88a4f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1","description":"<p>Authentication algorithms:</p>\n<p>SHA - 1,\nSHA256 - 2,\nSHA384 - 3,\nSHA512 - 4,</p>\n<p>Privacy Algorithms:</p>\n<p>AES - 1,\nAES192 - 2,\nAES256 - 3</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","v3","users","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cb13e523-d2dc-4788-8879-412c707b9697","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"65eb3236-d05c-41d1-870a-a2e3e88a4f93"},{"name":"SNMPv1 Trap Receivers","id":"b0583c37-752d-46f9-bd30-8561ae0afd99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true,\n    \"name\": \"Trap Receiver\",\n    \"host\": \"192.168.1.1\",\n    \"port\": 162,\n    \"protocol\": 1,\n    \"community\": \"public\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/traps/receivers","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","traps","receivers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"7562c7ad-ea13-4def-afab-dc2964529a1a","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b0583c37-752d-46f9-bd30-8561ae0afd99"},{"name":"SNMPv3 Trap Receivers","id":"e419da22-7b20-4464-8b71-904d7dae0bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": true,\n    \"name\": \"Trap Receiver\",\n    \"host\": \"192.168.1.1\",\n    \"port\": 162,\n    \"protocol\": 3,\n    \"user\": \"/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/traps/receivers","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","traps","receivers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"d919e60e-3288-4657-82ef-6fe75efe8cfe","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e419da22-7b20-4464-8b71-904d7dae0bd0"},{"name":"Get Trap Receivers","id":"bd9894be-5a1b-435b-9687-21872f51bdb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/traps/receivers","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","traps","receivers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"5e80815e-5f41-4de1-8966-b8052ce6524c","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"bd9894be-5a1b-435b-9687-21872f51bdb6"},{"name":"Update Trap Receiver","id":"cccf00ee-5c78-43a4-a733-fe3ebe7137f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test1\",\n    \"host\": \"192.168.2.1\",\n    \"port\": 162,\n    \"protocol\": 1,\n    \"community\": \"public\",\n    \"enabled\": false,\n    \"user\": \"/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/traps/receivers/6BrA7O7uTXSgxONIpliLlA","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","traps","receivers","6BrA7O7uTXSgxONIpliLlA"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0fa0acef-e92a-4330-9856-6faef3527ae9","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"cccf00ee-5c78-43a4-a733-fe3ebe7137f4"},{"name":"Get Specific Trap Receiver","id":"347e494e-269e-4cd6-a34e-afce9da6f923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/traps/receivers/6BrA7O7uTXSgxONIpliLlA","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","snmp","traps","receivers","6BrA7O7uTXSgxONIpliLlA"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"be98fc54-64f3-4aee-864b-3fb8910b611a","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"347e494e-269e-4cd6-a34e-afce9da6f923"}],"id":"ef1ce2a9-2487-4ef7-adcf-91e186b40ca3","_postman_id":"ef1ce2a9-2487-4ef7-adcf-91e186b40ca3","description":""},{"name":"SMTP","item":[{"name":"SMTP Settings","id":"23b9fbe8-ce88-4e5f-b31a-782e557d5aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"serviceAvailable\": false,\n    \"enabled\": true,\n    \"server\": \"smtp.email.org\",\n    \"port\": 25,\n    \"requireAuth\": true,\n    \"user\": \"user\",\n    \"password\": \"Password1!\",\n    \"fromAddress\": \"ups@networkcard.com\",\n    \"requireTls\": true,\n    \"verifyTlsCert\": false\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/smtp","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols","smtp"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"d3727394-24e3-4af6-87d4-477bcc1cac0d","name":"SNMPv3 User Settings","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"readonly\",\n    \"enabled\": true,\n    \"allowWrite\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"authPassword\": \"password\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": 1,\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 17:48:13 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"23b9fbe8-ce88-4e5f-b31a-782e557d5aa3"}],"id":"12142e55-8c37-49d3-a0eb-045ef33ff9f4","_postman_id":"12142e55-8c37-49d3-a0eb-045ef33ff9f4","description":""},{"name":"/rest/mbdetnrs/1.0/managers/1/networkService/protocols","id":"1afb5c38-59e7-4606-b670-3acd9d191164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"snmp\": {\n        \"enabled\": true,\n        \"port\": 161,\n        \"v1\": {\n            \"enabled\": true\n        },\n        \"v3\": {\n            \"enabled\": true\n        }\n    },\n    \"webserver\": {\n        \"https\": {\n            \"enabled\": true,\n            \"port\": 443\n        },\n        \"http\": {\n            \"enabled\": false,\n            \"port\": 80\n        }\n    }\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols","description":"<p>Protocol data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1afb5c38-59e7-4606-b670-3acd9d191164"},{"name":"/rest/mbdetnrs/1.0/managers/1/networkService/protocols","id":"19f764f3-9131-4f05-8df3-a54047572366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/protocols","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","protocols"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19f764f3-9131-4f05-8df3-a54047572366"}],"id":"59c89c17-9b23-49e0-9178-2cacaeafbcba","_postman_id":"59c89c17-9b23-49e0-9178-2cacaeafbcba","description":""},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/networkInterfaces","id":"ee8037ea-fe3c-4d26-a348-07683d3a45cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/networkInterfaces","description":"<p>Return all network interface instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","networkInterfaces"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee8037ea-fe3c-4d26-a348-07683d3a45cc"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/networkInterfaces/1","id":"284e9fee-f0ba-4ff2-bee3-b0753643a1f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/networkInterfaces/1","description":"<p>Network interface instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","networkInterfaces","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"284e9fee-f0ba-4ff2-bee3-b0753643a1f3"},{"name":"Change hostname","id":"d23b24db-2d43-4adf-a258-c4e5123e75d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"\"3D-ups-00-20-85-E6-C5\""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/networkService/networkInterfaces/1/domain/settings/hostname","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","networkService","networkInterfaces","1","domain","settings","hostname"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d23b24db-2d43-4adf-a258-c4e5123e75d6"}],"id":"a4dbb46f-4b21-425d-97c2-7f741f5dfa18","_postman_id":"a4dbb46f-4b21-425d-97c2-7f741f5dfa18","description":""},{"name":"Certificate Manager","item":[{"name":"Webserver","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export","id":"240f7985-c915-4a6e-bf90-c56890e2736e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"","value":"","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export","description":"<p>Export certificate action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","export"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"240f7985-c915-4a6e-bf90-c56890e2736e"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/revoke","id":"8bbbdb94-cbb5-4e26-bf32-2fddc55e3519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/revoke","description":"<p>Revoke webserver certificate action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","revoke"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bbbdb94-cbb5-4e26-bf32-2fddc55e3519"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/import","id":"f18cb99c-ec59-4582-a078-8ed6c1fce123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/import","description":"<p>Import webserver certificate action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","import"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f18cb99c-ec59-4582-a078-8ed6c1fce123"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/csr/actions/generate","id":"9cc43021-bb38-4ff7-9934-b32d7c76df2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver/serverAuthentication/csr/actions/generate","description":"<p>Webserver certificate signing request action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","webserver","serverAuthentication","csr","actions","generate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cc43021-bb38-4ff7-9934-b32d7c76df2b"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver","id":"54a38e4f-d420-40f2-8bad-0d488fcaf0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/webserver","description":"<p>Webserver certificate data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","webserver"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54a38e4f-d420-40f2-8bad-0d488fcaf0f9"}],"id":"074915c3-14f5-4f7a-a108-c4d4a2e083f7","_postman_id":"074915c3-14f5-4f7a-a108-c4d4a2e083f7","description":""},{"name":"MQTT","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt","id":"acfe3efa-50ab-4065-bf39-861a3354e755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acfe3efa-50ab-4065-bf39-861a3354e755"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/export","id":"855f644c-9323-4126-9ae0-62de655e38f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/export","description":"<p>MQTT certificate export request</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","export"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"855f644c-9323-4126-9ae0-62de655e38f4"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/revoke","id":"4f44c29e-1beb-49f8-87a2-957d1c387651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/revoke","description":"<p>MQTT certificate revoke action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","revoke"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f44c29e-1beb-49f8-87a2-957d1c387651"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/import","id":"d0a1b11e-466a-499d-8eb1-ffa1aa12aaac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/import","description":"<p>MQTT certificate import action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","import"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0a1b11e-466a-499d-8eb1-ffa1aa12aaac"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/details","id":"8e4ad686-2505-467b-a4f9-479a8a87998d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/details","description":"<p>MQTT certificate details</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","details"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e4ad686-2505-467b-a4f9-479a8a87998d"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/csr/actions/generate","id":"5d4a9ec1-0180-43d9-acf2-661c3b10190a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/csr/actions/generate","description":"<p>MQTT certificate signing request action</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","serverAuthentication","csr","actions","generate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d4a9ec1-0180-43d9-acf2-661c3b10190a"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities","id":"73be6c92-0337-4fc1-b365-8c2805057a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities","description":"<p>MQTT certificat authorities</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","clientsAuthentication","certificateAuthorities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73be6c92-0337-4fc1-b365-8c2805057a0f"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients","id":"e4e05395-e052-4f4e-8cfa-a672cd12f2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients","description":"<p>MQTT trusted clients</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4e05395-e052-4f4e-8cfa-a672cd12f2d6"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/4438a9cd.0","id":"b9bc2ac6-79d7-4db0-88e5-ef7f1a44b9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/4438a9cd.0","description":"<p>MQTT trusted client instance</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients","4438a9cd.0"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9bc2ac6-79d7-4db0-88e5-ef7f1a44b9bd"}],"id":"5145a622-d886-42b5-9b76-62a6e766e4a0","_postman_id":"5145a622-d886-42b5-9b76-62a6e766e4a0","description":""},{"name":"LDAP","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","id":"49138e49-5cbc-4bab-872d-9023aee2060a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{          \r\n\r\n  \"certificate\":  \"-----BEGIN CERTIFICATE-----\\nMIIDhzCCAm+gAwI [...] 1c+0UZwlNBS93/itGnen2qdxlk9g==\\n-----END CERTIFICATE-----\\n\",\r\n\r\n  \"format\": \"PEM\"\r\n\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","description":"<p>Import CA</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities","{{LDAP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49138e49-5cbc-4bab-872d-9023aee2060a"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities","id":"a20fde94-183c-4b4a-8888-c4a63dff55b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities","description":"<p>Return all certificate authorities</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a20fde94-183c-4b4a-8888-c4a63dff55b9"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients","id":"2202d7f0-3f9d-426c-8af4-5b541dbb23d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients","description":"<p>Return all trusted clients</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap","clientsAuthentication","trustedClients"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2202d7f0-3f9d-426c-8af4-5b541dbb23d0"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap","id":"3a98d1f1-8332-4542-a945-2cfbb099a259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap","description":"<p>Return all LDAP services</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a98d1f1-8332-4542-a945-2cfbb099a259"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","id":"5a1808f1-e0c3-481b-a03c-a6ccf16d5368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","description":"<p>Return LDAP CA instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities","{{LDAP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a1808f1-e0c3-481b-a03c-a6ccf16d5368"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","id":"7f9011cd-c6ee-45d4-914f-81f77cdd4d7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{LDAP_CA_ID}}","description":"<p>Revoke LDAP CA instance</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities","{{LDAP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f9011cd-c6ee-45d4-914f-81f77cdd4d7d"}],"id":"ed9146fb-b452-41fc-bd1a-15ce77decf25","_postman_id":"ed9146fb-b452-41fc-bd1a-15ce77decf25","description":""},{"name":"SMTP","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp","id":"21ad2024-bb66-4602-bba5-826a35937498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp","description":"<p>Return all SMTP certificate authorities</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","smtp"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21ad2024-bb66-4602-bba5-826a35937498"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities","id":"ebebbbad-ccb1-4647-a534-d0d5a3045c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities","description":"<p>Return all SMTP certificate authority instances</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebebbbad-ccb1-4647-a534-d0d5a3045c3d"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","id":"56ee20e3-30b5-4432-b330-bbe91a8173a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","description":"<p>SMTP CA instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities","{{SMTP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56ee20e3-30b5-4432-b330-bbe91a8173a9"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","id":"ea1fd380-1745-4b10-8710-4e6475e066cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","description":"<p>Revoke SMTP CA instance</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities","{{SMTP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea1fd380-1745-4b10-8710-4e6475e066cf"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","id":"9d673b84-e57d-4025-a222-2fb4d9baf6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{          \r\n\r\n  \"certificate\":  \"-----BEGIN CERTIFICATE-----\\nMIIDhzCCAm+gAwI [...] 1c+0UZwlNBS93/itGnen2qdxlk9g==\\n-----END CERTIFICATE-----\\n\",\r\n\r\n  \"format\": \"PEM\"\r\n\r\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{SMTP_CA_ID}}","description":"<p>Import SMTP CA</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities","{{SMTP_CA_ID}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d673b84-e57d-4025-a222-2fb4d9baf6fb"}],"id":"c0969e71-b60c-4522-810f-e54c8b058f6d","_postman_id":"c0969e71-b60c-4522-810f-e54c8b058f6d","description":""},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing","id":"79840e1f-a3cb-4fce-9b09-765a3000d1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing","description":"<p>Automatic pairing data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","automaticPairing"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79840e1f-a3cb-4fce-9b09-765a3000d1a5"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing/actions/start","id":"695c8d91-accc-4dd4-9a85-9141c362bddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing/actions/start","description":"<p>Start automatic pairing</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","automaticPairing","actions","start"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"695c8d91-accc-4dd4-9a85-9141c362bddb"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing/actions/stop","id":"0ab0a192-e66a-4330-9e91-2f3980455bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/certificatesManager/automaticPairing/actions/stop","description":"<p>Stop automatic pairing</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","certificatesManager","automaticPairing","actions","stop"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ab0a192-e66a-4330-9e91-2f3980455bd7"}],"id":"249f14eb-9a3c-4f92-a0ec-0fbadeb0a9c9","_postman_id":"249f14eb-9a3c-4f92-a0ec-0fbadeb0a9c9","description":""},{"name":"Identification","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/identification/","id":"677e5223-6229-40e1-82b8-8c3a38d5e41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/identification/","description":"<p>Return identification data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","identification",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"677e5223-6229-40e1-82b8-8c3a38d5e41b"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/identification/","id":"74d4a1ad-d970-4d82-8579-142d1da0373c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Name\",\n    \"contact\": \"Contact\",\n    \"location\": \"Location\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1/identification/","description":"<p>Change identification data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1","identification",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74d4a1ad-d970-4d82-8579-142d1da0373c"}],"id":"57e4976f-5ee9-400a-a072-c1b4c1c8ea16","_postman_id":"57e4976f-5ee9-400a-a072-c1b4c1c8ea16","description":""},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/","id":"4ae79768-0ed0-4166-97b2-df970fe68c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/","description":"<p>Managers</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ae79768-0ed0-4166-97b2-df970fe68c53"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1","id":"8a0d2064-fc49-43ac-9390-17358e56d6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/managers/1","description":"<p>Manager instance data</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","managers","1"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a0d2064-fc49-43ac-9390-17358e56d6fc"}],"id":"0536023d-e9c3-493b-9110-437185886d86","_postman_id":"0536023d-e9c3-493b-9110-437185886d86","description":""},{"name":"Alarms","item":[{"name":"Alarm Service","id":"c5738b56-2007-44a6-b3a1-f82acec14bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/alarmService/","description":"<p>Alarm service</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","alarmService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5738b56-2007-44a6-b3a1-f82acec14bae"},{"name":"Download Alarm Log Backup","id":"a26f6a95-2e9b-4c50-91c9-04391803ba4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/alarmService/actions/downloadBackup","description":"<p>Alarm service</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","alarmService","actions","downloadBackup"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a26f6a95-2e9b-4c50-91c9-04391803ba4d"},{"name":"Backup File Available","id":"3ba09ca2-d9eb-4e69-a1cb-52e02eff4aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/alarmService/backupFileAvailable","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","alarmService","backupFileAvailable"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"b73d7731-b6f5-40cf-8939-46a3785ecc0d","name":"Backup File Available","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/alarmService/backupFileAvailable"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 20:48:44 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"6"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"3ba09ca2-d9eb-4e69-a1cb-52e02eff4aa8"}],"id":"6606df9b-82d6-42b2-a442-9f9348dcc91e","_postman_id":"6606df9b-82d6-42b2-a442-9f9348dcc91e","description":""},{"name":"Sessions","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/sessionService/","id":"a38802e3-0f7e-4ffc-ab4d-4912a606ee1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/sessionService/","description":"<p>Sessions service</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","sessionService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a38802e3-0f7e-4ffc-ab4d-4912a606ee1a"}],"id":"c35b1d11-58d7-45f2-98e7-5555a6e4cd72","_postman_id":"c35b1d11-58d7-45f2-98e7-5555a6e4cd72","description":""},{"name":"Remote Monitoring","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/monitoringService/","id":"72375a8a-cd6f-4dad-b4eb-bbc9b03d13e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/monitoringService/","description":"<p>Manage the remote applications which monitor the system</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","monitoringService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72375a8a-cd6f-4dad-b4eb-bbc9b03d13e9"}],"id":"12b3eea5-7c54-442c-b084-a51fcf9a28a8","_postman_id":"12b3eea5-7c54-442c-b084-a51fcf9a28a8","description":""},{"name":"Scheduling","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/scheduleService/","id":"b33c89b9-d9ea-4387-870e-1bea6101491b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/scheduleService/","description":"<p>Manage scheduled tasks such as powering down/up the power distributions</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","scheduleService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b33c89b9-d9ea-4387-870e-1bea6101491b"},{"name":"/rest/mbdetnrs/1.0/scheduleService/schedules/","id":"2a549935-ca9c-4d18-b734-99636c3f0db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/scheduleService/schedules/","description":"<p>Get existing schedules</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","scheduleService","schedules",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a549935-ca9c-4d18-b734-99636c3f0db8"}],"id":"c0ca2f9a-fb2c-4cd2-85f7-74c4e2b1bb60","_postman_id":"c0ca2f9a-fb2c-4cd2-85f7-74c4e2b1bb60","description":""},{"name":"Power Service","item":[{"name":"Suppliers","item":[{"name":"Suppliers","id":"308246cf-ca08-4d25-a9b2-b510b04084dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerService","suppliers",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"48904ea9-05ea-4e66-8c59-01e1f47d4af9","name":"Suppliers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:40:19 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"299"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/r0k8O7lvUZqqi12pe0bXEQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/kxstMesuVhmwiROIZqGDHQ\"\n        }\n    ]\n}"}],"_postman_id":"308246cf-ca08-4d25-a9b2-b510b04084dd"},{"name":"Main Output","id":"3be87dc1-2073-4485-a6cc-807e962942c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerService","suppliers","W7Zcs55WVBKyZLK01cMmJw"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"d22570dc-51d1-4cc9-bd1f-c4e9722af7c7","name":"Suppliers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:40:19 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"299"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/r0k8O7lvUZqqi12pe0bXEQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/kxstMesuVhmwiROIZqGDHQ\"\n        }\n    ]\n}"},{"id":"54801ec4-a7a8-492c-a98f-75efcea268ea","name":"Main Output","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:43:24 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"613"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\",\n    \"id\": \"W7Zcs55WVBKyZLK01cMmJw\",\n    \"identification\": {\n        \"uuid\": \"5bb65cb3-9e56-5412-b264-b2b4d5c32627\",\n        \"vendor\": \"Eaton\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"Entire UPS\",\n        \"physicalName\": \"Entire UPS\",\n        \"version\": \"01.00.0000\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n    },\n    \"configuration\": {\n        \"canProtect\": true,\n        \"canSelfProtect\": true,\n        \"connectorType\": \"none\",\n        \"isControllable\": true,\n        \"isSwitchable\": true,\n        \"nominalActivePower\": 1350,\n        \"nominalApparentPower\": 1500,\n        \"nominalCurrent\": 12.5,\n        \"nominalFrequency\": 60,\n        \"nominalVoltage\": 120,\n        \"powerCycleDuration\": 10,\n        \"automaticSwitchOnEnabled\": true,\n        \"automaticSwitchOnDelay\": 0\n    },\n    \"measures\": null,\n    \"summary\": {\n        \"capacityRuntime\": 7777,\n        \"loadPercent\": 5,\n        \"lowCapacityAlarm\": 0,\n        \"mode\": 4,\n        \"quality\": 4,\n        \"poweringFor\": -1,\n        \"protectingFor\": 7777,\n        \"protectionCapacityPercent\": 100,\n        \"protectionCapacityRuntime\": 7777,\n        \"protectionLowCapacityAlarm\": false\n    },\n    \"powerDownMinimumDurations\": {\n        \"normal\": 5,\n        \"critical\": 5,\n        \"emergency\": 0\n    },\n    \"schedule\": {\n        \"delayBeforePowerDown\": -1,\n        \"delayBeforePowerUp\": -1\n    },\n    \"actions\": {\n        \"#powerDown\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerDown\",\n        \"#powerUp\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerUp\",\n        \"#powerCycle\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerCycle\"\n    }\n}"}],"_postman_id":"3be87dc1-2073-4485-a6cc-807e962942c5"},{"name":"Power Down Main Output","id":"0c7cb512-2daf-4af6-a2bb-4de8d9bc8548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerDown","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerService","suppliers","W7Zcs55WVBKyZLK01cMmJw","actions","powerDown"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"60b65e47-41a3-4dfa-bdc5-26c46dfbc6aa","name":"Main Output","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:43:24 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"613"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\",\n    \"id\": \"W7Zcs55WVBKyZLK01cMmJw\",\n    \"identification\": {\n        \"uuid\": \"5bb65cb3-9e56-5412-b264-b2b4d5c32627\",\n        \"vendor\": \"Eaton\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"Entire UPS\",\n        \"physicalName\": \"Entire UPS\",\n        \"version\": \"01.00.0000\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n    },\n    \"configuration\": {\n        \"canProtect\": true,\n        \"canSelfProtect\": true,\n        \"connectorType\": \"none\",\n        \"isControllable\": true,\n        \"isSwitchable\": true,\n        \"nominalActivePower\": 1350,\n        \"nominalApparentPower\": 1500,\n        \"nominalCurrent\": 12.5,\n        \"nominalFrequency\": 60,\n        \"nominalVoltage\": 120,\n        \"powerCycleDuration\": 10,\n        \"automaticSwitchOnEnabled\": true,\n        \"automaticSwitchOnDelay\": 0\n    },\n    \"measures\": null,\n    \"summary\": {\n        \"capacityRuntime\": 7777,\n        \"loadPercent\": 5,\n        \"lowCapacityAlarm\": 0,\n        \"mode\": 4,\n        \"quality\": 4,\n        \"poweringFor\": -1,\n        \"protectingFor\": 7777,\n        \"protectionCapacityPercent\": 100,\n        \"protectionCapacityRuntime\": 7777,\n        \"protectionLowCapacityAlarm\": false\n    },\n    \"powerDownMinimumDurations\": {\n        \"normal\": 5,\n        \"critical\": 5,\n        \"emergency\": 0\n    },\n    \"schedule\": {\n        \"delayBeforePowerDown\": -1,\n        \"delayBeforePowerUp\": -1\n    },\n    \"actions\": {\n        \"#powerDown\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerDown\",\n        \"#powerUp\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerUp\",\n        \"#powerCycle\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerCycle\"\n    }\n}"},{"id":"2ac78823-5c7d-4ce5-a72c-e148e1826043","name":"Suppliers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:40:19 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"299"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/r0k8O7lvUZqqi12pe0bXEQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/kxstMesuVhmwiROIZqGDHQ\"\n        }\n    ]\n}"}],"_postman_id":"0c7cb512-2daf-4af6-a2bb-4de8d9bc8548"},{"name":"Power Up Main Output","id":"bd1351c7-1e0c-4f54-b874-7cefbe3afb09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerUp","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerService","suppliers","W7Zcs55WVBKyZLK01cMmJw","actions","powerUp"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a7c5c4ca-205a-480f-9082-bbcdbc08773c","name":"Main Output","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:43:24 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"613"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\",\n    \"id\": \"W7Zcs55WVBKyZLK01cMmJw\",\n    \"identification\": {\n        \"uuid\": \"5bb65cb3-9e56-5412-b264-b2b4d5c32627\",\n        \"vendor\": \"Eaton\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"Entire UPS\",\n        \"physicalName\": \"Entire UPS\",\n        \"version\": \"01.00.0000\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n    },\n    \"configuration\": {\n        \"canProtect\": true,\n        \"canSelfProtect\": true,\n        \"connectorType\": \"none\",\n        \"isControllable\": true,\n        \"isSwitchable\": true,\n        \"nominalActivePower\": 1350,\n        \"nominalApparentPower\": 1500,\n        \"nominalCurrent\": 12.5,\n        \"nominalFrequency\": 60,\n        \"nominalVoltage\": 120,\n        \"powerCycleDuration\": 10,\n        \"automaticSwitchOnEnabled\": true,\n        \"automaticSwitchOnDelay\": 0\n    },\n    \"measures\": null,\n    \"summary\": {\n        \"capacityRuntime\": 7777,\n        \"loadPercent\": 5,\n        \"lowCapacityAlarm\": 0,\n        \"mode\": 4,\n        \"quality\": 4,\n        \"poweringFor\": -1,\n        \"protectingFor\": 7777,\n        \"protectionCapacityPercent\": 100,\n        \"protectionCapacityRuntime\": 7777,\n        \"protectionLowCapacityAlarm\": false\n    },\n    \"powerDownMinimumDurations\": {\n        \"normal\": 5,\n        \"critical\": 5,\n        \"emergency\": 0\n    },\n    \"schedule\": {\n        \"delayBeforePowerDown\": -1,\n        \"delayBeforePowerUp\": -1\n    },\n    \"actions\": {\n        \"#powerDown\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerDown\",\n        \"#powerUp\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerUp\",\n        \"#powerCycle\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw/actions/powerCycle\"\n    }\n}"},{"id":"a25b2482-de71-4571-b302-d1716d3e0884","name":"Suppliers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/suppliers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:40:19 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"299"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/r0k8O7lvUZqqi12pe0bXEQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/kxstMesuVhmwiROIZqGDHQ\"\n        }\n    ]\n}"}],"_postman_id":"bd1351c7-1e0c-4f54-b874-7cefbe3afb09"}],"id":"2b4e48bb-dc38-44b8-8d60-7fc9aede137b","_postman_id":"2b4e48bb-dc38-44b8-8d60-7fc9aede137b","description":""},{"name":"Power Service","id":"1443509a-7b06-4beb-b55e-bd27424e5c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/","description":"<p>Provide a logical view of power suppliers provided by the power distributions devices</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","powerService",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"15ba9872-e8c6-4039-a27b-89aba01b8f17","name":"Power Service","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/powerService/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Sep 2020 16:39:50 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"562"},{"key":"Keep-Alive","value":"timeout=30s, max=999"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/powerService\",\n    \"uuid\": \"c8fc1356-8098-5e0a-b6e7-baa46be9d770\",\n    \"name\": \"Power Service\",\n    \"version\": \"1.0.0\",\n    \"enabled\": true,\n    \"status\": {\n        \"operating\": 16,\n        \"health\": 5\n    },\n    \"isControllable\": true,\n    \"suppliers\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/W7Zcs55WVBKyZLK01cMmJw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/r0k8O7lvUZqqi12pe0bXEQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/powerService/suppliers/kxstMesuVhmwiROIZqGDHQ\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1443509a-7b06-4beb-b55e-bd27424e5c57"}],"id":"2d34cc27-913f-4477-8065-8a8f2c3c6419","_postman_id":"2d34cc27-913f-4477-8065-8a8f2c3c6419","description":""},{"name":"Protection","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/protectionService","id":"4dd89d94-ee78-4a4f-88a9-f80e79960fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/protectionService","description":"<p>Provide a logical view of power suppliers provided by the power distributions devices</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","protectionService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"df98931c-9c72-42eb-97d1-dbb68d99d17c","name":"https://{{domain}}/rest/mbdetnrs/1.0/protectionService","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/protectionService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 15 May 2022 00:35:37 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"884"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/protectionService\",\n    \"clients\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/protectionService/clients/xJfXXWKLq-gDuDj6ZLt_Qw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/protectionService/clients/diO1UtSxQtHoyut3Q_FH9A\"\n            }\n        ]\n    },\n    \"suppliers\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/protectionService/suppliers/wXeKBTseUNeg97-xIU0ZPg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/protectionService/suppliers/lF9XB-9_WdC8Yuw5lJPypg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/1.0/protectionService/suppliers/042SW3A4UaO5aPBH-QUPIg\"\n            }\n        ]\n    },\n    \"configuration\": {\n        \"isPowerControllable\": true\n    },\n    \"settings\": {\n        \"shutdown\": {\n            \"panicShutdownTriggers\": {\n                \"onLowStateOfCharge\": true\n            }\n        },\n        \"restart\": {\n            \"forcedReboot\": true,\n            \"enabled\": true,\n            \"minStateOfCharge\": 0\n        }\n    }\n}"}],"_postman_id":"4dd89d94-ee78-4a4f-88a9-f80e79960fb1"}],"id":"01a170f9-e2a2-4758-829c-f9273a1e129c","_postman_id":"01a170f9-e2a2-4758-829c-f9273a1e129c","description":""},{"name":"Measurement Service","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/measuresLogService","id":"c8a771e9-11ae-4ff3-94d5-4220ed3082aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/measuresLogService","description":"<p>Measurement log service</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","measuresLogService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a49a376f-886a-46d7-a46c-c91d8059ab63","name":"/rest/mbdetnrs/1.0/measuresLogService","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/measuresLogService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Apr 2019 18:10:06 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"72"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/1.0/measuresLogService\",\n    \"periodicity\": 60\n}"}],"_postman_id":"c8a771e9-11ae-4ff3-94d5-4220ed3082aa"}],"id":"7c070464-b921-4668-b3cb-1c504a3c9ef3","_postman_id":"7c070464-b921-4668-b3cb-1c504a3c9ef3","description":""},{"name":"Notification","item":[{"name":"https://{{domain}}/rest/mbdetnrs/1.0/notificationService","id":"36491531-74f4-4963-b8dc-a20e8d147d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/notificationService","description":"<p>Notification sevice</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","notificationService"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36491531-74f4-4963-b8dc-a20e8d147d1e"}],"id":"491c89be-ce6e-45b0-88b5-3f646d50f67a","_postman_id":"491c89be-ce6e-45b0-88b5-3f646d50f67a","description":""},{"name":"Logs","item":[{"name":"Alarm Log","id":"3e1f7aee-66c9-4b73-baef-11eb5e4d22ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logAlarm.csv","description":"<p>Alarm log csv</p>\n","urlObject":{"protocol":"https","path":["logs","logAlarm.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"391ea96c-ddfd-454c-a1e6-9171747be7c2","name":"Alarm Log","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logAlarm.csv"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 24 Jun 2022 20:01:33 GMT"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"text/csv;charset=UTF-8"},{"key":"Content-Length","value":"8675"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=30s, max=998"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC), ,Priority,Application, ,Message,Code, , ,Status\n2022-06-20T08:23:14.515000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2022-06-20T08:23:14.157000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2022-06-03T17:43:11.234000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2022-06-03T17:43:10.459000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2022-05-31T19:40:12.038000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:12.017000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:11.467000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:11.447000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:11.431000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:11.293000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.948000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.929000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.886000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.866000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.747000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-31T19:40:10.648000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-31T19:35:25.101000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.898000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.370000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.255000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.195000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.118000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.106000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.079000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-31T19:35:24.032000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-31T19:35:23.454000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-31T19:35:23.271000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-31T19:35:23.255000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-23T09:14:06.599000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-23T09:14:06.574000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-23T09:14:06.374000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-23T09:14:05.959000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-23T09:14:05.076000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-23T09:13:58.295000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-23T09:13:58.170000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-23T09:13:57.977000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-23T09:13:57.811000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-23T09:13:57.604000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-18T00:48:14.993000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:14.953000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:14.573000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:14.500000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:14.427000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:14.116000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:13.595000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:13.477000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:13.445000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:13.259000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:12.512000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-18T00:48:12.276000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-18T00:45:31.956000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-18T00:45:31.830000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-18T00:45:31.413000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-18T00:45:31.277000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-18T00:45:31.083000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-18T00:45:31.069000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.973000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.944000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.803000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.183000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.170000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-18T00:45:30.066000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-18T07:00:23.289000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-05-18T06:56:50.069000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-05-17T23:34:13.795000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2022-05-17T23:34:12.994000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:28.292000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:28.158000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:28.112000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:28.089000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:28.076000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-17T21:24:27.880000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:06.998000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:06.626000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-17T20:36:06.156000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:05.822000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2022-05-17T20:36:05.761000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:05.495000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:05.457000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2022-05-17T20:36:05.156000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:05.137000+00:00,\"\",\"warning\",\"\",\"\",\"Battery state of charge OK\",\"00000604\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:04.102000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T20:36:04.026000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2022-05-17T20:36:02.690000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T20:36:01.693000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T20:36:01.615000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2022-05-17T20:36:00.908000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T20:35:58.893000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T20:35:58.816000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2022-05-17T20:35:58.559000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-17T20:35:58.510000+00:00,\"\",\"warning\",\"\",\"\",\"Battery low state of charge\",\"00000604\",\"\",\"\",\"Open\"\n2022-05-17T20:35:58.499000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-17T20:35:58.304000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-17T20:35:58.251000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2022-05-17T20:35:58.172000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-17T20:25:52.339000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-17T20:25:52.257000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-17T20:25:52.205000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-17T20:25:51.437000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-17T20:25:51.411000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-17T20:25:51.245000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-17T20:25:09.742000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-17T20:25:09.631000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-17T20:25:09.558000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-17T20:25:09.530000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-17T20:25:09.168000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-17T20:25:08.322000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:55.213000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:55.193000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2022-05-17T19:15:55.042000+00:00,\"\",\"warning\",\"\",\"\",\"Battery state of charge OK\",\"00000604\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:55.006000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:54.951000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:54.483000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2022-05-17T19:15:51.206000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:51.116000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:50.767000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2022-05-17T19:15:49.196000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T19:15:49.102000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T19:15:48.770000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2022-05-17T19:15:48.526000+00:00,\"\",\"warning\",\"\",\"\",\"Battery low state of charge\",\"00000604\",\"\",\"\",\"Open\"\n2022-05-17T17:57:06.746000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-17T17:57:06.556000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-17T17:57:06.073000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.713000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.698000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.675000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.611000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.571000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.525000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.515000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.486000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-17T17:57:05.294000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-15T12:40:52.814000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2022-05-15T07:49:08.869000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2022-05-14T02:18:49.807000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:49.741000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:49.328000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:49.005000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:48.972000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:48.746000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:47.953000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:47.036000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:46.908000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:46.844000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:46.784000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-14T02:18:46.659000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-14T02:17:10.786000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T02:17:10.556000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T02:17:10.250000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-14T02:17:10.115000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-14T02:17:10.077000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.913000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.860000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.748000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.703000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.689000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.648000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-14T02:17:09.553000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-14T02:00:53.675000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:53.647000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:53.309000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:52.734000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.950000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.661000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.636000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.598000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.539000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.527000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.495000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-14T02:00:51.276000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-14T01:58:43.987000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.822000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.199000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.187000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.156000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.140000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.076000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.042000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.021000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.014000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-14T01:58:43.000000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-14T01:58:42.839000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-14T01:40:17.070000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:17.041000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:16.637000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:16.397000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:16.207000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:16.055000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:15.840000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:15.090000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:14.998000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:14.936000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:14.901000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-05-14T01:40:14.783000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-05-14T01:38:02.740000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:38:02.587000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.980000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.958000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.912000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.870000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.811000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.781000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.673000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.650000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.627000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-05-14T01:38:01.245000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-05-04T04:02:19.582000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:19.559000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:19.185000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:19.031000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:18.622000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:11.665000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:11.430000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-05-04T04:02:11.257000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-04T04:02:11.053000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-04T04:02:10.769000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-05-04T04:02:10.687000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-05-04T04:02:10.522000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-05-04T04:02:10.454000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-05-04T04:02:10.258000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-04-30T02:53:28.461000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-04-30T02:53:28.438000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-04-30T02:53:28.017000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-04-30T02:53:27.649000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-04-30T02:53:27.552000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-04-30T02:53:20.926000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-04-30T02:53:20.768000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-04-30T02:53:20.406000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-04-30T02:53:20.326000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-04-30T02:53:20.135000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-03-07T02:46:46.299000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:46.286000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:46.107000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:45.791000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:45.654000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:45.145000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:44.884000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:44.780000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:43.972000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:43.772000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:43.755000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-03-07T02:46:43.666000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-03-07T01:13:26.423000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.391000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.378000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.339000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.325000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.265000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-03-07T01:13:26.203000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-03-07T01:13:25.922000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T01:13:25.808000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T01:13:25.520000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T01:13:25.258000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-03-07T01:13:25.013000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-03-07T00:12:31.937000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:31.899000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:31.883000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:30.903000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:30.693000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:30.131000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:30.103000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:30.023000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:29.760000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Waiting communication\",\"00000005\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:20.191000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:20.022000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2022-03-07T00:12:19.453000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-03-07T00:12:19.440000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-03-07T07:45:37.302000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Communication lost\",\"00000005\",\"\",\"\",\"Open\"\n2022-03-07T06:15:35.577000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T06:15:35.544000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T06:15:35.005000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2022-03-07T06:15:34.977000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-03-07T06:15:34.947000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-03-07T06:15:34.927000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-03-07T06:15:34.510000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2022-03-07T06:15:34.493000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2022-03-07T05:54:54.080000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.920000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.904000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.610000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.598000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.587000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.278000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.228000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.185000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.116000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-03-07T05:54:53.102000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-03-07T05:54:52.770000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-03-02T21:12:02.771000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2022-03-02T18:26:58.300000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2022-03-02T17:09:25.406000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2022-03-01T17:39:59.779000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2022-02-28T21:42:45.024000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2022-02-28T21:03:03.922000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2022-02-27T13:04:13.545000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2022-02-27T13:04:13.353000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2022-02-27T13:02:52.967000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-02-27T13:02:52.925000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2022-01-26T10:05:51.169000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:51.142000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:50.867000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.982000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.969000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.921000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.895000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.765000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:49.565000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:48.813000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:48.795000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:48.713000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2022-01-26T10:05:06.818000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-01-26T10:05:06.699000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-01-26T10:05:06.124000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2022-01-26T10:05:06.100000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2022-01-26T10:05:06.046000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2022-01-26T10:05:06.002000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.989000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.959000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.927000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.888000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.864000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-01-26T10:05:05.665000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2022-01-13T14:48:41.450000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2022-01-13T14:48:41.336000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2022-01-13T14:48:40.261000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2022-01-13T14:48:40.247000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-12-29T08:46:05.749000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:46:05.721000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:46:05.336000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:46:04.916000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-12-29T08:46:04.856000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-12-29T08:45:57.879000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-12-29T08:45:57.807000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-12-29T08:45:57.795000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-12-29T08:45:57.771000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:45:57.606000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:45:57.066000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-12-29T08:45:57.048000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-12-29T08:45:56.938000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-12-29T08:45:56.755000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:45:56.642000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-12-29T08:45:56.341000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-12-29T08:27:08.931000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:27:08.909000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:27:08.540000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:27:08.140000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-12-29T08:27:08.040000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-12-29T08:27:00.534000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:27:00.341000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:26:59.933000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-12-29T08:26:59.850000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:26:59.675000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-12-29T08:18:40.052000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:18:40.023000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:18:39.526000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-29T08:18:39.231000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-12-29T08:18:39.033000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-12-29T08:18:31.552000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:18:31.399000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:18:30.975000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-29T08:18:30.942000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-12-29T08:18:30.719000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-12-28T20:56:52.545000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2021-12-27T21:36:26.227000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-12-27T15:27:06.193000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2021-12-27T13:00:15.423000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-12-26T04:54:28.484000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2021-12-25T18:19:03.428000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-12-25T16:28:59.440000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2021-12-24T17:59:46.003000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-12-08T00:12:31.985000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:31.947000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:31.933000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:30.978000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:30.751000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:30.197000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:30.165000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:30.091000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:29.842000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Waiting communication\",\"00000005\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:20.390000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:20.215000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-12-08T00:12:19.597000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-12-08T00:12:19.591000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-12-08T14:23:53.778000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Communication lost\",\"00000005\",\"\",\"\",\"Open\"\n2021-12-08T12:53:52.040000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-08T12:53:51.442000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-08T12:53:51.418000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-12-08T12:53:51.113000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-12-08T12:53:51.099000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-12-08T12:53:51.046000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-12-08T12:53:51.031000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-12-08T12:53:50.334000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-12-08T12:28:18.573000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-08T12:28:18.446000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-08T12:28:18.205000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-12-08T12:28:18.129000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.760000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.729000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.520000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.508000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.495000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.454000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.443000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-12-08T12:28:17.337000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-12-03T01:33:38.500000+00:00,\"\",\"critical\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to high\",\"00001204\",\"\",\"\",\"Closed\"\n2021-12-02T19:21:11.862000+00:00,\"\",\"critical\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is critically high\",\"00001204\",\"\",\"\",\"Open\"\n2021-12-02T18:59:05.722000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-12-02T18:52:52.469000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-12-02T18:52:52.445000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-12-02T18:52:51.428000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-12-02T18:52:51.412000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-12-02T01:20:30.019000+00:00,\"\",\"critical\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is critically high\",\"00001204\",\"\",\"\",\"Open\"\n2021-12-01T15:43:26.462000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-11-30T00:06:17.397000+00:00,\"\",\"critical\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is critically high\",\"00001204\",\"\",\"\",\"Open\"\n2021-11-30T00:06:11.133000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is back to normal\",\"00001203\",\"\",\"\",\"Closed\"\n2021-11-30T00:06:04.454000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1-T1\",\"\",\"Temperature is high\",\"00001203\",\"\",\"\",\"Open\"\n2021-11-21T00:12:31.896000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:31.853000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:31.837000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:30.951000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:30.744000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:30.169000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:30.138000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:30.059000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:29.813000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Waiting communication\",\"00000005\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:20.413000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:20.237000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-11-21T00:12:19.703000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-11-21T00:12:19.702000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-11-21T12:48:47.051000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Communication lost\",\"00000005\",\"\",\"\",\"Open\"\n2021-11-21T11:18:44.061000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-11-21T11:18:44.034000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-11-21T11:18:43.722000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-11-21T11:18:43.669000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-11-21T11:18:43.536000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-11-21T11:18:43.524000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-11-21T11:18:43.492000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-11-21T11:18:43.281000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-11-21T10:18:03.193000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-11-21T10:18:03.066000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.536000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.502000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.487000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.469000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.412000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.376000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.250000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-11-21T10:18:02.198000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-11-21T10:18:01.326000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-11-21T10:18:01.310000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-10-23T21:57:13.689000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-10-23T21:57:13.675000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-10-23T21:57:12.658000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-10-23T21:57:12.643000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-10-23T16:01:54.247000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:54.220000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:53.728000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:53.425000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:53.083000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:46.694000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T16:01:46.546000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T16:01:46.140000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T16:01:46.059000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:45.972000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-10-23T16:01:45.720000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-10-23T16:01:45.248000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-10-23T16:01:44.903000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-10-23T16:01:44.889000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-10-23T08:20:11.745000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T08:20:11.726000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T08:20:11.495000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T08:20:11.132000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-10-23T08:20:11.008000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-10-23T08:20:04.876000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T08:20:04.704000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T08:20:04.195000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T08:20:04.067000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-10-23T08:20:03.780000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-10-23T06:18:46.198000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:46.174000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:45.839000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:45.800000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:45.429000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.626000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.556000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.532000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.372000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T06:18:38.198000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.174000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T06:18:38.118000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:38.106000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-10-23T06:18:37.695000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.556000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.541000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.489000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.425000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.150000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.096000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.081000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-10-23T06:18:37.031000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-10-20T15:12:19.966000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-20T15:12:19.945000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-20T15:12:19.522000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-10-20T15:12:19.139000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-10-20T15:12:19.054000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-10-20T15:12:11.456000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-20T15:12:11.310000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-20T15:12:11.051000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-10-20T15:12:10.966000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-10-20T15:12:10.734000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-10-11T22:56:56.441000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-10-11T22:56:56.330000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-10-11T22:56:55.503000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-10-11T22:56:55.284000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-25T15:26:24.733000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-09-25T15:26:24.541000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication recovered\",\"00001200\",\"\",\"\",\"Closed\"\n2021-09-25T15:25:04.171000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @2\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-09-25T15:25:04.122000+00:00,\"\",\"warning\",\"EMPDT1H1C2 @1\",\"\",\"Communication lost\",\"00001200\",\"\",\"\",\"Open\"\n2021-09-19T21:05:50.241000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:49.399000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:45.569000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:45.531000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:45.506000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:45.160000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:45.115000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:44.992000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:33.488000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:33.307000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:32.810000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:32.469000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:32.289000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:31.792000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:31.568000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-09-19T21:05:31.368000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:31.344000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-09-19T21:05:31.097000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:30.838000+00:00,\"\",\"warning\",\"\",\"\",\"Battery state of charge OK\",\"00000604\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:30.642000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:28.005000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:26.989000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:26.453000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:24.444000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2021-09-19T21:05:24.364000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:23.990000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-19T21:05:23.928000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:23.740000+00:00,\"\",\"warning\",\"\",\"\",\"Battery low state of charge\",\"00000604\",\"\",\"\",\"Open\"\n2021-09-19T21:05:23.656000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-09-19T21:05:23.632000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:23.381000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-09-19T21:05:12.448000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-09-19T21:05:12.251000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:12.137000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:12.069000+00:00,\"\",\"warning\",\"\",\"\",\"Battery state of charge OK\",\"00000604\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:12.001000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:11.917000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-09-19T21:05:11.887000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:11.233000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:09.055000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:08.039000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:07.501000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:05.484000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2021-09-19T21:05:05.415000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-09-19T21:05:04.819000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-19T21:05:04.734000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-09-19T21:05:04.693000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-09-19T21:05:04.668000+00:00,\"\",\"warning\",\"\",\"\",\"Battery low state of charge\",\"00000604\",\"\",\"\",\"Open\"\n2021-09-19T21:05:04.533000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-09-19T21:05:03.768000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:45.755000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:45.717000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:45.134000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-09-19T20:31:45.092000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:45.012000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:44.325000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-09-19T20:31:44.260000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-09-19T20:31:44.033000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-19T19:23:38.880000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.853000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.702000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.191000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.146000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.052000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-09-19T19:23:38.029000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-09-19T19:23:37.816000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-19T19:23:37.782000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-19T19:23:37.639000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-09-19T19:23:37.601000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-09-19T19:23:37.335000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-09-04T11:25:33.433000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:33.410000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:33.080000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:32.550000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:32.490000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:28.645000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:28.508000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-09-04T11:25:27.527000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-04T11:25:27.468000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-09-04T11:25:25.007000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T11:25:24.858000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T11:25:24.450000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-09-04T11:25:24.397000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T11:25:24.110000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-09-04T08:22:53.176000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:53.142000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:52.776000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:51.705000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:51.573000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.383000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.338000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.333000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.319000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.283000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.227000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:47.142000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-09-04T08:22:46.364000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.318000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.262000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.250000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.212000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.150000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-09-04T08:22:46.120000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-09-04T08:22:43.756000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T08:22:43.610000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T08:22:43.223000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-09-04T08:22:43.170000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-09-04T08:22:42.933000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-09-01T17:20:51.397000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-09-01T17:20:51.366000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-01T17:20:50.382000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-09-01T17:20:50.316000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-09-01T17:20:19.162000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-09-01T17:20:19.058000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-09-01T17:20:17.935000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-09-01T17:20:17.918000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T15:00:06.508000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:06.463000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:05.989000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:05.626000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:05.425000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.905000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.889000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.846000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.754000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.633000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.609000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-29T15:00:04.483000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-29T14:59:58.904000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T14:59:58.773000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T14:59:58.385000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T14:59:58.115000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.343000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.330000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.299000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.256000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.109000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.052000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-29T14:59:57.010000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-29T14:59:56.989000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-29T09:52:59.884000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:59.829000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:59.426000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:59.133000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:58.763000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.515000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.462000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.347000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.249000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.207000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:54.186000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:53.967000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-29T09:52:53.258000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-29T09:52:53.189000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-08-29T09:52:53.173000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T09:52:53.131000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-29T09:52:53.084000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-08-29T09:52:52.910000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-29T09:52:52.874000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-29T09:52:52.067000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:52:51.863000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:52:51.576000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:52:51.303000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-29T09:52:50.795000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-29T09:34:12.430000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:12.402000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:11.981000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:11.665000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:11.420000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.769000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.583000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.569000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.511000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.463000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.411000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:34:05.363000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.303000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-29T09:34:05.210000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:34:04.513000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-29T09:34:04.167000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-29T09:34:04.082000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.633000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.505000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.399000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.335000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.317000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.293000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-29T09:34:03.068000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-29T06:10:17.483000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-29T06:10:17.447000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-29T06:10:16.442000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-29T06:10:16.398000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T06:10:15.466000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-29T06:10:15.363000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-29T06:10:14.539000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-29T06:10:14.317000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-23T21:44:58.171000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:58.140000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:57.827000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:57.342000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:57.244000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.741000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.355000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.310000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.201000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.144000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T21:44:50.093000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.018000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:50.000000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-23T21:44:49.940000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.518000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.453000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.421000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.408000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.345000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.268000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.248000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.196000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-23T21:44:49.159000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-23T21:44:48.867000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-23T08:05:46.768000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T08:05:46.718000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T08:05:46.327000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-23T08:05:45.784000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-23T08:05:45.722000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-23T08:05:39.138000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T08:05:39.007000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T08:05:38.650000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-23T08:05:38.593000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-23T08:05:38.373000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-17T00:12:31.277000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:31.233000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:31.214000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:30.314000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is ON\",\"00000A0F\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:30.126000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load protected\",\"0000081D\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:29.568000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:29.534000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:29.456000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency in range\",\"00000104\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:29.207000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Waiting communication\",\"00000005\",\"\",\"\",\"Closed\"\n2021-08-17T00:12:49.967000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Communication lost\",\"00000005\",\"\",\"\",\"Open\"\n2021-08-17T00:12:27.044000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Waiting communication\",\"00000005\",\"\",\"\",\"Closed\"\n2021-08-17T19:31:23.108000+00:00,\"\",\"info\",\"Eaton 9SX 1500\",\"\",\"Communication lost\",\"00000005\",\"\",\"\",\"Open\"\n2021-08-17T18:01:20.272000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:20.150000+00:00,\"\",\"info\",\"Output\",\"\",\"Group is OFF\",\"00000A0F\",\"\",\"\",\"Open\"\n2021-08-17T18:01:20.098000+00:00,\"\",\"warning\",\"Output\",\"\",\"Load not powered\",\"0000081D\",\"\",\"\",\"Open\"\n2021-08-17T18:01:19.957000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:19.794000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"Off\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:15.667000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:15.572000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown completed\",\"00001017\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:15.549000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:14.557000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown in progress\",\"00001017\",\"\",\"\",\"Open\"\n2021-08-17T18:01:14.209000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown completed\",\"00001032\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:13.877000+00:00,\"\",\"warning\",\"\",\"\",\"Battery state of charge OK\",\"00000604\",\"\",\"\",\"Closed\"\n2021-08-17T18:01:13.635000+00:00,\"\",\"warning\",\"Output Group 2\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2021-08-17T18:01:13.527000+00:00,\"\",\"warning\",\"Output Group 1\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2021-08-17T18:01:13.187000+00:00,\"\",\"warning\",\"Output\",\"\",\"Immediate shutdown in progress\",\"00001032\",\"\",\"\",\"Open\"\n2021-08-17T18:01:12.681000+00:00,\"\",\"warning\",\"\",\"\",\"Battery low state of charge\",\"00000604\",\"\",\"\",\"Open\"\n2021-08-17T17:43:15.682000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T17:43:15.498000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T17:43:15.023000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T17:43:14.750000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-17T17:43:14.634000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-17T17:43:14.590000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-17T17:43:14.068000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-17T17:43:13.990000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC frequency out of range\",\"00000104\",\"\",\"\",\"Open\"\n2021-08-17T17:43:13.942000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-17T17:43:13.776000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-08-17T17:43:13.766000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-17T17:43:13.749000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-17T15:57:17.407000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:17.369000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:17.074000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:16.760000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:16.611000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:09.769000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:57:09.660000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:09.588000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:57:09.476000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:09.403000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:09.320000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:09.187000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:08.677000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.358000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.328000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.301000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.261000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.238000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.222000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-17T15:57:08.095000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-17T15:57:04.748000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:04.726000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:04.380000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:03.999000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-17T15:57:03.959000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:57.763000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:57.592000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:56.922000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:56.901000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:56.883000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:56.672000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-17T15:56:56.635000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-17T15:56:55.817000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-17T15:56:55.797000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-17T15:56:29.721000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:29.702000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:29.450000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:28.554000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:27.612000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:21.567000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:21.423000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:21.372000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:21.345000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:21.076000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.973000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.629000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.587000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.428000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.417000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.352000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.323000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:20.151000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-17T15:56:16.950000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:16.930000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:16.597000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:15.937000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:15.079000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-17T15:56:08.289000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:08.142000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:07.954000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-17T15:56:07.812000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-17T15:56:07.601000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-08-08T12:27:21.749000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:21.728000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:21.449000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:20.779000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:20.704000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:13.561000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:13.522000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage in range\",\"00000108\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:13.508000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:13.476000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-08-08T12:27:13.322000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-08T12:27:13.175000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.651000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.639000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.615000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC voltage out of range (-)\",\"00000108\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.476000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.406000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.394000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-08-08T12:27:12.313000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-07-17T19:43:17.259000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-07-17T19:43:17.197000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-07-17T19:43:16.147000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-07-17T19:43:16.131000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-07-14T20:44:08.619000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:08.598000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:08.282000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:07.900000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:07.263000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:00.868000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:00.841000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:00.498000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-07-14T20:44:00.080000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-07-14T20:44:00.035000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.947000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.931000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.811000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.532000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.474000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:43:59.339000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-07-14T20:40:52.887000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:40:52.861000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:40:52.444000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-14T20:40:52.196000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-07-14T20:40:51.856000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-07-14T20:40:44.142000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:40:44.067000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-07-14T20:40:43.991000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:40:43.652000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-14T20:40:43.442000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-07-13T03:02:33.242000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-07-13T03:02:33.184000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-07-13T03:02:32.195000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-07-13T03:02:32.120000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-07-09T18:44:02.195000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-07-09T18:44:02.162000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-07-09T18:44:01.153000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-07-09T18:44:01.135000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-07-09T16:19:58.441000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:58.413000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:57.970000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:57.728000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:57.535000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.677000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage in range\",\"00000209\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.627000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC present\",\"00000106\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.543000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.354000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.282000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency in range\",\"00000206\",\"\",\"\",\"Closed\"\n2021-07-09T16:19:50.139000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.996000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.692000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.636000+00:00,\"\",\"warning\",\"Main utility\",\"\",\"Input AC not present\",\"00000106\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.552000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass voltage out of range\",\"00000209\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.481000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.436000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.271000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.217000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass frequency out of range\",\"00000206\",\"\",\"\",\"Open\"\n2021-07-09T16:19:49.158000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-06-15T13:10:07.609000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-15T13:10:07.587000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-15T13:10:07.396000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-15T13:10:07.075000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-06-15T13:10:06.949000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-06-15T13:10:00.455000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-15T13:10:00.323000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-15T13:10:00.040000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase in range\",\"00000200\",\"\",\"\",\"Closed\"\n2021-06-15T13:09:59.914000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-15T13:09:59.830000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass available\",\"00000201\",\"\",\"\",\"Closed\"\n2021-06-15T13:09:59.699000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-06-15T13:09:58.868000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass phase out range\",\"00000200\",\"\",\"\",\"Open\"\n2021-06-15T13:09:58.837000+00:00,\"\",\"warning\",\"Automatic Bypass\",\"\",\"Bypass not available\",\"00000201\",\"\",\"\",\"Open\"\n2021-06-15T13:09:58.694000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-06-13T01:07:46.518000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-13T01:07:46.486000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-13T01:07:46.291000+00:00,\"\",\"info\",\"\",\"\",\"End of UPS battery discharge\",\"00000603\",\"\",\"\",\"Closed\"\n2021-06-13T01:07:46.157000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown canceled\",\"00001016\",\"\",\"\",\"Closed\"\n2021-06-13T01:07:45.825000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On normal mode\",\"00000001\",\"\",\"\",\"Closed\"\n2021-06-13T01:07:38.211000+00:00,\"\",\"info\",\"Output Group 2\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-13T01:07:38.108000+00:00,\"\",\"info\",\"Output Group 1\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-13T01:07:38.007000+00:00,\"\",\"info\",\"\",\"\",\"Battery discharging\",\"00000603\",\"\",\"\",\"Open\"\n2021-06-13T01:07:37.781000+00:00,\"\",\"info\",\"Output\",\"\",\"Sequential shutdown scheduled\",\"00001016\",\"\",\"\",\"Open\"\n2021-06-13T01:07:37.583000+00:00,\"\",\"warning\",\"Eaton 9SX 1500\",\"\",\"On battery\",\"00000001\",\"\",\"\",\"Open\"\n2021-05-25T14:26:45.950000+00:00,\"\",\"warning\",\"\",\"\",\"Protection: communication lost with Agent\",\"00001053\",\"\",\"\",\"Open\"\n2021-03-26T21:18:30.372000+00:00,\"\",\"warning\",\"IPP / USAVEWHP6078158\",\"\",\"Protection: communication lost with Agent\",\"00001053\",\"\",\"\",\"Open\"\n"}],"_postman_id":"3e1f7aee-66c9-4b73-baef-11eb5e4d22ba"},{"name":"https://{{domain}}/logs/logMeasures.csv","id":"288cffae-ab31-4f16-8923-fc440894c9ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logMeasures.csv","description":"<p>Measurement log csv</p>\n","urlObject":{"protocol":"https","path":["logs","logMeasures.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"288cffae-ab31-4f16-8923-fc440894c9ca"},{"name":"https://{{domain}}/logs/logAccount.csv","id":"26080b47-7770-4290-9395-20f484aa46c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logAccount.csv","description":"<p>Account log csv - does not appear to work on 1.5.1</p>\n","urlObject":{"protocol":"https","path":["logs","logAccount.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26080b47-7770-4290-9395-20f484aa46c0"},{"name":"https://{{domain}}/logs/logSession.csv","id":"8630ab93-e381-4bf8-84c0-dbf12adc6a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logSession.csv","description":"<p>Session log csv - does not appear to work on 1.5.1</p>\n","urlObject":{"protocol":"https","path":["logs","logSession.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8630ab93-e381-4bf8-84c0-dbf12adc6a02"},{"name":"https://{{domain}}/logs/system-logs-system.csv","id":"4600fdf5-154c-4f17-ac40-af73ba78c8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/system-logs-system.csv","description":"<p>System log csv</p>\n","urlObject":{"protocol":"https","path":["logs","system-logs-system.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4600fdf5-154c-4f17-ac40-af73ba78c8fb"},{"name":"https://{{domain}}/logs/logUpdate.csv","id":"26571d2b-24e4-4fe8-b464-5c9054da968f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/logs/logUpdate.csv","description":"<p>Update log csv - does not appear to work in 1.5.1</p>\n","urlObject":{"protocol":"https","path":["logs","logUpdate.csv"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26571d2b-24e4-4fe8-b464-5c9054da968f"}],"id":"ff065635-04de-46cf-9678-df875979e43e","_postman_id":"ff065635-04de-46cf-9678-df875979e43e","description":""},{"name":"Authenticate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":["var data = pm.response.json();","pm.environment.set(\"access_token\",data.access_token);"],"type":"text/javascript"}}],"id":"0e87ad13-8c47-4263-9fd6-cd202f65f317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Sec-Fetch-Mode","value":"cors","type":"text"},{"key":"Host","value":"169.254.0.1","type":"text"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36","type":"text"},{"key":"Origin","value":"https://169.254.0.1","type":"text"},{"key":"Sec-Fetch-Site","value":"same-origin","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"admin\",\n    \"password\":\"noSoup4u!\",\n    \"grant_type\":\"password\",\n    \"scope\":\"GUIAccess\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token","description":"<p>Authenticate with the card to open a valid session.</p>\n<p>Response Codes:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>200: OK\n    Resonse Body:\n        \n        {\n            \"expires_in\": 3600,\n            \"token_type\": \"Bearer\",\n            \"access_token\": \"MGFlZjE2MzRiZDYzY2E4Yjcy\",\n            \"user_profile\": \"administrators\",\n            \"user_permissions\": \"[upgrade,sensor-data,nvm-system,snmp-data,certmanag-webserver,cert-notifiers,certmanag-mqtt,certmanag-smtp,emailmanag,user-manager,user-reader]\"}\n        }\n\n401: InvalidCredential\n\n403: ExpiredCredentials \n    Response Body:\n        {\n            \"minLength\": 8,\n            \"maxLength\": 128,\n            \"minUpperCase\": 1,\n            \"minLowerCase\": 1,\n            \"minDigit\": 1,\n            \"minSpecialCharacter\": 1,\n            \"specialCharacterList\":  \"`~!@#$%^&amp;*()_-+={}[]|:;\\\\\\\"&lt;&gt;,.'?/\\\\\\\\\"\n        }\n\n403: NotAuthorized - the user is authenticated, but not allowed to acces to the resource \n\n403: AccountBlocked - the user account is blocked \n\n403: ConcurentSession - a concurent session is already opened by the same user \n\n500: InternalError - an unknown error is happened. \n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","oauth2","token"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"df8b49cd-5f20-412c-a378-9d0ba7cd1ec8","name":"/rest/mbdetnrs/1.0/oauth2/token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"admin\",\n    \"password\":\"Password1!\",\n    \"grant_type\":\"password\",\n    \"scope\":\"GUIAccess\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 18:45:45 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"585"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"expires_in\": 899,\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"ZmVkMmQ1MzVkNDgwNjc3MzU4\",\n    \"user_profile\": \"administrators\",\n    \"user_permissions\": \"[role-alarm-manager,role-alarm-viewer,role-certificate-manager,role-certificate-viewer,role-power-manager,role-power-viewer,role-protection-manager,role-protection-viewer,role-schedule-manager,role-schedule-viewer,role-sensor-manager,role-sensor-viewer,role-session-manager,role-session-viewer,role-session-configure-self,role-system-manager,role-system-info-viewer,role-user-manager,role-user-viewer,role-user-configure-self,role-cli-access]\"\n}"},{"id":"e82151ab-5275-4539-bd41-61d6939d9abc","name":"Authenticate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"admin\",\n    \"password\":\"Password1\",\n    \"grant_type\":\"password\",\n    \"scope\":\"GUIAccess\"\n}"},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token"},"status":"InvalidCredentials","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 24 Jun 2019 14:53:36 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"35"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"genepy\""}],"cookie":[],"responseTime":null,"body":"{\"classCode\":1,\n \"errorCode\":200\n}\n"}],"_postman_id":"0e87ad13-8c47-4263-9fd6-cd202f65f317"},{"name":"https://{{domain}}/rest/mbdetnrs/1.0/","id":"08d3bf42-736c-4cc7-a833-8bddbf78d07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{domain}}/rest/mbdetnrs/1.0/","description":"<p>Expose all services provided by the system</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08d3bf42-736c-4cc7-a833-8bddbf78d07c"},{"name":"Terminate Session","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript"}}],"id":"068b9cc7-1ebd-47d8-a3d9-71b6087a86c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token","description":"<p>Delete session for a given token</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","1.0","oauth2","token"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"124536b5-d129-49cf-9f07-44446e02016f","name":"Terminate Session","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Jun 2019 14:52:11 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"2"},{"key":"Keep-Alive","value":"timeout=15000, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Security-Policy","value":"connect-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self'; frame-ancestors 'self'"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\n\n"},{"id":"0780b159-39cb-4de8-a8d8-aaaa7a6f8a2c","name":"Terminate Session","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/rest/mbdetnrs/1.0/oauth2/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 24 Jun 2019 14:52:47 GMT"},{"key":"Server","value":"Tntnet/2.2.1"},{"key":"Content-Length","value":"35"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Keep-Alive","value":"timeout=15000, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"WWW-Authenticate","value":"Bearer realm=\"genepy\""}],"cookie":[],"responseTime":null,"body":"{\"classCode\":1,\n \"errorCode\":204\n}\n"}],"_postman_id":"068b9cc7-1ebd-47d8-a3d9-71b6087a86c6"}],"event":[{"listen":"prerequest","script":{"id":"a146dd14-56a2-4eea-8d44-3af56a44cdcb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae37add2-2032-4cbf-9525-5fbbbf7de5d5","type":"text/javascript","exec":[""]}}]}