{"info":{"_postman_id":"760c8c79-b175-417b-ad6c-dd293b12917a","name":"NETWORK-M3","description":"<html><head></head><body><p>This documentation is a resource for Eaton's Network-M3 card. It describes the behavior and available features of the corresponding REST API (version 2.0).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7058770","collectionId":"760c8c79-b175-417b-ad6c-dd293b12917a","publishedId":"2sAYdmmTha","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-06T16:00:06.000Z"},"item":[{"name":"OAuth2","item":[{"name":"token","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":["var data = pm.response.json();","pm.environment.set(\"access_token\",data.access_token);","pm.environment.set(\"reauth_token\",require(\"btoa\")(data.access_token+\":\"+pm.environment.get(\"user_password\")));"],"type":"text/javascript","packages":{}}}],"id":"6aa19c51-1b83-41a1-99bc-d6967d0f5321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Host","value":"169.254.0.1"},{"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"},{"key":"Origin","value":"https://169.254.0.1"},{"key":"Sec-Fetch-Site","value":"same-origin"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"{{user_name}}\",\n    \"password\":\"{{user_password}}\"\n}"},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/","description":"<p>This endpoint is used to authenticate clients and obtain an OAuth 2.0 access token, which is required to make authorized API calls to the Eaton device. The access token is granted based on the provided client credentials or other supported grant types, enabling secure access to protected resources.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be sent in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><code>username</code> (string, required): The username of the user attempting to authenticate.</p>\n</li>\n<li><p><code>password</code> (string, required): The password associated with the provided username.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will include the following fields in JSON format:</p>\n<ul>\n<li><p><code>token_type</code> (string): The type of the token issued (e.g., Bearer).</p>\n</li>\n<li><p><code>access_token</code> (string): The access token that can be used to authenticate subsequent API requests.</p>\n</li>\n<li><p><code>session</code> (string): The session identifier associated with the authenticated user.</p>\n</li>\n</ul>\n<h3 id=\"response-codes\">Response Codes</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>200: OK =&gt; Successful retrieval of available services\n401: InvalidCredential =&gt; The provided credentials are invalid\n403: ExpiredCredentials =&gt; The provided credentials have expired\n403: NotAuthorized =&gt; The user is authenticated, but does not have permission to access the resource \n403: AccountBlocked =&gt; The user account is blocked \n403: ConcurentSession =&gt; A concurent session is already in progress by the same user \n500: InternalError =&gt; An unknown error has occurred\n\n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","oauth2","token",""],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0638092c-098c-45a5-96cb-ea902f83f128","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Host","value":"169.254.0.1"},{"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"},{"key":"Origin","value":"https://169.254.0.1"},{"key":"Sec-Fetch-Site","value":"same-origin"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"restapi\",\n    \"password\":\"Password1!\"\n}"},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"127"},{"key":"Date","value":"Fri, 29 Nov 2024 15:28:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"wjMaPUboUwX6BRjX/WUWr8AP\",\n    \"session\": \"/mbdetnrs/2.0/sessionService/sessions/0\"\n}"}],"_postman_id":"6aa19c51-1b83-41a1-99bc-d6967d0f5321"},{"name":"change password","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":["var data = pm.response.json();","pm.environment.set(\"access_token\",data.access_token);","pm.environment.set(\"reauth_token\",require(\"btoa\")(data.access_token+\":\"+pm.environment.get(\"user_password\")));"],"type":"text/javascript","packages":{}}}],"id":"ac8b7190-5edf-4a59-bb41-d4afbaaf1b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Host","value":"169.254.0.1"},{"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"},{"key":"Origin","value":"https://169.254.0.1"},{"key":"Sec-Fetch-Site","value":"same-origin"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"{{user_name}}\",\n    \"password\":\"{{user_password}}\",\n    \"newPassword\": \"Password1!\"\n}"},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/","description":"<p>This endpoint is used to change a user's password. A successful request will retrieve a fresh OAuth2 token by sending a POST request to the specified URL.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be sent in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>username</code> (string, required): The username of the user.</p>\n</li>\n<li><p><code>password</code> (string, required): The password of the user.</p>\n</li>\n<li><p><code>newPassword</code> (string, required): The new password for the user.</p>\n<ul>\n<li><b>Note</b>: This password must be new and cannot be repeated in this user's password history. Attempting to set a previously used password will generate a server error.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful password change, the response will be a JSON object with the following properties:</p>\n<ul>\n<li><p><code>token_type</code> (string): The type of the token issued (e.g., Bearer).</p>\n</li>\n<li><p><code>access_token</code> (string): The access token that can be used to authenticate subsequent API requests.</p>\n</li>\n<li><p><code>session</code> (string): The session identifier associated with the authenticated user.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>While this endpoint mirrors the POST <code>token</code> route in URL structure and HTTP method, it differs by including an additional property on the request object: <code>newPassword</code>. Including the <code>newPassword</code> key will change the password while generating a new token; omitting it will simply generate a token for the existing password.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","oauth2","token",""],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"28f824b7-a779-4f84-bb33-f5ab67dc48e7","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Host","value":"169.254.0.1"},{"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"},{"key":"Origin","value":"https://169.254.0.1"},{"key":"Sec-Fetch-Site","value":"same-origin"}],"body":{"mode":"raw","raw":"{\n    \"username\":\"{{user_name}}\",\n    \"password\":\"{{user_password}}\",\n    \"newPassword\": \"Password1!\"\n}"},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2/token/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"127"},{"key":"Date","value":"Mon, 09 Dec 2024 19:45:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"BjzgmDN5+mFU9oSjmcblYSvn\",\n    \"session\": \"/mbdetnrs/2.0/sessionService/sessions/1\"\n}"}],"_postman_id":"ac8b7190-5edf-4a59-bb41-d4afbaaf1b8b"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"891becb1-302f-4e90-b06d-94eb52dde7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2","description":"<p>The purpose of this endpoint includes checking the status of the OAuth2 service and confirming that the service is operational.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the sevice is operational.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","oauth2"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1a61ac3f-ad3e-473f-91cd-d43c6b5c912c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/oauth2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 29 Nov 2024 15:31:25 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"891becb1-302f-4e90-b06d-94eb52dde7b0"}],"id":"2942bafd-98bb-43c3-bb98-2640064af966","description":"<p>The OAuth 2.0 service is a collection of endpoints related to client authentication. Primary actions include obtaining an access token for authentication purposes and changing a user's password.</p>\n","_postman_id":"2942bafd-98bb-43c3-bb98-2640064af966"},{"name":"accountService","item":[{"name":"userProviders","item":[{"name":"local","item":[{"name":"accounts","item":[{"name":"1","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6699cf68-7a72-4c8b-8abc-fa803eb6c21b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1","description":"<p>This endpoint retrieves account information for a specified user provider in the local accounts service, identified by the session ID (in this case, <code>1</code>). It retrieves details about a specific user account, including its status, preferences, and credentials.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The account identifier.</p>\n</li>\n<li><p><code>name</code>: The name associated with the account.</p>\n</li>\n<li><p><code>nameChangeable</code>: A boolean indicating if the name can be changed.</p>\n</li>\n<li><p><code>realm</code>: The realm associated with the account. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>local</code>, <code>ldap</code>, <code>radius</code></li>\n</ul>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether or not the account is active.</p>\n</li>\n<li><p><code>disablable</code>: A boolean indicating if the account can be disabled.</p>\n</li>\n<li><p><code>locked</code>: A boolean indicating if the account is currently locked.</p>\n</li>\n<li><p><code>lockable</code>: A boolean indicating if the account can be locked.</p>\n</li>\n<li><p><code>neverBlock</code>: A boolean indicating if the account will never be blocked.</p>\n</li>\n<li><p><code>passwordExpired</code>: A boolean indicating if the password has expired.</p>\n</li>\n<li><p><code>passwordExpirable</code>: A boolean indicating if the password can expire.</p>\n</li>\n<li><p><code>neverExpire</code>: A boolean indicating if the account will never expire.</p>\n</li>\n<li><p><code>removable</code>: A boolean indicating if the account can be removed.</p>\n</li>\n<li><p><code>readOnly</code>: A boolean indicating if the account is read-only.</p>\n</li>\n<li><p><code>profile</code>: The profile associated with the account.</p>\n</li>\n<li><p><code>profileChangeable</code>: A boolean indicating if the profile can be changed.</p>\n</li>\n<li><p><code>vcard</code>: An object containing:</p>\n<ul>\n<li><p><code>fullName</code>: The full name of the user.</p>\n</li>\n<li><p><code>email</code>: The email address of the user.</p>\n</li>\n<li><p><code>phone</code>: The phone number of the user.</p>\n</li>\n<li><p><code>organization</code>: The organization of the user.</p>\n</li>\n</ul>\n</li>\n<li><p><code>VCardChangeable</code>: A boolean indicating if the vCard can be changed.</p>\n</li>\n<li><p><code>preferences</code>: An object containing user preferences:</p>\n<ul>\n<li><p><code>language</code>: The preferred date format for the user. (In this case \"LL\" stands for month.) Availabe options include:</p>\n<ul>\n<li><code>LL/dd/yyyy</code>, <code>dd/LL/yyyy</code>, <code>yyyy/LL/dd</code></li>\n</ul>\n</li>\n<li><p><code>timeFormat</code>: The preferred time format for the user. Available options include:</p>\n<ul>\n<li><code>12h</code>, <code>24h</code></li>\n</ul>\n</li>\n<li><p><code>temperatureUnit</code>: The preferred unit for temperature display. Available options include:</p>\n<ul>\n<li><code>fahrenheit</code>, <code>celsius</code></li>\n</ul>\n</li>\n<li><p><code>licenceAgreement</code>: The license agreement status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>preferencesChangeable</code>: A boolean indicating if preferences can be changed.</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions for the account.</p>\n<ul>\n<li><code>#unlock</code>: Enables account unlocking.</li>\n</ul>\n</li>\n<li><p><code>credentials</code>: An object containing:</p>\n<ul>\n<li><code>password</code>: The password associated with the account (may be null).</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2bc27a77-0c43-4c22-891e-8ca560717328","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"899"},{"key":"Date","value":"Fri, 11 Jul 2025 18:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2\",\n    \"id\": \"2\",\n    \"name\": \"ryan\",\n    \"nameChangeable\": true,\n    \"realm\": \"local\",\n    \"enabled\": true,\n    \"disablable\": true,\n    \"locked\": false,\n    \"lockable\": true,\n    \"neverBlock\": false,\n    \"passwordExpired\": false,\n    \"passwordExpirable\": false,\n    \"neverExpire\": true,\n    \"removable\": true,\n    \"readOnly\": false,\n    \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n    \"profileChangeable\": true,\n    \"vcard\": {\n        \"fullName\": \"Ryan\",\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"organization\": \"\"\n    },\n    \"VCardChangeable\": true,\n    \"preferences\": {\n        \"language\": \"en_US\",\n        \"dateFormat\": \"\",\n        \"timeFormat\": \"\",\n        \"temperatureUnit\": \"\",\n        \"licenceAgreement\": \"accepted\"\n    },\n    \"preferencesChangeable\": true,\n    \"actions\": {\n        \"#unlock\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2/actions/unlock\"\n    },\n    \"credentials\": {\n        \"password\": null\n    }\n}"}],"_postman_id":"6699cf68-7a72-4c8b-8abc-fa803eb6c21b"},{"name":"edit account","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e162ee8f-69c3-468b-9857-780320ac776b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{reauth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Ryan\",\r\n    \"neverBlock\": true,\r\n    \"vcard\":\r\n        {\r\n            \"phone\": \"111-222-3456\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1","description":"<p>This endpoint with a <strong>PUT</strong> action allows you to update the details of a user account (in this case, <code>1</code>). It is designed to modify existing user information, including their profile, credentials, and contact details.</p>\n<p>This request requires a reauthentication token which is calculated as <code>base64(access_token + \":\" + user_password)</code>.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/{{accountId}}</code></p>\n<ul>\n<li>Replace <code>{{accountId}}</code> with the unique ID of the account you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body must be in JSON format and should include one or more properties you want to update on this specific account.</p>\n<p>For example, the following request body will update the <code>name</code> property of account <code>1</code> (indicated on the request URL) to \"Ryan\":</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"name\": \"Ryan\"\n}\n\n</code></pre>\n<p>A single request can be used to update several user account properties simultaneously.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8592139f-bce6-48fe-8fcb-4bd400de59ce","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"julien\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 18 Jun 2025 19:43:26 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e162ee8f-69c3-468b-9857-780320ac776b"},{"name":"remove account","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2b5022e9-40cd-413d-8445-d66233c65f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1","description":"<p>This endpoint sends an <strong>DELETE</strong> request to remove a specific user account (in this case, <code>1</code>) from the local user providers.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> DELETE</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/{{accountId}}</code></p>\n<ul>\n<li>Replace <code>{{accountId}}</code> with the unique ID of the account you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the delete operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"19d7aec6-46ed-4e12-8bab-91a1f1a9a0ba","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 06 Dec 2024 16:41:53 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"2b5022e9-40cd-413d-8445-d66233c65f85"},{"name":"unlock account","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"31bcc25e-c3fb-4599-bdaf-7ee042c2b948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1/actions/unlock","description":"<p>This endpoint sends a <strong>POST</strong> request to unlock a specific user account (in this case, <code>1</code>).</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/{{accountId}}/actions/unlock</code></p>\n<ul>\n<li>Replace <code>{{accountId}}</code> with the unique ID of the account you wish to delete.</li>\n</ul>\n</li>\n<li><p><strong>Body</strong>: No request body is required.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1","actions","unlock"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31bcc25e-c3fb-4599-bdaf-7ee042c2b948"},{"name":"accept eula","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"96db980e-d17c-42fd-861a-b754c9ab9d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"\"accepted\"","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1/preferences/licenceAgreement","description":"<p>This endpoint is used to update the End User License Agreement (EULA) acceptance status for a specific user (in this case, <code>1</code>).</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/{{accountId}}/preferences/licenceAgreement</code></p>\n<ul>\n<li>Replace <code>{{accountId}}</code> with the unique ID of the account you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including the string <code>\"accepted\"</code> to confirm the user's acceptance of the licence agreement.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"accepted\"\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1","preferences","licenceAgreement"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8c430e2c-7c16-4119-af7a-61b64316a447","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"\"accepted\"","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1/preferences/licenceAgreement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 18 Jun 2025 20:03:26 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"96db980e-d17c-42fd-861a-b754c9ab9d91"}],"id":"b040a835-703a-4813-8396-54c56663f855","description":"<p>This endpoint collection returns detailed information about a specific local user account (using its unique <code>id</code> property, in this case <code>1</code>).</p>\n","_postman_id":"b040a835-703a-4813-8396-54c56663f855"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"72ac8ba0-0a58-4f5d-8cc3-c047aab221cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts","description":"<p>This endpoint retrieves the local user accounts from the account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request includes a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>members@count</code>: The count of local user account members.</p>\n</li>\n<li><p><code>members</code>: An array of local account member objects, each containing an <code>@id</code> that can be used to query for more information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"57b17b11-394f-4bed-82d4-493c8012b784","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2062"},{"key":"Date","value":"Mon, 25 Nov 2024 19:52:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts\",\n    \"members@count\": 2,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/0\",\n            \"id\": \"0\",\n            \"name\": \"admin\",\n            \"nameChangeable\": true,\n            \"realm\": \"local\",\n            \"enabled\": true,\n            \"disablable\": false,\n            \"locked\": false,\n            \"lockable\": false,\n            \"neverBlock\": true,\n            \"passwordExpired\": false,\n            \"passwordExpirable\": true,\n            \"neverExpire\": false,\n            \"removable\": false,\n            \"readOnly\": false,\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n            \"profileChangeable\": false,\n            \"vcard\": {\n                \"fullName\": \"\",\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"organization\": \"\"\n            },\n            \"VCardChangeable\": true,\n            \"preferences\": {\n                \"language\": \"\",\n                \"dateFormat\": \"\",\n                \"timeFormat\": \"\",\n                \"temperatureUnit\": \"\",\n                \"licenceAgreement\": \"accepted\"\n            },\n            \"preferencesChangeable\": true,\n            \"actions\": {\n                \"#unlock\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/0/actions/unlock\"\n            },\n            \"credentials\": {\n                \"password\": null\n            }\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/1\",\n            \"id\": \"1\",\n            \"name\": \"Demo\",\n            \"nameChangeable\": true,\n            \"realm\": \"local\",\n            \"enabled\": true,\n            \"disablable\": true,\n            \"locked\": false,\n            \"lockable\": true,\n            \"neverBlock\": false,\n            \"passwordExpired\": false,\n            \"passwordExpirable\": true,\n            \"neverExpire\": false,\n            \"removable\": true,\n            \"readOnly\": false,\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n            \"profileChangeable\": true,\n            \"vcard\": {\n                \"fullName\": \"\",\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"organization\": \"\"\n            },\n            \"VCardChangeable\": true,\n            \"preferences\": {\n                \"language\": \"\",\n                \"dateFormat\": \"\",\n                \"timeFormat\": \"\",\n                \"temperatureUnit\": \"\",\n                \"licenceAgreement\": \"accepted\"\n            },\n            \"preferencesChangeable\": true,\n            \"actions\": {\n                \"#unlock\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/1/actions/unlock\"\n            },\n            \"credentials\": {\n                \"password\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"72ac8ba0-0a58-4f5d-8cc3-c047aab221cd"},{"name":"new account","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0435bd75-63d7-436a-add8-4de843642f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{reauth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"name\":\"restapi1\",\"profile\":\"/rest/mbdetnrs/2.0/accountService/profiles/0\",\"enabled\":true,\"credentials\":{\"password\":\"1reallySecurePassword!\"},\"vcard\":{\"email\":\"restapi@test.com\",\"fullName\":\"REST API\",\"phone\":\"\",\"organization\":\"Eaton\"},\"neverBlock\":false,\"neverExpire\":false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts","description":"<p>This endpoint with a <strong>POST</strong> action allows you to create a local user account within the account service.</p>\n<ul>\n<li><p><strong>HTTP Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>name</code> (string, required): The username for the account.</p>\n</li>\n<li><p><code>profile</code> (string, required): The profile for the account.</p>\n</li>\n<li><p><code>enabled</code> (boolean, required): Indicates whether the account is enabled.</p>\n</li>\n<li><p><code>credentials</code> (object, required): The credentials for the account.</p>\n<ul>\n<li><code>password</code> (string, required): The password for the account.</li>\n</ul>\n</li>\n<li><p><code>vcard</code> (object, required): The vCard information for the account.</p>\n<ul>\n<li><p><code>email</code> (string, required): The email address associated with the account.</p>\n</li>\n<li><p><code>fullName</code> (string, required): The full name of the account holder.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the account holder.</p>\n</li>\n<li><p><code>organization</code> (string): The organization associated with the account.</p>\n</li>\n</ul>\n</li>\n<li><p><code>neverBlock</code> (boolean, required): Indicates whether the account should never be blocked.</p>\n</li>\n<li><p><code>neverExpire</code> (boolean, required): Indicates whether the account should never expire.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing the following fields that confirm the submitted settings for the new user profile:</p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the account.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the account.</p>\n</li>\n<li><p><code>name</code> (string): The username of the account.</p>\n</li>\n<li><p><code>nameChangeable</code> (boolean): Indicates whether the username can be changed.</p>\n</li>\n<li><p><code>realm</code> (string): The realm of the account.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates whether the account is enabled.</p>\n</li>\n<li><p><code>disablable</code> (boolean): Indicates whether the account can be disabled.</p>\n</li>\n<li><p><code>locked</code> (boolean): Indicates whether the account is locked.</p>\n</li>\n<li><p><code>lockable</code> (boolean): Indicates whether the account can be locked.</p>\n</li>\n<li><p><code>neverBlock</code> (boolean): Indicates whether the account should never be blocked.</p>\n</li>\n<li><p><code>passwordExpired</code> (boolean): Indicates whether the account's password has expired.</p>\n</li>\n<li><p><code>passwordExpirable</code> (boolean): Indicates whether the account's password can expire.</p>\n</li>\n<li><p><code>neverExpire</code> (boolean): Indicates whether the account should never expire.</p>\n</li>\n<li><p><code>removable</code> (boolean): Indicates whether the account can be removed.</p>\n</li>\n<li><p><code>readOnly</code> (boolean): Indicates whether the account is read-only.</p>\n</li>\n<li><p><code>profile</code> (string): The profile of the account.</p>\n</li>\n<li><p><code>profileChangeable</code> (boolean): Indicates whether the profile can be changed.</p>\n</li>\n<li><p><code>vcard</code> (object): The vCard information for the account.</p>\n<ul>\n<li><p><code>fullName</code> (string): The full name of the account holder.</p>\n</li>\n<li><p><code>email</code> (string): The email address associated with the account.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the account holder.</p>\n</li>\n<li><p><code>organization</code> (string): The organization associated with the account.</p>\n</li>\n</ul>\n</li>\n<li><p><code>VCardChangeable</code> (boolean): Indicates whether the vCard information can be changed.</p>\n</li>\n<li><p><code>preferences</code> (object): The preferences for the account.</p>\n<ul>\n<li><p><code>language</code> (string): The language preference.</p>\n</li>\n<li><p><code>dateFormat</code> (string): The date format preference.</p>\n</li>\n<li><p><code>timeFormat</code> (string): The time format preference.</p>\n</li>\n<li><p><code>temperatureUnit</code> (string): The temperature unit preference.</p>\n</li>\n<li><p><code>licenceAgreement</code> (string): The license agreement preference.</p>\n</li>\n</ul>\n</li>\n<li><p><code>preferencesChangeable</code> (boolean): Indicates whether the preferences can be changed.</p>\n</li>\n<li><p><code>actions</code> (object): Actions available for the account.</p>\n<ul>\n<li><code>#unlock</code>: Action for unlocking the account.</li>\n</ul>\n</li>\n<li><p><code>credentials</code> (object): The credentials for the account.</p>\n<ul>\n<li><code>password</code> (string): The password for the account.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"125453f5-ac11-435c-a1c9-c1c252b07573","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"name\":\"restapi1\",\"profile\":\"/rest/mbdetnrs/2.0/accountService/profiles/0\",\"enabled\":true,\"credentials\":{\"password\":\"1reallySecurePassword!\"},\"vcard\":{\"email\":\"restapi@test.com\",\"fullName\":\"REST API\",\"phone\":\"\",\"organization\":\"Eaton\"},\"neverBlock\":false,\"neverExpire\":false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"914"},{"key":"Date","value":"Fri, 06 Dec 2024 16:40:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2\",\n    \"id\": \"2\",\n    \"name\": \"restapi1\",\n    \"nameChangeable\": true,\n    \"realm\": \"local\",\n    \"enabled\": true,\n    \"disablable\": true,\n    \"locked\": false,\n    \"lockable\": true,\n    \"neverBlock\": false,\n    \"passwordExpired\": true,\n    \"passwordExpirable\": true,\n    \"neverExpire\": false,\n    \"removable\": true,\n    \"readOnly\": false,\n    \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n    \"profileChangeable\": true,\n    \"vcard\": {\n        \"fullName\": \"REST API\",\n        \"email\": \"restapi@test.com\",\n        \"phone\": \"\",\n        \"organization\": \"Eaton\"\n    },\n    \"VCardChangeable\": true,\n    \"preferences\": {\n        \"language\": \"\",\n        \"dateFormat\": \"\",\n        \"timeFormat\": \"\",\n        \"temperatureUnit\": \"\",\n        \"licenceAgreement\": \"\"\n    },\n    \"preferencesChangeable\": true,\n    \"actions\": {\n        \"#unlock\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2/actions/unlock\"\n    },\n    \"credentials\": {\n        \"password\": null\n    }\n}"}],"_postman_id":"0435bd75-63d7-436a-add8-4de843642f91"},{"name":"account settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"22d5abf5-de94-4887-beb7-2b8c9a41a732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"vcard\": {\r\n        \"fullName\": \"REST API\",\r\n        \"email\": \"restapi@test.com\",\r\n        \"phone\": \"19998675309\",\r\n        \"organization\": \"Eaton\"\r\n    },\r\n    \"preferences\": {\r\n        \"language\": \"en_US\",\r\n        \"dateFormat\": \"LL/dd/yyyy\",\r\n        \"timeFormat\": \"12h\",\r\n        \"temperatureUnit\": \"fahrenheit\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1","description":"<p>This endpoint allows the client to update the preferences and vCard attributes of a user account.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/{{accountId}}</code></p>\n<ul>\n<li>Replace <code>{{accountId}}</code> with the unique ID of the account you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should be in JSON format and can include the following settings for update requests:</p>\n<ul>\n<li><p><code>vcard</code> (object)</p>\n<ul>\n<li><p><code>fullName</code> (string): The full name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>organization</code> (string): The organization of the user.</p>\n</li>\n</ul>\n</li>\n<li><p><code>preferences</code> (object)</p>\n<ul>\n<li><p><code>language</code> (string, optional): The preferred language for the user. This is encoded using IETF BCP 47 language tags composed of a two letter language code defined by ISO 639-1 and a two letter country code defined by ISO 3166-1 alpha-2 connected by an underscore.</p>\n</li>\n<li><p><code>dateFormat</code> (string, optional): The preferred date format for the user. In this case 'LL' stands for month. Availabe options include:</p>\n<ul>\n<li><p>\"LL/dd/yyyy\"</p>\n</li>\n<li><p>\"dd/LL/yyyy\"</p>\n</li>\n<li><p>\"yyyy/LL/dd\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>timeFormat</code> (string, optional): The preferred time format for the user. Available options include:</p>\n<ul>\n<li><p>\"12h\"</p>\n</li>\n<li><p>\"24h\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>temperatureUnit</code> (string, optional): The preferred unit for temperature display. Available options include:</p>\n<ul>\n<li><p>\"fahrenheit\"</p>\n</li>\n<li><p>\"celsius\"</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","accounts","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"648780f8-b854-429b-872e-0cbecd7a90a8","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"vcard\": {\r\n        \"fullName\": \"REST API\",\r\n        \"email\": \"restapi@test.com\",\r\n        \"phone\": \"19998675309\",\r\n        \"organization\": \"Eaton\"\r\n    },\r\n    \"preferences\": {\r\n        \"language\": \"en_US\",\r\n        \"dateFormat\": \"LL/dd/yyyy\",\r\n        \"timeFormat\": \"12h\",\r\n        \"temperatureUnit\": \"fahrenheit\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 15 Jul 2025 14:50:06 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"22d5abf5-de94-4887-beb7-2b8c9a41a732"}],"id":"8072b4c7-07d2-4fed-96c6-11274a4c660d","_postman_id":"8072b4c7-07d2-4fed-96c6-11274a4c660d","description":""},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7a121ab4-63fc-4a6d-b26d-e360b98ab74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local","description":"<p>This endpoint makes an HTTP GET request to retrieve user providers from the local account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The expected response is in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>accounts</code>: An object containing account-related information.</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the accounts.</li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing settings-related information.</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the settings.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d178b8c5-8c51-4a06-854b-c3ec75e8476d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"253"},{"key":"Date","value":"Mon, 25 Nov 2024 19:52:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local\",\n    \"accounts\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts\"\n    },\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/settings\"\n    }\n}"}],"_postman_id":"7a121ab4-63fc-4a6d-b26d-e360b98ab74e"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"73b60a10-32fe-4268-b5b4-37f972a51598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/settings","description":"<p>This endpoint retrieves the settings for the local user provider within the account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response body should be in JSON format and will include the following parameters:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier for the settings.</p>\n</li>\n<li><p><code>passwordStrength</code> (object): Object containing the password strength requirements.</p>\n<ul>\n<li><p><code>minLength</code> (number): Minimum length for the password.</p>\n</li>\n<li><p><code>maxLength</code> (number): Maximum length for the password.</p>\n</li>\n<li><p><code>minUppercase</code> (number): Minimum number of uppercase characters required.</p>\n</li>\n<li><p><code>minLowercase</code> (number): Minimum number of lowercase characters required.</p>\n</li>\n<li><p><code>minDigit</code> (number): Minimum number of digits required.</p>\n</li>\n<li><p><code>minSpecial</code> (number): Minimum number of special characters required.</p>\n</li>\n<li><p><code>specialChars</code> (string): List of special characters allowed.</p>\n</li>\n</ul>\n</li>\n<li><p><code>passwordExpiration</code> (object): Object containing the password expiration settings.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if password expiration is enabled.</p>\n</li>\n<li><p><code>daysUntilExpire</code> (number): Number of days until password expiration.</p>\n</li>\n</ul>\n</li>\n<li><p><code>lockAccount</code> (object): Object containing the account lock settings.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if account locking is enabled.</p>\n</li>\n<li><p><code>numberOfTries</code> (number): Number of allowed login attempts before account is locked.</p>\n</li>\n<li><p><code>lockDuration</code> (number): Duration of account lock in minutes.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6169690d-dc24-45da-981c-c35262e7292e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"433"},{"key":"Date","value":"Wed, 04 Dec 2024 15:23:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/settings\",\n    \"passwordStrength\": {\n        \"minLength\": 8,\n        \"maxLength\": 32,\n        \"minUppercase\": 1,\n        \"minLowercase\": 1,\n        \"minDigit\": 1,\n        \"minSpecial\": 1,\n        \"specialChars\": \"`~!@#$%^&*()_-+={}[]|:;\\\\\\\"<>,.'?/\"\n    },\n    \"passwordExpiration\": {\n        \"enabled\": false,\n        \"daysUntilExpire\": 90\n    },\n    \"lockAccount\": {\n        \"enabled\": true,\n        \"numberOfTries\": 10,\n        \"lockDuration\": 1800\n    }\n}"}],"_postman_id":"73b60a10-32fe-4268-b5b4-37f972a51598"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"01c0cad4-5c80-4300-b77d-8ac5e562fd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"passwordStrength\": {\r\n        \"minLength\": 8,\r\n        \"maxLength\": 32,\r\n        \"minUppercase\": 1,\r\n        \"minLowercase\": 1,\r\n        \"minDigit\": 1,\r\n        \"minSpecial\": 1,\r\n        \"specialChars\": \"`~!@#$%^&*()_-+={}[]|:;\\\\\\\"<>,.'?/\"\r\n    },\r\n    \"passwordExpiration\": {\r\n        \"enabled\": false,\r\n        \"daysUntilExpire\": 90\r\n    },\r\n    \"lockAccount\": {\r\n        \"enabled\": true,\r\n        \"numberOfTries\": 10,\r\n        \"lockDuration\": 1800\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/settings","description":"<p>This endpoint allows the client to update the settings for local user providers.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following properties:</p>\n<ul>\n<li><p><strong><code>passwordStrength</code></strong> (object): Defines the password strength requirements.</p>\n<ul>\n<li><p><code>minLength</code> (integer): Minimum length of the password.</p>\n</li>\n<li><p><code>maxLength</code> (integer): Maximum length of the password.</p>\n</li>\n<li><p><code>minUppercase</code> (integer): Minimum number of uppercase letters.</p>\n</li>\n<li><p><code>minLowercase</code> (integer): Minimum number of lowercase letters.</p>\n</li>\n<li><p><code>minDigit</code> (integer): Minimum number of digits.</p>\n</li>\n<li><p><code>minSpecial</code> (integer): Minimum number of special characters.</p>\n</li>\n<li><p><code>specialChars</code> (string): List of special characters allowed.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>passwordExpiration</code></strong> (object): Configuration for password expiration.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if password expiration is enabled.</p>\n</li>\n<li><p><code>daysUntilExpire</code> (integer): Number of days until password expiration.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>lockAccount</code></strong> (object): Configuration for account locking.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if account locking is enabled.</p>\n</li>\n<li><p><code>numberOfTries</code> (integer): Number of tries before account is locked.</p>\n</li>\n<li><p><code>lockDuration</code> (integer): Duration of account lock in seconds.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","local","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9b4d1f86-b213-42d1-aeaf-d9f06b86333d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"passwordStrength\": {\r\n        \"minLength\": 8,\r\n        \"maxLength\": 32,\r\n        \"minUppercase\": 1,\r\n        \"minLowercase\": 1,\r\n        \"minDigit\": 1,\r\n        \"minSpecial\": 1,\r\n        \"specialChars\": \"`~!@#$%^&*()_-+={}[]|:;\\\\\\\"<>,.'?/\"\r\n    },\r\n    \"passwordExpiration\": {\r\n        \"enabled\": false,\r\n        \"daysUntilExpire\": 90\r\n    },\r\n    \"lockAccount\": {\r\n        \"enabled\": true,\r\n        \"numberOfTries\": 10,\r\n        \"lockDuration\": 1800\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/local/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 04 Dec 2024 15:23:09 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"01c0cad4-5c80-4300-b77d-8ac5e562fd55"}],"id":"f81b14d0-d684-42f7-9ce6-2dc0b285881d","description":"<p>This service manages user accounts created and stored locally, including enabling a user to create, update, or delete a local account.</p>\n","_postman_id":"f81b14d0-d684-42f7-9ce6-2dc0b285881d"},{"name":"ldap","item":[{"name":"accounts","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"69266b2f-ab72-4264-b214-9d4cffeef398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/accounts","description":"<p>This endpoint retrieves the LDAP user accounts from the account service.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response for this request includes a JSON object with the following structure:  </p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the LDAP user account.</p>\n</li>\n<li><p><code>members@count</code> (integer): The count of LDAP user account members.</p>\n</li>\n<li><p><code>members</code> (array): An array of LDAP user account members.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","accounts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"19e41a8b-fcd9-400a-b86b-776f2dba17ad","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"115"},{"key":"Date","value":"Tue, 15 Jul 2025 15:00:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/accounts\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"69266b2f-ab72-4264-b214-9d4cffeef398"}],"id":"0feb169d-fb67-47c3-9ed3-1945f48323ab","_postman_id":"0feb169d-fb67-47c3-9ed3-1945f48323ab","description":""},{"name":"status","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"949aa8a8-ec9c-46d4-9e9d-1af7d4603a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/status","description":"<p>This endpoint retrieves the status of the LDAP service provider. It provides information about the health and connectivity of both primary and secondary LDAP servers.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the request.</p>\n</li>\n<li><p><code>state</code>: The current state of the LDAP service.</p>\n</li>\n<li><p><code>health</code>: The health status of the service.</p>\n</li>\n<li><p><code>connectivity</code>: An object containing connectivity details, which includes:</p>\n<ul>\n<li><p><code>primaryServer</code>: An object representing the primary LDAP server's status, containing:</p>\n<ul>\n<li><p><code>communicationStatus</code>: An object with the following fields:</p>\n<ul>\n<li><p><code>state</code>: The current communication state.</p>\n</li>\n<li><p><code>since</code>: The timestamp since the current state was recorded.</p>\n</li>\n<li><p><code>description</code>: A description of the communication status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>health</code>: The health status of the primary server.</p>\n</li>\n<li><p><code>stateCode</code>: A numerical code representing the state of the primary server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>secondaryServer</code>: An object representing the secondary LDAP server's status, structured similarly to <code>primaryServer</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"598a5fa7-6c6c-4aeb-a64b-0327bcd5be6e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"530"},{"key":"Date","value":"Thu, 12 Dec 2024 19:38:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/status\",\n    \"state\": \"in service\",\n    \"health\": \"ok\",\n    \"connectivity\": {\n        \"primaryServer\": {\n            \"communicationStatus\": {\n                \"state\": \"none\",\n                \"since\": \"2038-01-19T03:14:07Z\",\n                \"description\": \"Disabled connection\"\n            },\n            \"health\": \"ok\",\n            \"stateCode\": 7\n        },\n        \"secondaryServer\": {\n            \"communicationStatus\": {\n                \"state\": \"none\",\n                \"since\": \"2038-01-19T03:14:07Z\",\n                \"description\": \"Disabled connection\"\n            },\n            \"health\": \"ok\",\n            \"stateCode\": 7\n        }\n    }\n}"}],"_postman_id":"949aa8a8-ec9c-46d4-9e9d-1af7d4603a05"}],"id":"e7a34159-4ba1-4996-8df7-0666e81f6889","_postman_id":"e7a34159-4ba1-4996-8df7-0666e81f6889","description":""},{"name":"settings","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"10ac6485-324b-42f3-b463-c39dd7128663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings","description":"<p>This endpoint retrieves the settings for the LDAP user provider.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request includes a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the settings.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the LDAP user provider is enabled.</p>\n</li>\n<li><p><code>connectivity</code>: An object containing connectivity information.</p>\n</li>\n<li><p><code>mappings</code>: An object representing mappings related to the user provider.</p>\n</li>\n<li><p><code>preferences</code>: An object containing user preferences.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"98c8af3f-c147-4786-9b54-94c78a5d757a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"410"},{"key":"Date","value":"Mon, 09 Dec 2024 20:56:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings\",\n    \"enabled\": true,\n    \"connectivity\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/connectivity\"\n    },\n    \"mappings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings\"\n    },\n    \"preferences\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/preferences\"\n    }\n}"}],"_postman_id":"10ac6485-324b-42f3-b463-c39dd7128663"},{"name":"enable/disable ldap","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b3074248-5afc-4686-8551-2e0723f1fed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\": false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings","description":"<p>This endpoint is used to enable or disable the LDAP service for user providers.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should include a raw JSON payload with the following property:</p>\n<ul>\n<li><code>enabled</code> (boolean, required): Indicates whether the LDAP service is enabled or not.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7d89fe58-744e-45dc-9ab7-6da6e3398529","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\": false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 15 Jul 2025 15:16:17 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b3074248-5afc-4686-8551-2e0723f1fed6"},{"name":"connectivity","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"73fad60b-d276-4750-aa40-9b6dfb9660c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/connectivity","description":"<p>This endpoint retrieves the LDAP connectivity settings for the user provider.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>primaryServer</code>: An object containing details about the primary LDAP server:</p>\n<ul>\n<li><p><code>name</code>: The name of the primary server.</p>\n</li>\n<li><p><code>uri</code>: The URI of the primary server.</p>\n</li>\n<li><p><code>port</code>: The port number used by the primary server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>secondaryServer</code>: An object containing details about the secondary LDAP server:</p>\n<ul>\n<li><p><code>name</code>: The name of the secondary server.</p>\n</li>\n<li><p><code>uri</code>: The URI of the secondary server.</p>\n</li>\n<li><p><code>port</code>: The port number used by the secondary server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>userDomain</code>: An object containing user domain details:</p>\n<ul>\n<li><p><code>nameAttribute</code>: The attribute used for the name in the user domain.</p>\n</li>\n<li><p><code>dn</code>: The distinguished name for the user domain.</p>\n</li>\n</ul>\n</li>\n<li><p><code>groupDomain</code>: An object containing group domain details:</p>\n<ul>\n<li><p><code>nameAttribute</code>: The attribute used for the name in the group domain.</p>\n</li>\n<li><p><code>dn</code>: The distinguished name for the group domain.</p>\n</li>\n</ul>\n</li>\n<li><p><code>bind</code>: An object containing bind information:</p>\n<ul>\n<li><p><code>dn</code>: The distinguished name used for binding.</p>\n</li>\n<li><p><code>password</code>: The password used for binding (may be null).</p>\n</li>\n</ul>\n</li>\n<li><p><code>security</code>: An object containing security settings:</p>\n<ul>\n<li><p><code>type</code>: The type of security used.</p>\n</li>\n<li><p><code>verifyCertificate</code>: A boolean indicating if certificate verification is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","connectivity"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7cf601dc-d66c-41c1-9d4b-6c49f324fb9e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/connectivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"477"},{"key":"Date","value":"Mon, 09 Dec 2024 20:56:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/connectivity\",\n    \"primaryServer\": {\n        \"name\": \"Primary\",\n        \"uri\": \"asdf\",\n        \"port\": 389\n    },\n    \"secondaryServer\": {\n        \"name\": \"Secondary\",\n        \"uri\": \"\",\n        \"port\": 389\n    },\n    \"userDomain\": {\n        \"nameAttribute\": \"asdf\",\n        \"dn\": \"asdf\"\n    },\n    \"groupDomain\": {\n        \"nameAttribute\": \"asdf\",\n        \"dn\": \"asdf\"\n    },\n    \"bind\": {\n        \"dn\": \"\",\n        \"password\": null\n    },\n    \"security\": {\n        \"type\": \"ssl\",\n        \"verifyCertificate\": true\n    }\n}"}],"_postman_id":"73fad60b-d276-4750-aa40-9b6dfb9660c7"},{"name":"connectivity","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"df4de81b-b99f-4c81-9e1c-9813b7ad5251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"primaryServer\": {\r\n        \"name\": \"Primary\",\r\n        \"uri\": \"\",\r\n        \"port\": 389\r\n    },\r\n    \"secondaryServer\": {\r\n        \"name\": \"Secondary\",\r\n        \"uri\": \"\",\r\n        \"port\": 389\r\n    },\r\n    \"userDomain\": {\r\n        \"nameAttribute\": \"\",\r\n        \"dn\": \"\"\r\n    },\r\n    \"groupDomain\": {\r\n        \"nameAttribute\": \"\",\r\n        \"dn\": \"\"\r\n    },\r\n    \"bind\": {\r\n        \"dn\": \"\",\r\n        \"password\": null\r\n    },\r\n    \"security\": {\r\n        \"type\": \"ssl\",\r\n        \"verifyCertificate\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/connectivity","description":"<p>This endpoint allows the user to update the LDAP connectivity settings for the account service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/connectivity</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should include a raw JSON payload and can include updates on the following parameters:</p>\n<ul>\n<li><p><code>primaryServer</code> (object) - Details of the primary LDAP server.</p>\n<ul>\n<li><p><code>name</code> (string) - Name of the server.</p>\n</li>\n<li><p><code>uri</code> (string) - URI of the server.</p>\n</li>\n<li><p><code>port</code> (number) - Port of the server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>secondaryServer</code> (object) - Details of the secondary LDAP server.</p>\n<ul>\n<li><p><code>name</code> (string) - Name of the server.</p>\n</li>\n<li><p><code>uri</code> (string) - URI of the server.</p>\n</li>\n<li><p><code>port</code> (number) - Port of the server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>userDomain</code> (object) - Details of the user domain.</p>\n<ul>\n<li><p><code>nameAttribute</code> (string) - Name attribute of the domain.</p>\n</li>\n<li><p><code>dn</code> (string) - Distinguished Name (DN) of the domain.</p>\n</li>\n</ul>\n</li>\n<li><p><code>groupDomain</code> (object) - Details of the group domain.</p>\n<ul>\n<li><p><code>nameAttribute</code> (string) - Name attribute of the domain.</p>\n</li>\n<li><p><code>dn</code> (string) - Distinguished Name (DN) of the domain.</p>\n</li>\n</ul>\n</li>\n<li><p><code>bind</code> (object) - Details for binding to the LDAP server.</p>\n<ul>\n<li><p><code>dn</code> (string) - Distinguished Name (DN) for binding.</p>\n</li>\n<li><p><code>password</code> (string) - Password for binding.</p>\n</li>\n</ul>\n</li>\n<li><p><code>security</code> (object) - Security settings for the LDAP connection.</p>\n<ul>\n<li><p><code>type</code> (string) - Type of security (e.g., ssl).</p>\n</li>\n<li><p><code>verifyCertificate</code> (boolean) - Indicates whether to verify the server's SSL certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","connectivity"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a438752f-1032-4a4a-832d-52f6da2f087f","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"primaryServer\": {\r\n        \"name\": \"Primary\",\r\n        \"uri\": \"\",\r\n        \"port\": 389\r\n    },\r\n    \"secondaryServer\": {\r\n        \"name\": \"Secondary\",\r\n        \"uri\": \"\",\r\n        \"port\": 389\r\n    },\r\n    \"userDomain\": {\r\n        \"nameAttribute\": \"\",\r\n        \"dn\": \"\"\r\n    },\r\n    \"groupDomain\": {\r\n        \"nameAttribute\": \"\",\r\n        \"dn\": \"\"\r\n    },\r\n    \"bind\": {\r\n        \"dn\": \"\",\r\n        \"password\": null\r\n    },\r\n    \"security\": {\r\n        \"type\": \"ssl\",\r\n        \"verifyCertificate\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/connectivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 15 Jul 2025 15:14:39 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"df4de81b-b99f-4c81-9e1c-9813b7ad5251"},{"name":"mappings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1498226a-5d15-4e22-b641-35d65e5da763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/mappings","description":"<p>This endpoint retrieves the LDAP service mappings for user providers.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON object that includes the following properties:</p>\n<ul>\n<li><p><code>@id</code> (string): An identifier for the response object.</p>\n</li>\n<li><p><code>members@count</code> (integer): The count of members returned in the response.</p>\n</li>\n<li><p><code>members</code> (array): An array of member objects, each containing:</p>\n<ul>\n<li><p><code>@id</code> (string): An identifier for the member.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier for the member.</p>\n</li>\n<li><p><code>remoteGroup</code> (string): The associated remote group for the member.</p>\n</li>\n<li><p><code>profile</code> (string): The profile information related to the member.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","mappings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e3caf5b7-208e-416d-9b1a-998f7b29e10d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/mappings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"3949"},{"key":"Date","value":"Mon, 09 Dec 2024 20:56:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings\",\n    \"members@count\": 20,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/0\",\n            \"id\": \"0\",\n            \"remoteGroup\": \"asdf\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/1\",\n            \"id\": \"1\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/2\",\n            \"id\": \"2\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/3\",\n            \"id\": \"3\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/4\",\n            \"id\": \"4\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/5\",\n            \"id\": \"5\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/6\",\n            \"id\": \"6\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/7\",\n            \"id\": \"7\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/8\",\n            \"id\": \"8\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/9\",\n            \"id\": \"9\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/10\",\n            \"id\": \"10\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/11\",\n            \"id\": \"11\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/12\",\n            \"id\": \"12\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/13\",\n            \"id\": \"13\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/14\",\n            \"id\": \"14\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/15\",\n            \"id\": \"15\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/16\",\n            \"id\": \"16\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/17\",\n            \"id\": \"17\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/18\",\n            \"id\": \"18\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/mappings/19\",\n            \"id\": \"19\",\n            \"remoteGroup\": \"\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n        }\n    ]\n}"}],"_postman_id":"1498226a-5d15-4e22-b641-35d65e5da763"},{"name":"mappings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2d8a4e15-e1ae-4b49-aca3-238833d58d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"members\": [\r\n        {\r\n            \"remoteGroup\": \"test\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/mappings/0","description":"<p>This HTTP PATCH request is used to update the LDAP settings mappings for a specific user provider.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PATCH</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/mappings/0</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in raw JSON format and must contain a <code>members</code> array. Each item in the <code>members</code> array should include the following keys:</p>\n<ul>\n<li><p><code>remoteGroup</code>: A string representing the name of the remote group.</p>\n</li>\n<li><p><code>profile</code>: A string indicating the profile path.</p>\n</li>\n</ul>\n<p><strong>Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"members\": [\n        {\n            \"remoteGroup\": \"test\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountServ ...\"\n        }\n    ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","mappings","0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6baa80f7-900d-4bdc-bc3e-9bc3110fb38d","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"members\": [\r\n        {\r\n            \"remoteGroup\": \"test\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        },\r\n        {\r\n            \"remoteGroup\": \"\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/mappings/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 09 Dec 2024 20:52:30 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"2d8a4e15-e1ae-4b49-aca3-238833d58d6c"},{"name":"preferences","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d43f88a-c3b6-4089-864d-8c53dc6fb8e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/preferences","description":"<p>This endpoint retrieves the LDAP settings preferences for the user providers in the account service.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>@id</code> (string): The ID of the LDAP settings preference.</p>\n</li>\n<li><p><code>language</code> (string): The preferred language setting.</p>\n</li>\n<li><p><code>dateFormat</code> (string): The preferred date format setting.</p>\n</li>\n<li><p><code>timeFormat</code> (string): The preferred time format setting.</p>\n</li>\n<li><p><code>temperatureUnit</code> (string): The preferred temperature unit setting.</p>\n</li>\n<li><p><code>licenceAgreement</code> (string): The status of the license agreement.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","preferences"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"40244e49-3149-4009-b8ac-64ecd2d5d930","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"216"},{"key":"Date","value":"Mon, 09 Dec 2024 20:55:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings/preferences\",\n    \"language\": \"en_US\",\n    \"dateFormat\": \"LL/dd/yyyy\",\n    \"timeFormat\": \"12h\",\n    \"temperatureUnit\": \"celsius\",\n    \"licenceAgreement\": \"\"\n}"}],"_postman_id":"0d43f88a-c3b6-4089-864d-8c53dc6fb8e4"},{"name":"preferences","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"afd81a05-3a3b-4fcb-a873-d9ef0e157a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"dateFormat\": \"LL/dd/yyyy\",\r\n    \"timeFormat\": \"12h\",\r\n    \"temperatureUnit\": \"celsius\",\r\n    \"language\": \"en_US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/preferences","description":"<p>This endpoint allows the user to update the preferences for LDAP user providers.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PATCH</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/preferences</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should include a raw JSON payload with the following parameters:</p>\n<ul>\n<li><p><code>language</code> (string, optional): The preferred language for the user. This is encoded using IETF BCP 47 language tags composed of a two letter language code defined by ISO 639-1 and a two letter country code defined by ISO 3166-1 alpha-2 connected by an underscore.</p>\n</li>\n<li><p><code>dateFormat</code> (string, optional): The preferred date format for the user. In this case 'LL' stands for month. Availabe options include:</p>\n<ul>\n<li><p>\"LL/dd/yyyy\"</p>\n</li>\n<li><p>\"dd/LL/yyyy\"</p>\n</li>\n<li><p>\"yyyy/LL/dd\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>timeFormat</code> (string, optional): The preferred time format for the user. Available options include:</p>\n<ul>\n<li><p>\"12h\"</p>\n</li>\n<li><p>\"24h\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>temperatureUnit</code> (string, optional): The preferred unit for temperature display. Available options include:</p>\n<ul>\n<li><p>\"fahrenheit\"</p>\n</li>\n<li><p>\"celsius\"</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","settings","preferences"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a0b65ea7-c7fb-4dc1-86a9-669b06557057","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"dateFormat\": \"LL/dd/yyyy\",\r\n    \"timeFormat\": \"12h\",\r\n    \"temperatureUnit\": \"celsius\",\r\n    \"language\": \"en_US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/settings/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 09 Dec 2024 20:55:11 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"afd81a05-3a3b-4fcb-a873-d9ef0e157a31"}],"id":"762b3edd-4276-4a32-bb43-7c6149d79b8c","description":"<p>This collection of endpoints deals with retrieving and updating various settings related to the LDAP service.</p>\n","_postman_id":"762b3edd-4276-4a32-bb43-7c6149d79b8c"},{"name":"diagnostics","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0cacee34-3ab2-413c-9905-d800d2230d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/diagnostics","description":"<p>This endpoint retrieves diagnostic information related to LDAP user providers within the account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object that contains the following properties:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>actions</code>: An object containing the following keys, each corresponding to an available action:</p>\n<ul>\n<li><p><code>#testAllLabels</code></p>\n</li>\n<li><p><code>#testAll</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","diagnostics"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f7d612c0-adc5-4eb8-9b09-30e6a7063f0a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/diagnostics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"303"},{"key":"Date","value":"Thu, 12 Dec 2024 19:56:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/diagnostics\",\n    \"actions\": {\n        \"#testAllLabels\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/diagnostics/actions/testAllLabels\",\n        \"#testAll\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/diagnostics/actions/testAll\"\n    }\n}"}],"_postman_id":"0cacee34-3ab2-413c-9905-d800d2230d71"},{"name":"testAllLabels","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9dbcccdc-98fb-4b85-a428-65443970597d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/diagnostics/actions/testAllLabels","description":"<p>This endpoint allows you to test all LDAP labels for the user providers in the account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the result of testing all the LDAP labels for the user providers in the account service.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","diagnostics","actions","testAllLabels"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dbcccdc-98fb-4b85-a428-65443970597d"},{"name":"testAll","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1bf2ef73-c592-44ab-912a-dfbb725cbea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap/diagnostics/actions/testAll","description":"<p>This endpoint allows you to perform a diagnostic test on all LDAP user services.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the response will contain the results of the diagnostic test for all LDAP user services.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap","diagnostics","actions","testAll"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bf2ef73-c592-44ab-912a-dfbb725cbea3"}],"id":"f6d34aa6-5bf5-43c7-b6b5-effcf0a6d4eb","description":"<p>This collection of endpoints retrieves information about and runs tests relating to LDAP service diagnostics.</p>\n","_postman_id":"f6d34aa6-5bf5-43c7-b6b5-effcf0a6d4eb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7ca951bd-b0b6-4d1f-bdc9-d5a3ec720259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap","description":"<p>This endpoint retrieves user providers from the LDAP account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request includes a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: The ID of the user provider</p>\n</li>\n<li><p><code>accounts</code>: Details about user accounts</p>\n</li>\n<li><p><code>status</code>: Status information</p>\n</li>\n<li><p><code>settings</code>: User provider settings</p>\n</li>\n<li><p><code>diagnostics</code>: Diagnostic information</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","ldap"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bd5897ab-c299-41bf-b1c6-4373ddcad028","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/ldap"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"436"},{"key":"Date","value":"Fri, 29 Nov 2024 15:48:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap\",\n    \"accounts\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/accounts\"\n    },\n    \"status\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/status\"\n    },\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/settings\"\n    },\n    \"diagnostics\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap/diagnostics\"\n    }\n}"}],"_postman_id":"7ca951bd-b0b6-4d1f-bdc9-d5a3ec720259"}],"id":"9a43b9a7-51dd-455f-b69d-b27a0184c586","description":"<p>This service integrates with LDAP (Lightweight Directory Access Protocol) systems for centralized authentication and settings configuration.</p>\n","_postman_id":"9a43b9a7-51dd-455f-b69d-b27a0184c586"},{"name":"radius","item":[{"name":"accounts","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"88bc5619-48d5-4364-b3ec-733846698892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/accounts","description":"<p>This endpoint retrieves the user providers for Radius accounts.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>members@count</code>: The total number of user providers returned in the response.</p>\n</li>\n<li><p><code>members</code>: An array containing user provider objects, each containing a unique <code>@id</code> that can be used to query for more information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","accounts"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8f54c588-7f9c-4838-a760-5a6d997de6c6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"117"},{"key":"Date","value":"Tue, 15 Jul 2025 15:32:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/accounts\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"88bc5619-48d5-4364-b3ec-733846698892"}],"id":"bdd5dd7a-252e-4acf-9778-4d83467c58e5","_postman_id":"bdd5dd7a-252e-4acf-9778-4d83467c58e5","description":""},{"name":"status","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"582ed544-e27c-4847-b74c-3b481dd12114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/status","description":"<p>This endpoint makes an HTTP GET request to retrieve the status of the user providers for the RADIUS account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>state</code>: A string indicating the overall state of the user providers.</p>\n</li>\n<li><p><code>health</code>: A string indicating the health status of the user providers.</p>\n</li>\n<li><p><code>connectivity</code>: An object containing connectivity details, which includes:</p>\n<ul>\n<li><p><code>primaryServer</code>: An object representing the primary server's status, containing:</p>\n<ul>\n<li><p><code>communicationStatus</code>: An object with:</p>\n<ul>\n<li><p><code>state</code>: A string indicating the communication state.</p>\n</li>\n<li><p><code>since</code>: A string indicating the timestamp since the current state has been active.</p>\n</li>\n<li><p><code>description</code>: A string providing additional details about the communication status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>health</code>: A string indicating the health status of the primary server.</p>\n</li>\n<li><p><code>stateCode</code>: A numeric code representing the state of the primary server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>secondaryServer</code>: An object representing the secondary server's status, with the same structure as the primary server.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e3aab356-c061-45db-8684-227f1160c159","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"529"},{"key":"Date","value":"Thu, 12 Dec 2024 20:02:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"stopped\",\n    \"health\": \"unknown\",\n    \"connectivity\": {\n        \"primaryServer\": {\n            \"communicationStatus\": {\n                \"state\": \"unknown\",\n                \"since\": \"2038-01-19T03:14:07Z\",\n                \"description\": \"Unknown state, please contact client support\"\n            },\n            \"health\": \"unknown\",\n            \"stateCode\": 10\n        },\n        \"secondaryServer\": {\n            \"communicationStatus\": {\n                \"state\": \"unknown\",\n                \"since\": \"2038-01-19T03:14:07Z\",\n                \"description\": \"Unknown state, please contact client support\"\n            },\n            \"health\": \"unknown\",\n            \"stateCode\": 10\n        }\n    }\n}"}],"_postman_id":"582ed544-e27c-4847-b74c-3b481dd12114"}],"id":"0ed2614f-def7-4a60-be7c-6ff8731a74f6","_postman_id":"0ed2614f-def7-4a60-be7c-6ff8731a74f6","description":""},{"name":"settings","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b2c160de-7c7d-40a3-92b0-e3b7463b65fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings","description":"<p>This endpoint makes an HTTP GET request to retrieve the radius settings for user providers in the account service. The request does not require any specific parameters in the request body.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the Radius settings.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates whether the Radius settings are enabled.</p>\n</li>\n<li><p><code>connectivity</code> (object): Details about the connectivity settings.</p>\n<ul>\n<li><code>@id</code> (string): The ID of the connectivity settings.</li>\n</ul>\n</li>\n<li><p><code>mappingFallback</code> (object): Details about the mapping fallback settings.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the mapping fallback is enabled.</p>\n</li>\n<li><p><code>profile</code> (string): The profile for the mapping fallback.</p>\n</li>\n</ul>\n</li>\n<li><p><code>mappings</code> (object): Details about the mappings.</p>\n<ul>\n<li><code>@id</code> (string): The ID of the mappings.</li>\n</ul>\n</li>\n<li><p><code>preferences</code> (object): Details about the preferences.</p>\n<ul>\n<li><code>@id</code> (string): The ID of the preferences.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"61073c9c-8b7e-484e-a324-bb59bd9ff61a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"522"},{"key":"Date","value":"Mon, 09 Dec 2024 21:00:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings\",\n    \"enabled\": true,\n    \"connectivity\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity\"\n    },\n    \"mappingFallback\": {\n        \"enabled\": false,\n        \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n    },\n    \"mappings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings\"\n    },\n    \"preferences\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/preferences\"\n    }\n}"}],"_postman_id":"b2c160de-7c7d-40a3-92b0-e3b7463b65fe"},{"name":"enable/disable radius","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"43328a10-8e8e-4159-9a47-ed937e24ba24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\": false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings","description":"<p>This endpoint allows the user to update the RADIUS settings for the account service to either enable or disable the service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following property:</p>\n<ul>\n<li><code>enabled</code> (boolean): Specifies whether the RADIUS settings are enabled or not.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6dff9448-beb9-469c-ad00-011ec51ae18a","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\": false}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:03:24 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"43328a10-8e8e-4159-9a47-ed937e24ba24"},{"name":"connectivity","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bcca39ed-b764-45cd-9579-bc73e452b6c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity","description":"<p>This endpoint retrieves the connectivity settings for the RADIUS user providers.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following schema:</p>\n<ul>\n<li><p><code>@id</code>: The identifier for the settings.</p>\n</li>\n<li><p><code>protocol</code>: The protocol used for connectivity.</p>\n</li>\n<li><p><code>primaryServer</code>: Details of the primary server, including a unique <code>@id</code> property.</p>\n</li>\n<li><p><code>secondaryServer</code>: Details of the secondary server, including a unique <code>@id</code> property.</p>\n</li>\n<li><p><code>nas</code>: Details of the NAS (Network Access Server).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","connectivity"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1445151f-b974-4956-ad3b-05f7a52f7a89","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"411"},{"key":"Date","value":"Mon, 09 Dec 2024 21:04:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity\",\n    \"protocol\": \"pap\",\n    \"primaryServer\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity/primaryServer\"\n    },\n    \"secondaryServer\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity/secondaryServer\"\n    },\n    \"nas\": {\n        \"identifier\": \"\",\n        \"ip\": \"\"\n    }\n}"}],"_postman_id":"bcca39ed-b764-45cd-9579-bc73e452b6c3"},{"name":"primaryServer","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c1670fdb-244e-476b-9f8e-c5ffab300ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/primaryServer","description":"<p>This endpoint retrieves the primary server settings for the user providers in the account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: The ID of the primary server</p>\n</li>\n<li><p><code>name</code>: The name of the primary server</p>\n</li>\n<li><p><code>secret</code>: The secret key for the primary server</p>\n</li>\n<li><p><code>url</code>: The URL of the primary server</p>\n</li>\n<li><p><code>port</code>: The port number of the primary server</p>\n</li>\n<li><p><code>timeout</code>: The timeout duration for the primary server</p>\n</li>\n<li><p><code>retryCount</code>: The number of retry attempts for the primary server</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","connectivity","primaryServer"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e50bb41b-74ae-4da1-a1d8-92a4da1cd23f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/primaryServer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"212"},{"key":"Date","value":"Mon, 09 Dec 2024 23:34:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity/primaryServer\",\n    \"name\": \"Primary\",\n    \"secret\": null,\n    \"url\": \"192.168.1.1\",\n    \"port\": 1812,\n    \"timeout\": 3,\n    \"retryCount\": 0\n}"}],"_postman_id":"c1670fdb-244e-476b-9f8e-c5ffab300ef6"},{"name":"primaryServer","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b4e4961d-653b-4b6d-b054-9839bba4d236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Primary\",\r\n    \"secret\": null,\r\n    \"url\": \"192.168.1.1\",\r\n    \"port\": 1812,\r\n    \"timeout\": 3,\r\n    \"retryCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/primaryServer","description":"<p>This endpoint allows the user to update the primary server settings for the Radius user provider.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/primaryServer</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following properties:</p>\n<ul>\n<li><p><code>name</code> (string, required): The name of the primary server.</p>\n</li>\n<li><p><code>secret</code> (string, optional): The secret key for the primary server.</p>\n</li>\n<li><p><code>url</code> (string, required): The URL of the primary server.</p>\n</li>\n<li><p><code>port</code> (integer, required): The port number of the primary server.</p>\n</li>\n<li><p><code>timeout</code> (integer, required): The timeout value for the primary server.</p>\n</li>\n<li><p><code>retryCount</code> (integer, required): The retry count for the primary server.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","connectivity","primaryServer"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"71039ba8-c42f-4564-9b1b-10fdbd3c9c35","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Primary\",\r\n    \"secret\": null,\r\n    \"url\": \"192.168.1.1\",\r\n    \"port\": 1812,\r\n    \"timeout\": 3,\r\n    \"retryCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/primaryServer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:05:03 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b4e4961d-653b-4b6d-b054-9839bba4d236"},{"name":"secondaryServer","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d870a789-4dcd-4ad9-804b-e41c9b3e0b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/secondaryServer","description":"<p>This endpoint retrieves the secondary server connectivity settings for the user providers in the Radius account service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the secondary server connectivity settings.</p>\n</li>\n<li><p><code>name</code> (string): The name of the secondary server.</p>\n</li>\n<li><p><code>secret</code> (null): The secret key for the secondary server.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the secondary server.</p>\n</li>\n<li><p><code>port</code> (integer): The port number for the secondary server.</p>\n</li>\n<li><p><code>timeout</code> (integer): The timeout duration for the secondary server connection.</p>\n</li>\n<li><p><code>retryCount</code> (integer): The number of retry attempts for connecting to the secondary server.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","connectivity","secondaryServer"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3a13bfea-1241-4c4a-b565-9228d3fb6719","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/secondaryServer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"205"},{"key":"Date","value":"Mon, 09 Dec 2024 23:34:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/connectivity/secondaryServer\",\n    \"name\": \"Secondary\",\n    \"secret\": null,\n    \"url\": \"\",\n    \"port\": 1812,\n    \"timeout\": 3,\n    \"retryCount\": 0\n}"}],"_postman_id":"d870a789-4dcd-4ad9-804b-e41c9b3e0b96"},{"name":"secondaryServer","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b65231e2-ee61-491d-ab1d-db66646b5f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Secondary\",\r\n    \"secret\": null,\r\n    \"url\": \"\",\r\n    \"port\": 1812,\r\n    \"timeout\": 3,\r\n    \"retryCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/secondaryServer","description":"<p>This endpoint allows you to update the secondary server settings for a user provider in the account service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/secondaryServer</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following properties:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the secondary server.</p>\n</li>\n<li><p><code>secret</code> (string): The secret key for the secondary server.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the secondary server.</p>\n</li>\n<li><p><code>port</code> (integer): The port number of the secondary server.</p>\n</li>\n<li><p><code>timeout</code> (integer): The timeout duration for connecting to the secondary server.</p>\n</li>\n<li><p><code>retryCount</code> (integer): The number of retry attempts in case of connection failure.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","connectivity","secondaryServer"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ab71449d-fbdf-4f43-a449-3171701e9115","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Secondary\",\r\n    \"secret\": null,\r\n    \"url\": \"\",\r\n    \"port\": 1812,\r\n    \"timeout\": 3,\r\n    \"retryCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/connectivity/secondaryServer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:07:58 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b65231e2-ee61-491d-ab1d-db66646b5f67"},{"name":"mappingFallback","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c91a9b3a-cedc-4686-b139-e6ac1ba03679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback","description":"<p>This endpoint retrieves the Radius mapping fallback settings for the user providers.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the mapping fallback is enabled.</p>\n</li>\n<li><p><code>profile</code> (string): The profile associated with the mapping fallback.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","mappingFallback"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"82469e5d-2151-4e2c-86d5-159076d62d79","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"80"},{"key":"Date","value":"Mon, 09 Dec 2024 21:03:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": true,\n    \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\n}"}],"_postman_id":"c91a9b3a-cedc-4686-b139-e6ac1ba03679"},{"name":"mappingFallback","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b1a16a20-0516-4eb3-8e27-e7ecf1d649fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback","description":"<p>This endpoint makes an HTTP PATCH request to update the mapping fallback settings for user providers in the account service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PATCH</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following properties:</p>\n<ul>\n<li><p><code>enabled</code>: a boolean value indicating whether the mapping fallback is enabled.</p>\n</li>\n<li><p><code>profile</code>: a string representing the profile for the mapping fallback settings.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","mappingFallback"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b2a9e600-d473-4848-8038-3b434f1ed90d","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:09:13 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b1a16a20-0516-4eb3-8e27-e7ecf1d649fa"},{"name":"mappings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f02cbb12-174e-4e09-bbf7-20c891bd0bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappings","description":"<p>This endpoint retrieves the mappings for user providers in the Radius settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifer for the mappings.</p>\n</li>\n<li><p><code>members@count</code>: Total count of members in the array.</p>\n</li>\n<li><p><code>members</code>: Array of mapping member objects, each including:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the member.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the member.</p>\n</li>\n<li><p><code>profile</code>: Profile associated with the member.</p>\n</li>\n<li><p><code>attribute</code>: Numeric attribute value.</p>\n</li>\n<li><p><code>value</code>: Numeric value associated with the member.</p>\n</li>\n<li><p><code>vendor</code>: Numeric identifier for the vendor.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","mappings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2926a804-c689-4d66-b66d-9c2665ef76ad","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"4550"},{"key":"Date","value":"Mon, 09 Dec 2024 20:58:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings\",\n    \"members@count\": 20,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/0\",\n            \"id\": \"0\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n            \"attribute\": 28,\n            \"value\": 1,\n            \"vendor\": 534\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/1\",\n            \"id\": \"1\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/2\",\n            \"id\": \"2\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/3\",\n            \"id\": \"3\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/4\",\n            \"id\": \"4\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/5\",\n            \"id\": \"5\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/6\",\n            \"id\": \"6\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/7\",\n            \"id\": \"7\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/8\",\n            \"id\": \"8\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/9\",\n            \"id\": \"9\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/10\",\n            \"id\": \"10\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/11\",\n            \"id\": \"11\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/12\",\n            \"id\": \"12\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/13\",\n            \"id\": \"13\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/14\",\n            \"id\": \"14\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/15\",\n            \"id\": \"15\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/16\",\n            \"id\": \"16\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/17\",\n            \"id\": \"17\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/18\",\n            \"id\": \"18\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/19\",\n            \"id\": \"19\",\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n            \"attribute\": 0,\n            \"value\": 0,\n            \"vendor\": 0\n        }\n    ]\n}"}],"_postman_id":"f02cbb12-174e-4e09-bbf7-20c891bd0bd5"},{"name":"mappings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e6cceeb8-c779-4ef4-af18-3671c2af25d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"members\": [\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/0\",\r\n            \"id\": \"0\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\r\n            \"attribute\": 28,\r\n            \"value\": 1,\r\n            \"vendor\": 534\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/1\",\r\n            \"id\": \"1\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/2\",\r\n            \"id\": \"2\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/3\",\r\n            \"id\": \"3\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/4\",\r\n            \"id\": \"4\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/5\",\r\n            \"id\": \"5\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/6\",\r\n            \"id\": \"6\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/7\",\r\n            \"id\": \"7\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/8\",\r\n            \"id\": \"8\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/9\",\r\n            \"id\": \"9\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/10\",\r\n            \"id\": \"10\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/11\",\r\n            \"id\": \"11\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/12\",\r\n            \"id\": \"12\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/13\",\r\n            \"id\": \"13\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/14\",\r\n            \"id\": \"14\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/15\",\r\n            \"id\": \"15\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/16\",\r\n            \"id\": \"16\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/17\",\r\n            \"id\": \"17\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/18\",\r\n            \"id\": \"18\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/19\",\r\n            \"id\": \"19\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappings","description":"<p>This HTTP PATCH request is used to update the mappings for user providers' radius settings in the account service. The request body should contain a JSON payload with an array of \"members\" where each member includes the ID, profile, attribute, value, and vendor details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PATCH</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappingFallback</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following property:</p>\n<ul>\n<li><code>members</code>: An array of objects containing the details of the user provider mappings.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","mappings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a4edb37b-f59f-4005-b0a5-8a1724d72d73","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"members\": [\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/0\",\r\n            \"id\": \"0\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\r\n            \"attribute\": 28,\r\n            \"value\": 1,\r\n            \"vendor\": 534\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/1\",\r\n            \"id\": \"1\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/2\",\r\n            \"id\": \"2\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/3\",\r\n            \"id\": \"3\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/4\",\r\n            \"id\": \"4\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/5\",\r\n            \"id\": \"5\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/6\",\r\n            \"id\": \"6\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/7\",\r\n            \"id\": \"7\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/8\",\r\n            \"id\": \"8\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/9\",\r\n            \"id\": \"9\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/10\",\r\n            \"id\": \"10\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/11\",\r\n            \"id\": \"11\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/12\",\r\n            \"id\": \"12\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/13\",\r\n            \"id\": \"13\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/14\",\r\n            \"id\": \"14\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/15\",\r\n            \"id\": \"15\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/16\",\r\n            \"id\": \"16\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/17\",\r\n            \"id\": \"17\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/18\",\r\n            \"id\": \"18\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        },\r\n        {\r\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/mappings/19\",\r\n            \"id\": \"19\",\r\n            \"profile\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\r\n            \"attribute\": 0,\r\n            \"value\": 0,\r\n            \"vendor\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/mappings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:10:38 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e6cceeb8-c779-4ef4-af18-3671c2af25d0"},{"name":"preferences","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0963f84a-b945-4039-8b80-7948fd4add11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/preferences","description":"<p>This endpoint retrieves the preferences settings for the user providers in the Radius account service, including language, date format, time format, temperature unit, and license agreement information.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>language</code>: Preferred language setting.</p>\n</li>\n<li><p><code>dateFormat</code>: Format for displaying dates.</p>\n</li>\n<li><p><code>timeFormat</code>: Format for displaying time.</p>\n</li>\n<li><p><code>temperatureUnit</code>: Unit for temperature measurement.</p>\n</li>\n<li><p><code>licenceAgreement</code>: Information regarding the license agreement.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","preferences"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b53e171d-1776-494a-b376-e1a444995e64","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"193"},{"key":"Date","value":"Thu, 12 Dec 2024 21:02:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings/preferences\",\n    \"language\": \"\",\n    \"dateFormat\": \"\",\n    \"timeFormat\": \"\",\n    \"temperatureUnit\": \"\",\n    \"licenceAgreement\": \"\"\n}"}],"_postman_id":"0963f84a-b945-4039-8b80-7948fd4add11"},{"name":"preferences","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d8654e54-28fa-4fc8-abb2-bd68fe6d10c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"dateFormat\": \"LL/dd/yyyy\",\r\n    \"timeFormat\": \"12h\",\r\n    \"temperatureUnit\": \"celsius\",\r\n    \"language\": \"en_US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/preferences","description":"<p>This HTTP PATCH request is used to update the preferences for a user's radius settings in the account service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PATCH</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/preferences</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and can be used to update the following properties:</p>\n<ul>\n<li><p><code>dateFormat</code>: The preferred date format for the user.</p>\n</li>\n<li><p><code>timeFormat</code>: The preferred time format for the user.</p>\n</li>\n<li><p><code>temperatureUnit</code>: The preferred unit for temperature measurement.</p>\n</li>\n<li><p><code>language</code>: The preferred language for the user.</p>\n</li>\n<li><p><code>language</code> (string, optional): The preferred language for the user. This is encoded using IETF BCP 47 language tags composed of a two letter language code defined by ISO 639-1 and a two letter country code defined by ISO 3166-1 alpha-2 connected by an underscore.</p>\n</li>\n<li><p><code>dateFormat</code> (string, optional): The preferred date format for the user. In this case 'LL' stands for month. Availabe options include:</p>\n<ul>\n<li><p>\"LL/dd/yyyy\"</p>\n</li>\n<li><p>\"dd/LL/yyyy\"</p>\n</li>\n<li><p>\"yyyy/LL/dd\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>timeFormat</code> (string, optional): The preferred time format for the user. Available options include:</p>\n<ul>\n<li><p>\"12h\"</p>\n</li>\n<li><p>\"24h\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>temperatureUnit</code> (string, optional): The preferred unit for temperature display. Available options include:</p>\n<ul>\n<li><p>\"fahrenheit\"</p>\n</li>\n<li><p>\"celsius\"</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius","settings","preferences"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6098ad1d-c5b8-4861-ac67-2ba2fd77870b","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"dateFormat\": \"LL/dd/yyyy\",\r\n    \"timeFormat\": \"12h\",\r\n    \"temperatureUnit\": \"celsius\",\r\n    \"language\": \"en_US\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius/settings/preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:11:48 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"d8654e54-28fa-4fc8-abb2-bd68fe6d10c4"}],"id":"f94f1a8e-e2e1-41f6-8f15-43c0767e41c2","description":"<p>This collection of endpoints deals with retrieving and updating various settings related to the Radius service.</p>\n","_postman_id":"f94f1a8e-e2e1-41f6-8f15-43c0767e41c2"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f969398e-dce2-40df-b6ca-98ed52f5a3ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius","description":"<p>This endpoint retrieves the user providers for the Radius service.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>@id</code> (string): The ID of the user provider.</p>\n</li>\n<li><p><code>accounts</code> (object): Details of the user accounts associated with the user provider.</p>\n<ul>\n<li><code>@id</code> (string): The ID of the user accounts.</li>\n</ul>\n</li>\n<li><p><code>status</code> (object): Status information of the user provider.</p>\n<ul>\n<li><p><code>state</code> (string): The state of the user provider.</p>\n</li>\n<li><p><code>health</code> (string): The health status of the user provider.</p>\n</li>\n<li><p><code>connectivity</code> (object): Connectivity details of the user provider.</p>\n<ul>\n<li><p><code>primaryServer</code> (object): Details of the primary server.</p>\n<ul>\n<li><p><code>communicationStatus</code> (object): Communication status of the primary server.</p>\n<ul>\n<li><p><code>state</code> (string): The communication state.</p>\n</li>\n<li><p><code>since</code> (string): Time since the communication state was updated.</p>\n</li>\n<li><p><code>description</code> (string): Description of the communication state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>health</code> (string): The health status of the primary server.</p>\n</li>\n<li><p><code>stateCode</code> (integer): The state code of the primary server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>secondaryServer</code> (object): Details of the secondary server.</p>\n<ul>\n<li><p><code>communicationStatus</code> (object): Communication status of the secondary server.</p>\n<ul>\n<li><p><code>state</code> (string): The communication state.</p>\n</li>\n<li><p><code>since</code> (string): Time since the communication state was updated.</p>\n</li>\n<li><p><code>description</code> (string): Description of the communication state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>health</code> (string): The health status of the secondary server.</p>\n</li>\n<li><p><code>stateCode</code> (integer): The state code of the secondary server.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code> (object): Settings related to the user provider.</p>\n<ul>\n<li><code>@id</code> (string): The ID of the settings.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders","radius"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ab34440e-f5e2-476a-9306-63c5f77bdb5c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders/radius"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"821"},{"key":"Date","value":"Fri, 06 Dec 2024 13:40:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius\",\n    \"accounts\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/accounts\"\n    },\n    \"status\": {\n        \"state\": \"stopped\",\n        \"health\": \"unknown\",\n        \"connectivity\": {\n            \"primaryServer\": {\n                \"communicationStatus\": {\n                    \"state\": \"unknown\",\n                    \"since\": \"2036-06-02T09:08:38Z\",\n                    \"description\": \"Unknown state, please contact client support\"\n                },\n                \"health\": \"unknown\",\n                \"stateCode\": 10\n            },\n            \"secondaryServer\": {\n                \"communicationStatus\": {\n                    \"state\": \"unknown\",\n                    \"since\": \"2036-06-02T09:16:16Z\",\n                    \"description\": \"Unknown state, please contact client support\"\n                },\n                \"health\": \"unknown\",\n                \"stateCode\": 10\n            }\n        }\n    },\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius/settings\"\n    }\n}"}],"_postman_id":"f969398e-dce2-40df-b6ca-98ed52f5a3ee"}],"id":"609c566d-234a-4a35-a01f-d78ec3d128c0","description":"<p>This service supports RADIUS (Remote Authentication Dial-In User Service) authentication systems and configuration settings.</p>\n","_postman_id":"609c566d-234a-4a35-a01f-d78ec3d128c0"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"80168566-f4a0-4a51-8491-77365d0bc86e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders","description":"<h3 id=\"retrieve-user-providers\">Retrieve User Providers</h3>\n<p>This endpoint retrieves the user providers for the account service.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","userProviders"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c4347c8a-dab7-4dac-9802-3c60f68ac3ec","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/userProviders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"304"},{"key":"Date","value":"Mon, 25 Nov 2024 19:52:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders\",\n    \"local\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local\"\n    },\n    \"ldap\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/ldap\"\n    },\n    \"radius\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders/radius\"\n    }\n}"}],"_postman_id":"80168566-f4a0-4a51-8491-77365d0bc86e"}],"id":"1d585f88-b9c1-4dac-89fc-366ecd186c59","description":"<p>This service manages internal and external authentication sources for the device, including local, LDAP, and RADIUS support.</p>\n","_postman_id":"1d585f88-b9c1-4dac-89fc-366ecd186c59"},{"name":"profiles","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d5df8b89-b1f7-4a1a-89e9-a7e005d68dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles","description":"<p>This endpoint is used to retrieve profiles for the account service. It provides a list of profiles associated with the account, including details about each member.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>@id</code> (string): A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code> (number): The count of profiles.</p>\n</li>\n<li><p><code>members</code> (array): An array of member objects containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): RESTful endpoint to access full alarm details.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the member.</p>\n</li>\n<li><p><code>name</code> (string): The name of the member.</p>\n</li>\n<li><p><code>predefined</code> (boolean): Indicates if the member is predefined.</p>\n</li>\n<li><p><code>roles</code> (array): An array of roles assigned to the member.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","profiles"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ae371c03-8442-4be6-8785-f8a110343c8c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2293"},{"key":"Date","value":"Mon, 25 Nov 2024 19:52:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles\",\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n            \"id\": \"0\",\n            \"name\": \"administrators\",\n            \"predefined\": true,\n            \"roles\": [\n                \"role-session-manager\",\n                \"role-session-viewer\",\n                \"role-session-configure-self\",\n                \"role-user-manager\",\n                \"role-user-viewer\",\n                \"role-user-configure-self\",\n                \"role-alarm-manager\",\n                \"role-alarm-viewer\",\n                \"role-certificate-manager\",\n                \"role-certificate-viewer\",\n                \"role-power-manager\",\n                \"role-power-viewer\",\n                \"role-powerdistribution-manager\",\n                \"role-powerdistribution-viewer\",\n                \"role-protection-manager\",\n                \"role-protection-viewer\",\n                \"role-schedule-manager\",\n                \"role-schedule-viewer\",\n                \"role-sensor-manager\",\n                \"role-sensor-viewer\",\n                \"role-system-manager\",\n                \"role-system-info-viewer\",\n                \"role-cli-access\",\n                \"role-database-writer\",\n                \"role-database-reader\",\n                \"role-database-manager\",\n                \"role-modbus-manager\",\n                \"role-modbus-viewer\",\n                \"role-peripherals-manager\",\n                \"role-peripherals-viewer\",\n                \"role-power-upgrade-manager\"\n            ]\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/1\",\n            \"id\": \"1\",\n            \"name\": \"viewers\",\n            \"predefined\": true,\n            \"roles\": [\n                \"role-session-configure-self\",\n                \"role-user-configure-self\",\n                \"role-alarm-viewer\",\n                \"role-power-viewer\",\n                \"role-sensor-viewer\",\n                \"role-system-info-viewer\",\n                \"role-cli-access\",\n                \"role-database-reader\",\n                \"role-modbus-viewer\",\n                \"role-peripherals-viewer\"\n            ]\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/2\",\n            \"id\": \"2\",\n            \"name\": \"operators\",\n            \"predefined\": true,\n            \"roles\": [\n                \"role-session-configure-self\",\n                \"role-user-configure-self\",\n                \"role-alarm-manager\",\n                \"role-alarm-viewer\",\n                \"role-power-manager\",\n                \"role-power-viewer\",\n                \"role-powerdistribution-viewer\",\n                \"role-protection-manager\",\n                \"role-protection-viewer\",\n                \"role-schedule-manager\",\n                \"role-schedule-viewer\",\n                \"role-sensor-manager\",\n                \"role-sensor-viewer\",\n                \"role-system-info-viewer\",\n                \"role-cli-access\",\n                \"role-database-writer\",\n                \"role-database-reader\",\n                \"role-modbus-viewer\",\n                \"role-peripherals-viewer\",\n                \"role-power-upgrade-manager\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"d5df8b89-b1f7-4a1a-89e9-a7e005d68dc5"},{"name":"administrators","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f1fe0d2c-663a-47b1-9b18-c4de66e691ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/0","description":"<p>This endpoint retrieves the account profile associated with a specific ID (in this case, <code>0</code>) and type of user (in this case, <code>administrators</code>). It is primarily used to obtain detailed information about a user's account, including their roles and other attributes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers/0</code></p>\n<ul>\n<li>The URL parameter <code>0</code> corresponds to the profile of type <code>administrators</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the account profile details in JSON format with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): A unique identifier for the account profile.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the account profile.</p>\n</li>\n<li><p><code>name</code> (string): The name associated with the account profile.</p>\n</li>\n<li><p><code>predefined</code> (boolean): Indicates whether the profile is predefined.</p>\n</li>\n<li><p><code>roles</code> (array of strings): A list of roles assigned to the account profile.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","profiles","0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"eecef2c9-601d-4bbc-89a4-554b51c8dc46","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"969"},{"key":"Date","value":"Mon, 25 Nov 2024 20:21:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/0\",\n    \"id\": \"0\",\n    \"name\": \"administrators\",\n    \"predefined\": true,\n    \"roles\": [\n        \"role-session-manager\",\n        \"role-session-viewer\",\n        \"role-session-configure-self\",\n        \"role-user-manager\",\n        \"role-user-viewer\",\n        \"role-user-configure-self\",\n        \"role-alarm-manager\",\n        \"role-alarm-viewer\",\n        \"role-certificate-manager\",\n        \"role-certificate-viewer\",\n        \"role-power-manager\",\n        \"role-power-viewer\",\n        \"role-powerdistribution-manager\",\n        \"role-powerdistribution-viewer\",\n        \"role-protection-manager\",\n        \"role-protection-viewer\",\n        \"role-schedule-manager\",\n        \"role-schedule-viewer\",\n        \"role-sensor-manager\",\n        \"role-sensor-viewer\",\n        \"role-system-manager\",\n        \"role-system-info-viewer\",\n        \"role-cli-access\",\n        \"role-database-writer\",\n        \"role-database-reader\",\n        \"role-database-manager\",\n        \"role-modbus-manager\",\n        \"role-modbus-viewer\",\n        \"role-peripherals-manager\",\n        \"role-peripherals-viewer\",\n        \"role-power-upgrade-manager\"\n    ]\n}"}],"_postman_id":"f1fe0d2c-663a-47b1-9b18-c4de66e691ac"},{"name":"viewers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2ec9f379-2537-4f42-95d3-4220d4494043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/1","description":"<p>This endpoint retrieves the account profile associated with a specific ID (in this case, <code>1</code>) and type of user (in this case, <code>viewers</code>). It is primarily used to obtain detailed information about a user's account, including their roles and other attributes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers/1</code></p>\n<ul>\n<li>The URL parameter <code>1</code> corresponds to the profile of type <code>viewers</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the endpoint returns the profile information in the following JSON format:</p>\n<ul>\n<li><p><code>@id</code> (string): The unique identifier for the profile.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the profile.</p>\n</li>\n<li><p><code>name</code> (string): The name associated with the profile.</p>\n</li>\n<li><p><code>predefined</code> (boolean): Indicates whether the profile is a predefined profile.</p>\n</li>\n<li><p><code>roles</code> (array of strings): A list of roles associated with the profile.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","profiles","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1ce7593a-8c75-46dc-989a-c7b379138248","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"388"},{"key":"Date","value":"Mon, 25 Nov 2024 20:20:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/1\",\n    \"id\": \"1\",\n    \"name\": \"viewers\",\n    \"predefined\": true,\n    \"roles\": [\n        \"role-session-configure-self\",\n        \"role-user-configure-self\",\n        \"role-alarm-viewer\",\n        \"role-power-viewer\",\n        \"role-sensor-viewer\",\n        \"role-system-info-viewer\",\n        \"role-cli-access\",\n        \"role-database-reader\",\n        \"role-modbus-viewer\",\n        \"role-peripherals-viewer\"\n    ]\n}"}],"_postman_id":"2ec9f379-2537-4f42-95d3-4220d4494043"},{"name":"operators","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"026e15a2-e9d4-488f-8e93-4b75b754c52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/2","description":"<p>This endpoint retrieves the account profile associated with a specific ID (in this case, <code>2</code>) and type of user (in this case, <code>operators</code>). It is primarily used to obtain detailed information about a user's account, including their roles and other attributes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers/2</code></p>\n<ul>\n<li>The URL parameter <code>2</code> corresponds to the profile of type <code>operators</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the account profile details in JSON format with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): A unique identifier for the account profile.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the account profile.</p>\n</li>\n<li><p><code>name</code> (string): The name associated with the account profile.</p>\n</li>\n<li><p><code>predefined</code> (boolean): Indicates whether the profile is predefined.</p>\n</li>\n<li><p><code>roles</code> (array of strings): A list of roles assigned to the account profile.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService","profiles","2"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5c654eb5-8684-4db5-a6bb-b85b1fa23bd9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService/profiles/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"666"},{"key":"Date","value":"Mon, 25 Nov 2024 20:20:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles/2\",\n    \"id\": \"2\",\n    \"name\": \"operators\",\n    \"predefined\": true,\n    \"roles\": [\n        \"role-session-configure-self\",\n        \"role-user-configure-self\",\n        \"role-alarm-manager\",\n        \"role-alarm-viewer\",\n        \"role-power-manager\",\n        \"role-power-viewer\",\n        \"role-powerdistribution-viewer\",\n        \"role-protection-manager\",\n        \"role-protection-viewer\",\n        \"role-schedule-manager\",\n        \"role-schedule-viewer\",\n        \"role-sensor-manager\",\n        \"role-sensor-viewer\",\n        \"role-system-info-viewer\",\n        \"role-cli-access\",\n        \"role-database-writer\",\n        \"role-database-reader\",\n        \"role-modbus-viewer\",\n        \"role-peripherals-viewer\",\n        \"role-power-upgrade-manager\"\n    ]\n}"}],"_postman_id":"026e15a2-e9d4-488f-8e93-4b75b754c52f"}],"id":"b93aee94-0813-4561-9482-c1f1d19a5e52","description":"<p>This service provides information about user profiles for the device, including listing users by access level (administrators, viewers, and operators).</p>\n","_postman_id":"b93aee94-0813-4561-9482-c1f1d19a5e52"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3a67f23c-6a87-4ba4-a2e1-383e6550c9c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService","description":"<p>This endpoint provides an overview of the account service, including information about user providers (local, LDAP, RADIUS) and functionality around various types of user profiles.</p>\n<h3 id=\"response\">Response</h3>\n<p>The JSON response will have the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the account service.</p>\n</li>\n<li><p><code>userProviders</code>: An object containing information about user providers, with its own <code>@id</code>.</p>\n</li>\n<li><p><code>profiles</code>: An object containing profile information, also with its own <code>@id</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","accountService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c6fbfc2f-92fa-45e1-9eb9-e47f1a61ccd5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/accountService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"203"},{"key":"Date","value":"Mon, 25 Nov 2024 19:48:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/accountService\",\n    \"userProviders\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/userProviders\"\n    },\n    \"profiles\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService/profiles\"\n    }\n}"}],"_postman_id":"3a67f23c-6a87-4ba4-a2e1-383e6550c9c9"}],"id":"14a53ea7-76ac-413c-9b09-a4c9d20ef7e8","description":"<p>The accountService API provides access to the account management functionality of the Eaton device. This service allows users to manage user providers (local, LDAP, RADIUS) and to create, update, and delete various types of user profiles.</p>\n","_postman_id":"14a53ea7-76ac-413c-9b09-a4c9d20ef7e8"},{"name":"alarmService","item":[{"name":"actions","item":[{"name":"clear","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9e315632-3be4-4fdb-be39-517d7df3ad8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/actions/clear","description":"<p>This endpoint with a <strong>POST</strong> action clears all active alarms in the alarm service. It resets the alarm status and removes affected alarms from the active alarms list.</p>\n<p>This endpoint also supports user flexibility in clearing alarms, by providing optional URL parameters to filter which alarms are cleared based on up to two parameters: <strong>time</strong> and <strong>level</strong>.</p>\n<h3 id=\"request\">Request</h3>\n<p>In order to provide filterability around the clearing of alarms, the URL supports two types of parameters: time and level. These parameters are optional and can be set via URL as follows:</p>\n<ul>\n<li><p><strong>Alarm time</strong>: <code>rest/mbdetnrs/1.0/alarmService/parametricCount?$time=1535443927</code></p>\n<ul>\n<li><code>$time=1535443927</code> = Limits the clearing of alarms to only those older than this datetime. (<code>1535443927</code> is formatted as a UNIX timestamp of the UTC date.)</li>\n</ul>\n</li>\n<li><p><strong>Alarm level</strong>: <code>rest/mbdetnrs/1.0/alarmService/parametricCount?$level=2</code></p>\n<ul>\n<li><code>$level=2</code> = Limits the clearing of alarms to only those with a warning level of 2 or lower.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code to indicate a successful alarm clearing operation.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","actions","clear"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ddde6cb0-e320-4e50-b374-cea72bdd95c2","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/actions/clear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 12 Jun 2025 20:42:45 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9e315632-3be4-4fdb-be39-517d7df3ad8c"},{"name":"downloadBackup","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"eea9186a-b9bc-4ad0-bc2e-0ad60d10469a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/actions/downloadBackup","description":"<p>This action initiates a download of a backup file containing alarm data. The backup includes historical alarm information and possibly current alarm configurations.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","actions","downloadBackup"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eea9186a-b9bc-4ad0-bc2e-0ad60d10469a"},{"name":"getAlarmLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"02c958a4-1259-4978-849b-96c47842ee12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/actions/getAlarmLog","description":"<p>This endpoint with a <strong>POST</strong> action retrieves a CSV-formatted alarm log. This log contains historical alarm events with details such as timestamp, priority, source application, message, status, and event IDs.</p>\n<h3 id=\"request\">Request</h3>\n<p>No request body or parameters are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full alarm log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","actions","getAlarmLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0db5f8fd-146b-4374-9727-d195a4678cab","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/actions/getAlarmLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"689064576\""},{"key":"Last-Modified","value":"Thu, 28 Nov 2024 16:38:45 GMT"},{"key":"Content-Length","value":"6950"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Thu, 28 Nov 2024 16:38:45 GMT"}],"cookie":[],"responseTime":null,"body":"SEP=,\nDate Time(UTC), ,Priority,Application, ,Message,Code, , ,Status,Event ID,Lifecycle ID\n2024-10-11T13:38:38.566000+00:00,\"\",\"critical\",\"Branch A\",\"\",\"245.95401\",\"00222201\",\"\",\"\",\"Closed\",\"1006\",\"403\"\n2024-10-11T13:38:33.795000+00:00,\"\",\"critical\",\"Branch A\",\"\",\"Branch1 breaker closed\",\"00223101\",\"\",\"\",\"Closed\",\"1005\",\"402\"\n2024-10-11T13:38:27.058000+00:00,\"\",\"critical\",\"Branch A\",\"\",\"25.1880016\",\"00222201\",\"\",\"\",\"Open\",\"1004\",\"403\"\n2024-10-11T13:38:24.003000+00:00,\"\",\"critical\",\"Branch A\",\"\",\"Branch1 breaker tripped\",\"00223101\",\"\",\"\",\"Open\",\"1003\",\"402\"\n2024-10-08T15:57:01.020000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"304\",\"52\"\n2024-10-08T15:56:20.805000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"303\",\"52\"\n2024-10-03T11:44:50.954000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"58\",\"29\"\n2024-10-03T11:44:16.568000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"57\",\"29\"\n2024-10-02T17:00:54.415000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"56\",\"28\"\n2024-10-02T17:00:20.375000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"55\",\"28\"\n2024-10-02T16:59:58.004000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"54\",\"27\"\n2024-10-02T16:59:23.147000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"53\",\"27\"\n2024-10-02T16:56:44.576000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"52\",\"26\"\n2024-10-02T16:56:11.837000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"51\",\"26\"\n2024-10-02T16:51:27.479000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"50\",\"25\"\n2024-10-02T16:50:53.818000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"49\",\"25\"\n2024-10-02T16:47:17.831000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"48\",\"24\"\n2024-10-02T16:46:43.786000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"47\",\"24\"\n2024-10-02T16:41:37.398000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"46\",\"23\"\n2024-10-02T16:41:03.217000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"45\",\"23\"\n2024-10-02T16:33:29.422000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"44\",\"22\"\n2024-10-02T16:32:54.396000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"43\",\"22\"\n2024-10-02T16:31:23.599000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"42\",\"21\"\n2024-10-02T16:30:49.276000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"41\",\"21\"\n2024-10-02T16:27:25.276000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"40\",\"20\"\n2024-10-02T16:26:50.811000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"39\",\"20\"\n2024-10-02T16:24:57.879000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"38\",\"19\"\n2024-10-02T16:24:22.626000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"37\",\"19\"\n2024-10-02T16:23:59.051000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"36\",\"18\"\n2024-10-02T16:23:25.124000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"35\",\"18\"\n2024-10-02T16:05:56.523000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"34\",\"17\"\n2024-10-02T16:05:22.031000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"33\",\"17\"\n2024-10-02T16:03:04.992000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"32\",\"16\"\n2024-10-02T16:02:33.097000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"31\",\"16\"\n2024-10-02T14:41:40.130000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"30\",\"15\"\n2024-10-02T14:41:05.301000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"29\",\"15\"\n2024-10-02T14:40:42.343000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"28\",\"14\"\n2024-10-02T14:40:08.053000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"27\",\"14\"\n2024-10-02T14:39:44.303000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"26\",\"13\"\n2024-10-02T14:39:09.113000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"25\",\"13\"\n2024-10-02T14:37:02.914000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"24\",\"12\"\n2024-10-02T14:36:28.982000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"23\",\"12\"\n2024-10-02T14:34:13.970000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"22\",\"11\"\n2024-10-02T14:33:00.180000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"21\",\"11\"\n2024-10-02T14:29:24.470000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"20\",\"10\"\n2024-10-02T14:28:49.288000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"19\",\"10\"\n2024-10-02T14:17:49.835000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"18\",\"9\"\n2024-10-02T14:17:16.430000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"17\",\"9\"\n2024-10-02T14:15:34.060000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"16\",\"8\"\n2024-10-02T14:15:01.727000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"15\",\"8\"\n2024-10-02T14:14:53.557000+00:00,\"\",\"info\",\"PDU\",\"\",\"Waiting communication\",\"00241100\",\"\",\"\",\"Closed\",\"14\",\"7\"\n2024-10-02T14:14:30.904000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"13\",\"7\"\n2024-10-02T14:13:56.267000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"12\",\"6\"\n2024-10-02T14:13:23.246000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"11\",\"6\"\n2024-10-02T14:11:29.478000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"10\",\"5\"\n2024-10-02T14:10:56.387000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"9\",\"5\"\n2024-10-02T14:09:57.599000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"8\",\"4\"\n2024-10-02T14:09:24.030000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"7\",\"4\"\n2024-10-02T14:01:56.959000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"6\",\"3\"\n2024-10-02T14:01:22.237000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"5\",\"3\"\n2024-10-02T13:57:52.392000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication recovered\",\"00241100\",\"\",\"\",\"Closed\",\"4\",\"2\"\n2024-10-02T13:57:15.624000+00:00,\"\",\"info\",\"PDU\",\"\",\"Communication lost\",\"00241100\",\"\",\"\",\"Open\",\"3\",\"2\"\n"}],"_postman_id":"02c958a4-1259-4978-849b-96c47842ee12"}],"id":"7807017f-676f-4b89-8934-c8d672ffd9bb","description":"<p>Collection of actions associated with the alarmService.</p>\n","_postman_id":"7807017f-676f-4b89-8934-c8d672ffd9bb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"888ddbae-80b1-4a9e-8b62-a018b17db091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService","description":"<p>This endpoint provides an overview of the alarm service, including the count of active alarms, links to related resources, and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>@id</code>: Identifier for the response.</p>\n</li>\n<li><p><code>activeAlarmsCount</code>: Number of currently active alarms.</p>\n</li>\n<li><p><code>activeAlarms</code>: Details of active alarms.</p>\n</li>\n<li><p><code>alarms</code>: General alarm information.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: Details of the most critical alarm, including identifying information, descriptive information, lifecycle details, and device context.</p>\n</li>\n<li><p><code>actions</code>: Available actions for the alarm service, including:</p>\n<ul>\n<li><p><code>#clear</code>: Action to clear alarms.</p>\n</li>\n<li><p><code>#downloadBackup</code>: Action to download backup.</p>\n</li>\n<li><p><code>#getAlarmLog</code>: Action to retrieve alarm logs.</p>\n</li>\n</ul>\n</li>\n<li><p><code>parametricCount</code>: Count of parametric data.</p>\n</li>\n<li><p><code>backupFileAvailable</code>: Indicates if a backup file is available.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5f09b3c7-09f0-4989-942b-d9a822127dcc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"988"},{"key":"Date","value":"Wed, 11 Jun 2025 20:42:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/alarmService\",\n    \"activeAlarmsCount\": 2,\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms\"\n    },\n    \"alarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms\"\n    },\n    \"mostCriticalAlarm\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms/6705\",\n        \"id\": \"6705\",\n        \"state\": \"open\",\n        \"code\": \"80D\",\n        \"level\": \"warning\",\n        \"description\": \"Internal configuration failure\",\n        \"timestamp\": \"2025-04-01T08:20:10.409Z\",\n        \"lifeCycle\": {\n            \"active\": true,\n            \"openAt\": \"2025-04-01T08:20:10.409Z\",\n            \"closeAt\": \"\"\n        },\n        \"device\": {\n            \"@id\": \"\",\n            \"name\": \"Eaton 5PX 1000i RT2U G2\"\n        }\n    },\n    \"actions\": {\n        \"#clear\": \"/rest/mbdetnrs/2.0/alarmService/actions/clear\",\n        \"#downloadBackup\": \"/rest/mbdetnrs/2.0/alarmService/actions/downloadBackup\",\n        \"#getAlarmLog\": \"/rest/mbdetnrs/2.0/alarmService/actions/getAlarmLog\"\n    },\n    \"parametricCount\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/alarmService/parametricCount\"\n    },\n    \"backupFileAvailable\": false\n}"}],"_postman_id":"888ddbae-80b1-4a9e-8b62-a018b17db091"},{"name":"activeAlarms","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6ba8b4b9-c659-4aa5-a4ec-7c82b03b1a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/activeAlarms","description":"<p>Retrieves a collection of all currently active alarms from the alarm service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of active alarms.</p>\n</li>\n<li><p><code>members</code>: An array of active alarm objects, each containing a unique <code>@id</code> field.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>If there are no active alarms, the <code>members</code> array will be empty and <code>members@count</code> will be <code>0</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","activeAlarms"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aec5d536-0b6e-449e-9d0e-d0365c252248","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/activeAlarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"238"},{"key":"Date","value":"Fri, 20 Jun 2025 13:51:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms\",\n    \"members@count\": 2,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms/6942\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms/6941\"\n        }\n    ]\n}"}],"_postman_id":"6ba8b4b9-c659-4aa5-a4ec-7c82b03b1a47"},{"name":"alarms","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a1d48882-1041-495e-a3e8-e8a386a4e590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/alarms","description":"<p>Returns a collection of all alarms registered in the alarm service, including both active and inactive alarms.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of all alarms.</p>\n</li>\n<li><p><code>members</code>: An array of all alarm objects, each containing a unique <code>@id</code> field.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>If there are no alarms, the <code>members</code> array will be empty and <code>members@count</code> will be <code>0</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","alarms"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"28d441a6-700a-4e7f-aa77-87e12fd5f05e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/alarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"4000"},{"key":"Date","value":"Thu, 28 Nov 2024 16:39:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms\",\n    \"members@count\": 62,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/1006\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/1005\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/1004\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/1003\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/304\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/303\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/58\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/57\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/56\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/55\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/54\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/53\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/52\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/51\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/50\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/49\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/48\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/47\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/46\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/45\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/44\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/43\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/42\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/41\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/40\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/39\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/38\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/37\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/36\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/35\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/34\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/33\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/32\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/31\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/30\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/29\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/28\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/27\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/26\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/25\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/24\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/23\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/22\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/21\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/20\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/19\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/18\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/17\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/16\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/15\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/14\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/13\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/12\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/11\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/10\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/9\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/8\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/7\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/6\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/5\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/4\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/alarmService/alarms/3\"\n        }\n    ]\n}"}],"_postman_id":"a1d48882-1041-495e-a3e8-e8a386a4e590"},{"name":"mostCriticalAlarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d3723150-e2ac-4c32-8355-a6ceba7104d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/mostCriticalAlarm","description":"<p>Retrieves information about the current state of the most critical alarm in the system.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: RESTful endpoint to access full alarm details.</p>\n</li>\n<li><p><code>id</code>: Unique ID of the alarm.</p>\n</li>\n<li><p><code>state</code>: Current state of the alarm. Possible values:</p>\n<ul>\n<li><code>open</code>, <code>closed</code></li>\n</ul>\n</li>\n<li><p><code>code</code>: Code representing the type of alarm.</p>\n</li>\n<li><p><code>level</code>: Severity level of the alarm. Possible values:</p>\n<ul>\n<li><code>warning</code>, <code>critical</code>, <code>good</code>, <code>info</code>, <code>unknown</code></li>\n</ul>\n</li>\n<li><p><code>description</code>: A brief description of the alarm.</p>\n</li>\n<li><p><code>timestamp</code>: The time when the alarm was generated.</p>\n</li>\n<li><p><code>lifeCycle</code>: Object containing lifecycle information:</p>\n<ul>\n<li><p><code>active</code>: (boolean) Indicates if the alarm is currently active.</p>\n</li>\n<li><p><code>openAt</code>: Timestamp when the alarm was opened.</p>\n</li>\n<li><p><code>closeAt</code>: Timestamp when the alarm was closed (if applicable).</p>\n</li>\n</ul>\n</li>\n<li><p><code>device</code>: Object containing information about the device related to the alarm:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the device.</p>\n</li>\n<li><p><code>name</code>: Name of the device.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","mostCriticalAlarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2acb677d-d36b-46ef-83e0-c729b0bd3c7e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/mostCriticalAlarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"385"},{"key":"Date","value":"Wed, 11 Jun 2025 20:45:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/alarmService/activeAlarms/6705\",\n    \"id\": \"6705\",\n    \"state\": \"open\",\n    \"code\": \"80D\",\n    \"level\": \"warning\",\n    \"description\": \"Internal configuration failure\",\n    \"timestamp\": \"2025-04-01T08:20:10.409Z\",\n    \"lifeCycle\": {\n        \"active\": true,\n        \"openAt\": \"2025-04-01T08:20:10.409Z\",\n        \"closeAt\": \"\"\n    },\n    \"device\": {\n        \"@id\": \"\",\n        \"name\": \"Eaton 5PX 1000i RT2U G2\"\n    }\n}"}],"_postman_id":"d3723150-e2ac-4c32-8355-a6ceba7104d7"},{"name":"parametricCount","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4d61c1c5-180b-45e6-98ae-e044436d6491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/parametricCount","description":"<p>Returns a parametric count of alarms registered in the alarm service.</p>\n<p>A parametric count allows the user to have greater flexibility when getting the count of alarm logs, by providing URL parameters to filter both active and total alarm counts based upon those parameters. This parametric count operation supports filtering by both time and/or level.</p>\n<h3 id=\"request-format\">Request format</h3>\n<p>In order to provide filterability around the count of active and total alarms, the URL allows two types of parameters: time and level. These parameters can be set via URL as follows:</p>\n<ul>\n<li><p><strong>Alarm time</strong>: <code>rest/mbdetnrs/1.0/alarmService/parametricCount?$time=1535443927</code></p>\n<ul>\n<li><code>$time=1535443927</code> = Limits the count of alarms to only those older than this datetime. (<code>1535443927</code> is formatted as a UNIX timestamp of the UTC date.)</li>\n</ul>\n</li>\n<li><p><strong>Alarm level</strong>: <code>rest/mbdetnrs/1.0/alarmService/parametricCount?$level=2</code></p>\n<ul>\n<li><code>$level=2</code> = Limits the count of alarms to only those with a warning level of 2 or lower.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following structure, based on the parameters indicated in the request URL (as outlined above):</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>activeCount</code>: The count of all active alarms matching the given parameter(s).</p>\n</li>\n<li><p><code>totalCount</code>: The total count of alarms matching the given parameter(s).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","alarmService","parametricCount"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d56906e3-2ea8-4a90-a853-57823ca07a84","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/alarmService/parametricCount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"98"},{"key":"Date","value":"Thu, 12 Jun 2025 20:30:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/alarmService/parametricCount\",\n    \"activeCount\": 2,\n    \"totalCount\": 0\n}"}],"_postman_id":"4d61c1c5-180b-45e6-98ae-e044436d6491"}],"id":"c3b70f4f-74b1-476b-8d82-f504d1316598","description":"<p>The alarmService API provides access to the alarm management functionality of the Eaton device. This service allows users to query, configure, and manage alarms triggered by various system events or threshold violations, ensuring timely responses to critical issues.</p>\n","_postman_id":"c3b70f4f-74b1-476b-8d82-f504d1316598"},{"name":"environmentService","item":[{"name":"temperatures","item":[{"name":"JwZxh02vUiuo75CwBljXVg","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8ecae17e-889d-46ed-a52a-b696cc123668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg","description":"<p>Retrieves detailed information about a specific temperature sensor identified by its unique identifier, including its measurement value, alarm status, and associated device information.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>sensorId</code> (path parameter): The unique identifier of the temperature sensor you wish to query.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier of the temperature sensor.</p>\n</li>\n<li><p><code>uuid</code>: The universally unique identifier for the sensor.</p>\n</li>\n<li><p><code>name</code>: The name of the temperature sensor.</p>\n</li>\n<li><p><code>position</code>: The physical location of the sensor. Possible values:</p>\n<ul>\n<li><code>Battery room</code>, <code>Rack front</code>, <code>Rack rear</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>elevation</code>: The elevation of the sensor. Possible values:</p>\n<ul>\n<li><code>top</code>, <code>middle</code>, <code>bottom</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>device</code>: The device associated with the sensor.</p>\n</li>\n<li><p><code>measure</code>: The current temperature measurement (numeric value).</p>\n</li>\n<li><p><code>alarmLevel</code>: The current alarm status of the sensor. Possible values:</p>\n<ul>\n<li><code>info</code>, <code>good</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing settings related to the sensor.</p>\n</li>\n<li><p><code>monitors</code>: An object containing monitoring information.</p>\n<ul>\n<li><p><code>device</code>: ID of the device being monitored.</p>\n</li>\n<li><p><code>channel</code>: Channel of the monitoring device.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3b03b8e9-6a71-414d-bf0b-f52b094dadcf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"677"},{"key":"Date","value":"Tue, 03 Dec 2024 20:05:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.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/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n    \"measure\": 298.15,\n    \"alarmLevel\": \"good\",\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings\"\n    },\n    \"monitors\": {\n        \"device\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n        \"channel\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw/channels/temperature/06GFlKivWyGxwB4aP9SV5A\"\n    }\n}"}],"_postman_id":"8ecae17e-889d-46ed-a52a-b696cc123668"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"61e323af-fd68-4070-a38f-20d0920b61a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm","description":"<p>Returns the alarm settings for a specific temperature sensor, including a link to threshold settings, hysteresis value, and validation time.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>thresholds</code>: An object containing the threshold settings.</p>\n</li>\n<li><p><code>hysteresis</code>: A numerical value representing the hysteresis in Kelvin.</p>\n</li>\n<li><p><code>validationTime</code>: A numerical value representing the validation time in seconds.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0d46bc97-ccb4-47a0-9951-2ce7648293ac","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"274"},{"key":"Date","value":"Tue, 03 Dec 2024 20:06:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm\",\n    \"thresholds\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds\"\n    },\n    \"hysteresis\": 1,\n    \"validationTime\": 0\n}"}],"_postman_id":"61e323af-fd68-4070-a38f-20d0920b61a4"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"54da1374-8978-409b-9453-ac18d78a1ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"hysteresis\": 1,\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm","description":"<p>This endpoint with a <strong>PUT</strong> action is to update the alarm settings for a specific temperature sensor. PUT requests to this endpoint can modify the hysteresis and validation time parameters for the alarm associated with the sensor identified by the provided ID.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<ul>\n<li><p><strong><code>hysteresis</code></strong>: (integer) The hysteresis value in Kelvin, which determines the temperature range for the alarm to trigger.</p>\n</li>\n<li><p><strong><code>validationTime</code></strong>: (integer) The time in seconds that the system will wait before validating the temperature reading against the alarm settings.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the alarm settings have been updated successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c6fbc865-abb9-493b-bee8-90e8e07a72ed","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"hysteresis\": 1,\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 03 Dec 2024 20:06:57 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"54da1374-8978-409b-9453-ac18d78a1ba3"},{"name":"thresholds","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"24913fa3-ce67-4b10-93d9-a3ec62f0b5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds","description":"<p>Retrieves the alarm threshold settings for a specific temperature sensor, including low and high warning and critical levels.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>lowCritical</code>: The low critical temperature threshold (in Kelvin).</p>\n</li>\n<li><p><code>lowWarning</code>: The low warning temperature threshold (in Kelvin).</p>\n</li>\n<li><p><code>highWarning</code>: The high warning temperature threshold (in Kelvin).</p>\n</li>\n<li><p><code>highCritical</code>: The high critical temperature threshold (in Kelvin).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg","settings","alarm","thresholds"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c26bd300-acfb-4421-a9b4-d1c4784f46fd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"209"},{"key":"Date","value":"Tue, 03 Dec 2024 20:05:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds\",\n    \"lowCritical\": 288.15,\n    \"lowWarning\": 293.15,\n    \"highWarning\": 303.15,\n    \"highCritical\": 308.15\n}"}],"_postman_id":"24913fa3-ce67-4b10-93d9-a3ec62f0b5c3"},{"name":"thresholds","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"307bee0b-2aa2-4aa7-b7ea-7dadccf3f96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"lowCritical\": 288.15,\r\n    \"lowWarning\": 293.15,\r\n    \"highWarning\": 303.15,\r\n    \"highCritical\": 308.15\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds","description":"<p>This endpoint with a <strong>PUT</strong> action is used to update or modify the alarm threshold settings for a specific temperature sensor, identified by the provided ID. The units for the thresholds are in <strong>Kelvin</strong>.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<ul>\n<li><p><code>lowCritical</code> (number): The lower critical threshold for the temperature sensor.</p>\n</li>\n<li><p><code>lowWarning</code> (number): The lower warning threshold for the temperature sensor.</p>\n</li>\n<li><p><code>highWarning</code> (number): The upper warning threshold for the temperature sensor.</p>\n</li>\n<li><p><code>highCritical</code> (number): The upper critical threshold for the temperature sensor.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the alarm settings have been updated successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures","JwZxh02vUiuo75CwBljXVg","settings","alarm","thresholds"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f4c824a2-0373-4aaa-ad1b-705cd9893f93","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"lowCritical\": 288.15,\r\n    \"lowWarning\": 293.15,\r\n    \"highWarning\": 303.15,\r\n    \"highCritical\": 308.15\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg/settings/alarm/thresholds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 03 Dec 2024 20:06:02 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"307bee0b-2aa2-4aa7-b7ea-7dadccf3f96c"}],"id":"8cba52af-771f-49d4-86f5-65b4c8f6a73c","description":"<p>This endpoint returns detailed information about a specific temperature sensor (using its unique <code>@id</code> property, as in the example here, <code>JwZxh02vUiuo75CwBljXVg</code>). The response includes its identification, current measurement, alarm status, and associated device information.</p>\n","_postman_id":"8cba52af-771f-49d4-86f5-65b4c8f6a73c"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2083a0be-2731-4736-a9fd-edd52f6a1e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures","description":"<p>This endpoint returns a collection of temperature sensor resources available in the environment service.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful execution, the response will be in JSON format and includes:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of temperature sensor resources available.</p>\n</li>\n<li><p><code>members</code>: An array of temperature sensor resources, each containing:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for each temperature sensor resource.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","temperatures"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6995d760-78bb-4a0e-b164-a5ad969c16f3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/temperatures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"197"},{"key":"Date","value":"Tue, 03 Dec 2024 20:04:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures/JwZxh02vUiuo75CwBljXVg\"\n        }\n    ]\n}"}],"_postman_id":"2083a0be-2731-4736-a9fd-edd52f6a1e99"}],"id":"358d52f2-a913-4488-aba3-e64c4b1ad78a","description":"<p>This collection of endpoints deals with temperature sensor resources available in the environment service.</p>\n","_postman_id":"358d52f2-a913-4488-aba3-e64c4b1ad78a"},{"name":"humidities","item":[{"name":"kJFb7k-dXQmqKUmgY2CBOQ","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7bae6a40-de88-48cc-9053-5922aa5a9c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ","description":"<p>Retrieves detailed information about a specific humidity sensor identified by the UUID provided in the URL, including its measurement value, alarm status, and associated device information.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>sensorId</code> (path parameter): The unique identifier of the humidity sensor you wish to query.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: ID of the humidity sensor.</p>\n</li>\n<li><p><code>uuid</code>: Universaly unique identifier for the humidity sensor.</p>\n</li>\n<li><p><code>name</code>: Name of the humidity sensor.</p>\n</li>\n<li><p><code>position</code>: Physical position of the sensor. Possible values:</p>\n<ul>\n<li><code>Battery room</code>, <code>Rack front</code>, <code>Rack rear</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>elevation</code>: Elevation of the sensor. Possible values:</p>\n<ul>\n<li><code>top</code>, <code>middle</code>, <code>bottom</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>device</code>: Device associated with the humidity sensor.</p>\n</li>\n<li><p><code>measure</code>: Current measurement of humidity (as a percentage).</p>\n</li>\n<li><p><code>alarmLevel</code>: Current alarm status of the sensor. Possible values:</p>\n<ul>\n<li><code>info</code>, <code>good</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n<li><p><code>settings</code>: Additional settings related to the sensor.</p>\n</li>\n<li><p><code>monitors</code>: Information about the monitoring device.</p>\n<ul>\n<li><p><code>device</code>: ID of the device associated with monitoring.</p>\n</li>\n<li><p><code>channel</code>: Channel of the monitoring device.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities","kJFb7k-dXQmqKUmgY2CBOQ"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7aa8c0e2-8ac8-4b63-9f44-ec97c5f070f8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"668"},{"key":"Date","value":"Tue, 03 Dec 2024 20:07:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ\",\n    \"id\": \"kJFb7k-dXQmqKUmgY2CBOQ\",\n    \"uuid\": \"90915bee-4f9d-5d09-aa29-49a063608139\",\n    \"name\": \"Sensor 1\",\n    \"position\": \"Rack rear\",\n    \"elevation\": \"Bottom\",\n    \"device\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n    \"measure\": 50,\n    \"alarmLevel\": \"good\",\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings\"\n    },\n    \"monitors\": {\n        \"device\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n        \"channel\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw/channels/humidities/OCCTZHGjVZ2pQxU3eNZbQg\"\n    }\n}"}],"_postman_id":"7bae6a40-de88-48cc-9053-5922aa5a9c29"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"46bd9d33-5776-44d4-b0a0-6c92401fd9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm","description":"<p>Returns the alarm settings for a specific humidity sensor, including a link to threshold settings (percent humidity), hysteresis value (percent humidity), and validation time (seconds).</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>thresholds</code>: An object containing the threshold settings.</p>\n</li>\n<li><p><code>hysteresis</code>: A numerical value representing the hysteresis in Kelvin.</p>\n</li>\n<li><p><code>validationTime</code>: A numerical value representing the validation time in seconds.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities","kJFb7k-dXQmqKUmgY2CBOQ","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7caef17a-5b70-4b12-9fd9-ada0218cbafa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"270"},{"key":"Date","value":"Tue, 03 Dec 2024 20:08:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm\",\n    \"thresholds\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds\"\n    },\n    \"hysteresis\": 5,\n    \"validationTime\": 0\n}"}],"_postman_id":"46bd9d33-5776-44d4-b0a0-6c92401fd9f9"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"884d0c3e-e302-45a8-849e-3554204edd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"hysteresis\": 1,\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm","description":"<p>This endpoint with a <strong>PUT</strong> action is to update the alarm settings for a specific humidity sensor. PUT requests to this endpoint can modify the hysteresis and validation time parameters for the alarm associated with the sensor identified by the provided ID.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<ul>\n<li><p><code>hysteresis</code> (number): The hysteresis value for the alarm settings in percent humidity.</p>\n</li>\n<li><p><code>validationTime</code> (number): The validation time for the alarm settings in seconds.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the alarm settings have been updated successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities","kJFb7k-dXQmqKUmgY2CBOQ","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b5be807c-ebf5-4795-8188-cf3a287ff67a","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"hysteresis\": 1,\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 03 Dec 2024 20:08:30 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"884d0c3e-e302-45a8-849e-3554204edd90"},{"name":"thresholds","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fea95523-1150-4553-b96f-e14d73089857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds","description":"<p>Retrieves the alarm threshold settings for a specific humidity sensor, including low and high warning and critical levels.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>lowCritical</code>: The low critical threshold (in percent humidity).</p>\n</li>\n<li><p><code>lowWarning</code>: The low warning threshold (in percent humidity).</p>\n</li>\n<li><p><code>highWarning</code>: The high warning threshold (in percent humidity).</p>\n</li>\n<li><p><code>highCritical</code>: The high critical threshold (in percent humidity).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities","kJFb7k-dXQmqKUmgY2CBOQ","settings","alarm","thresholds"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ca455574-fbac-49e5-8e3d-485034caca84","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Tue, 03 Dec 2024 20:09:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds\",\n    \"lowCritical\": 20,\n    \"lowWarning\": 45,\n    \"highWarning\": 65,\n    \"highCritical\": 80\n}"}],"_postman_id":"fea95523-1150-4553-b96f-e14d73089857"},{"name":"thresholds","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"72a66105-07ed-4f58-b61f-a898ccf33511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"lowCritical\": 20,\r\n    \"lowWarning\": 45,\r\n    \"highWarning\": 65,\r\n    \"highCritical\": 80\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds","description":"<p>This endpoint with a <strong>PUT</strong> action is used to update or modify the alarm threshold settings for a specific humidity sensor, identified by the provided ID. The units for the thresholds are in <strong>percent humidity</strong>.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<ul>\n<li><p><code>lowCritical</code> (number): The lower critical threshold for the humidity sensor.</p>\n</li>\n<li><p><code>lowWarning</code> (number): The lower warning threshold for the humidity sensor.</p>\n</li>\n<li><p><code>highWarning</code> (number): The upper warning threshold for the humidity sensor.</p>\n</li>\n<li><p><code>highCritical</code> (number): The upper critical threshold for the humidity sensor.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the alarm settings have been updated successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities","kJFb7k-dXQmqKUmgY2CBOQ","settings","alarm","thresholds"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3afc1188-5292-48f9-bf59-2210c6b7ebcf","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"lowCritical\": 20,\r\n    \"lowWarning\": 45,\r\n    \"highWarning\": 65,\r\n    \"highCritical\": 80\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ/settings/alarm/thresholds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 03 Dec 2024 20:09:34 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"72a66105-07ed-4f58-b61f-a898ccf33511"}],"id":"18112fc5-f062-4f58-884a-e6772882ba2d","description":"<p>This endpoint returns detailed information about a specific humidity sensor (using its unique <code>@id</code> property, as in the example here, <code>kJFb7k-dXQmqKUmgY2CBOQ</code>). The response returns a collection of humidity sensor resources available in the environment service.</p>\n","_postman_id":"18112fc5-f062-4f58-884a-e6772882ba2d"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f6da5fc1-e6c6-418a-bb22-8fda11cfa00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities","description":"<p>This endpoint returns a collection of humidity sensor resources available in the environment service.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful execution, the response will be in JSON format and includes:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of humidity sensor resources available.</p>\n</li>\n<li><p><code>members</code>: An array of humidity sensor resources, each containing:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for each humidity sensor resource.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","humidities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2589f912-cb73-4b01-b519-9ace710194c3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/humidities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"193"},{"key":"Date","value":"Tue, 03 Dec 2024 20:07:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities/kJFb7k-dXQmqKUmgY2CBOQ\"\n        }\n    ]\n}"}],"_postman_id":"f6da5fc1-e6c6-418a-bb22-8fda11cfa00b"}],"id":"07dfb084-761c-4165-827d-e9a284ce6d6f","description":"<p>This collection of endpoints deals with humidity sensor resources available in the environment service.</p>\n","_postman_id":"07dfb084-761c-4165-827d-e9a284ce6d6f"},{"name":"inputs","item":[{"name":"PO7EgaH4Vii-xNo4m5_BYQ","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"330a4fdd-ff87-4a2e-a7bf-2e2de6ae2324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ","description":"<p>Retrieves detailed information about a specific input identified by the UUID provided in the URL, including its identification, status, and associated device and channel information.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>sensorId</code> (path parameter): The unique identifier of the input you wish to query.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the resource identifier.</p>\n</li>\n<li><p><code>id</code>: The unique identifier of the input.</p>\n</li>\n<li><p><code>uuid</code>: The universally unique identifier for the input.</p>\n</li>\n<li><p><code>name</code>: The name of the input.</p>\n</li>\n<li><p><code>position</code>: The position of the input. Possible values:</p>\n<ul>\n<li><code>Battery room</code>, <code>Rack front</code>, <code>Rack rear</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>elevation</code>: The elevation of the input. Possible values:</p>\n<ul>\n<li><code>top</code>, <code>middle</code>, <code>bottom</code>, <code>Not applicable</code></li>\n</ul>\n</li>\n<li><p><code>active</code>: A boolean indicating whether the input is active.</p>\n</li>\n<li><p><code>alarmLevel</code>: The level of alarm associated with the input. Possible values:</p>\n<ul>\n<li><code>info</code>, <code>good</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing settings related to the input.</p>\n</li>\n<li><p><code>monitors</code>: An object containing details about the associated device and channel.</p>\n<ul>\n<li><p><code>device</code>: ID of the device associated with monitoring.</p>\n</li>\n<li><p><code>channel</code>: Channel of the monitoring device.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","inputs","PO7EgaH4Vii-xNo4m5_BYQ"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5352f739-57f3-4bb3-8680-a734ffd5deb1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"603"},{"key":"Date","value":"Tue, 03 Dec 2024 20:10:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ\",\n    \"id\": \"PO7EgaH4Vii-xNo4m5_BYQ\",\n    \"uuid\": \"3ceec481-a1f8-5628-bec4-da389b9fc161\",\n    \"name\": \"Input 1.1\",\n    \"position\": \"Not applicable\",\n    \"elevation\": \"Not applicable\",\n    \"active\": true,\n    \"alarmLevel\": \"critical\",\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings\"\n    },\n    \"monitors\": {\n        \"device\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw\",\n        \"channel\": \"/rest/mbdetnrs/2.0/sensors/devices/5TYPC5ImRvW_DweCO4--iw/channels/inputs/K6gfy5J7W6umHdfWgpQ2DQ\"\n    }\n}"}],"_postman_id":"330a4fdd-ff87-4a2e-a7bf-2e2de6ae2324"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ff784b5f-dd07-4d36-980d-3e3d4b20d900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings/alarm","description":"<p>Returns the alarm settings for a specific input, including the current alarm level and validation time.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>level</code>: A measure of the current alarm level. Possible values:</p>\n<ul>\n<li><code>info</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n<li><p><code>validationTime</code>: A numerical value representing the validation time in seconds.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","inputs","PO7EgaH4Vii-xNo4m5_BYQ","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"80c3ba0c-023c-49b4-a075-c3528f02614c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"140"},{"key":"Date","value":"Tue, 03 Dec 2024 20:10:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings/alarm\",\n    \"level\": \"critical\",\n    \"validationTime\": 0\n}"}],"_postman_id":"ff784b5f-dd07-4d36-980d-3e3d4b20d900"},{"name":"alarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9c04825d-e09b-42b6-8526-6a43a3a33b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"level\": \"critical\",\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings/alarm","description":"<p>This endpoint with a <strong>PUT</strong> action is to update the alarm settings for a specific input. PUT requests to this endpoint can modify the alarm level and validation time parameters for the alarm associated with the input identified by the provided ID.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<ul>\n<li><p><code>level</code> (string): Specifies the alarm level. Available values:</p>\n<ul>\n<li><code>info</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n<li><p><code>validationTime</code> (integer): Defines the time period for validation in seconds.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the alarm settings have been updated successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","inputs","PO7EgaH4Vii-xNo4m5_BYQ","settings","alarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bf4b4e95-35e4-46d8-8810-cc730036868e","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"level\": \"critical\",\r\n    \"validationTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ/settings/alarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 03 Dec 2024 20:11:05 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9c04825d-e09b-42b6-8526-6a43a3a33b0b"}],"id":"9940193d-b09a-4f8a-8dd1-78474f25bb43","description":"<p>This endpoint returns detailed information about a specific input (using its unique <code>@id</code> property, as in the example here, <code>PO7EgaH4Vii-xNo4m5_BYQ</code>). The response returns a collection of input resources available in the environment service.</p>\n","_postman_id":"9940193d-b09a-4f8a-8dd1-78474f25bb43"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"42cc0fe4-0716-425b-bbe3-01693e20d30d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs","description":"<p>This endpoint returns a collection of input resources available in the environment service.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful execution, the response will be in JSON format and includes:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of input sensor resources available.</p>\n</li>\n<li><p><code>members</code>: An array of input sensor resources, each containing:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for each input sensor resource.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","inputs"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b79928c1-0488-476b-9714-e9c3a02ce5c5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"185"},{"key":"Date","value":"Tue, 03 Dec 2024 20:10:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs/PO7EgaH4Vii-xNo4m5_BYQ\"\n        }\n    ]\n}"}],"_postman_id":"42cc0fe4-0716-425b-bbe3-01693e20d30d"}],"id":"688f3a19-6f6d-4294-a6c6-4cbe6d795273","description":"<p>This collection of endpoints deals with input resources available in the environment service.</p>\n","_postman_id":"688f3a19-6f6d-4294-a6c6-4cbe6d795273"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"78dfe67d-6edf-4bfe-99da-32bbb598de35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService","description":"<p>This endpoint returns information about the Environment Service, including its unique identifier, name, version, operational status, and links to related resources such as temperature sensors, humidity sensors, and inputs.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>uuid</code>: A universally unique identifier for the Environment Service.</p>\n</li>\n<li><p><code>name</code>: The name of the Environment Service.</p>\n</li>\n<li><p><code>version</code>: The version of the Environment Service.</p>\n</li>\n<li><p><code>status</code>: An object containing the operational and health status of the service.</p>\n</li>\n<li><p><code>temperatures</code>: An object containing a link to temperature sensor resources.</p>\n</li>\n<li><p><code>humidities</code>: An object containing a link to humidity sensor resources.</p>\n</li>\n<li><p><code>inputs</code>: An object containing a link to input resources.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"273106fb-25d5-4e6f-b842-561773e32a2c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"460"},{"key":"Date","value":"Tue, 03 Dec 2024 20:11:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/environmentService\",\n    \"uuid\": \"9b47c767-e04b-47a0-a293-9208e8d9f6b7\",\n    \"name\": \"Environment Service\",\n    \"version\": \"01.00.0000\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"temperatures\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/temperatures\"\n    },\n    \"humidities\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/humidities\"\n    },\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService/inputs\"\n    }\n}"}],"_postman_id":"78dfe67d-6edf-4bfe-99da-32bbb598de35"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7ca61646-611b-4c6e-bb07-396451d1eb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/status","description":"<p>This endpoint retrieves the current status of the Environment Service. It provides information regarding the operational status and health of the service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><strong><code>operating</code></strong>: A string indicating the operational status of the Environment Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><strong><code>health</code></strong>: A string representing the health status of the Environment Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","environmentService","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"27ae83b3-8f24-472e-905c-39d764e3682a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/environmentService/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Thu, 12 Jun 2025 15:34:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\"\n}"}],"_postman_id":"7ca61646-611b-4c6e-bb07-396451d1eb66"}],"id":"07f878d3-fb1e-4836-af99-ee40393df28a","description":"<p>The environmentService API provides access to the environment management functionality of the Eaton device, including interfacing with temperature sensors, humidity sensors, and inputs.</p>\n","_postman_id":"07f878d3-fb1e-4836-af99-ee40393df28a"},{"name":"managers","item":[{"name":"1","item":[{"name":"actions","item":[{"name":"sanitize","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"618debd0-89ed-40d8-89fa-5b12718bab82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/actions/sanitize","description":"<p>This action remotely wipes all user data from the device, resetting it to its factory state and restoring all default parameters.</p>\n<p><strong>Use this route with caution, as this action cannot be undone.</strong></p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/actions/sanitize</code></p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a 200 status code and a JSON object with the following structure:</p>\n<ul>\n<li><code>retVal</code>: Indicates the success of the action. A value of <code>0</code> typically signifies that the operation was successful.</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>This action requires an <code>administrator</code> role in order to complete.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","actions","sanitize"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4e145118-d08b-482b-b00c-c22d5799b87d","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/actions/sanitize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Mon, 30 Jun 2025 19:20:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"retVal\": 0\n}"}],"_postman_id":"618debd0-89ed-40d8-89fa-5b12718bab82"},{"name":"reboot","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"26ef3e23-eb4e-4136-8cdb-e6b7319f73f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/actions/reboot","description":"<p>This action remotely reboots the network module operating system of the device.</p>\n<h3 id=\"request\">Request</h3>\n<p>No request body or parameters are required for this action.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a 200 status code and a JSON object with the following structure:</p>\n<ul>\n<li><code>retVal</code>: Indicates the success of the action. A value of <code>0</code> typically signifies that the operation was successful.</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the device is ready for a reboot before making this request, as it may interrupt ongoing processes.</p>\n</li>\n<li><p>This action may take some time to complete, and the device may not be reachable during the reboot process.</p>\n</li>\n<li><p>Depending on your configuration, the network module may restart with a different IP address.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","actions","reboot"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26ef3e23-eb4e-4136-8cdb-e6b7319f73f7"}],"id":"933ce25f-46c5-4259-b6c4-a96850d9216f","description":"<p>This is a collection of actions that the manager can perform.</p>\n","_postman_id":"933ce25f-46c5-4259-b6c4-a96850d9216f"},{"name":"certificatesManager","item":[{"name":"automaticPairing","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9e738485-249c-4fcf-a9c4-20efd0dc9d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing","description":"<p>This endpoint returns information about the automatic pairing feature in the certificates manager, including its current status and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in <strong>JSON</strong> format and contains the following fields:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the resource.</p>\n</li>\n<li><p><code>active</code>: (boolean) Indicates if the automatic pairing feature is currently active.</p>\n</li>\n<li><p><code>for</code>: (integer) Number of seconds remaining before the automatic pairing will end.</p>\n</li>\n<li><p><code>actions</code>: (object) Contains available actions for the automatic pairing, including calls to <code>start</code> and <code>stop</code> the automatic pairing feature.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","automaticPairing"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0f2c24d6-d2d4-46d0-a061-216a36b8e580","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"316"},{"key":"Date","value":"Mon, 25 Nov 2024 19:41:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/automaticPairing\",\n    \"active\": false,\n    \"for\": 0,\n    \"actions\": {\n        \"#start\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/automaticPairing/actions/start\",\n        \"#stop\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/automaticPairing/actions/stop\"\n    }\n}"}],"_postman_id":"9e738485-249c-4fcf-a9c4-20efd0dc9d9a"},{"name":"start pairing","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3cbdd4a3-d588-427b-9cb5-bf0cd3ccfa0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"300","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing/actions/start","description":"<p>This endpoint triggers the start of the automatic pairing process for certificates in the certificates manager. The pairing period will continue for a given number of seconds.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing/actions/start</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body is a single JSON value:</p>\n<ul>\n<li><code>duration</code>: (text) The number of seconds the pairing process should be active for.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the pairing process has begun for the designated number of seconds.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","automaticPairing","actions","start"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b890c951-bb5f-4ff7-880d-f47ba47e5a47","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"300","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing/actions/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 20:00:05 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"3cbdd4a3-d588-427b-9cb5-bf0cd3ccfa0d"},{"name":"stop pairing","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bcff42ab-272a-4a91-85ad-a2871cb3f7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing/actions/stop","description":"<p>This endpoint triggers the stop of the automatic pairing process for certificates in the certificates manager.</p>\n<p>This endpoint triggers the stop of the automatic pairing process for certificates in the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/automaticPairing/actions/stop</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request body is required.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the pairing process has been stopped.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","automaticPairing","actions","stop"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcff42ab-272a-4a91-85ad-a2871cb3f7a1"}],"id":"172faf0c-f8bb-4582-80d4-78c504b20263","description":"<p>This collection of endpoints queries for details and actions related to the automatic pairing feature in the certificates manager.</p>\n","_postman_id":"172faf0c-f8bb-4582-80d4-78c504b20263"},{"name":"settings","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"000c4a11-3a9c-4bf9-ae7f-7dee49ab0a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/settings","description":"<p>This endpoint returns the current configuration settings for the certificates manager, specifically the subject information used for certificate generation.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>subject</code>: An object containing the following fields:</p>\n<ul>\n<li><p><code>country</code>: The country of the subject (string).</p>\n</li>\n<li><p><code>state</code>: The state of the subject (string).</p>\n</li>\n<li><p><code>location</code>: The location of the subject (string).</p>\n</li>\n<li><p><code>organizationName</code>: The name of the organization (string).</p>\n</li>\n<li><p><code>organizationUnit</code>: The unit within the organization (string).</p>\n</li>\n<li><p><code>contact</code>: Contact information (string).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6dfe9ece-f302-4e78-aacd-5cdff2d00341","name":"certificatesManager/settings","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"238"},{"key":"Date","value":"Mon, 25 Nov 2024 19:41:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/settings\",\n    \"subject\": {\n        \"country\": \"FR\",\n        \"state\": \"38\",\n        \"location\": \"Grenoble\",\n        \"organizationName\": \"Eaton\",\n        \"organizationUnit\": \"Power Quality\",\n        \"contact\": \"\"\n    }\n}"}],"_postman_id":"000c4a11-3a9c-4bf9-ae7f-7dee49ab0a28"},{"name":"configure subject","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5cc11f87-a084-473e-9870-384c3229f09b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"country\": \"FR\",\r\n    \"state\": \"38\",\r\n    \"location\": \"Grenoble\",\r\n    \"organizationName\": \"Eaton\",\r\n    \"organizationUnit\": \"Power Quality\",\r\n    \"contact\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/settings/subject","description":"<p>This endpoint allows you to update the subject information used when generating certificates in the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/settings/subject</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format including any settings configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>country</code> (string): The country code (e.g., \"FR\").</p>\n</li>\n<li><p><code>state</code> (string): The state code (e.g., \"38\").</p>\n</li>\n<li><p><code>location</code> (string): The location (e.g., \"Grenoble\").</p>\n</li>\n<li><p><code>organizationName</code> (string): The name of the organization (e.g., \"Eaton\").</p>\n</li>\n<li><p><code>organizationUnit</code> (string): The unit within the organization (e.g., \"Power Quality\").</p>\n</li>\n<li><p><code>contact</code> (string): Contact information (can be an empty string).</p>\n</li>\n</ul>\n<p>For example, a user could submit the following request to update the <code>organizationName</code> to Eaton:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"organizationName\": \"Eaton\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","settings","subject"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5e5b8a6c-2154-4982-ab34-c41bb291f4cf","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"country\": \"FR\",\r\n    \"state\": \"38\",\r\n    \"location\": \"Grenoble\",\r\n    \"organizationName\": \"Eaton\",\r\n    \"organizationUnit\": \"Power Quality\",\r\n    \"contact\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/settings/subject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 20:04:51 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"5cc11f87-a084-473e-9870-384c3229f09b"}],"id":"a23ab797-85a9-47aa-8a5d-5e3af4bc3690","description":"<p>This collection of endpoints queries for details and actions related to certificates manager settings.</p>\n","_postman_id":"a23ab797-85a9-47aa-8a5d-5e3af4bc3690"},{"name":"services","item":[{"name":"dot1x","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c65e1d9c-e5d6-45bd-a4b3-6630e0a17f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x","description":"<p>This endpoint returns comprehensive information about the 802.1x service configuration within the certificates manager. It provides more details about the server authentication configuration, including the status and management actions for certificates, as well as information regarding client authentication resources.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the configuration.</p>\n</li>\n<li><p><code>name</code>: Name of the configuration.</p>\n</li>\n<li><p><code>serverAuthentication</code>: Object containing details about server authentication, including:</p>\n<ul>\n<li><p><code>certificate</code>: Object with information about the server certificate including:</p>\n<ul>\n<li><p><code>actions</code>: Object containing actions available for the certificate (<code>export</code>, <code>revoke</code>, <code>import</code>).</p>\n</li>\n<li><p><code>certificateId</code>: Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code>: Boolean indicating if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code>: Boolean indicating if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code>: Start date of the certificate's validity.</p>\n</li>\n<li><p><code>validUntil</code>: End date of the certificate's validity.</p>\n</li>\n<li><p><code>status</code>: Current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code>: Entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code>: Entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code>: Additional details about the certificate, including a unique <code>@id</code> for the details resource.</p>\n</li>\n</ul>\n</li>\n<li><p><code>csr</code>: Object containing details about the Certificate Signing Request (CSR), including:</p>\n<ul>\n<li><p><code>actions</code>: Object containing actions available for the CSR (<code>generate</code>).</p>\n</li>\n<li><p><code>pending</code>: Boolean indicating if the CSR generation is pending.</p>\n</li>\n<li><p><code>lastGeneration</code>: Timestamp of the last CSR generation.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>clientsAuthentication</code>: Object containing details about client authentication.</p>\n<ul>\n<li><code>trustedClients</code>: Object representing trusted clients, including a unique <code>@id</code> identifier for the trusted clients resource.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2ea2899a-88ab-4a40-bb4d-7ebcf0ea573d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1367"},{"key":"Date","value":"Thu, 22 May 2025 18:46:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x\",\n    \"id\": \"dot1x\",\n    \"name\": \"Eth0-802.1x\",\n    \"serverAuthentication\": {\n        \"certificate\": {\n            \"actions\": {\n                \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/export\",\n                \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/revoke\",\n                \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/import\"\n            },\n            \"certificateId\": \"\",\n            \"selfSigned\": true,\n            \"isCA\": false,\n            \"validFrom\": \"2025-02-16T00:00:00Z\",\n            \"validUntil\": \"2038-01-19T03:14:07Z\",\n            \"status\": \"valid\",\n            \"issuedBy\": \"nm3-5px-eaton-dev\",\n            \"issuedTo\": \"nm3-5px-eaton-dev\",\n            \"details\": {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/details\"\n            }\n        },\n        \"csr\": {\n            \"actions\": {\n                \"#generate\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/serverAuthentication/csr/actions/generate\"\n            },\n            \"pending\": false,\n            \"lastGeneration\": \"1970-01-01T00:00:00Z\"\n        }\n    },\n    \"clientsAuthentication\": {\n        \"trustedClients\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients\"\n        }\n    }\n}"}],"_postman_id":"c65e1d9c-e5d6-45bd-a4b3-6630e0a17f79"},{"name":"trustedClients","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7952379d-9d62-4375-97e2-93f9537634a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients","description":"<p>This endpoint returns information about the trusted clients configured for 802.1x authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of trusted clients returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the trusted client objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7319468d-1b2b-47d7-aa1d-4c4b748095d0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"155"},{"key":"Date","value":"Thu, 22 May 2025 19:30:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"7952379d-9d62-4375-97e2-93f9537634a2"},{"name":"trustedClients/2aff206c.0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0b781017-39c6-4200-b8f9-c8aadf94291b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint retrieves the details of a trusted client certificate associated with a specific client ID (in this case, <code>2aff206c.0</code>) in the context of a certificates manager for 802.1x clients authentication.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/{{clientId}}</code></p>\n<ul>\n<li><code>clientId</code> parameter: The unique identifier of the trusted client certificate you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier of the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the trusted client certificate.</p>\n</li>\n<li><p><code>certificateId</code> (string): The ID of the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date and time from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The date and time until which the certificate is valid.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details related to the certificate, containing a unique <code>@id</code> identifier that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1da70981-df48-4cfb-b2ea-f84df79840cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"c0df1580-73bd-4ec9-b258-43e458b9a406"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"95da9663-cdb8-4c08-907b-fa16b8c05107"},{"key":"Accept-Ranges","value":"bytes","uuid":"dfe701df-aadd-4d58-91c8-13443584384d"},{"key":"Content-Length","value":"155","uuid":"448fd6be-a447-424b-ac2f-21458ffa1b16"},{"key":"Date","value":"Thu, 22 May 2025 19:30:21 GMT","uuid":"f2e22271-f66e-4318-b4ba-a026c91658a0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"0b781017-39c6-4200-b8f9-c8aadf94291b"},{"name":"add trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a52de5ec-fca3-4eb8-b6af-ed9ef062ffae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients","description":"<p>This endpoint allows you to add a new trusted client to be used for 802.1x authentication in the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier for the trusted client.</p>\n</li>\n<li><p><code>certificateId</code> (string): Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the certificate, containing:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the details.</p>\n</li>\n<li><p><code>text</code> (string): Text version of the certificate details.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5d0cdd27-ed30-454c-9dc2-2bb9506f4fce","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"2399"},{"key":"Date","value":"Wed, 25 Jun 2025 17:05:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/2aff206c.0/details\",\n        \"text\": \"Certificate:\\n    Data:\\n        Version: 3 (0x2)\\n        Serial Number:\\n            d7:c7:38:19:19:af:c2:4e\\n        Signature Algorithm: sha1WithRSAEncryption\\n        Issuer: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Validity\\n            Not Before: Oct  8 23:01:56 2010 GMT\\n            Not After : Oct  5 23:01:56 2020 GMT\\n        Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Subject Public Key Info:\\n            Public Key Algorithm: rsaEncryption\\n                Public-Key: (1024 bit)\\n                Modulus:\\n                    00:db:5b:d3:e6:2b:2a:ec:5e:bc:6a:66:2e:b8:da:\\n                    52:16:52:83:3e:b3:14:09:ae:18:59:8a:99:46:dd:\\n                    8e:67:ef:f7:34:a6:99:db:10:22:4b:0a:fb:e8:ca:\\n                    d0:17:bd:2d:e6:72:db:48:fa:6a:13:9f:b9:56:b4:\\n                    b9:f1:26:3e:83:fb:17:2e:21:5d:e8:0a:65:1f:5c:\\n                    09:67:08:7b:f0:3a:1f:6c:56:17:52:08:24:b4:53:\\n                    2d:a5:3c:a2:5f:c8:ed:3f:ae:9b:91:c3:e4:0c:00:\\n                    c0:d3:cf:51:23:54:d0:47:a0:9a:fa:7e:c7:15:ae:\\n                    dc:d5:f6:9b:55:5e:a2:df:39\\n                Exponent: 65537 (0x10001)\\n        X509v3 extensions:\\n            X509v3 Subject Alternative Name: \\n                DNS:localhost\\n    Signature Algorithm: sha1WithRSAEncryption\\n    Signature Value:\\n        73:dc:b5:00:44:43:8c:1d:04:9e:be:25:ca:48:ad:aa:29:2e:\\n        7f:01:1a:16:e3:35:68:f8:d2:69:91:a9:60:7f:34:05:85:e8:\\n        ce:67:7b:b2:a9:18:0b:bb:b4:b7:86:e2:16:f5:cc:b6:a5:74:\\n        af:06:97:1c:b6:18:f4:91:17:a2:c5:4b:8f:1d:a4:48:f6:1d:\\n        b3:2f:da:7b:ef:eb:1c:5a:94:33:09:f7:e0:e2:71:68:00:29:\\n        34:3a:6d:c5:f6:8f:71:94:90:24:74:83:f4:f5:09:19:4d:04:\\n        00:25:be:12:b3:3b:b0:a5:a5:ff:65:d1:82:81:11:fa:da:24:\\n        1c:97\\n\\n\"\n    }\n}"}],"_postman_id":"a52de5ec-fca3-4eb8-b6af-ed9ef062ffae"},{"name":"remove trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8e6eb298-166d-4ca3-b16e-b94b71868b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint allows you to delete a specific trusted client (using its unique <code>@id</code>, in this case <code>2aff206c.0</code>) from the list of clients used for 802.1x authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/{clientId}</code></p>\n<p>  Where <code>{{clientId}}</code> is the unique identifier for the trusted client you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"385acd98-0ee8-4942-923a-db3fca26f8ab","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 25 Jun 2025 17:12:12 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"8e6eb298-166d-4ca3-b16e-b94b71868b5f"},{"name":"export server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"946bc3ee-7c66-44ba-83ba-dde7a274eda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/export","description":"<p>This endpoint allows you to export the server certificate used for 801.1x authentication in PEM format.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full certificate in PEM format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","serverAuthentication","certificate","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e01bf9b8-c9c9-4ae1-9803-66f86a7931a0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"1378"},{"key":"Date","value":"Thu, 22 May 2025 19:17:25 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE-----\\nMIIDujCCAqKgAwIBAgIJANt7dcozaa2bMA0GCSqGSIb3DQEBCwUAMHExCzAJBgNV\\nBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoM\\nBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MRowGAYDVQQDDBFubTMtNXB4\\nLWVhdG9uLWRldjAeFw0yNTAyMTYwMDAwMDBaFw00MDAyMTMwMDAwMDBaMHExCzAJ\\nBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNV\\nBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MRowGAYDVQQDDBFubTMt\\nNXB4LWVhdG9uLWRldjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMhT\\n0NWkxo4TA4eVzaai7MPC2+YpDP6hitVgeOzFJlqkJONp+6QTrWmcTnnimpu3Qihe\\n40/hfQZWZM0aZnqfR9SIFRBJtSWqSFeObJr1L5QkqH/LK44hp7R0e7PTkvx3YBV5\\nKQaeOUYA/824FguqvyEq6XDpPpGx2TgUJa457wGOOd517XC+m2HtWElRMWbEPMRY\\nnm603nFMTymoQe0mouQEr6nsvWoseWc5KV06jEqeauDImpa3D78rIDKX5l2B1DCO\\nkLDOV0akpGluff5ARht22LbC+/h56v8rGcHbgOYGaAP5OzfA4lh/Ikuv9zefYMEb\\nglKFYXJPpUmYZ9V33EcCAwEAAaNVMFMwHQYDVR0OBBYEFMy6IMzdXrTKseFGXDM6\\n4QG1vuSOMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMBQGA1UdEQQNMAuC\\nCWxvY2FsaG9zdDANBgkqhkiG9w0BAQsFAAOCAQEAkLXu8gd4jKCZFFaA7Lv+mL4a\\nb09TXEFfQDuJ1FMBzf4gjfQbIgaidRpr8547bAg1WNrIcgGUYjCWgRW0BDBVLd94\\nsMGDQ49inlZ1BolW5dYwNXenu9jVBjO1Qxs1pKjoCbZ6VW3DzGpKs1T/TnPxy6ym\\nX5n/7M9hiuHWEq6Tll3R9ARRBP6ZEbe8d7Et501l6kjxtFT0bUllR8nwIxYk/7eF\\nKNu4lEu1RKh7ue++Hn60pUmLzry2c+PapDjPx30xbOJOEeMHS0le7NdT1qznzHXP\\nOOi1/tmqn7iCY4TGE4ox4qF30i8U1fGyxHQyzH3T1JLEJp2pYKEgNJQaK76q1g==\\n-----END CERTIFICATE-----\\n\""}],"_postman_id":"946bc3ee-7c66-44ba-83ba-dde7a274eda4"},{"name":"revoke server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f9b7b790-fda9-4483-8d77-c6fb437f71bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/revoke","description":"<p>This endpoint allows you to revoke the current server certificate used for 802.1x authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the revocation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","serverAuthentication","certificate","actions","revoke"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"19abcb4a-7cfc-4270-a8d3-391857d35ce3","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 22 May 2025 19:22:41 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"f9b7b790-fda9-4483-8d77-c6fb437f71bc"},{"name":"import server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0f22866a-1d2d-4581-8c9e-f386e5872f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/certificate/actions/import","description":"<p>This POST action is used to import a new server certificate for 802.1x authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the import was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","serverAuthentication","certificate","actions","import"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f22866a-1d2d-4581-8c9e-f386e5872f8a"},{"name":"generate csr","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"95aa8693-d062-4e20-91c7-69275facbb67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/csr/actions/generate","description":"<p>This endpoint triggers the generation of a new Certificate Signing Request (CSR) for the 802.1x server authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full CSR body.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","dot1x","serverAuthentication","csr","actions","generate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1ebd16a2-ce96-4bb4-a62a-e1509a28aa33","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/serverAuthentication/csr/actions/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"1176"},{"key":"Date","value":"Thu, 22 May 2025 19:27:07 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE REQUEST-----\\nMIIDGjCCAgICAQIwcTELMAkGA1UEBhMCRlIxCzAJBgNVBAgMAjM4MREwDwYDVQQH\\nDAhHcmVub2JsZTEOMAwGA1UECgwFRWF0b24xFjAUBgNVBAsMDVBvd2VyIFF1YWxp\\ndHkxGjAYBgNVBAMMEW5tMy01cHgtZWF0b24tZGV2MIIBIjANBgkqhkiG9w0BAQEF\\nAAOCAQ8AMIIBCgKCAQEAk0EoH9m2YjTcIItMKI5lQcUmzlYxvSwKCNCoMua7I0SO\\nxdyetbjRNUEhuzDkrCWsl8VqqI1sHRnzqJsiciltrhcaBGpCcl38ftMvyUZZiwav\\nvmr2SIeuMJ698dxu/3EsE7KUDuMR0jc6ewNKgnD2XVMeVjRJefSZhXzbv5S6SbOC\\nT1CiAkY072bk3fJuqIXwJ6FZfjj/P5zYcy/77HoFteFahug0WuSOh5/L1zE7B9JO\\ny0S1M0xYr6PI40znP/fWgXHz+xtYvFG83yG2onXvx9XjjUYZVJC1CxnzM613innH\\nCE0iqRyRgIlRjA3vKnXAN2MBpOa6snGKMhL9iD0nXQIDAQABoGQwYgYJKoZIhvcN\\nAQkOMVUwUzAdBgNVHQ4EFgQUqnE2fugIqrB0uFsc6431X2ewPeowDAYDVR0TAQH/\\nBAIwADAOBgNVHQ8BAf8EBAMCBeAwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqG\\nSIb3DQEBCwUAA4IBAQBF9LpoYbwUsXHYiPSF2+pcH+LmyX5r7H78ogb68VBOCJ5/\\nnNzrUUnkNxHHS3prxvI3vE6/No9CGNmgIMRFIwcUWaNsjK4Byu7I4uZNukqnJaFO\\nAlFe5JjsQ3en3TxpqtbdoVJZLfy+qdZwKjyBGVm/3drdlIySIe6yY6Xllhl9N4DB\\nM7etL6uTxPbGqZRKFJQRMhcGeWUr63lmyOs8qyOP/NGzPK5oO3pjVWaFkiSbKxRI\\nAD6VG9ZmXFsGQZuZikV1ABTY+tkTQi6fMTY7AlR9k2Q0d7HOK88+gJLtzf6lzmoc\\n4VtWbD4UkdSB5aZVMRCpZhJDywu5C7S9emIzbtM2\\n-----END CERTIFICATE REQUEST-----\\n\\n\\n\""}],"_postman_id":"95aa8693-d062-4e20-91c7-69275facbb67"}],"id":"b3fef603-4801-42c8-bc89-91b7132b50b1","description":"<p>This is the certificate management service for the 802.1x protocol.</p>\n","_postman_id":"b3fef603-4801-42c8-bc89-91b7132b50b1"},{"name":"ldap","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"74ace4ca-0ce6-41c4-8d17-1ee4a93cb59f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap","description":"<p>This endpoint retrieves information about the LDAP service configuration within the certificates manager, including links to certificate authorities and trusted clients.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the LDAP service.</p>\n</li>\n<li><p><code>name</code>: Name of the LDAP service.</p>\n</li>\n<li><p><code>clientsAuthentication</code>: Object containing information about clients authentication, which includes:</p>\n<ul>\n<li><p><code>certificateAuthorities</code>: An object with an identifier for certificate authorities.</p>\n</li>\n<li><p><code>trustedClients</code>: An object with an identifier for trusted clients.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a51f1331-874b-4b82-82f7-b9fbc14f8ae3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"436"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap\",\n    \"id\": \"ldap\",\n    \"name\": \"LDAP\",\n    \"clientsAuthentication\": {\n        \"certificateAuthorities\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities\"\n        },\n        \"trustedClients\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients\"\n        }\n    }\n}"}],"_postman_id":"74ace4ca-0ce6-41c4-8d17-1ee4a93cb59f"},{"name":"certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5ab1eb71-a86a-407c-b4ae-15b564e37764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint is used to retrieve information about certificate authorities used for LDAP client authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e9001645-36aa-4314-bb0e-89224c9e99b7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"301"},{"key":"Date","value":"Fri, 13 Dec 2024 15:46:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"5ab1eb71-a86a-407c-b4ae-15b564e37764"},{"name":"add certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"378016a2-fdb6-4a6d-adaa-fd384ed09bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"\\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Label: \\\"GlobalSign Root CA\\\"\\n# Serial: 4835703278459707669005204\\n# MD5 Fingerprint: \\n# SHA1 Fingerprint: -----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities","description":"<p>This POST action is used to add or create a new certificate authority for LDAP client authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"378016a2-fdb6-4a6d-adaa-fd384ed09bdf"},{"name":"remove certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"40e7d721-4398-4011-be04-bed0e6e2167e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/5ad8a5d6.0","description":"<p>This endpoint allows you to delete a specific certificate authority (using its unique id, in this case <code>5ad8a5d6.0</code>) from the list of authorities used for LDAP client authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/certificateAuthorities/{{certificateAuthorityId}}</code></p>\n<ul>\n<li>Replace <code>{{certificateAuthorityId}}</code> with the unique identifier of the certificate authority you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","certificateAuthorities","5ad8a5d6.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40e7d721-4398-4011-be04-bed0e6e2167e"},{"name":"trustedClients","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3c26086a-98b2-4dd8-b8f8-c3ea3a7609f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients","description":"<p>This GET action is used to retrieve a list of trusted clients for LDAP authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of trusted clients returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the trusted client objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"223a9099-74a0-4472-a07b-43bf952e1e15","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"285"},{"key":"Date","value":"Fri, 13 Dec 2024 15:47:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"3c26086a-98b2-4dd8-b8f8-c3ea3a7609f4"},{"name":"trustedClients/2aff206c.0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2fdcb3d5-fe79-45ae-971b-a32fd1beab14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint retrieves the details of a trusted client certificate associated with a specific client ID (in this case, <code>2aff206c.0</code>) in the context of a certificates manager for LDAP clients authentication.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/{{clientId}}</code></p>\n<ul>\n<li><code>clientId</code> parameter: The unique identifier of the trusted client certificate you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier of the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the trusted client certificate.</p>\n</li>\n<li><p><code>certificateId</code> (string): The ID of the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date and time from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The date and time until which the certificate is valid.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details related to the certificate, containing a unique <code>@id</code> identifier that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e26ff9b4-de1e-4cad-aa7d-3a48d1c949ce","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"515"},{"key":"Date","value":"Thu, 26 Jun 2025 15:38:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0/details\"\n    }\n}"}],"_postman_id":"2fdcb3d5-fe79-45ae-971b-a32fd1beab14"},{"name":"add trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"29294afc-50e1-4e59-b948-87f36d63a519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients","description":"<p>This POST action is used to add or create a new trusted client for LDAP authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier for the trusted client.</p>\n</li>\n<li><p><code>certificateId</code> (string): Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the certificate, containing:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the details.</p>\n</li>\n<li><p><code>text</code> (string): Text version of the certificate details.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8837deea-8732-46f3-9842-9184792dec50","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"2397"},{"key":"Date","value":"Thu, 26 Jun 2025 15:46:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0/details\",\n        \"text\": \"Certificate:\\n    Data:\\n        Version: 3 (0x2)\\n        Serial Number:\\n            d7:c7:38:19:19:af:c2:4e\\n        Signature Algorithm: sha1WithRSAEncryption\\n        Issuer: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Validity\\n            Not Before: Oct  8 23:01:56 2010 GMT\\n            Not After : Oct  5 23:01:56 2020 GMT\\n        Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Subject Public Key Info:\\n            Public Key Algorithm: rsaEncryption\\n                Public-Key: (1024 bit)\\n                Modulus:\\n                    00:db:5b:d3:e6:2b:2a:ec:5e:bc:6a:66:2e:b8:da:\\n                    52:16:52:83:3e:b3:14:09:ae:18:59:8a:99:46:dd:\\n                    8e:67:ef:f7:34:a6:99:db:10:22:4b:0a:fb:e8:ca:\\n                    d0:17:bd:2d:e6:72:db:48:fa:6a:13:9f:b9:56:b4:\\n                    b9:f1:26:3e:83:fb:17:2e:21:5d:e8:0a:65:1f:5c:\\n                    09:67:08:7b:f0:3a:1f:6c:56:17:52:08:24:b4:53:\\n                    2d:a5:3c:a2:5f:c8:ed:3f:ae:9b:91:c3:e4:0c:00:\\n                    c0:d3:cf:51:23:54:d0:47:a0:9a:fa:7e:c7:15:ae:\\n                    dc:d5:f6:9b:55:5e:a2:df:39\\n                Exponent: 65537 (0x10001)\\n        X509v3 extensions:\\n            X509v3 Subject Alternative Name: \\n                DNS:localhost\\n    Signature Algorithm: sha1WithRSAEncryption\\n    Signature Value:\\n        73:dc:b5:00:44:43:8c:1d:04:9e:be:25:ca:48:ad:aa:29:2e:\\n        7f:01:1a:16:e3:35:68:f8:d2:69:91:a9:60:7f:34:05:85:e8:\\n        ce:67:7b:b2:a9:18:0b:bb:b4:b7:86:e2:16:f5:cc:b6:a5:74:\\n        af:06:97:1c:b6:18:f4:91:17:a2:c5:4b:8f:1d:a4:48:f6:1d:\\n        b3:2f:da:7b:ef:eb:1c:5a:94:33:09:f7:e0:e2:71:68:00:29:\\n        34:3a:6d:c5:f6:8f:71:94:90:24:74:83:f4:f5:09:19:4d:04:\\n        00:25:be:12:b3:3b:b0:a5:a5:ff:65:d1:82:81:11:fa:da:24:\\n        1c:97\\n\\n\"\n    }\n}"}],"_postman_id":"29294afc-50e1-4e59-b948-87f36d63a519"},{"name":"remove trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"710219f5-a1a7-40ff-b110-f77276665b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint allows you to delete a specific trusted client (using its unique <code>@id</code>, in this case <code>2aff206c.0</code>) from the list of clients used for LDAP authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/{clientId}</code></p>\n<p>  Where <code>{{clientId}}</code> is the unique identifier for the trusted client you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","ldap","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b3b47fd4-a5e5-4bd8-afe6-06704ea2a771","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/ldap/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 15:42:22 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"710219f5-a1a7-40ff-b110-f77276665b57"}],"id":"74936ecf-636c-443d-8304-619f6fc4b698","description":"<p>This is the certificate management service for the LDAP protocol.</p>\n","_postman_id":"74936ecf-636c-443d-8304-619f6fc4b698"},{"name":"mqtt","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"320066e5-4500-4e7e-9af7-461289eceac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt","description":"<p>This endpoint returns comprehensive information about the MQTT service configuration within the certificates manager, including server authentication details and links to client authentication resources.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier for the MQTT service.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the MQTT service.</p>\n</li>\n<li><p><code>serverAuthentication</code>: (object) Contains details about server authentication, including:</p>\n<ul>\n<li><p><code>certificate</code>: (object) Information about the server's certificate, including:</p>\n<ul>\n<li><p><code>actions</code>: (object) Available actions for the certificate (<code>export</code>, <code>revoke</code>, <code>import</code>)</p>\n</li>\n<li><p><code>certificateId</code>: (string) Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code>: (boolean) Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code>: (boolean) Indicates if the certificate is a Certificate Authority.</p>\n</li>\n<li><p><code>validFrom</code>: (string) Start date of the certificate's validity.</p>\n</li>\n<li><p><code>validUntil</code>: (string) End date of the certificate's validity.</p>\n</li>\n<li><p><code>status</code>: (string) Current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code>: (string) Entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code>: (string) Entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code>: (object) Additional details about the certificate, including a unique <code>@id</code> for the details resource.</p>\n</li>\n</ul>\n</li>\n<li><p><code>csr</code>: (object) Information about the Certificate Signing Request, including:</p>\n<ul>\n<li><p><code>actions</code>: (object) Available actions for the CSR (<code>generate</code>).</p>\n</li>\n<li><p><code>pending</code>: (boolean) Indicates if the CSR generation is pending.</p>\n</li>\n<li><p><code>lastGeneration</code>: (string) Timestamp of the last CSR generation.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>clientsAuthentication</code>: (object) Contains details about client authentication, including:</p>\n<ul>\n<li><p><code>certificateAuthorities</code>: Object representing certificate authorities, including a unique <code>@id</code> identifier for the certificate authorities resource.</p>\n</li>\n<li><p><code>trustedClients</code>: Object representing trusted clients, including a unique <code>@id</code> identifier for the trusted clients resource.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"da68ddec-d307-4025-8ac6-521bbafe94ec","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1527"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt\",\n    \"id\": \"mqtt\",\n    \"name\": \"Protected applications (MQTT)\",\n    \"serverAuthentication\": {\n        \"certificate\": {\n            \"actions\": {\n                \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/export\",\n                \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/revoke\",\n                \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/import\"\n            },\n            \"certificateId\": \"\",\n            \"selfSigned\": true,\n            \"isCA\": false,\n            \"validFrom\": \"2024-11-14T00:00:00Z\",\n            \"validUntil\": \"2038-01-19T03:14:07Z\",\n            \"status\": \"valid\",\n            \"issuedBy\": \"g3hd-eaton-dev\",\n            \"issuedTo\": \"g3hd-eaton-dev\",\n            \"details\": {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/details\"\n            }\n        },\n        \"csr\": {\n            \"actions\": {\n                \"#generate\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/serverAuthentication/csr/actions/generate\"\n            },\n            \"pending\": false,\n            \"lastGeneration\": \"1970-01-01T00:00:00Z\"\n        }\n    },\n    \"clientsAuthentication\": {\n        \"certificateAuthorities\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities\"\n        },\n        \"trustedClients\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients\"\n        }\n    }\n}"}],"_postman_id":"320066e5-4500-4e7e-9af7-461289eceac1"},{"name":"certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bc02c3ae-e0d2-4d7b-aace-e07d3b80fb45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint returns a collection of certificate authorities used for MQTT client authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"554ae57d-4c8b-4940-937a-b81a2d4928f8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"301"},{"key":"Date","value":"Wed, 11 Dec 2024 20:34:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"bc02c3ae-e0d2-4d7b-aace-e07d3b80fb45"},{"name":"add certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ace4f519-851f-4fc4-9018-f079cc39cb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"\\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Label: \\\"GlobalSign Root CA\\\"\\n# Serial: 4835703278459707669005204\\n# MD5 Fingerprint: \\n# SHA1 Fingerprint: -----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities","description":"<p>This POST action is used to add or create a new certificate authority for MQTT client authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ace4f519-851f-4fc4-9018-f079cc39cb10"},{"name":"remove certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4fefe7b3-f812-4712-b532-cb18dc0a7e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities/5ad8a5d6.0","description":"<p>This endpoint allows you to delete a specific certificate authority (using its unique id, in this case <code>5ad8a5d6.0</code>) from the list of authorities used for MQTT client authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/certificateAuthorities/{{certificateAuthorityId}}</code></p>\n<ul>\n<li>Replace <code>{{certificateAuthorityId}}</code> with the unique identifier of the certificate authority you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","certificateAuthorities","5ad8a5d6.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fefe7b3-f812-4712-b532-cb18dc0a7e33"},{"name":"trustedClients","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8bff2feb-3d42-4ef9-a832-f586705624c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients","description":"<p>This GET action is used to retrieve a list of trusted clients for MQTT authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of trusted clients returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the trusted client objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"00d8a466-7a69-4c1e-8324-faa26259451f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"285"},{"key":"Date","value":"Fri, 13 Dec 2024 15:53:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"8bff2feb-3d42-4ef9-a832-f586705624c1"},{"name":"trustedClients/1d5f5e53.0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"28ac53cf-905b-472f-bb42-5007e869641c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/1d5f5e53.0","description":"<p>This endpoint retrieves the details of a trusted client certificate associated with a specific client ID (in this case, <code>2aff206c.0</code>) in the context of a certificates manager for MQTT clients authentication.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/{{clientId}}</code></p>\n<ul>\n<li><code>clientId</code> parameter: The unique identifier of the trusted client certificate you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier of the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the trusted client certificate.</p>\n</li>\n<li><p><code>certificateId</code> (string): The ID of the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date and time from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The date and time until which the certificate is valid.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details related to the certificate, containing a unique <code>@id</code> identifier that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients","1d5f5e53.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"351c912d-ed5a-447f-988d-cc8c2f3bd650","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/1d5f5e53.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"539"},{"key":"Date","value":"Thu, 26 Jun 2025 17:34:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/1d5f5e53.0\",\n    \"id\": \"1d5f5e53.0\",\n    \"certificateId\": \"1d5f5e53.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2024-10-20T08:01:00Z\",\n    \"validUntil\": \"2034-10-20T08:01:00Z\",\n    \"status\": \"valid\",\n    \"issuedBy\": \"rShpuSZOT_u8h77chEJZFQ\",\n    \"issuedTo\": \"rShpuSZOT_u8h77chEJZFQ\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/1d5f5e53.0/details\"\n    }\n}"}],"_postman_id":"28ac53cf-905b-472f-bb42-5007e869641c"},{"name":"add trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e191d290-859c-4e44-9ceb-93cdb302d968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients","description":"<p>This POST action is used to add or create a new trusted client for MQTT authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier for the trusted client.</p>\n</li>\n<li><p><code>certificateId</code> (string): Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the certificate, containing:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the details.</p>\n</li>\n<li><p><code>text</code> (string): Text version of the certificate details.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c5885c4c-852b-4135-8be8-4becead670a0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"2397"},{"key":"Date","value":"Thu, 26 Jun 2025 17:48:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/2aff206c.0/details\",\n        \"text\": \"Certificate:\\n    Data:\\n        Version: 3 (0x2)\\n        Serial Number:\\n            d7:c7:38:19:19:af:c2:4e\\n        Signature Algorithm: sha1WithRSAEncryption\\n        Issuer: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Validity\\n            Not Before: Oct  8 23:01:56 2010 GMT\\n            Not After : Oct  5 23:01:56 2020 GMT\\n        Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Subject Public Key Info:\\n            Public Key Algorithm: rsaEncryption\\n                Public-Key: (1024 bit)\\n                Modulus:\\n                    00:db:5b:d3:e6:2b:2a:ec:5e:bc:6a:66:2e:b8:da:\\n                    52:16:52:83:3e:b3:14:09:ae:18:59:8a:99:46:dd:\\n                    8e:67:ef:f7:34:a6:99:db:10:22:4b:0a:fb:e8:ca:\\n                    d0:17:bd:2d:e6:72:db:48:fa:6a:13:9f:b9:56:b4:\\n                    b9:f1:26:3e:83:fb:17:2e:21:5d:e8:0a:65:1f:5c:\\n                    09:67:08:7b:f0:3a:1f:6c:56:17:52:08:24:b4:53:\\n                    2d:a5:3c:a2:5f:c8:ed:3f:ae:9b:91:c3:e4:0c:00:\\n                    c0:d3:cf:51:23:54:d0:47:a0:9a:fa:7e:c7:15:ae:\\n                    dc:d5:f6:9b:55:5e:a2:df:39\\n                Exponent: 65537 (0x10001)\\n        X509v3 extensions:\\n            X509v3 Subject Alternative Name: \\n                DNS:localhost\\n    Signature Algorithm: sha1WithRSAEncryption\\n    Signature Value:\\n        73:dc:b5:00:44:43:8c:1d:04:9e:be:25:ca:48:ad:aa:29:2e:\\n        7f:01:1a:16:e3:35:68:f8:d2:69:91:a9:60:7f:34:05:85:e8:\\n        ce:67:7b:b2:a9:18:0b:bb:b4:b7:86:e2:16:f5:cc:b6:a5:74:\\n        af:06:97:1c:b6:18:f4:91:17:a2:c5:4b:8f:1d:a4:48:f6:1d:\\n        b3:2f:da:7b:ef:eb:1c:5a:94:33:09:f7:e0:e2:71:68:00:29:\\n        34:3a:6d:c5:f6:8f:71:94:90:24:74:83:f4:f5:09:19:4d:04:\\n        00:25:be:12:b3:3b:b0:a5:a5:ff:65:d1:82:81:11:fa:da:24:\\n        1c:97\\n\\n\"\n    }\n}"}],"_postman_id":"e191d290-859c-4e44-9ceb-93cdb302d968"},{"name":"remove trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f8f56d53-8296-4107-b872-16604a3470ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint allows you to delete a specific trusted client (using its unique <code>@id</code>, in this case <code>2aff206c.0</code>) from the list of clients used for MQTT authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/{clientId}</code></p>\n<p>  Where <code>{{clientId}}</code> is the unique identifier for the trusted client you wish to delete.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ff18f225-e2d4-41b3-86a0-db5c68e8682b","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 17:51:05 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"f8f56d53-8296-4107-b872-16604a3470ce"},{"name":"export server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"63dd7916-8223-4f8c-bf57-0f76d451b258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/export","description":"<p>This endpoint allows you to export the server certificate used for MQTT authentication in PEM format.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full certificate in PEM format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e7ccab50-075e-4b54-84af-a2da8ad33363","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"1012"},{"key":"Date","value":"Wed, 11 Dec 2024 19:58:29 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE-----\\nMIICrzCCAlWgAwIBAgIJAL7RHX2SofbgMAoGCCqGSM49BAMCMHcxCzAJBgNVBAYT\\nAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoMBUVh\\ndG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0wMC0y\\nMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBaMHcx\\nCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAM\\nBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdl\\nbm1jMi0wMC0yMC04NS1ENy0wNy0zODBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA\\nBMZdtzsSxPa7hLofaMc7vVOwV9IL2td5v0z7u5+DGJ77h7Dbn5NeSUK/5lOcS+MR\\nRbe0lhQ7e1hpqOoAVBjcREGjgckwgcYwHQYDVR0OBBYEFNkp231mOK1Mai7aOjSC\\nOpXWBh5EMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgKkMIGDBgNVHREE\\nfDB6gidlbm1jMi0wMC0yMC04NS1ENy0wNy0zOC5tYnQubGFiLmV0bi5jb22CF2Zl\\nODA6OjIyMDo4NWZmOmZlZDc6NzM4ggsxNjkuMjU0LjAuMYILMTY5LjI1NC4wLjGH\\nEP6AAAAAAAAAAiCF//7XBziHBKn+AAGHBKn+AAEwCgYIKoZIzj0EAwIDSAAwRQIh\\nAKl4KEo+h6489AkZ6fhGVStRF4HQ0YxOdqW492x/+XR6AiBs8NhRdErxkMXdCYPH\\nDH86B1mWbiO96OcjvbYOtw52vA==\\n-----END CERTIFICATE-----\\n\""}],"_postman_id":"63dd7916-8223-4f8c-bf57-0f76d451b258"},{"name":"revoke server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e63b41b7-08fe-4e60-9c4f-32a65fd44816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/revoke","description":"<p>This endpoint allows you to revoke the current server certificate used for MQTT authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the revocation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","revoke"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6a82f370-c785-4e87-b40e-5794af707f3e","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 22 May 2025 19:22:00 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e63b41b7-08fe-4e60-9c4f-32a65fd44816"},{"name":"import server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"74da8c75-2060-47fa-94b6-28f9a9f99a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICrzCCAlWgAwIBAgIJAL7RHX2SofbgMAoGCCqGSM49BAMCMHcxCzAJBgNVBAYT\\nAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoMBUVh\\ndG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0wMC0y\\nMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBaMHcx\\nCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAM\\nBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdl\\nbm1jMi0wMC0yMC04NS1ENy0wNy0zODBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA\\nBMZdtzsSxPa7hLofaMc7vVOwV9IL2td5v0z7u5+DGJ77h7Dbn5NeSUK/5lOcS+MR\\nRbe0lhQ7e1hpqOoAVBjcREGjgckwgcYwHQYDVR0OBBYEFNkp231mOK1Mai7aOjSC\\nOpXWBh5EMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgKkMIGDBgNVHREE\\nfDB6gidlbm1jMi0wMC0yMC04NS1ENy0wNy0zOC5tYnQubGFiLmV0bi5jb22CF2Zl\\nODA6OjIyMDo4NWZmOmZlZDc6NzM4ggsxNjkuMjU0LjAuMYILMTY5LjI1NC4wLjGH\\nEP6AAAAAAAAAAiCF//7XBziHBKn+AAGHBKn+AAEwCgYIKoZIzj0EAwIDSAAwRQIh\\nAKl4KEo+h6489AkZ6fhGVStRF4HQ0YxOdqW492x/+XR6AiBs8NhRdErxkMXdCYPH\\nDH86B1mWbiO96OcjvbYOtw52vA==\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/certificate/actions/import","description":"<p>This POST action is used to import a new server certificate for MQTT authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the import was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","serverAuthentication","certificate","actions","import"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74da8c75-2060-47fa-94b6-28f9a9f99a66"},{"name":"generate csr","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"26c2c8aa-3a2b-44c9-847a-b81c97bbf9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/csr/actions/generate","description":"<p>This endpoint triggers the generation of a new Certificate Signing Request (CSR) for the MQTT server authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full CSR body.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","mqtt","serverAuthentication","csr","actions","generate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6907ce93-5750-4611-a90d-6b076b826a75","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/mqtt/serverAuthentication/csr/actions/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"760"},{"key":"Date","value":"Thu, 26 Jun 2025 17:56:00 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE REQUEST-----\\nMIIB6jCCAY8CAQIwcTELMAkGA1UEBhMCRlIxCzAJBgNVBAgMAjM4MREwDwYDVQQH\\nDAhHcmVub2JsZTEOMAwGA1UECgwFRWF0b24xFjAUBgNVBAsMDVBvd2VyIFF1YWxp\\ndHkxGjAYBgNVBAMMEW5tMy01cHgtZWF0b24tZGV2MFkwEwYHKoZIzj0CAQYIKoZI\\nzj0DAQcDQgAEYA7mEG22g7rmv2iYXIyXZpJZ5/7iKpsf+Sgc3WigV+yTNHCTgONJ\\n2M2XzzBZFx+AT5uRcbccvM0A3tS/FQP7cKCBuzCBuAYJKoZIhvcNAQkOMYGqMIGn\\nMB0GA1UdDgQWBBTY78VIoi2xWT1B/PotR42Uas/HsTAPBgNVHRMBAf8EBTADAQH/\\nMA4GA1UdDwEB/wQEAwICpDBlBgNVHREEXjBcghFubTMtNXB4LWVhdG9uLWRldoIh\\nbm0zLTVweC1lYXRvbi1kZXYubWJ0LmxhYi5ldG4uY29tggsxNjkuMjU0LjAuMYIL\\nMTY5LjI1NC4wLjGHBKn+AAGHBKn+AAEwCgYIKoZIzj0EAwIDSQAwRgIhALz3ZnsQ\\nJwr9IdjRZMr1hpdn33CyECwS3AreF7cN675XAiEAuA2Z6hHvgeoOIOCvVc2mIJfX\\nFrzYos5yFKkSxk30L2M=\\n-----END CERTIFICATE REQUEST-----\\n\\n\\n\""}],"_postman_id":"26c2c8aa-3a2b-44c9-847a-b81c97bbf9bc"}],"id":"e08b6f0f-319d-4391-bb6f-bafc2cf050e2","description":"<p>This is the certificate management service for the MQTT protocol.</p>\n","_postman_id":"e08b6f0f-319d-4391-bb6f-bafc2cf050e2"},{"name":"rms","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bbd1cc21-0b00-4bc4-8c6c-a572a5df9550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms","description":"<p>This endpoint returns information about the RMS (Rights Management Services) configuration within the certificates manager, including links to certificate authorities.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the RMS service.</p>\n</li>\n<li><p><code>name</code>: Name of the RMS service.</p>\n</li>\n<li><p><code>clientsAuthentication</code>: Object containing authentication details for clients.</p>\n<ul>\n<li><code>certificateAuthorities</code>: Object containing details about the certificate authorities, including a unique <code>@id</code> identifier for the certificate authorities resource.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rms"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"910107fe-8e19-4bf6-b6ce-d23016877684","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"314"},{"key":"Date","value":"Thu, 22 May 2025 18:47:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms\",\n    \"id\": \"rms\",\n    \"name\": \"Remote Monitoring Service\",\n    \"clientsAuthentication\": {\n        \"certificateAuthorities\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities\"\n        }\n    }\n}"}],"_postman_id":"bbd1cc21-0b00-4bc4-8c6c-a572a5df9550"},{"name":"certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4650707c-d0c7-4cb0-a264-3e7426340390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint is used to retrieve information about certificate authorities used for RMS client authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rms","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"63d00ad4-8953-4551-85cf-db7e5210bcca","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"299"},{"key":"Date","value":"Thu, 22 May 2025 19:39:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0\"\n        }\n    ]\n}"}],"_postman_id":"4650707c-d0c7-4cb0-a264-3e7426340390"},{"name":"certificateAuthorities/cbf06781.0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"724a6cdc-9174-404f-9384-f030ae5c381a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0","description":"<p>This endpoint retrieves the details of a specific Certificate Authority (CA) associated with the clients' authentication services in the RMS (Remote Management Services) framework based on a unique id (in this case, <code>cbf06781.0</code>).</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/dot1x/clientsAuthentication/trustedClients/{{authorityId}}</code></p>\n<ul>\n<li><code>authorityId</code> parameter: The unique identifier of the certificate authority you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server responds with a <code>200 OK</code> status and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique ID of the Certificate Authority.</p>\n</li>\n<li><p><code>certificateId</code> (string): The ID of the certificate associated with the CA.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates whether the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority.</p>\n</li>\n<li><p><code>validFrom</code> (string): The start date of the certificate's validity.</p>\n</li>\n<li><p><code>validUntil</code> (string): The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the certificate authority, containing a unique <code>@id</code> identifier that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rms","clientsAuthentication","certificateAuthorities","cbf06781.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b50569c3-65f2-44bf-8337-2772f9474464","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"589"},{"key":"Date","value":"Wed, 25 Jun 2025 19:12:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0\",\n    \"id\": \"cbf06781.0\",\n    \"certificateId\": \"cbf06781.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2009-09-01T00:00:00Z\",\n    \"validUntil\": \"2037-12-31T23:59:59Z\",\n    \"status\": \"valid\",\n    \"issuedBy\": \"Go Daddy Root Certificate Authority - G2\",\n    \"issuedTo\": \"Go Daddy Root Certificate Authority - G2\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0/details\"\n    }\n}"}],"_postman_id":"724a6cdc-9174-404f-9384-f030ae5c381a"},{"name":"add certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"457bf996-746a-4380-9d60-9cdfff6c3e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{         \r\n  \"certificate\":  \"-----BEGIN CERTIFICATE-----\\nMIIDujCCAqKgAwIBAgIJANt7dcozaa2bMA0GCSqGSIb3DQEBCwUAMHExCzAJBgNV\\nBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoM\\nBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MRowGAYDVQQDDBFubTMtNXB4\\nLWVhdG9uLWRldjAeFw0yNTAyMTYwMDAwMDBaFw00MDAyMTMwMDAwMDBaMHExCzAJ\\nBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNV\\nBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MRowGAYDVQQDDBFubTMt\\nNXB4LWVhdG9uLWRldjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMhT\\n0NWkxo4TA4eVzaai7MPC2+YpDP6hitVgeOzFJlqkJONp+6QTrWmcTnnimpu3Qihe\\n40/hfQZWZM0aZnqfR9SIFRBJtSWqSFeObJr1L5QkqH/LK44hp7R0e7PTkvx3YBV5\\nKQaeOUYA/824FguqvyEq6XDpPpGx2TgUJa457wGOOd517XC+m2HtWElRMWbEPMRY\\nnm603nFMTymoQe0mouQEr6nsvWoseWc5KV06jEqeauDImpa3D78rIDKX5l2B1DCO\\nkLDOV0akpGluff5ARht22LbC+/h56v8rGcHbgOYGaAP5OzfA4lh/Ikuv9zefYMEb\\nglKFYXJPpUmYZ9V33EcCAwEAAaNVMFMwHQYDVR0OBBYEFMy6IMzdXrTKseFGXDM6\\n4QG1vuSOMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMBQGA1UdEQQNMAuC\\nCWxvY2FsaG9zdDANBgkqhkiG9w0BAQsFAAOCAQEAkLXu8gd4jKCZFFaA7Lv+mL4a\\nb09TXEFfQDuJ1FMBzf4gjfQbIgaidRpr8547bAg1WNrIcgGUYjCWgRW0BDBVLd94\\nsMGDQ49inlZ1BolW5dYwNXenu9jVBjO1Qxs1pKjoCbZ6VW3DzGpKs1T/TnPxy6ym\\nX5n/7M9hiuHWEq6Tll3R9ARRBP6ZEbe8d7Et501l6kjxtFT0bUllR8nwIxYk/7eF\\nKNu4lEu1RKh7ue++Hn60pUmLzry2c+PapDjPx30xbOJOEeMHS0le7NdT1qznzHXP\\nOOi1/tmqn7iCY4TGE4ox4qF30i8U1fGyxHQyzH3T1JLEJp2pYKEgNJQaK76q1g==\\n-----END CERTIFICATE-----\\n\",\r\n  \"format\": \"PEM\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities","description":"<p>This POST action is used to add or create a new certificate authority for RMS client authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the addition operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rms","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"457bf996-746a-4380-9d60-9cdfff6c3e89"},{"name":"remove certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"76c8f5fb-54d5-4d5b-88f4-6865495ea873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0","description":"<p>This endpoint allows you to delete a specific certificate authority (using its unique id, in this case <code>cbf06781.0</code>) from the list of authorities used for RMS client authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/{{certificateAuthorityId}}</code></p>\n<ul>\n<li>Replace <code>{{certificateAuthorityId}}</code> with the unique identifier of the certificate authority you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rms","clientsAuthentication","certificateAuthorities","cbf06781.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b96fc5eb-082e-4820-b26d-22df5df33cc2","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rms/clientsAuthentication/certificateAuthorities/cbf06781.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 25 Jun 2025 19:48:21 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"76c8f5fb-54d5-4d5b-88f4-6865495ea873"}],"id":"64001563-b623-4f3e-ba28-ce22d126c3af","description":"<p>This is the certificate management service for the RMS (Rights Management Services) protocol.</p>\n","_postman_id":"64001563-b623-4f3e-ba28-ce22d126c3af"},{"name":"rsyslog","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c92c34eb-e61a-4089-a152-8d9a203a86aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog","description":"<p>This endpoint returns comprehensive information about the remote syslog service configuration within the certificates manager, including server authentication details and links to client authentication resources.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the configuration.</p>\n</li>\n<li><p><code>name</code>: Name of the service.</p>\n</li>\n<li><p><code>serverAuthentication</code>: Details about server authentication, including:</p>\n<ul>\n<li><p><code>certificate</code>: Information about the server's certificate, including actions (export, revoke, import), certificate ID, self-signed status, CA status, validity period, and issuer/recipient details.</p>\n</li>\n<li><p><code>csr</code>: Information about the Certificate Signing Request, including actions and status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>clientsAuthentication</code>: Details about client authentication, including:</p>\n<ul>\n<li><p><code>certificateAuthorities</code>: Information about certificate authorities.</p>\n</li>\n<li><p><code>trustedClients</code>: Information about trusted clients.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7fc2cc91-a573-4425-9b57-a1ffb4835bf1","name":"certificatesManager/services/rsyslog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1532"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog\",\n    \"id\": \"rsyslog\",\n    \"name\": \"Rsyslog\",\n    \"serverAuthentication\": {\n        \"certificate\": {\n            \"actions\": {\n                \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/export\",\n                \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/revoke\",\n                \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/import\"\n            },\n            \"certificateId\": \"\",\n            \"selfSigned\": true,\n            \"isCA\": false,\n            \"validFrom\": \"2024-11-14T00:00:00Z\",\n            \"validUntil\": \"2038-01-19T03:14:07Z\",\n            \"status\": \"valid\",\n            \"issuedBy\": \"g3hd-eaton-dev\",\n            \"issuedTo\": \"g3hd-eaton-dev\",\n            \"details\": {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/details\"\n            }\n        },\n        \"csr\": {\n            \"actions\": {\n                \"#generate\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/csr/actions/generate\"\n            },\n            \"pending\": false,\n            \"lastGeneration\": \"1970-01-01T00:00:00Z\"\n        }\n    },\n    \"clientsAuthentication\": {\n        \"certificateAuthorities\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities\"\n        },\n        \"trustedClients\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients\"\n        }\n    }\n}"}],"_postman_id":"c92c34eb-e61a-4089-a152-8d9a203a86aa"},{"name":"certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d9dfd21-e7e8-4472-933b-f993bb63a778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint returns a collection of certificate authorities that are used for authenticating clients in the remote syslog service within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"04230719-b3f9-4440-8025-742bd153405d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"165"},{"key":"Date","value":"Fri, 13 Dec 2024 15:56:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"0d9dfd21-e7e8-4472-933b-f993bb63a778"},{"name":"add certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3794e9b9-01b2-42a6-a079-d46158c301f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"\\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Label: \\\"GlobalSign Root CA\\\"\\n# Serial: 4835703278459707669005204\\n# MD5 Fingerprint: \\n# SHA1 Fingerprint: -----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities","description":"<p>This POST action is used to add or create a new certificate authority for remote syslog client authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3794e9b9-01b2-42a6-a079-d46158c301f2"},{"name":"remove certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"abe11472-3b8f-4394-905e-98907b983650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities/5ad8a5d6.0","description":"<p>This endpoint allows you to delete a specific certificate authority (using its unique id, in this case <code>5ad8a5d6.0</code>) from the list of authorities used for remote syslog client authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/certificateAuthorities/{{certificateAuthorityId}}</code></p>\n<ul>\n<li>Replace <code>{{certificateAuthorityId}}</code> with the unique identifier of the certificate authority you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","certificateAuthorities","5ad8a5d6.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abe11472-3b8f-4394-905e-98907b983650"},{"name":"trustedClients","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"604b17e1-f216-4545-9b00-6881c0524b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients","description":"<p>This GET action is used to retrieve a list of trusted clients for remote syslog authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of trusted clients returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the trusted client objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0325a1d8-de72-430e-8761-bd602848ccb8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"291"},{"key":"Date","value":"Fri, 13 Dec 2024 15:56:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"604b17e1-f216-4545-9b00-6881c0524b5a"},{"name":"trustedClients/2aff206c.0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8cb2c228-3e21-4292-885c-a6f860ba820a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint retrieves the details of a trusted client certificate associated with a specific client ID (in this case, <code>2aff206c.0</code>) in the context of a certificates manager for remote syslog clients authentication.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/{{clientId}}</code></p>\n<ul>\n<li><code>clientId</code> parameter: The unique identifier of the trusted client certificate you want to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier of the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the trusted client certificate.</p>\n</li>\n<li><p><code>certificateId</code> (string): The ID of the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date and time from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The date and time until which the certificate is valid.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details related to the certificate, containing a unique <code>@id</code> identifier that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"92ca1bdf-c161-4810-bdef-da4c29015742","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"521"},{"key":"Date","value":"Thu, 26 Jun 2025 19:12:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0/details\"\n    }\n}"}],"_postman_id":"8cb2c228-3e21-4292-885c-a6f860ba820a"},{"name":"add trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"081ff032-143d-460b-a344-808c53b7fe9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients","description":"<p>This POST action is used to add or create a new trusted client for remote syslog authentication within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server will respond with a status code of <code>200</code> and a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier for the trusted client.</p>\n</li>\n<li><p><code>certificateId</code> (string): Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code> (boolean): Indicates if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code> (boolean): Indicates if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code> (string): The date from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code> (string): The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code> (string): The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code> (string): The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the certificate, containing:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the details.</p>\n</li>\n<li><p><code>text</code> (string): Text version of the certificate details.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","trustedClients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9a79fab7-9179-41b8-9d6d-afcd4521f387","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICVDCCAb2gAwIBAgIJANfHOBkZr8JOMA0GCSqGSIb3DQEBBQUAMF8xCzAJBgNV\\nBAYTAlhZMRcwFQYDVQQHEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9u\\nIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0xMDEw\\nMDgyMzAxNTZaFw0yMDEwMDUyMzAxNTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQH\\nEw5DYXN0bGUgQW50aHJheDEjMCEGA1UEChMaUHl0aG9uIFNvZnR3YXJlIEZvdW5k\\nYXRpb24xEjAQBgNVBAMTCWxvY2FsaG9zdDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw\\ngYkCgYEA21vT5isq7F68amYuuNpSFlKDPrMUCa4YWYqZRt2OZ+/3NKaZ2xAiSwr7\\n6MrQF70t5nLbSPpqE5+5VrS58SY+g/sXLiFd6AplH1wJZwh78DofbFYXUggktFMt\\npTyiX8jtP66bkcPkDADA089RI1TQR6Ca+n7HFa7c1fabVV6i3zkCAwEAAaMYMBYw\\nFAYDVR0RBA0wC4IJbG9jYWxob3N0MA0GCSqGSIb3DQEBBQUAA4GBAHPctQBEQ4wd\\nBJ6+JcpIraopLn8BGhbjNWj40mmRqWB/NAWF6M5ne7KpGAu7tLeG4hb1zLaldK8G\\nlxy2GPSRF6LFS48dpEj2HbMv2nvv6xxalDMJ9+DicWgAKTQ6bcX2j3GUkCR0g/T1\\nCRlNBAAlvhKzO7Clpf9l0YKBEfraJByX\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"2403"},{"key":"Date","value":"Thu, 26 Jun 2025 19:18:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0\",\n    \"id\": \"2aff206c.0\",\n    \"certificateId\": \"2aff206c.0\",\n    \"selfSigned\": true,\n    \"isCA\": false,\n    \"validFrom\": \"2010-10-08T23:01:56Z\",\n    \"validUntil\": \"2020-10-05T23:01:56Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"localhost\",\n    \"issuedTo\": \"localhost\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0/details\",\n        \"text\": \"Certificate:\\n    Data:\\n        Version: 3 (0x2)\\n        Serial Number:\\n            d7:c7:38:19:19:af:c2:4e\\n        Signature Algorithm: sha1WithRSAEncryption\\n        Issuer: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Validity\\n            Not Before: Oct  8 23:01:56 2010 GMT\\n            Not After : Oct  5 23:01:56 2020 GMT\\n        Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost\\n        Subject Public Key Info:\\n            Public Key Algorithm: rsaEncryption\\n                Public-Key: (1024 bit)\\n                Modulus:\\n                    00:db:5b:d3:e6:2b:2a:ec:5e:bc:6a:66:2e:b8:da:\\n                    52:16:52:83:3e:b3:14:09:ae:18:59:8a:99:46:dd:\\n                    8e:67:ef:f7:34:a6:99:db:10:22:4b:0a:fb:e8:ca:\\n                    d0:17:bd:2d:e6:72:db:48:fa:6a:13:9f:b9:56:b4:\\n                    b9:f1:26:3e:83:fb:17:2e:21:5d:e8:0a:65:1f:5c:\\n                    09:67:08:7b:f0:3a:1f:6c:56:17:52:08:24:b4:53:\\n                    2d:a5:3c:a2:5f:c8:ed:3f:ae:9b:91:c3:e4:0c:00:\\n                    c0:d3:cf:51:23:54:d0:47:a0:9a:fa:7e:c7:15:ae:\\n                    dc:d5:f6:9b:55:5e:a2:df:39\\n                Exponent: 65537 (0x10001)\\n        X509v3 extensions:\\n            X509v3 Subject Alternative Name: \\n                DNS:localhost\\n    Signature Algorithm: sha1WithRSAEncryption\\n    Signature Value:\\n        73:dc:b5:00:44:43:8c:1d:04:9e:be:25:ca:48:ad:aa:29:2e:\\n        7f:01:1a:16:e3:35:68:f8:d2:69:91:a9:60:7f:34:05:85:e8:\\n        ce:67:7b:b2:a9:18:0b:bb:b4:b7:86:e2:16:f5:cc:b6:a5:74:\\n        af:06:97:1c:b6:18:f4:91:17:a2:c5:4b:8f:1d:a4:48:f6:1d:\\n        b3:2f:da:7b:ef:eb:1c:5a:94:33:09:f7:e0:e2:71:68:00:29:\\n        34:3a:6d:c5:f6:8f:71:94:90:24:74:83:f4:f5:09:19:4d:04:\\n        00:25:be:12:b3:3b:b0:a5:a5:ff:65:d1:82:81:11:fa:da:24:\\n        1c:97\\n\\n\"\n    }\n}"}],"_postman_id":"081ff032-143d-460b-a344-808c53b7fe9d"},{"name":"remove trustedClient","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"90994179-545a-4a2f-9ff2-5224c6a791fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0","description":"<p>This endpoint allows you to delete a specific trusted client (using its unique <code>@id</code>, in this case <code>2aff206c.0</code>) from the list of clients used for remote syslog authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/{clientId}</code></p>\n<ul>\n<li>Where <code>{{clientId}}</code> is the unique identifier for the trusted client you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","clientsAuthentication","trustedClients","2aff206c.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"54d17626-12ad-4a1e-a365-f04c20d8aa13","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/clientsAuthentication/trustedClients/2aff206c.0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 19:16:40 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"90994179-545a-4a2f-9ff2-5224c6a791fc"},{"name":"serverAuthentication","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aa76d4fd-dd36-4ee4-8426-5a4a0fa81b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication","description":"<p>This endpoint returns information regarding the server authentication settings for the remote syslog service, including details about the server certificate and any associated actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following JSON structure:</p>\n<ul>\n<li><p><code>certificate</code>: An object that includes:</p>\n<ul>\n<li><p><code>actions</code>: An object with possible actions related to the certificate (<code>export</code>, <code>revoke</code>, <code>import</code>)</p>\n</li>\n<li><p><code>certificateId</code>: The unique identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code>: A boolean indicating if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code>: A boolean indicating if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code>: The date from which the certificate is valid.</p>\n</li>\n<li><p><code>validUntil</code>: The expiration date of the certificate.</p>\n</li>\n<li><p><code>status</code>: The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code>: The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code>: The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code>: An object containing additional details about the certificate, including an ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>csr</code>: An object that includes:</p>\n<ul>\n<li><p><code>actions</code>: An object with possible actions related to the Certificate Signing Request (CSR) (<code>generate</code>)</p>\n</li>\n<li><p><code>pending</code>: A boolean indicating if there is a pending CSR.</p>\n</li>\n<li><p><code>lastGeneration</code>: The timestamp of the last CSR generation.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","serverAuthentication"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d907f882-d3fb-484b-a208-2155442aed89","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1045"},{"key":"Date","value":"Fri, 13 Dec 2024 15:55:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"certificate\": {\n        \"actions\": {\n            \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/export\",\n            \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/revoke\",\n            \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/import\"\n        },\n        \"certificateId\": \"\",\n        \"selfSigned\": true,\n        \"isCA\": false,\n        \"validFrom\": \"2024-12-05T00:00:00Z\",\n        \"validUntil\": \"2038-01-19T03:14:07Z\",\n        \"status\": \"valid\",\n        \"issuedBy\": \"enmc2-00-20-85-D7-07-38\",\n        \"issuedTo\": \"enmc2-00-20-85-D7-07-38\",\n        \"details\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/details\"\n        }\n    },\n    \"csr\": {\n        \"actions\": {\n            \"#generate\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog/serverAuthentication/csr/actions/generate\"\n        },\n        \"pending\": true,\n        \"lastGeneration\": \"2024-12-12T14:09:27Z\"\n    }\n}"}],"_postman_id":"aa76d4fd-dd36-4ee4-8426-5a4a0fa81b92"},{"name":"export server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"99828277-929b-4239-979b-dd2d49e9cb65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/export","description":"<p>This endpoint allows you to export the server certificate used for remote syslog authentication in PEM format.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full certificate in PEM format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","serverAuthentication","certificate","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3b5ed032-0158-4d88-829d-cbea1910b7ac","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"982"},{"key":"Date","value":"Thu, 12 Dec 2024 14:08:29 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE-----\\nMIICmzCCAkGgAwIBAgIJAJn2mhNtXrkBMAoGCCqGSM49BAMCMHcxCzAJBgNVBAYT\\nAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoMBUVh\\ndG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0wMC0y\\nMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBaMHcx\\nCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAM\\nBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdl\\nbm1jMi0wMC0yMC04NS1ENy0wNy0zODBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA\\nBI3gI9W57J7CJI0CQdhhQadNXUdzCLNG2ElmPVOs2QGAec2lSuXo12XQnisaS0vr\\nkJHBY5FYufb8Hbg08pNeSUqjgbUwgbIwHQYDVR0OBBYEFF0I2BtPstUdFEzbr2Qa\\nZVT1akqWMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgKkMHAGA1UdEQRp\\nMGeCJ2VubWMyLTAwLTIwLTg1LUQ3LTA3LTM4Lm1idC5sYWIuZXRuLmNvbYIXZmU4\\nMDo6MjIwOjg1ZmY6ZmVkNzo3MziCCzE2OS4yNTQuMC4xhxD+gAAAAAAAAAIghf/+\\n1wc4hwSp/gABMAoGCCqGSM49BAMCA0gAMEUCIDV2nplDGkiQe2xAfSlHOIdNiq1n\\noRDeYnaMNX7+Jsm6AiEA/uxsozOzoBpecNibE3O/x45/iQMHPDUviLUSEmbMVZA=\\n-----END CERTIFICATE-----\\n\""}],"_postman_id":"99828277-929b-4239-979b-dd2d49e9cb65"},{"name":"revoke server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5b6b0bc3-c1bf-4fcf-a98c-c1a33ff7bbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/revoke","description":"<p>This endpoint allows you to revoke the current server certificate used for remote syslog authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the revocation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","serverAuthentication","certificate","actions","revoke"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bcb4cc88-53dc-44cf-8eb1-54ab0dbc0f50","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 26 Jun 2025 19:20:09 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"5b6b0bc3-c1bf-4fcf-a98c-c1a33ff7bbaf"},{"name":"import server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aed1176e-925a-4e89-86a1-08f4510ff6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICrzCCAlWgAwIBAgIJAL7RHX2SofbgMAoGCCqGSM49BAMCMHcxCzAJBgNVBAYT\\nAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoMBUVh\\ndG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0wMC0y\\nMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBaMHcx\\nCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAM\\nBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdl\\nbm1jMi0wMC0yMC04NS1ENy0wNy0zODBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA\\nBMZdtzsSxPa7hLofaMc7vVOwV9IL2td5v0z7u5+DGJ77h7Dbn5NeSUK/5lOcS+MR\\nRbe0lhQ7e1hpqOoAVBjcREGjgckwgcYwHQYDVR0OBBYEFNkp231mOK1Mai7aOjSC\\nOpXWBh5EMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgKkMIGDBgNVHREE\\nfDB6gidlbm1jMi0wMC0yMC04NS1ENy0wNy0zOC5tYnQubGFiLmV0bi5jb22CF2Zl\\nODA6OjIyMDo4NWZmOmZlZDc6NzM4ggsxNjkuMjU0LjAuMYILMTY5LjI1NC4wLjGH\\nEP6AAAAAAAAAAiCF//7XBziHBKn+AAGHBKn+AAEwCgYIKoZIzj0EAwIDSAAwRQIh\\nAKl4KEo+h6489AkZ6fhGVStRF4HQ0YxOdqW492x/+XR6AiBs8NhRdErxkMXdCYPH\\nDH86B1mWbiO96OcjvbYOtw52vA==\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/certificate/actions/import","description":"<p>This POST action is used to import a new server certificate for remote syslog authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the import was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","serverAuthentication","certificate","actions","import"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aed1176e-925a-4e89-86a1-08f4510ff6b2"},{"name":"generate csr","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"61f56192-fb35-464d-9e8a-8f1996891107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/csr/actions/generate","description":"<p>This endpoint triggers the generation of a new Certificate Signing Request (CSR) for the remote syslog server authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full CSR body.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","rsyslog","serverAuthentication","csr","actions","generate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2e37eb3c-4b05-4baf-a45d-21e06ece02aa","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/rsyslog/serverAuthentication/csr/actions/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"780"},{"key":"Date","value":"Thu, 12 Dec 2024 14:09:27 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE REQUEST-----\\nMIIB+TCCAaACAQIwdzELMAkGA1UEBhMCRlIxCzAJBgNVBAgMAjM4MREwDwYDVQQH\\nDAhHcmVub2JsZTEOMAwGA1UECgwFRWF0b24xFjAUBgNVBAsMDVBvd2VyIFF1YWxp\\ndHkxIDAeBgNVBAMMF2VubWMyLTAwLTIwLTg1LUQ3LTA3LTM4MFkwEwYHKoZIzj0C\\nAQYIKoZIzj0DAQcDQgAE5IdJ/akQ0wazT8JqZ4V+DTFXj3GTlDr9QoOwREOHPPnb\\nP+3D+n/Qk1C+zGU0oTt7L0rEwgal4xVaRn7gOU1QqqCBxjCBwwYJKoZIhvcNAQkO\\nMYG1MIGyMB0GA1UdDgQWBBRZHdL4oHj47hafWssM322OZKbk9DAPBgNVHRMBAf8E\\nBTADAQH/MA4GA1UdDwEB/wQEAwICpDBwBgNVHREEaTBngidlbm1jMi0wMC0yMC04\\nNS1ENy0wNy0zOC5tYnQubGFiLmV0bi5jb22CF2ZlODA6OjIyMDo4NWZmOmZlZDc6\\nNzM4ggsxNjkuMjU0LjAuMYcQ/oAAAAAAAAACIIX//tcHOIcEqf4AATAKBggqhkjO\\nPQQDAgNHADBEAiBqbT9qJLo8C5lGMWaktLfDqRCS0SdSghbx06gAB8moyAIgCY8k\\nXWbDGrvsbL6Xxw6U5zIQmW0Pa3KS+AvXiI5GjYo=\\n-----END CERTIFICATE REQUEST-----\\n\\n\\n\""}],"_postman_id":"61f56192-fb35-464d-9e8a-8f1996891107"}],"id":"85d10c3c-44cf-478c-b967-185618c57dc4","description":"<p>This is the certificate management service for the remote syslog protocol.</p>\n","_postman_id":"85d10c3c-44cf-478c-b967-185618c57dc4"},{"name":"smtp","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"04b76fa4-6238-4b0c-ba8a-4c227cbc7bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp","description":"<p>This endpoint returns comprehensive information about the SMTP service configuration within the certificates manager, including client authentication details.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier for the SMTP service.</p>\n</li>\n<li><p><code>name</code>: The name of the SMTP service.</p>\n</li>\n<li><p><code>clientsAuthentication</code>: An object containing details about client authentication, which includes:</p>\n<ul>\n<li><code>certificateAuthorities</code>: An object that holds the certificate authorities' information, including a unique <code>@id</code>: that can be used to query for more details.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","smtp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"30adbb5d-37c7-4212-b0ae-8b6e4b960bc1","name":"certificatesManager/services/smtp","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"297"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/smtp\",\n    \"id\": \"smtp\",\n    \"name\": \"Email\",\n    \"clientsAuthentication\": {\n        \"certificateAuthorities\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities\"\n        }\n    }\n}"}],"_postman_id":"04b76fa4-6238-4b0c-ba8a-4c227cbc7bba"},{"name":"certificateAuthorities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"191d110d-bd40-452c-91e6-a68f1df1fa21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint returns a collection of certificate authorities that are used for authenticating clients in the SMTP service within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"409a9e76-b9a6-4c20-8ffb-d1c9e653ef01","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"301"},{"key":"Date","value":"Thu, 12 Dec 2024 14:14:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/5ad8a5d6.0\"\n        }\n    ]\n}"}],"_postman_id":"191d110d-bd40-452c-91e6-a68f1df1fa21"},{"name":"add certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"417430e7-987f-487a-ad75-7702f041a886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"\\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\\n# Label: \\\"GlobalSign Root CA\\\"\\n# Serial: 4835703278459707669005204\\n# MD5 Fingerprint: \\n# SHA1 Fingerprint: -----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities","description":"<p>This endpoint allows you to add a new certificate authority for client authentication in the SMTP service within the certificates manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following properties:</p>\n<ul>\n<li><p><code>certificate</code> (string): The certificate in PEM format.</p>\n</li>\n<li><p><code>format</code> (string): The format of the certificate. For this request, the value should be set to <code>\"PEM\"</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the response.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of certificate authorities returned.</p>\n</li>\n<li><p><code>members</code>: An array containing the certificate authority objects, each containing a unique <code>@id</code> that can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"417430e7-987f-487a-ad75-7702f041a886"},{"name":"remove certificateAuthority","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"151595d0-6340-4b67-af7f-831dd301ee36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/5ad8a5d6.0","description":"<p>This endpoint allows you to delete a specific certificate authority (using its unique id, in this case <code>5ad8a5d6.0</code>) from the list of authorities used for SMTP client authentication in the certificates manager.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>HTTP Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/smtp/clientsAuthentication/certificateAuthorities/{{certificateAuthorityId}}</code></p>\n<ul>\n<li>Replace <code>{{certificateAuthorityId}}</code> with the unique identifier of the certificate authority you wish to delete.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the deletion operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","smtp","clientsAuthentication","certificateAuthorities","5ad8a5d6.0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"151595d0-6340-4b67-af7f-831dd301ee36"}],"id":"259bf365-6a40-4b78-ac35-2c9f325ab96c","description":"<p>This is the certificate management service for the SMTP protocol.</p>\n","_postman_id":"259bf365-6a40-4b78-ac35-2c9f325ab96c"},{"name":"webserver","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1108f86b-b1ab-4d4d-9e1f-b28202329e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver","description":"<p>This endpoint returns comprehensive information about the web server service configuration within the certificates manager, including server authentication details and links to related actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique ID of the web server service.</p>\n</li>\n<li><p><code>name</code>: Name of the web server service.</p>\n</li>\n<li><p><code>serverAuthentication</code>: Object containing details about server authentication.</p>\n<ul>\n<li><p><code>certificate</code>: Object with details about the server's certificate.</p>\n<ul>\n<li><p><code>actions</code>: Links to actions that can be performed on the certificate (e.g., <code>export</code>, <code>revoke</code>, <code>import</code>).</p>\n</li>\n<li><p><code>certificateId</code>: Identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code>: Boolean indicating if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code>: Boolean indicating if the certificate is a Certificate Authority (CA).</p>\n</li>\n<li><p><code>validFrom</code>: Start date of the certificate's validity.</p>\n</li>\n<li><p><code>validUntil</code>: End date of the certificate's validity.</p>\n</li>\n<li><p><code>status</code>: Current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code>: Entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code>: Entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code>: Additional details about the certificate.</p>\n</li>\n</ul>\n</li>\n<li><p><code>csr</code>: Object containing details about the Certificate Signing Request.</p>\n<ul>\n<li><p><code>actions</code>: Links to actions that can be performed on the CSR (e.g., <code>generate</code>).</p>\n</li>\n<li><p><code>pending</code>: Boolean indicating if the CSR generation is pending.</p>\n</li>\n<li><p><code>lastGeneration</code>: Timestamp of the last CSR generation.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"06c5cf7c-ea5a-4df2-9e3e-6567da595319","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1216"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver\",\n    \"id\": \"webserver\",\n    \"name\": \"Web Server\",\n    \"serverAuthentication\": {\n        \"certificate\": {\n            \"actions\": {\n                \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export\",\n                \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/revoke\",\n                \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/import\"\n            },\n            \"certificateId\": \"\",\n            \"selfSigned\": true,\n            \"isCA\": false,\n            \"validFrom\": \"2024-11-14T00:00:00Z\",\n            \"validUntil\": \"2038-01-19T03:14:07Z\",\n            \"status\": \"valid\",\n            \"issuedBy\": \"g3hd-eaton-dev\",\n            \"issuedTo\": \"g3hd-eaton-dev\",\n            \"details\": {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/details\"\n            }\n        },\n        \"csr\": {\n            \"actions\": {\n                \"#generate\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/csr/actions/generate\"\n            },\n            \"pending\": false,\n            \"lastGeneration\": \"1970-01-01T00:00:00Z\"\n        }\n    }\n}"}],"_postman_id":"1108f86b-b1ab-4d4d-9e1f-b28202329e5f"},{"name":"certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1b2b1ba7-d41e-4da1-8541-c05117e41b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate","description":"<p>This endpoint retrieves the webserver authentication certificate details for a specific manager. It provides information about the certificate, including its status, validity, and whether it is self-signed or a Certificate Authority (CA) certificate.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>actions</code>: An object containing actions that can be performed on the certificate, such as <code>export</code>, <code>revoke</code>, and <code>import</code>.</p>\n</li>\n<li><p><code>certificateId</code>: The unique identifier for the certificate.</p>\n</li>\n<li><p><code>selfSigned</code>: A boolean indicating if the certificate is self-signed.</p>\n</li>\n<li><p><code>isCA</code>: A boolean indicating if the certificate is a Certificate Authority (CA) certificate.</p>\n</li>\n<li><p><code>validFrom</code>: The date and time when the certificate becomes valid.</p>\n</li>\n<li><p><code>validUntil</code>: The date and time when the certificate expires.</p>\n</li>\n<li><p><code>status</code>: The current status of the certificate.</p>\n</li>\n<li><p><code>issuedBy</code>: The entity that issued the certificate.</p>\n</li>\n<li><p><code>issuedTo</code>: The entity to whom the certificate was issued.</p>\n</li>\n<li><p><code>details</code>: An object containing additional details about the certificate, including an identifier.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"183b3574-c6a7-4936-9c6b-587d14d8950f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"801"},{"key":"Date","value":"Thu, 19 Jun 2025 14:55:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"actions\": {\n        \"#export\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export\",\n        \"#revoke\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/revoke\",\n        \"#import\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/import\"\n    },\n    \"certificateId\": \"\",\n    \"selfSigned\": false,\n    \"isCA\": false,\n    \"validFrom\": \"2025-03-17T15:08:21Z\",\n    \"validUntil\": \"2025-06-17T15:07:04Z\",\n    \"status\": \"expired\",\n    \"issuedBy\": \"Eaton General Purpose Issuing CA 3\",\n    \"issuedTo\": \"nm3-5px-eaton-dev\",\n    \"details\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/details\"\n    }\n}"}],"_postman_id":"1b2b1ba7-d41e-4da1-8541-c05117e41b34"},{"name":"export server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"43d5784c-3d48-468c-879f-793ce455c837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export","description":"<p>This endpoint with a <strong>POST</strong> action allows you to export the server certificate used for web server authentication in PEM format.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full certificate in PEM format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ff23e48c-22bf-4687-a013-5d8c479e3199","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"1524"},{"key":"Date","value":"Thu, 12 Dec 2024 14:17:02 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE-----\\nMIIEJDCCAwygAwIBAgIJAOc7Tg6XtcH6MA0GCSqGSIb3DQEBCwUAMHcxCzAJBgNV\\nBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoM\\nBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0w\\nMC0yMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBa\\nMHcxCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUx\\nDjAMBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQD\\nDBdlbm1jMi0wMC0yMC04NS1ENy0wNy0zODCCASIwDQYJKoZIhvcNAQEBBQADggEP\\nADCCAQoCggEBAMaIIeX50JY3VjxNplwT4kS8Gpb+BCwgRCuW+U3EwRH9VljJBRCO\\nkxq9GmjnydRi2d/uSFVt7huT1ahZF56sISsMPk5fogGCYCSROd2UvemgULdAG3CG\\nc6rNuQ3n+O9jqD+UIZ+jsTHjsm8kF3WcNEZBDU+3VPza8vJHe4rpYzqsIySb7Qvn\\nbC+6aoHnhYirJLUvWdKlPzZbF1bm7ILflHfqpMWOkr6+Fnw86jSLatJg4VdMWd8U\\nJhvKAr4LHuUxha5LU7uu1f/gNBHZgDeFrl2yttF91Xb8/3bpvORbI+tNPO5k9F4i\\nRj5hqw+dUWVMeaNxG3+/gx+/Bqo/WY9RhMkCAwEAAaOBsjCBrzAdBgNVHQ4EFgQU\\nhmVL/OZmu/0WulYp84WaPmm5Y2YwDAYDVR0TAQH/BAIwADAOBgNVHQ8BAf8EBAMC\\nBeAwcAYDVR0RBGkwZ4InZW5tYzItMDAtMjAtODUtRDctMDctMzgubWJ0LmxhYi5l\\ndG4uY29tghdmZTgwOjoyMjA6ODVmZjpmZWQ3OjczOIILMTY5LjI1NC4wLjGHEP6A\\nAAAAAAAAAiCF//7XBziHBKn+AAEwDQYJKoZIhvcNAQELBQADggEBAEd48dG1jCXw\\n28fAi3yGZ4yoXdwUl6+D9pTToTr5WNdu9xOP5zXL7jXRG570mi/7ORsvghIdD0a9\\n/UJ7Njwm4nAQ9J0UGW44GjxyDbwVQfmE7JyNQj2DN6zV7GItfL9204rjN+r9TzT3\\noDAEjiwzhahMzEM7PsiEBg0jehg1x6HJHkTNA1QqnljfoSaHHIpo7Bfkac50LpHV\\nVM162DksleaktQvF6NBLN3AV7/eUF3roj9cA3iRlUju07nxewP+BSGKVNNNpp0c0\\njRp4EA2yp9YbHzBxtcFIQsyTBxwZ8Dc8/DprVjUvxv8K29+rug5qz/GHoWMBoKtX\\nBV/e0YycZl4=\\n-----END CERTIFICATE-----\\n\""}],"_postman_id":"43d5784c-3d48-468c-879f-793ce455c837"},{"name":"revoke server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a28bc06b-0d64-440d-891b-340072b00906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/revoke","description":"<p>This endpoint allows you to revoke the current server certificate used for web server authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the revocation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","revoke"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a28bc06b-0d64-440d-891b-340072b00906"},{"name":"import server certificate","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a68976ad-9b52-4d27-91d9-4e40041c9a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"certificate\":\"-----BEGIN CERTIFICATE-----\\nMIICrzCCAlWgAwIBAgIJAL7RHX2SofbgMAoGCCqGSM49BAMCMHcxCzAJBgNVBAYT\\nAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAMBgNVBAoMBUVh\\ndG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdlbm1jMi0wMC0y\\nMC04NS1ENy0wNy0zODAeFw0yNDEyMDUwMDAwMDBaFw0zOTEyMDIwMDAwMDBaMHcx\\nCzAJBgNVBAYTAkZSMQswCQYDVQQIDAIzODERMA8GA1UEBwwIR3Jlbm9ibGUxDjAM\\nBgNVBAoMBUVhdG9uMRYwFAYDVQQLDA1Qb3dlciBRdWFsaXR5MSAwHgYDVQQDDBdl\\nbm1jMi0wMC0yMC04NS1ENy0wNy0zODBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA\\nBMZdtzsSxPa7hLofaMc7vVOwV9IL2td5v0z7u5+DGJ77h7Dbn5NeSUK/5lOcS+MR\\nRbe0lhQ7e1hpqOoAVBjcREGjgckwgcYwHQYDVR0OBBYEFNkp231mOK1Mai7aOjSC\\nOpXWBh5EMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgKkMIGDBgNVHREE\\nfDB6gidlbm1jMi0wMC0yMC04NS1ENy0wNy0zOC5tYnQubGFiLmV0bi5jb22CF2Zl\\nODA6OjIyMDo4NWZmOmZlZDc6NzM4ggsxNjkuMjU0LjAuMYILMTY5LjI1NC4wLjGH\\nEP6AAAAAAAAAAiCF//7XBziHBKn+AAGHBKn+AAEwCgYIKoZIzj0EAwIDSAAwRQIh\\nAKl4KEo+h6489AkZ6fhGVStRF4HQ0YxOdqW492x/+XR6AiBs8NhRdErxkMXdCYPH\\nDH86B1mWbiO96OcjvbYOtw52vA==\\n-----END CERTIFICATE-----\\n\",\"format\":\"PEM\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/certificate/actions/import","description":"<p>This POST action is used to import a new server certificate for web server authentication within the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the import was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver","serverAuthentication","certificate","actions","import"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a68976ad-9b52-4d27-91d9-4e40041c9a05"},{"name":"generate csr","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ec9c75e3-ec3e-4a96-9f91-8ae064518c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/csr/actions/generate","description":"<p>This endpoint triggers the generation of a new Certificate Signing Request (CSR) for web server authentication in the certificates manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full CSR body.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services","webserver","serverAuthentication","csr","actions","generate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bcdfa3f6-eafe-4302-8334-73d261566671","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services/webserver/serverAuthentication/csr/actions/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"1316"},{"key":"Date","value":"Fri, 13 Dec 2024 16:00:22 GMT"}],"cookie":[],"responseTime":null,"body":"\"-----BEGIN CERTIFICATE REQUEST-----\\nMIIDgDCCAmgCAQIwdzELMAkGA1UEBhMCRlIxCzAJBgNVBAgMAjM4MREwDwYDVQQH\\nDAhHcmVub2JsZTEOMAwGA1UECgwFRWF0b24xFjAUBgNVBAsMDVBvd2VyIFF1YWxp\\ndHkxIDAeBgNVBAMMF2VubWMyLTAwLTIwLTg1LUQ3LTA3LTM4MIIBIjANBgkqhkiG\\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyWwk7fqUS3R6izzOWGyc1am+zrZXtC+snRG2\\nGh7MnhQbDEb6xYb0Vy8I+/Q61xjZBkoUG6p69rkIi/fjudax8FDvhFc1C9mpx7L+\\nJ85v7vN/hCnROGxOjaCvbuYE5Gj+XrOI+1olw2IBAjt0jpkwJZRLY6S5fiuVLRvv\\nwjuxiXQ8bmNQDmG8TR08M980rXrQZotqgZeiwh4ebMjArDtpcUfK67Fd/5WELUJp\\ngzmcXMB7a9muvsLLIgTB/18OrM/9/sChssjivITeo+asaHi56e3pbzaQEdL3OMCd\\n41B/Wnx79V1CJj9QfmGCnSpTqrQ7J+UDEQbF+K2/2pHHFXHUAQIDAQABoIHDMIHA\\nBgkqhkiG9w0BCQ4xgbIwga8wHQYDVR0OBBYEFJthEH04ne8ESeDhLLAmmL52BRtv\\nMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/BAQDAgXgMHAGA1UdEQRpMGeCJ2VubWMy\\nLTAwLTIwLTg1LUQ3LTA3LTM4Lm1idC5sYWIuZXRuLmNvbYIXZmU4MDo6MjIwOjg1\\nZmY6ZmVkNzo3MziCCzE2OS4yNTQuMC4xhxD+gAAAAAAAAAIghf/+1wc4hwSp/gAB\\nMA0GCSqGSIb3DQEBCwUAA4IBAQCoEhCUeDE3c56d7eeiEkVyom2FaKcXooKxvfci\\nEqVtyFBZ2h+TMjYa8mhMJMzEv/fucMKEkgQXdSQfHSbZdvqxFpeCOD5mTsJAFv0b\\n0N7aZx4Wh5Sn98rucJpmOzweYQKFgGMxbEqqpESR3shXa6lLUujUE8nISiFCAGLG\\nEnFrHVgreNY2hZJhIEHpv3Dz38L+8AdiCwp0mGmEPDvjPME92jjgaG7yUoj80Y7s\\nzucoUrwCnY4/9pY1qr1IeNMAr757n4QhLYCifrmKj8eoe9gDU13lVlEvaduE6j06\\npUToclyu/W5wuFUpRmZHj+DtwzVu5OcjteDExvmydxtUOctj\\n-----END CERTIFICATE REQUEST-----\\n\\n\\n\""}],"_postman_id":"ec9c75e3-ec3e-4a96-9f91-8ae064518c99"}],"id":"65bf978d-ee8a-43b8-83a6-02eb3669c8fb","description":"<p>This is the certificate management service for the HTTPS protocol.</p>\n","_postman_id":"65bf978d-ee8a-43b8-83a6-02eb3669c8fb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9ef7c03b-a868-41b1-86c5-c0125c968d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services","description":"<p>This endpoint retrieves the full list of certificates services for the manager with ID <code>1</code>, including 802.1x, LDAP, MQTT, RMS, rsyslog, SMTP, and Webserver.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>@id</code> (string): The ID of the certificates service.</p>\n</li>\n<li><p><code>members@count</code> (integer): The count of members in the response.</p>\n</li>\n<li><p><code>members</code> (array): An array of members, each containing an <code>@id</code> for the certificates service that can be used to query for more details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager","services"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"09b0549e-9926-4dcf-8554-b4fd98796788","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager/services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"713"},{"key":"Date","value":"Thu, 22 May 2025 18:44:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services\",\n    \"members@count\": 7,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/dot1x\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/ldap\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/mqtt\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rms\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/rsyslog\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/smtp\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services/webserver\"\n        }\n    ]\n}"}],"_postman_id":"9ef7c03b-a868-41b1-86c5-c0125c968d47"}],"id":"1fbec828-3943-43d5-9477-202b9e2b5cd7","description":"<p>This is a large endpoint collection of certificate management services for various supported protocols (802.1x, ldap, mqtt, rms, rsyslog, smtp, webserver).</p>\n","_postman_id":"1fbec828-3943-43d5-9477-202b9e2b5cd7"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"79239477-1ab9-4a41-a50f-35a1cc8740c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager","description":"<p>This endpoint retrieves details related to the certificates manager for a specific manager, including about its status, settings, affiliated services, and automatic pairing functionality.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will be returned in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): A unique identifier for the resource.</p>\n</li>\n<li><p><code>status</code> (object): Contains the current operational status of the manager.</p>\n<ul>\n<li><p><code>operating</code> (string): Indicates whether the manager is currently operating.</p>\n</li>\n<li><p><code>health</code> (string): Provides the health status of the manager.</p>\n</li>\n</ul>\n</li>\n<li><p><code>automaticPairing</code> (object): Details related to automatic pairing functionality, including an <code>@id</code> that can be used to query for more details.</p>\n</li>\n<li><p><code>settings</code> (object): Configuration settings for the manager, including an <code>@id</code> that can be used to query for more details.</p>\n</li>\n<li><p><code>services</code> (object): Information about the services associated with the manager, including an <code>@id</code> that can be used to query for more details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","certificatesManager"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5a83a700-41e8-454e-a94e-66f055817c7d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/certificatesManager"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"410"},{"key":"Date","value":"Mon, 25 Nov 2024 19:41:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager\",\n    \"status\": {\n        \"operating\": \"none\",\n        \"health\": \"undefined\"\n    },\n    \"automaticPairing\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/automaticPairing\"\n    },\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/settings\"\n    },\n    \"services\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager/services\"\n    }\n}"}],"_postman_id":"79239477-1ab9-4a41-a50f-35a1cc8740c5"}],"id":"1c1d807a-1a8a-4c8d-ac27-5a0d432bbe1e","description":"<p>This service manages all server and client certificates as well as certificate authorities.</p>\n","_postman_id":"1c1d807a-1a8a-4c8d-ac27-5a0d432bbe1e"},{"name":"emailService","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4eef30e5-8bc2-4999-8b3e-52a6f6292b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService","description":"<p>This endpoint retrieves details about the email service configuration for the specified manager, including its status, settings, and version information.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the email service configuration.</p>\n</li>\n<li><p><code>name</code>: Name of the email service.</p>\n</li>\n<li><p><code>version</code>: Version of the email service.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the service is enabled.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: Current operating state of the service.</p>\n</li>\n<li><p><code>health</code>: Health status of the service.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing:</p>\n<ul>\n<li><p><code>globalHideIpAddress</code>: A boolean indicating if the IP address is hidden globally.</p>\n</li>\n<li><p><code>configurations</code>: An object containing configuration details.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e1713c7c-4927-4d91-b717-4f8d8987f4d7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"343"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService\",\n    \"name\": \"Email Service\",\n    \"version\": \"01.01.00\",\n    \"enabled\": true,\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"settings\": {\n        \"globalHideIpAddress\": false,\n        \"configurations\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations\"\n        }\n    }\n}"}],"_postman_id":"4eef30e5-8bc2-4999-8b3e-52a6f6292b36"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"407b132d-b5b1-47b5-8797-3cd63f18feaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"settings\": {\r\n        \"globalHideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService","description":"<p>This endpoint allows the user to update the email service settings for a specific manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format including any email settings configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the email service is enabled.</p>\n</li>\n<li><p><code>settings</code> (object):</p>\n<ul>\n<li><code>globalHideIpAddress</code> (boolean): Indicates whether the IP address should be hidden globally.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e09f7692-8ade-4ac0-aa88-723e8dcd2b6d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"settings\": {\r\n        \"globalHideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 12 Dec 2024 14:24:54 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"407b132d-b5b1-47b5-8797-3cd63f18feaa"},{"name":"configurations","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1b7c1bf6-ad01-4087-97f4-c65430ab17b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations","description":"<p>This endpoint retrieves the configurations for the email service related to the manager with ID 1.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request can be described using the following JSON schema:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier for the response object.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the response.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, each containing an <code>@id</code> string that uniquely identifies the member and can be used to query for additional details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"459e94d0-d46d-454d-b73c-fcd8c4a4448d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"229"},{"key":"Date","value":"Thu, 12 Dec 2024 14:21:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations/HUdhZfvKSHOlxiDoLTB8_w\"\n        }\n    ]\n}"}],"_postman_id":"1b7c1bf6-ad01-4087-97f4-c65430ab17b7"},{"name":"configurations/Yr6hJVzaReSzhl2g5ky0UA","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7da92f61-bec3-4fd3-84f2-422d0da1af3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA","description":"<p>This endpoint retrieves the email service settings configurations for a specific manager, providing the unique configuration <code>id</code> (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>) in the URL.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the configuration (string).</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the email service configuration (string).</p>\n</li>\n<li><p><code>name</code>: Name associated with the email service configuration (string).</p>\n</li>\n<li><p><code>emailAddress</code>: The email address used for notifications (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the email service is enabled.</p>\n</li>\n<li><p><code>actions</code>: An object containing actions related to the email service.</p>\n</li>\n<li><p><code>notifyOnEvent</code>: An object that specifies notification settings for different events:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if notifications are enabled.</p>\n</li>\n<li><p><code>cardEvents</code>: Configuration for card-related events (critical, warning, info).</p>\n</li>\n<li><p><code>devicesEvents</code>: Configuration for device-related events (critical, warning, info).</p>\n</li>\n<li><p><code>exceptions</code>: Information on notified and non-notified events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>periodicReport</code>: An object detailing periodic report settings:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if periodic reports are enabled.</p>\n</li>\n<li><p><code>periodicity</code>: The frequency of the reports (string).</p>\n</li>\n<li><p><code>startTime</code>: The start time for the reports (string).</p>\n</li>\n<li><p><code>card</code>: Subscription settings for card-related reports.</p>\n</li>\n<li><p><code>devices</code>: Subscription settings for device-related reports.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code>: An object containing message settings for the email notifications:</p>\n<ul>\n<li><p><code>sender</code>: The sender's email address (string).</p>\n</li>\n<li><p><code>subject</code>: The subject line for the email notifications (string).</p>\n</li>\n<li><p><code>hideIpAddress</code>: A boolean indicating if the sender's IP address should be hidden.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"07fe7ca7-3376-4de8-abd7-4d837d077899","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1413"},{"key":"Date","value":"Thu, 19 Jun 2025 16:05:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA\",\n    \"id\": \"Yr6hJVzaReSzhl2g5ky0UA\",\n    \"name\": \"Test Critical Alarm\",\n    \"emailAddress\": \"JulienMarque@eaton.com\",\n    \"enabled\": false,\n    \"actions\": {\n        \"#test\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA/actions/test\"\n    },\n    \"notifyOnEvent\": {\n        \"enabled\": true,\n        \"cardEvents\": {\n            \"critical\": {\n                \"subscribe\": true,\n                \"attachEventsLog\": true\n            },\n            \"warning\": {\n                \"subscribe\": true,\n                \"attachEventsLog\": true\n            },\n            \"info\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": true\n            }\n        },\n        \"devicesEvents\": {\n            \"critical\": {\n                \"subscribe\": true,\n                \"attachEventsLog\": true,\n                \"attachMeasuresLog\": true\n            },\n            \"warning\": {\n                \"subscribe\": true,\n                \"attachEventsLog\": true,\n                \"attachMeasuresLog\": true\n            },\n            \"info\": {\n                \"subscribe\": false,\n                \"attachEventsLog\": true,\n                \"attachMeasuresLog\": true\n            }\n        },\n        \"exceptions\": {\n            \"notifiedEvents\": \"\",\n            \"noneNotifiedEvents\": \"\"\n        }\n    },\n    \"periodicReport\": {\n        \"enabled\": false,\n        \"periodicity\": \"daily\",\n        \"startTime\": \"2023-12-05T13:55:00Z\",\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}"}],"_postman_id":"7da92f61-bec3-4fd3-84f2-422d0da1af3b"},{"name":"configurations/Yr6hJVzaReSzhl2g5ky0UA","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"767689c7-aba5-461a-af80-fd9f4d1c0851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Example\",\r\n    \"emailAddress\": \"test@eaton.com\",\r\n    \"enabled\": false,\r\n    \"notifyOnEvent\": {\r\n        \"enabled\": false,\r\n        \"cardEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            }\r\n        },\r\n        \"devicesEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            }\r\n        },\r\n        \"exceptions\": {\r\n            \"notifiedEvents\": \"\",\r\n            \"noneNotifiedEvents\": \"\"\r\n        }\r\n    },\r\n    \"periodicReport\": {\r\n        \"enabled\": false,\r\n        \"periodicity\": \"monthly\",\r\n        \"startTime\": \"2024-12-03T16:28:00Z\",\r\n        \"card\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false\r\n        },\r\n        \"devices\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false,\r\n            \"attachMeasuresLog\": false\r\n        }\r\n    },\r\n    \"message\": {\r\n        \"sender\": \"\",\r\n        \"subject\": \"\",\r\n        \"hideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA","description":"<p>This endpoint allows the user to update the email service configuration for a specific manager (in this case, <code>1</code>) and a specific configuration <code>id</code> (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>).</p>\n<p>The request modifies settings related to email notifications, including enabling or disabling notifications for various events, setting up periodic reports, and configuring message details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/{configurationId}</code></p>\n<ul>\n<li>Replace <code>{{configurationId}}</code> with the unique identifier of the configuration you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body-format\">Request Body Format</h4>\n<p>The request body must be in JSON format and can contain any combination the following parameters:</p>\n<ul>\n<li><p><code>name</code> (string): The name associated with the email settings.</p>\n</li>\n<li><p><code>emailAddress</code> (string): The email address to which notifications will be sent.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates whether the email notifications are enabled.</p>\n</li>\n<li><p><code>notifyOnEvent</code> (object): Configuration for event notifications, containing:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Whether notifications for events are enabled.</p>\n</li>\n<li><p><code>cardEvents</code> (object): Configuration for card-related events, with:</p>\n<ul>\n<li><p><code>critical</code> (object): Settings for critical events.</p>\n</li>\n<li><p><code>warning</code> (object): Settings for warning events.</p>\n</li>\n<li><p><code>info</code> (object): Settings for informational events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>devicesEvents</code> (object): Configuration for device-related events, structured similarly to cardEvents.</p>\n</li>\n<li><p><code>exceptions</code> (object): Contains properties for notified and non-notified events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>periodicReport</code> (object): Configuration for periodic reporting, including:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Whether periodic reports are enabled.</p>\n</li>\n<li><p><code>periodicity</code> (string): Frequency of the reports (e.g., monthly).</p>\n</li>\n<li><p><code>startTime</code> (string): The start time for the periodic reports in ISO 8601 format.</p>\n</li>\n<li><p><code>card</code> (object): Settings for card-related reports.</p>\n</li>\n<li><p><code>devices</code> (object): Settings for device-related reports.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code> (object): Contains details for the notification message, including:</p>\n<ul>\n<li><p><code>sender</code> (string): The sender's name or email.</p>\n</li>\n<li><p><code>subject</code> (string): The subject of the notification.</p>\n</li>\n<li><p><code>hideIpAddress</code> (boolean): Whether to hide the sender's IP address.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ed4ba68c-3eea-4459-852d-f4d176e84eb1","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Example\",\r\n    \"emailAddress\": \"test@eaton.com\",\r\n    \"enabled\": false,\r\n    \"notifyOnEvent\": {\r\n        \"enabled\": false,\r\n        \"cardEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            }\r\n        },\r\n        \"devicesEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            }\r\n        },\r\n        \"exceptions\": {\r\n            \"notifiedEvents\": \"\",\r\n            \"noneNotifiedEvents\": \"\"\r\n        }\r\n    },\r\n    \"periodicReport\": {\r\n        \"enabled\": false,\r\n        \"periodicity\": \"monthly\",\r\n        \"startTime\": \"2024-12-03T16:28:00Z\",\r\n        \"card\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false\r\n        },\r\n        \"devices\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false,\r\n            \"attachMeasuresLog\": false\r\n        }\r\n    },\r\n    \"message\": {\r\n        \"sender\": \"\",\r\n        \"subject\": \"\",\r\n        \"hideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 19 Jun 2025 16:12:36 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"767689c7-aba5-461a-af80-fd9f4d1c0851"},{"name":"test configuration","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"929764f2-0ae8-4dbf-87d6-0d369487baa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA/actions/test","description":"<p>This endpoint is used to test the email service settings configurations for a specific manager and specific configuration <code>id</code> (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is a JSON object with the following properties:</p>\n<ul>\n<li><p><code>classCode</code> (number): The class code of the response.</p>\n</li>\n<li><p><code>errorCode</code> (number): The error code of the response.</p>\n</li>\n<li><p><code>description</code> (string): The description of the response.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA","actions","test"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"17fc52cf-9279-4f7f-bf81-17c5c5280865","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/HUdhZfvKSHOlxiDoLTB8_w/actions/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"57"},{"key":"Date","value":"Thu, 12 Dec 2024 14:29:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"classCode\": 10,\n    \"errorCode\": 0,\n    \"description\": \"\"\n}"}],"_postman_id":"929764f2-0ae8-4dbf-87d6-0d369487baa1"}],"id":"609ed684-e9b1-4dd5-827f-c2bda772c0e3","description":"<p>This service manages the email service for a particular manager.</p>\n","_postman_id":"609ed684-e9b1-4dd5-827f-c2bda772c0e3"},{"name":"networkService","item":[{"name":"firewall","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4f464b66-042d-40e3-a410-606c2f9ccebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall","description":"<p>This endpoint retrieves comprehensive information about the firewall configuration and its operational status within the network service management.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): Represents the ID of the firewall configuration.</p>\n</li>\n<li><p><code>interfaces</code> (object): Contains information about interfaces within the firewall.</p>\n<ul>\n<li><p><code>members@count</code> (number): Indicates the count of interface members.</p>\n</li>\n<li><p><code>members</code> (array): Represents the list of interface members, each containing an <code>@id</code> field.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ef954d98-b968-44dd-ba38-89306dc49fd3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"222"},{"key":"Date","value":"Fri, 13 Dec 2024 17:59:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall\",\n    \"interfaces\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4f464b66-042d-40e3-a410-606c2f9ccebe"},{"name":"eth0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b4ad70ef-6cf4-4a6d-86d9-168284d5595b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0","description":"<p>This endpoint returns detailed information about the specified network interface configured within the firewall service, including its status, IP configuration, and any associated rules.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the network interface.</p>\n</li>\n<li><p><code>name</code>: Name of the network interface.</p>\n</li>\n<li><p><code>icmp</code>: Contains settings for ICMP:</p>\n<ul>\n<li><p><code>v4</code>: Configuration for IPv4 ICMP settings, including:</p>\n<ul>\n<li><code>enabled</code>: Boolean indicating if ICMP is enabled for IPv4.</li>\n</ul>\n</li>\n<li><p><code>v6</code>: Configuration for IPv6 ICMP settings, including:</p>\n<ul>\n<li><code>enabled</code>: Boolean indicating if ICMP is enabled for IPv6.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>natRules</code>: Contains NAT rules associated with the network interface:</p>\n<ul>\n<li><p><code>userEditable</code>: Indicates if the NAT rules can be edited by the user, including:</p>\n<ul>\n<li><p><code>members@count</code>: Count of NAT rule members.</p>\n</li>\n<li><p><code>members</code>: Array of NAT rule members, each containing a unique <code>@id</code> identifier for the NAT rule member.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"55e72c4d-9969-4716-b786-e79cc09ce8bb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1043"},{"key":"Date","value":"Fri, 13 Dec 2024 19:41:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0\",\n    \"id\": \"eth0\",\n    \"name\": \"eth0\",\n    \"icmp\": {\n        \"v4\": {\n            \"enabled\": true\n        },\n        \"v6\": {\n            \"enabled\": true\n        }\n    },\n    \"natRules\": {\n        \"userEditable\": {\n            \"members@count\": 6,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/modbus\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"b4ad70ef-6cf4-4a6d-86d9-168284d5595b"},{"name":"icmp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c68f5840-c421-46e0-88fc-55593e8016f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"v4\": {\r\n        \"enabled\": true\r\n    },\r\n    \"v6\": {\r\n        \"enabled\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/icmp","description":"<p>This endpoint is used to update the ICMP settings for the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/icmp</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format including any ICMP configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>v4</code>: An object that contains the following property:</p>\n<ul>\n<li><code>enabled</code> (boolean): Indicates whether ICMP is enabled for IPv4. Set to <code>true</code> to enable, or <code>false</code> to disable.</li>\n</ul>\n</li>\n<li><p><code>v6</code>: An object that contains the following property:</p>\n<ul>\n<li><code>enabled</code> (boolean): Indicates whether ICMP is enabled for IPv6. Set to <code>true</code> to enable, or <code>false</code> to disable.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","icmp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"21224241-ca4c-4d07-b41e-ebdeb4fa4c6e","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"v4\": {\r\n        \"enabled\": true\r\n    },\r\n    \"v6\": {\r\n        \"enabled\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/icmp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 18:57:58 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"c68f5840-c421-46e0-88fc-55593e8016f0"},{"name":"HTTP_REDIRECT","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"71eb9971-9dc6-4e32-81c1-b8b8b8eaf244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT","description":"<p>This endpoint returns detailed information about user-editable NAT rules associated with HTTP redirection for the specified network interface in the firewall service.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier for the NAT rule.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the NAT rule.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates if the NAT rule is enabled.</p>\n</li>\n<li><p><code>port</code>: (integer) The port number associated with the NAT rule.</p>\n</li>\n<li><p><code>address</code>: (string) The address related to the NAT rule.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","HTTP_REDIRECT"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a158b482-6115-442f-adef-e39400c51c18","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"216"},{"key":"Date","value":"Fri, 13 Dec 2024 19:44:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT\",\n    \"id\": \"HTTP_REDIRECT\",\n    \"name\": \"HTTP_REDIRECT\",\n    \"enabled\": true,\n    \"port\": 80,\n    \"address\": \"\"\n}"}],"_postman_id":"71eb9971-9dc6-4e32-81c1-b8b8b8eaf244"},{"name":"HTTP_REDIRECT","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"169f64c0-4322-491b-b5f3-957ae27afa02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\":true,\"port\":80,\"address\":\"192.168.1.1\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT","description":"<p>This endpoint allows you to update the user-editable NAT rule for HTTP redirection associated with the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including any NAT rule configuration options related to HTTP redirection that the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the HTTP redirection is enabled or not. Set to <code>true</code> to enable, or <code>false</code> to disable.</p>\n</li>\n<li><p><code>port</code> (integer): The port number for the HTTP redirection. Must be a valid port number (e.g., <code>80</code> for HTTP).</p>\n</li>\n<li><p><code>address</code> (string): The IP address to which the HTTP traffic should be redirected. Should be in a valid IP address format (e.g., <code>192.168.1.1</code>).</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","HTTP_REDIRECT"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a48d4145-0369-46f3-9c26-03fd405fb0ce","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"enabled\":true,\"port\":80,\"address\":\"192.168.1.1\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/HTTP_REDIRECT"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 19:09:15 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"169f64c0-4322-491b-b5f3-957ae27afa02"},{"name":"SECURE_WEB","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c083d2ff-2645-4240-a2f7-f59306d58897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB","description":"<p>This endpoint returns detailed information about user-editable NAT rules associated with secure web traffic for the specified network interface in the firewall service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier of the resource.</p>\n</li>\n<li><p><code>id</code>: A string that specifies the identifier of the NAT rule.</p>\n</li>\n<li><p><code>name</code>: A string indicating the name of the NAT rule.</p>\n</li>\n<li><p><code>enabled</code>: A boolean value that indicates whether the NAT rule is currently enabled.</p>\n</li>\n<li><p><code>port</code>: An integer that specifies the port number associated with the NAT rule.</p>\n</li>\n<li><p><code>address</code>: A string that represents the address related to the NAT rule.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SECURE_WEB"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"99ec908d-cb3e-4b46-979f-f8e5b15a1641","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"208"},{"key":"Date","value":"Fri, 13 Dec 2024 19:45:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB\",\n    \"id\": \"SECURE_WEB\",\n    \"name\": \"SECURE_WEB\",\n    \"enabled\": true,\n    \"port\": 443,\n    \"address\": \"\"\n}"}],"_postman_id":"c083d2ff-2645-4240-a2f7-f59306d58897"},{"name":"SECURE_WEB","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"64d41462-64a1-4c2d-aa8a-07e4994a5215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 443,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB","description":"<p>This endpoint allows you to update the user-editable NAT rule for secure web traffic associated with the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including any NAT rule configuration options related to HTTPS that the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the NAT rule is enabled or disabled.</p>\n</li>\n<li><p><code>port</code> (integer): The port number associated with the NAT rule. Must be a valid port number (e.g., <code>443</code> for HTTPS).</p>\n</li>\n<li><p><code>address</code> (string): The address associated with the NAT rule.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SECURE_WEB"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6e6dd3fa-114d-4191-9807-18f57818fd26","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 443,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SECURE_WEB"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 19:10:14 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"64d41462-64a1-4c2d-aa8a-07e4994a5215"},{"name":"SSH","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8ccfb3d8-c3af-4475-aa49-ff98a6b7644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH","description":"<p>This endpoint returns detailed information about user-editable NAT rules associated with SSH traffic for the specified network interface in the firewall service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier of the NAT rule.</p>\n</li>\n<li><p><code>name</code>: The name of the NAT rule.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the NAT rule is enabled.</p>\n</li>\n<li><p><code>port</code>: The port number associated with the NAT rule.</p>\n</li>\n<li><p><code>address</code>: The address related to the NAT rule.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SSH"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5eb7f119-c8b1-40d5-b0e6-6f1c8cedd061","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"186"},{"key":"Date","value":"Fri, 13 Dec 2024 19:46:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH\",\n    \"id\": \"SSH\",\n    \"name\": \"SSH\",\n    \"enabled\": true,\n    \"port\": 22,\n    \"address\": \"\"\n}"}],"_postman_id":"8ccfb3d8-c3af-4475-aa49-ff98a6b7644b"},{"name":"SSH","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c386d2b8-f761-4ba7-80f2-04b0d62cd6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 22,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH","description":"<p>This endpoint allows you to update the user-editable NAT rule for SSH traffic associated with the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including any NAT rule configuration options related to SSH that the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the NAT rule is enabled or disabled.</p>\n</li>\n<li><p><code>port</code> (integer): The port number for the SSH service.</p>\n</li>\n<li><p><code>address</code> (string): The address associated with the NAT rule.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SSH"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f718df73-0692-4786-9faa-6bd2885ebfc5","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 22,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SSH"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 19:12:22 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"c386d2b8-f761-4ba7-80f2-04b0d62cd6e9"},{"name":"SNMP","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"da5f895c-6fb5-4488-9880-4ae3fb5f98df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP","description":"<p>This endpoint returns detailed information about user-editable NAT rules associated with SNMP traffic for the specified network interface in the firewall service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the NAT rule (string).</p>\n</li>\n<li><p><code>name</code>: The name of the NAT rule (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the NAT rule is enabled.</p>\n</li>\n<li><p><code>port</code>: The port number associated with the NAT rule (integer).</p>\n</li>\n<li><p><code>address</code>: The address related to the NAT rule (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SNMP"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b6db40c8-e8e8-4f4d-874b-9f48e8b8aeaa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Fri, 13 Dec 2024 19:48:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP\",\n    \"id\": \"SNMP\",\n    \"name\": \"SNMP\",\n    \"enabled\": false,\n    \"port\": 161,\n    \"address\": \"\"\n}"}],"_postman_id":"da5f895c-6fb5-4488-9880-4ae3fb5f98df"},{"name":"SNMP","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"339e2738-2071-4669-9456-50d9e169bd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false,\r\n    \"port\": 161,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP","description":"<p>This endpoint allows you to update the user-editable NAT rule for SNMP traffic associated with the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including any NAT rule configuration options related to SNMP that the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the NAT rule is enabled or disabled.</p>\n</li>\n<li><p><code>port</code> (integer): The port number for SNMP traffic.</p>\n</li>\n<li><p><code>address</code> (string): The address associated with the NAT rule.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","SNMP"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"efe18678-407f-4c5f-9e74-472febb64423","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false,\r\n    \"port\": 161,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/SNMP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 19:14:47 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"339e2738-2071-4669-9456-50d9e169bd50"},{"name":"MQTT","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7f1f87cd-9e3c-4fad-8fbc-ae679df884e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT","description":"<p>This endpoint returns detailed information about user-editable NAT rules associated with MQTT traffic for the specified network interface in the firewall service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier of the NAT rule.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the NAT rule.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates whether the NAT rule is enabled.</p>\n</li>\n<li><p><code>port</code>: (integer) The port number associated with the NAT rule.</p>\n</li>\n<li><p><code>address</code>: (string) The address related to the NAT rule.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","MQTT"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2e24c4f0-8099-44a6-bc93-80a951be6716","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"191"},{"key":"Date","value":"Fri, 13 Dec 2024 19:48:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT\",\n    \"id\": \"MQTT\",\n    \"name\": \"MQTT\",\n    \"enabled\": true,\n    \"port\": 8883,\n    \"address\": \"\"\n}"}],"_postman_id":"7f1f87cd-9e3c-4fad-8fbc-ae679df884e7"},{"name":"MQTT","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5cc5f6a9-c047-42b4-a50c-d1a5ee94aae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 8883,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT","description":"<p>This endpoint allows you to update the user-editable NAT rule for MQTT traffic associated with the specified network interface in the firewall service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body should be in JSON format, including any NAT rule configuration options related to MQTT that the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the NAT rule is enabled or disabled.</p>\n</li>\n<li><p><code>port</code> (integer): The port number for MQTT traffic.</p>\n</li>\n<li><p><code>address</code> (string): The address associated with the NAT rule.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","firewall","interfaces","eth0","natRules","userEditable","MQTT"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"56722a90-c022-4daa-9079-63d0b9bb4d37","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true,\r\n    \"port\": 8883,\r\n    \"address\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/firewall/interfaces/eth0/natRules/userEditable/MQTT"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 27 Jun 2025 19:16:37 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"5cc5f6a9-c047-42b4-a50c-d1a5ee94aae7"}],"id":"8e9ac5a2-1c39-4af3-a7fd-f3d7ccc5ae14","description":"<p>This is the firewall management service corresponding to a specific manager.</p>\n","_postman_id":"8e9ac5a2-1c39-4af3-a7fd-f3d7ccc5ae14"},{"name":"protocols","item":[{"name":"bacnet","item":[{"name":"configuration","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"703a34fb-1325-4fd6-bafd-7a257fafe961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration","description":"<p>This endpoint retrieves the configuration details for the BACnet protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the configuration.</p>\n</li>\n<li><p><code>access</code>: An object containing access-related information.</p>\n</li>\n<li><p><code>bbmd</code>: An object representing the BACnet Broadcast Management Device.</p>\n</li>\n<li><p><code>device</code>: An object representing the device configuration.</p>\n</li>\n<li><p><code>dcc</code>: An object representing the Device Communication Control.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","configuration"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c56ea654-627b-491f-a68f-3ec5afc894e9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"523"},{"key":"Date","value":"Mon, 30 Jun 2025 16:03:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration\",\n    \"access\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/access\"\n    },\n    \"bbmd\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/bbmd\"\n    },\n    \"device\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/device\"\n    },\n    \"dcc\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/dcc\"\n    }\n}"}],"_postman_id":"703a34fb-1325-4fd6-bafd-7a257fafe961"},{"name":"access","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"68547544-5562-493f-b21a-9b8779e407fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/access","description":"<p>This endpoint retrieves the configuration settings for the BACnet protocol access within the specified network service.</p>\n<h4 id=\"expected-response\">Expected Response</h4>\n<p>Upon a successful request, the API will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the BACnet protocol access is enabled.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","configuration","access"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"cae46031-4e61-4249-995f-70b5ce213c99","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"115"},{"key":"Date","value":"Mon, 30 Jun 2025 16:11:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/access\",\n    \"enabled\": false\n}"}],"_postman_id":"68547544-5562-493f-b21a-9b8779e407fa"},{"name":"bbmd","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"db74dd64-58ea-4b58-83ff-16bf4e800bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/bbmd","description":"<p>This endpoint retrieves the configuration settings for the BACnet BBMD (BACnet Broadcast Management Device) within the specified network service. It provides information on whether the BBMD is enabled, its IPv4 address, the time-to-live for broadcast messages, and whether services are enabled.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will return a JSON object with the following properties:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the BBMD configuration (string).</p>\n</li>\n<li><p><code>enabled</code>: Indicates if the BBMD is enabled (boolean).</p>\n</li>\n<li><p><code>ipv4Address</code>: The IPv4 address assigned to the BBMD (string).</p>\n</li>\n<li><p><code>timeToLive</code>: The time-to-live value for broadcast messages (integer).</p>\n</li>\n<li><p><code>servicesEnabled</code>: Indicates if the services are enabled (boolean).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","configuration","bbmd"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"011fdbd4-ec46-47e1-b4ee-2ed3459e784e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/bbmd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"181"},{"key":"Date","value":"Mon, 30 Jun 2025 16:12:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/bbmd\",\n    \"enabled\": false,\n    \"ipv4Address\": \"\",\n    \"timeToLive\": 1800,\n    \"servicesEnabled\": false\n}"}],"_postman_id":"db74dd64-58ea-4b58-83ff-16bf4e800bf9"},{"name":"device","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5db2e202-26f7-4b5e-809c-f51b5307ff00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/device","description":"<p>This endpoint retrieves the configuration details for a specific device associated with the BACnet protocol within a network service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the device configuration (string).</p>\n</li>\n<li><p><code>deviceId</code>: The ID of the device (integer).</p>\n</li>\n<li><p><code>deviceName</code>: The name of the device (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","configuration","device"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"31d4f365-e96a-43b6-b827-7a5a68178d46","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"153"},{"key":"Date","value":"Mon, 30 Jun 2025 16:14:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/device\",\n    \"deviceId\": 1677570,\n    \"deviceName\": \"Eaton_GF20N21080\"\n}"}],"_postman_id":"5db2e202-26f7-4b5e-809c-f51b5307ff00"},{"name":"dcc","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"65a4d6d1-87ab-4bf1-ba17-fb68e85089b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/dcc","description":"<p>This endpoint retrieves the DCC (Device Communication Control) configuration settings for the BACnet protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the configuration (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the BACnet DCC protocol is enabled.</p>\n</li>\n<li><p><code>password</code>: A field that may contain a password associated with the configuration (can be null).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","configuration","dcc"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2ec9c6f4-01a3-4c95-b088-442b8decbb53","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/configuration/dcc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"131"},{"key":"Date","value":"Mon, 30 Jun 2025 16:16:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration/dcc\",\n    \"enabled\": false,\n    \"password\": null\n}"}],"_postman_id":"65a4d6d1-87ab-4bf1-ba17-fb68e85089b3"}],"id":"da550fc8-720f-4000-aba5-cfe25e787218","description":"<p>This endpoint collection deals with BACnet configuration details for the specified network service manager.</p>\n","_postman_id":"da550fc8-720f-4000-aba5-cfe25e787218"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0c43721d-0608-4b89-ab98-0b0f5b16d068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet","description":"<p>This endpoint retrieves the configuration details for the BACnet protocol associated with a specific network service manager. It provides essential information about the BACnet settings, including operational status and device specifications.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>version</code>: The version of the BACnet configuration.</p>\n</li>\n<li><p><code>configuration</code>: An object with configuration details.</p>\n</li>\n<li><p><code>status</code>: An object containing operational status, health, and BACnet MAC address.</p>\n</li>\n<li><p><code>specifications</code>: An object with specifications details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"402c3f57-2a23-484f-bf1c-ca8a6e6115f5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"335"},{"key":"Date","value":"Mon, 30 Jun 2025 15:59:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"01.00.00\",\n    \"configuration\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration\"\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"unknown\",\n        \"bacnetMac\": \"-\"\n    },\n    \"specifications\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications\"\n    }\n}"}],"_postman_id":"0c43721d-0608-4b89-ab98-0b0f5b16d068"},{"name":"specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9f6f8e62-b6ff-412a-8470-703a04133fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/specifications","description":"<p>This endpoint retrieves the specifications for the BACnet protocols associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and may include the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions related to the resource, such as <code>#getEpics</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a0128425-6d03-48d0-8340-bcfdc4db4514","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"219"},{"key":"Date","value":"Mon, 30 Jun 2025 16:04:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications\",\n    \"actions\": {\n        \"#getEpics\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications/actions/getEpics\"\n    }\n}"}],"_postman_id":"9f6f8e62-b6ff-412a-8470-703a04133fe7"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"229e3274-c6af-4d86-81f4-6dc84fc271e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/status","description":"<p>This endpoint retrieves the current status of the BACnet protocol for a specified network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The expected response format is a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates the operating status of the BACnet protocol.</p>\n</li>\n<li><p><code>health</code>: (string) Reflects the health status of the BACnet protocol.</p>\n</li>\n<li><p><code>bacnetMac</code>: (string) Displays the MAC address associated with the BACnet protocol.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7c155cb2-b51d-47d1-ae58-65ecab3df88d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"84"},{"key":"Date","value":"Thu, 10 Jul 2025 17:40:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"stopped\",\n    \"health\": \"unknown\",\n    \"bacnetMac\": \"0A:82:F5:AF:BA:C0\"\n}"}],"_postman_id":"229e3274-c6af-4d86-81f4-6dc84fc271e3"},{"name":"actions/getEpics","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9f300312-b6fd-496d-b5b5-06d0976497ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/specifications/actions/getEpics","description":"<p>This endpoint is used to retrieve the BACnet Protocol Implementation Conformance Statement.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","bacnet","specifications","actions","getEpics"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b6e9f661-16d8-48bf-9c24-fce014c93cf1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/bacnet/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"0ac41f4a-c140-4741-8866-9f1a99a47388"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"3a302fe3-fb8b-4cee-83a6-c95a0fd5965f"},{"key":"Accept-Ranges","value":"bytes","uuid":"beeb1384-1365-4356-8d49-11214b3282d7"},{"key":"Content-Length","value":"219","uuid":"7bfda8ca-ce2e-403c-b64e-4bb4eb424c1f"},{"key":"Date","value":"Mon, 30 Jun 2025 16:04:49 GMT","uuid":"2e4a03d9-f058-42cc-8db3-d90be1280459"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications\",\n    \"actions\": {\n        \"#getEpics\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications/actions/getEpics\"\n    }\n}"}],"_postman_id":"9f300312-b6fd-496d-b5b5-06d0976497ca"}],"id":"91c712f9-797a-47d9-8d4d-cbfc24ff719f","description":"<p>This is the protocol management service for the BACnet protocol.</p>\n","_postman_id":"91c712f9-797a-47d9-8d4d-cbfc24ff719f"},{"name":"modbus","item":[{"name":"configurations","item":[{"name":"configurations","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bc554e8b-2ff3-40a0-a6b2-634a863df7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations","description":"<p>This endpoint retrieves the configuration mappings for the Modbus protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of members in the response, indicating how many configurations are present.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, each containing a unique <code>@id</code> that can be used to query for more details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","configurations"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ab2c82fd-94e0-42dd-87f7-844bb4528bbf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"a8961556-13c5-40b2-a8e6-ea7eb0360f23"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"324c9fd9-f7fe-4701-91ab-75cd82ae9542"},{"key":"Accept-Ranges","value":"bytes","uuid":"6c5f1c0e-d3a2-4025-b94f-74472256f4c0"},{"key":"Content-Length","value":"305","uuid":"fbb18427-8d20-486a-9ff3-2c7c1e6e18a4"},{"key":"Date","value":"Thu, 19 Jun 2025 16:32:55 GMT","uuid":"075b6b9a-07e4-4f14-96c3-74027d18111a"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping\",\n    \"configurations\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/configurations\"\n    },\n    \"maps\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps\"\n    }\n}"}],"_postman_id":"bc554e8b-2ff3-40a0-a6b2-634a863df7ed"},{"name":"configurations/J6fXJvMrTg2qnp3WjBJYBw","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ed3135ab-97ed-479e-a971-4432115e93e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/J6fXJvMrTg2qnp3WjBJYBw","description":"<p>This endpoint retrieves detailed information about a specific Modbus mapping configuration.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/{configurationId}</code></p>\n<ul>\n<li><code>configurationId</code> parameter: The unique identifier of the configuration you want to retrieve (in this case, <code>J6fXJvMrTg2qnp3WjBJYBw</code>).</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier for the mapping configuration.</p>\n</li>\n<li><p><code>name</code>: The name of the mapping configuration.</p>\n</li>\n<li><p><code>map</code>: The mapping details.</p>\n</li>\n<li><p><code>transport</code>: The transport protocol used.</p>\n</li>\n<li><p><code>deviceId</code>: The ID of the associated device (integer).</p>\n</li>\n<li><p><code>access</code>: Access permissions for the configuration.</p>\n</li>\n<li><p><code>illegalReadBehavior</code>: Behavior defined for illegal read attempts.</p>\n</li>\n<li><p><code>addressBaseShift</code>: Any base shift applied to the addresses.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","configurations","J6fXJvMrTg2qnp3WjBJYBw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d38cd710-20cb-4b77-9983-2ccf822c6a2b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/J6fXJvMrTg2qnp3WjBJYBw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"411"},{"key":"Date","value":"Thu, 10 Jul 2025 17:09:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/configurations/J6fXJvMrTg2qnp3WjBJYBw\",\n    \"id\": \"J6fXJvMrTg2qnp3WjBJYBw\",\n    \"name\": \"my UID 0 map\",\n    \"map\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map\",\n    \"transport\": \"tcp\",\n    \"deviceId\": 1,\n    \"access\": \"read only\",\n    \"illegalReadBehavior\": \"exception\",\n    \"addressBaseShift\": \"zero based\"\n}"}],"_postman_id":"ed3135ab-97ed-479e-a971-4432115e93e5"},{"name":"configurations/J6fXJvMrTg2qnp3WjBJYBw","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"940807da-413e-4316-b28e-3d90987f4c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Test\",\r\n    \"map\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pdu_uid0_map\",\r\n    \"transport\": \"tcp\",\r\n    \"deviceId\": 1,\r\n    \"access\": \"read write\",\r\n    \"illegalReadBehavior\": \"zeros\",\r\n    \"addressBaseShift\": \"one based\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/J6fXJvMrTg2qnp3WjBJYBw","description":"<p>This endpoint allows you to update the configuration of a Modbus mapping for a specified network service identified by the unique identifier in the URL (in this case, <code>J6fXJvMrTg2qnp3WjBJYBw</code>).</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/{configurationId}</code></p>\n<ul>\n<li><code>configurationId</code> parameter: The unique identifier of the configuration you want to update (in this case, <code>J6fXJvMrTg2qnp3WjBJYBw</code>).</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any Modbus mapping configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the mapping configuration.</p>\n</li>\n<li><p><code>map</code> (string): The path to the mapping resource.</p>\n</li>\n<li><p><code>transport</code> (string): The transport protocol to be used (e.g., \"tcp\").</p>\n</li>\n<li><p><code>deviceId</code> (integer): The identifier of the device associated with the mapping.</p>\n</li>\n<li><p><code>access</code> (string): The access level for the mapping (e.g., \"read write\").</p>\n</li>\n<li><p><code>illegalReadBehavior</code> (string): Defines the behavior for illegal read attempts (e.g., \"zeros\").</p>\n</li>\n<li><p><code>addressBaseShift</code> (string): Specifies the base shift for addresses (e.g., \"one based\").</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","configurations","J6fXJvMrTg2qnp3WjBJYBw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ee39291e-f800-49bc-846e-19432e253836","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Test\",\r\n    \"map\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pdu_uid0_map\",\r\n    \"transport\": \"tcp\",\r\n    \"deviceId\": 1,\r\n    \"access\": \"read write\",\r\n    \"illegalReadBehavior\": \"zeros\",\r\n    \"addressBaseShift\": \"one based\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/configurations/J6fXJvMrTg2qnp3WjBJYBw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 10 Jul 2025 17:13:12 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"940807da-413e-4316-b28e-3d90987f4c2e"}],"id":"e7d4287d-a5a4-4a9b-81e2-6ffa973d3d15","description":"<p>This collection of endpoints deals with Modbus mapping configurations for a specific manager.</p>\n","_postman_id":"e7d4287d-a5a4-4a9b-81e2-6ffa973d3d15"},{"name":"maps","item":[{"name":"maps","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"11de9f2b-f056-42f5-9c03-67b8906af2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps","description":"<p>This endpoint retrieves the map information for the Modbus protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will have a status code of <code>200</code> and will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the response.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each representing a member. Each member object contains:</p>\n<ul>\n<li><code>@id</code>: A string representing the identifier of the member.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","maps"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"780b16f6-e55c-4ad1-b1d5-bd58f9eb6422","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"567"},{"key":"Date","value":"Thu, 10 Jul 2025 17:23:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps\",\n    \"members@count\": 4,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/modbus_ms_map\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/network_card\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/xslot_uid245_map\"\n        }\n    ]\n}"}],"_postman_id":"11de9f2b-f056-42f5-9c03-67b8906af2ca"},{"name":"modbus_ms_map","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7721889e-7ba6-4a68-a676-bc6e73561e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/modbus_ms_map","description":"<p>This endpoint retrieves the configuration details for a specific Modbus mapping map (in this case, <code>modbus_ms_map</code>) associated with a specific network service protocol.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the mapping map (string).</p>\n</li>\n<li><p><code>name</code>: The name of the mapping map (string).</p>\n</li>\n<li><p><code>version</code>: The version of the mapping map (string).</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><code>#download</code>: A link or identifier for downloading the mapping map (string).</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","maps","modbus_ms_map"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1a56aed0-03ba-4112-860e-d0b135711269","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/modbus_ms_map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"324"},{"key":"Date","value":"Thu, 10 Jul 2025 17:31:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/modbus_ms_map\",\n    \"id\": \"modbus_ms_map\",\n    \"name\": \"Eaton ModbusMS compatible\",\n    \"version\": \"1.0\",\n    \"actions\": {\n        \"#download\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/modbus_ms_map/actions/download\"\n    }\n}"}],"_postman_id":"7721889e-7ba6-4a68-a676-bc6e73561e65"},{"name":"pxg_uid0_map","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e2bed0de-4742-4ea2-95af-e30c5194103b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map","description":"<p>This endpoint retrieves the configuration details for a specific Modbus mapping map (in this case, <code>pxg_uid0_map</code>) associated with a specific network service protocol.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the mapping map (string).</p>\n</li>\n<li><p><code>name</code>: The name of the mapping map (string).</p>\n</li>\n<li><p><code>version</code>: The version of the mapping map (string).</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><code>#download</code>: A link or identifier for downloading the mapping map (string).</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","maps","pxg_uid0_map"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1975a3a1-8b05-4657-97d7-7c0512684a4d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"329"},{"key":"Date","value":"Thu, 10 Jul 2025 17:33:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map\",\n    \"id\": \"pxg_uid0_map\",\n    \"name\": \"Eaton PowerXpert UID 0 compatible\",\n    \"version\": \"1.0\",\n    \"actions\": {\n        \"#download\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/pxg_uid0_map/actions/download\"\n    }\n}"}],"_postman_id":"e2bed0de-4742-4ea2-95af-e30c5194103b"},{"name":"network_card","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"379da62f-84ee-4430-af8b-8bf916629029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/network_card","description":"<p>This endpoint retrieves the configuration details for a specific Modbus mapping map (in this case, <code>network_card</code>) associated with a specific network service protocol.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the mapping map (string).</p>\n</li>\n<li><p><code>name</code>: The name of the mapping map (string).</p>\n</li>\n<li><p><code>version</code>: The version of the mapping map (string).</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><code>#download</code>: A link or identifier for downloading the mapping map (string).</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","maps","network_card"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a04fe153-6e68-4d80-aa33-3f10b6c8b7dc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/network_card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"336"},{"key":"Date","value":"Thu, 10 Jul 2025 17:34:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/network_card\",\n    \"id\": \"network_card\",\n    \"name\": \"Eaton PowerXpert Card UID 140 compatible\",\n    \"version\": \"1.0\",\n    \"actions\": {\n        \"#download\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/network_card/actions/download\"\n    }\n}"}],"_postman_id":"379da62f-84ee-4430-af8b-8bf916629029"},{"name":"xslot_uid245_map","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a91e8cbf-89e1-4ac6-bc10-dfc23c530f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/xslot_uid245_map","description":"<p>This endpoint retrieves the configuration details for a specific Modbus mapping map (in this case, <code>xslot_uid245_map</code>) associated with a specific network service protocol.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the mapping map (string).</p>\n</li>\n<li><p><code>name</code>: The name of the mapping map (string).</p>\n</li>\n<li><p><code>version</code>: The version of the mapping map (string).</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><code>#download</code>: A link or identifier for downloading the mapping map (string).</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping","maps","xslot_uid245_map"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"de54ed8e-a35b-4456-8b35-0c86458d46ba","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping/maps/xslot_uid245_map"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"338"},{"key":"Date","value":"Thu, 10 Jul 2025 17:35:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/xslot_uid245_map\",\n    \"id\": \"xslot_uid245_map\",\n    \"name\": \"Eaton Xslot UID 245 compatible\",\n    \"version\": \"1.0\",\n    \"actions\": {\n        \"#download\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps/xslot_uid245_map/actions/download\"\n    }\n}"}],"_postman_id":"a91e8cbf-89e1-4ac6-bc10-dfc23c530f25"}],"id":"4ec68df3-bd66-4d97-aa66-d4f2e216201d","description":"<p>This collection of endpoints deals with Modbus maps for a specific manager.</p>\n","_postman_id":"4ec68df3-bd66-4d97-aa66-d4f2e216201d"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"76825f5f-b499-4853-9a3b-ce6c9f463a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus","description":"<p>This endpoint retrieves the configuration details for the Modbus protocol used by the specified network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>tcp</code>: An object containing information about the TCP configuration for the Modbus protocol, including a unique <code>@id</code> that can be used to query for more TCP details.</p>\n</li>\n<li><p><code>rtu</code>: An object containing information about the RTU configuration for the Modbus protocol, including a unique <code>@id</code> that can be used to query for more RTU details.</p>\n</li>\n<li><p><code>mapping</code>: An object containing information regarding the Modbus protocol configuration, including a unique <code>@id</code> that can be used to query for more mapping details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8dee8ad6-0b7b-4631-ace1-4e435aae97fc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"356"},{"key":"Date","value":"Thu, 10 Jul 2025 17:18:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus\",\n    \"tcp\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/tcp\"\n    },\n    \"rtu\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/rtu\"\n    },\n    \"mapping\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping\"\n    }\n}"}],"_postman_id":"76825f5f-b499-4853-9a3b-ce6c9f463a6f"},{"name":"mapping","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"25875bfb-4a56-4dea-ac16-c6066a3d5bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping","description":"<p>This endpoint returns detailed information about the mapping configuration for the Modbus protocol.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the mapping configuration.</p>\n</li>\n<li><p><code>configurations</code>: An object containing configuration details, which includes its own <code>@id</code>.</p>\n</li>\n<li><p><code>maps</code>: An object representing the mapping details, which also includes its own <code>@id</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","mapping"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"653d08a3-1beb-4971-ba60-685320c77b2b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/mapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"305"},{"key":"Date","value":"Thu, 19 Jun 2025 16:32:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping\",\n    \"configurations\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/configurations\"\n    },\n    \"maps\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/mapping/maps\"\n    }\n}"}],"_postman_id":"25875bfb-4a56-4dea-ac16-c6066a3d5bd2"},{"name":"rtu","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e8cb50bd-7152-40d6-ba18-bb44aec3d63b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/rtu","description":"<p>This endpoint retrieves the current configuration and status of the Modbus RTU (Remote Terminal Unit) protocol for a specified network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>enabled</code>: Indicates whether the Modbus RTU protocol is enabled (boolean).</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The current operating state of the protocol (string).</p>\n</li>\n<li><p><code>health</code>: The health status of the protocol (string).</p>\n</li>\n</ul>\n</li>\n<li><p><code>configuration</code>: An object containing:</p>\n<ul>\n<li><p><code>baudrate</code>: The baud rate setting for the protocol (string).</p>\n</li>\n<li><p><code>parity</code>: The parity setting for the protocol (string).</p>\n</li>\n<li><p><code>stopBits</code>: The number of stop bits setting for the protocol (string).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","rtu"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"63b591c7-a882-4579-af62-e70d7eb121f0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/rtu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"250"},{"key":"Date","value":"Thu, 10 Jul 2025 17:20:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/rtu\",\n    \"enabled\": false,\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"unknown\"\n    },\n    \"configuration\": {\n        \"baudrate\": \"19200\",\n        \"parity\": \"even\",\n        \"stopBits\": \"one\"\n    }\n}"}],"_postman_id":"e8cb50bd-7152-40d6-ba18-bb44aec3d63b"},{"name":"tcp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ce0fa463-4385-4506-96f2-c284462b7931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/tcp","description":"<p>This endpoint retrieves the current configuration and status of the Modbus TCP protocol for a specified network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a status code of <code>200</code> and returns a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the Modbus TCP protocol is enabled.</p>\n</li>\n<li><p><code>status</code>: An object providing the current status of the protocol, which includes:</p>\n<ul>\n<li><p><code>operating</code>: A string representing the operational state.</p>\n</li>\n<li><p><code>health</code>: A string indicating the health status.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","modbus","tcp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aa9bae1a-e4b6-4c88-a762-84bc067a455a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/modbus/tcp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"163"},{"key":"Date","value":"Thu, 10 Jul 2025 17:19:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus/tcp\",\n    \"enabled\": false,\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"unknown\"\n    }\n}"}],"_postman_id":"ce0fa463-4385-4506-96f2-c284462b7931"}],"id":"afef8469-87db-43ef-bb3d-326cc9fcd0ab","description":"<p>This is the protocol management service for the Modbus protocol.</p>\n","_postman_id":"afef8469-87db-43ef-bb3d-326cc9fcd0ab"},{"name":"rms","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a44e86c7-992e-44d0-93a9-a9dcc6683bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms","description":"<p>This endpoint retrieves the configuration details for the network service protocols related to a specific manager identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing the following key details:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>communicationStatus</code>: An object detailing the current communication status with the following properties:</p>\n<ul>\n<li><p><code>state</code>: Current state of communication.</p>\n</li>\n<li><p><code>since</code>: Timestamp since the current state.</p>\n</li>\n<li><p><code>reason</code>: Reason for the current state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the protocol is enabled.</p>\n</li>\n<li><p><code>proxy</code>: Proxy server address if applicable.</p>\n</li>\n<li><p><code>proxyUsername</code>: Username for proxy authentication.</p>\n</li>\n<li><p><code>proxyPassword</code>: Password for proxy authentication (may be null).</p>\n</li>\n<li><p><code>advanced</code>: Object containing advanced settings:</p>\n<ul>\n<li><p><code>endpoint</code>: Endpoint URL.</p>\n</li>\n<li><p><code>defaultUsername</code>: Default username for authentication.</p>\n</li>\n<li><p><code>defaultPassword</code>: Default password for authentication (may be null).</p>\n</li>\n</ul>\n</li>\n<li><p><code>tenant</code>: Tenant information.</p>\n</li>\n<li><p><code>username</code>: Username for accessing the service.</p>\n</li>\n<li><p><code>password</code>: Password for accessing the service (may be null).</p>\n</li>\n<li><p><code>latitude</code>: Latitude of the device location.</p>\n</li>\n<li><p><code>longitude</code>: Longitude of the device location.</p>\n</li>\n<li><p><code>cardName</code>: Name of the network card.</p>\n</li>\n<li><p><code>proxyAuthEnabled</code>: Boolean indicating if proxy authentication is enabled.</p>\n</li>\n<li><p><code>deviceUuid</code>: UUID of the device.</p>\n</li>\n<li><p><code>connectionString</code>: Connection string for the service.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rms"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5118f0b2-72e0-4f82-acd3-939719007ea0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"651"},{"key":"Date","value":"Mon, 30 Jun 2025 15:17:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rms\",\n    \"communicationStatus\": {\n        \"state\": \"none\",\n        \"since\": \"2025-06-27T13:27:19.000Z\",\n        \"reason\": \"service is disabled\"\n    },\n    \"enabled\": false,\n    \"proxy\": \"\",\n    \"proxyUsername\": \"\",\n    \"proxyPassword\": null,\n    \"advanced\": {\n        \"endpoint\": \"https://eatonpq.cumulocity.com\",\n        \"defaultUsername\": \"management/devicebootstrap\",\n        \"defaultPassword\": null\n    },\n    \"tenant\": \"\",\n    \"username\": \"AES256CBC:EtksE3E3wyTqUOnAhjNZZg==:Nok7LVenBvMCXQTSvy5jRA==\",\n    \"password\": null,\n    \"latitude\": \"\",\n    \"longitude\": \"\",\n    \"cardName\": \"\",\n    \"proxyAuthEnabled\": false,\n    \"deviceUuid\": \"\",\n    \"connectionString\": \"\"\n}"}],"_postman_id":"a44e86c7-992e-44d0-93a9-a9dcc6683bd3"},{"name":"communicationStatus","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dff28c32-078d-44a5-ad7f-b327ab4a16fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms/communicationStatus","description":"<p>This endpoint retrieves the communication status of the RMS service for a specified manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>state</code>: A string indicating the current state of the communication. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>ok</code>, <code>lost</code>, <code>no contact</code>, <code>connection failed</code>, <code>error</code>, <code>establishing</code></li>\n</ul>\n</li>\n<li><p><code>since</code>: A string representing the timestamp of when the current state was recorded.</p>\n</li>\n<li><p><code>reason</code>: A string providing additional information about the current state.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rms","communicationStatus"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"be65b983-823b-4f95-b74e-6f597348d222","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms/communicationStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"92"},{"key":"Date","value":"Mon, 30 Jun 2025 16:21:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"none\",\n    \"since\": \"2025-06-27T13:27:19.000Z\",\n    \"reason\": \"service is disabled\"\n}"}],"_postman_id":"dff28c32-078d-44a5-ad7f-b327ab4a16fe"},{"name":"advanced","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bf6a78f1-c4fd-4f75-9315-cc59ff49587d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms/advanced","description":"<p>This endpoint retrieves advanced configuration details for the RMS protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>endpoint</code>: A string representing the endpoint configuration.</p>\n</li>\n<li><p><code>defaultUsername</code>: A string representing the default username for authentication.</p>\n</li>\n<li><p><code>defaultPassword</code>: A nullable field that may contain the default password for authentication.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rms","advanced"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"30133a70-cca8-45de-a64f-67b401146d5f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rms/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"125"},{"key":"Date","value":"Mon, 30 Jun 2025 16:26:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endpoint\": \"https://eatonpq.cumulocity.com\",\n    \"defaultUsername\": \"management/devicebootstrap\",\n    \"defaultPassword\": null\n}"}],"_postman_id":"bf6a78f1-c4fd-4f75-9315-cc59ff49587d"}],"id":"ab7aa134-40cc-4ad9-9fa0-2eae83e8bc14","description":"<p>This is the protocol management service for the RMS (Rights Management Services) protocol.</p>\n","_postman_id":"ab7aa134-40cc-4ad9-9fa0-2eae83e8bc14"},{"name":"rsyslog","item":[{"name":"rsyslog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"68a0dcc9-9b89-4890-9b5f-15e4be9680d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog","description":"<p>This endpoint returns detailed information about the remote syslog protocol configuration, including settings, operational status, and any specific parameters related to logging and message handling.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>version</code>: The version of the protocol configuration.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The operational status of the protocol.</p>\n</li>\n<li><p><code>health</code>: The health status of the protocol.</p>\n</li>\n</ul>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the Rsyslog protocol is enabled.</p>\n</li>\n<li><p><code>servers</code>: An object containing server-related information with a unique identifier.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rsyslog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e99ecc77-a025-404d-83b9-fe4054214c58","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"281"},{"key":"Date","value":"Mon, 30 Jun 2025 15:19:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog\",\n    \"version\": \"01.00.00\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"enabled\": true,\n    \"servers\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog/servers\"\n    }\n}"}],"_postman_id":"68a0dcc9-9b89-4890-9b5f-15e4be9680d4"},{"name":"rsyslog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"224d75da-d92d-4586-a7d9-91bfb1cfcd1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog","description":"<p>This endpoint allows you to update various settings related to the remote ssyslog protocol, including enabling or disabling the protocol, configuring port numbers, and adjusting other operational parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<ul>\n<li><code>enabled</code> (boolean): A flag indicating whether the Rsyslog protocol should be enabled (<code>true</code>) or disabled (<code>false</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rsyslog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"33829b5a-7150-4f66-8b09-61af786e030e","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 15:35:52 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"224d75da-d92d-4586-a7d9-91bfb1cfcd1f"},{"name":"servers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b575a638-8157-4704-91e6-486c7dd4e4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers","description":"<p>This endpoint retrieves the configuration details of remote syslog servers associated with a specific network service manager. It is useful for obtaining information about the current Rsyslog server settings, including their status and connection parameters.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following properties in JSON format:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response object (string).</p>\n</li>\n<li><p><code>members@count</code>: The count of Rsyslog server members (integer).</p>\n</li>\n<li><p><code>members</code>: An array of Rsyslog server objects, each containing:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the server (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the server (string).</p>\n</li>\n<li><p><code>name</code>: The name of the server (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the server is enabled.</p>\n</li>\n<li><p><code>hostname</code>: The hostname of the server (string).</p>\n</li>\n<li><p><code>protocol</code>: The protocol used by the server (string).</p>\n</li>\n<li><p><code>port</code>: The port number on which the server is listening (integer).</p>\n</li>\n<li><p><code>tcpFraming</code>: The TCP framing type (string).</p>\n</li>\n<li><p><code>usingByteOrderMask</code>: A boolean indicating if a byte order mask is used.</p>\n</li>\n<li><p><code>security</code>: An object containing security settings:</p>\n<ul>\n<li><p><code>ssl</code>: The SSL configuration (string).</p>\n</li>\n<li><p><code>verifyTlsCert</code>: A boolean indicating if TLS certificate verification is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rsyslog","servers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9797e695-4d93-4194-9e6b-d954b0a40da0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"817"},{"key":"Date","value":"Mon, 30 Jun 2025 15:37:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog/servers\",\n    \"members@count\": 2,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog/servers/1\",\n            \"id\": \"1\",\n            \"name\": \"nessie\",\n            \"enabled\": true,\n            \"hostname\": \"nessie.mbt.lab.etn.com\",\n            \"protocol\": \"udp\",\n            \"port\": 42420,\n            \"tcpFraming\": \"traditional\",\n            \"usingByteOrderMask\": false,\n            \"security\": {\n                \"ssl\": \"none\",\n                \"verifyTlsCert\": true\n            }\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog/servers/2\",\n            \"id\": \"2\",\n            \"name\": \"\",\n            \"enabled\": false,\n            \"hostname\": \"\",\n            \"protocol\": \"tcp\",\n            \"port\": 6514,\n            \"tcpFraming\": \"traditional\",\n            \"usingByteOrderMask\": false,\n            \"security\": {\n                \"ssl\": \"tls\",\n                \"verifyTlsCert\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"b575a638-8157-4704-91e6-486c7dd4e4e1"},{"name":"rsyslog/servers/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"72f74100-e1b4-4509-a494-cb0b7c289d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers/1","description":"<p>This endpoint returns detailed information about a specified Rsyslog server (in this case, the server with id <code>1</code>), including its configuration, operational status, and any relevant parameters.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the following fields in JSON format:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique ID of the Rsyslog server.</p>\n</li>\n<li><p><code>name</code>: Name of the Rsyslog server.</p>\n</li>\n<li><p><code>enabled</code>: Indicates if the server is enabled.</p>\n</li>\n<li><p><code>hostname</code>: Hostname of the server.</p>\n</li>\n<li><p><code>protocol</code>: Protocol used by the server.</p>\n</li>\n<li><p><code>port</code>: Port number on which the server is listening.</p>\n</li>\n<li><p><code>tcpFraming</code>: TCP framing type.</p>\n</li>\n<li><p><code>usingByteOrderMask</code>: Indicates if a byte order mask is being used.</p>\n</li>\n<li><p><code>security</code>: Security settings for the server, including SSL configuration and TLS certificate verification.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rsyslog","servers","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f56cbefc-3c29-4fb2-93d6-b38a9766f61a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"330"},{"key":"Date","value":"Mon, 30 Jun 2025 15:38:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog/servers/1\",\n    \"id\": \"1\",\n    \"name\": \"nessie\",\n    \"enabled\": true,\n    \"hostname\": \"nessie.mbt.lab.etn.com\",\n    \"protocol\": \"udp\",\n    \"port\": 42420,\n    \"tcpFraming\": \"traditional\",\n    \"usingByteOrderMask\": false,\n    \"security\": {\n        \"ssl\": \"none\",\n        \"verifyTlsCert\": true\n    }\n}"}],"_postman_id":"72f74100-e1b4-4509-a494-cb0b7c289d48"},{"name":"rsyslog/servers/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dd5e5d13-e15a-4784-afb7-6ba424fd28d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Primary\",\r\n    \"enabled\": false,\r\n    \"hostname\": \"\",\r\n    \"protocol\": \"tcp\",\r\n    \"port\": 6514,\r\n    \"tcpFraming\": \"traditional\",\r\n    \"usingByteOrderMask\": false,\r\n    \"security\": {\r\n        \"ssl\": \"tls\",\r\n        \"verifyTlsCert\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers/1","description":"<p>This endpoint allows you to update various settings related to the specified remote syslog server, including enabling/disabling the server, configuring its address, port, and protocol.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers/1</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any configuration options the user would like to change in regards to a specific server. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the Rsyslog server.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates whether the server is enabled or disabled.</p>\n</li>\n<li><p><code>hostname</code> (string): The hostname of the server.</p>\n</li>\n<li><p><code>protocol</code> (string): The protocol used for communication.</p>\n</li>\n<li><p><code>port</code> (integer): The port number on which the server listens.</p>\n</li>\n<li><p><code>tcpFraming</code> (string): The TCP framing method.</p>\n</li>\n<li><p><code>usingByteOrderMask</code> (boolean): Indicates whether a byte order mask is used.</p>\n</li>\n<li><p><code>security</code> (object): Security settings for the server.</p>\n<ul>\n<li><p>ssl (string): The SSL protocol used.</p>\n</li>\n<li><p><code>verifyTlsCert</code> (boolean): Indicates whether to verify the TLS certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","rsyslog","servers","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"24bfe178-7364-4481-9745-9dcac1d1421e","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Primary\",\r\n    \"enabled\": false,\r\n    \"hostname\": \"\",\r\n    \"protocol\": \"tcp\",\r\n    \"port\": 6514,\r\n    \"tcpFraming\": \"traditional\",\r\n    \"usingByteOrderMask\": false,\r\n    \"security\": {\r\n        \"ssl\": \"tls\",\r\n        \"verifyTlsCert\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/rsyslog/servers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 15:38:37 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"dd5e5d13-e15a-4784-afb7-6ba424fd28d7"}],"id":"9fc8e064-e6f1-4ddd-9326-f226325bd2f3","description":"<p>This is the protocol management service for the remote syslog protocol.</p>\n","_postman_id":"9fc8e064-e6f1-4ddd-9326-f226325bd2f3"},{"name":"smtp","item":[{"name":"smtp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"555d7f54-0759-4a35-ac73-59935f45a152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp","description":"<p>This endpoint retrieves the configuration details for the SMTP protocol associated with a specific network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>port</code>: (integer) The port number used for the SMTP service.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates whether the SMTP service is enabled.</p>\n</li>\n<li><p><code>serviceAvailable</code>: (boolean) Indicates if the SMTP service is available.</p>\n</li>\n<li><p><code>server</code>: (string) The SMTP server address.</p>\n</li>\n<li><p><code>requireAuth</code>: (boolean) Indicates if authentication is required for the SMTP service.</p>\n</li>\n<li><p><code>user</code>: (string) The username for authentication.</p>\n</li>\n<li><p><code>password</code>: (string or null) The password for authentication; may be null if not required.</p>\n</li>\n<li><p><code>fromAddress</code>: (string) The email address from which messages are sent.</p>\n</li>\n<li><p><code>security</code>: (object) Security settings for the SMTP service.</p>\n<ul>\n<li><p><code>ssl</code>: (string) SSL configuration.</p>\n</li>\n<li><p><code>verifyTlsCert</code>: (boolean) Indicates if TLS certificate verification is enabled.</p>\n</li>\n</ul>\n</li>\n<li><p><code>testRecipient</code>: (string) The email address used for testing.</p>\n</li>\n<li><p><code>communicationStatus</code>: (object) Status of the communication with the SMTP server.</p>\n<ul>\n<li><p><code>state</code>: (string) Current state of the communication.</p>\n</li>\n<li><p><code>since</code>: (string) Timestamp of the last state change.</p>\n</li>\n<li><p><code>reason</code>: (string) Reason for the current state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: (object) Available actions related to the SMTP service (<code>test</code>).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","smtp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b2d6f8d8-8661-4bea-a5d9-125c2cc53ac6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"529"},{"key":"Date","value":"Thu, 12 Dec 2024 15:24:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"port\": 25,\n    \"enabled\": true,\n    \"serviceAvailable\": true,\n    \"server\": \"smtp.test.com\",\n    \"requireAuth\": true,\n    \"user\": \"user\",\n    \"password\": null,\n    \"fromAddress\": \"networkcard@eaton.com\",\n    \"security\": {\n        \"ssl\": \"tls\",\n        \"verifyTlsCert\": false\n    },\n    \"testRecipient\": \"eaton@example.com\",\n    \"communicationStatus\": {\n        \"state\": \"connection failed\",\n        \"since\": \"2024-12-11T18:52:07.000Z\",\n        \"reason\": \"recipient not specified\"\n    },\n    \"actions\": {\n        \"#test\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/smtp/actions/test\"\n    }\n}"}],"_postman_id":"555d7f54-0759-4a35-ac73-59935f45a152"},{"name":"smtp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"becf0b49-ff78-4e53-ba54-d17b6b1bae2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"port\": 25,\r\n    \"enabled\": true,\r\n    \"serviceAvailable\": true,\r\n    \"server\": \"smtp.test.com\",\r\n    \"requireAuth\": true,\r\n    \"user\": \"user\",\r\n    \"password\": null,\r\n    \"fromAddress\": \"networkcard@eaton.com\",\r\n    \"security\": {\r\n        \"ssl\": \"tls\",\r\n        \"verifyTlsCert\": false\r\n    },\r\n    \"testRecipient\": \"eaton@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp","description":"<p>This endpoint allows the user to update the SMTP configuration for a specific network manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any SMTP configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>port</code> (number, required): The port number for the SMTP server.</p>\n</li>\n<li><p><code>enabled</code> (boolean, required): Indicates whether the SMTP protocol is enabled.</p>\n</li>\n<li><p><code>serviceAvailable</code> (boolean, required): Indicates whether the SMTP service is available.</p>\n</li>\n<li><p><code>server</code> (string, required): The SMTP server address.</p>\n</li>\n<li><p><code>requireAuth</code> (boolean, required): Indicates whether authentication is required for the SMTP server.</p>\n</li>\n<li><p><code>user</code> (string): The username for SMTP server authentication.</p>\n</li>\n<li><p><code>password</code> (string): The password for SMTP server authentication.</p>\n</li>\n<li><p><code>fromAddress</code> (string, required): The default email address to be used as the sender.</p>\n</li>\n<li><p><code>security</code> (object, required): The security settings for the SMTP protocol.</p>\n<ul>\n<li><p><code>ssl</code> (string, required): The SSL/TLS configuration for the SMTP protocol. Available options:</p>\n<ul>\n<li><code>none</code>, <code>starttls</code>, <code>tls</code></li>\n</ul>\n</li>\n<li><p><code>verifyTlsCert</code> (boolean, required): Indicates whether to verify the TLS certificate.</p>\n</li>\n</ul>\n</li>\n<li><p><code>testRecipient</code> (string, required): The email address of the test recipient for SMTP configuration testing.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","smtp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f18a197f-c11c-40bf-991b-d9045b9dbb37","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"port\": 25,\r\n    \"enabled\": true,\r\n    \"serviceAvailable\": true,\r\n    \"server\": \"smtp.test.com\",\r\n    \"requireAuth\": true,\r\n    \"user\": \"user\",\r\n    \"password\": null,\r\n    \"fromAddress\": \"networkcard@eaton.com\",\r\n    \"security\": {\r\n        \"ssl\": \"tls\",\r\n        \"verifyTlsCert\": false\r\n    },\r\n    \"testRecipient\": \"eaton@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 15:44:17 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"becf0b49-ff78-4e53-ba54-d17b6b1bae2d"},{"name":"test service","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9a7844e1-2120-4f26-a8f4-41d742fd4f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp/actions/test","description":"<p>This endpoint is used to test the connectivity and functionality of the SMTP protocol configuration for a specified network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the service is operational.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","smtp","actions","test"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1837df2a-22cb-4100-952a-a8f237ba8811","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/smtp/actions/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 16:46:53 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9a7844e1-2120-4f26-a8f4-41d742fd4f59"},{"name":"configurations/Yr6hJVzaReSzhl2g5ky0UA","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"19d6a409-518d-4de2-a65d-ec46b07b2c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA","description":"<p>This endpoint retrieves the configuration settings for the email service associated with a specific manager. The settings include details about notification preferences, periodic reporting, and message formatting.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/{configurationId}</code></p>\n<ul>\n<li><code>configurationId</code> parameter: The unique identifier of the configuration you want to retrieve (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>).</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the configuration (string).</p>\n</li>\n<li><p><code>id</code>: The identifier for the email service configuration (string).</p>\n</li>\n<li><p><code>name</code>: The name associated with the email service configuration (string).</p>\n</li>\n<li><p><code>emailAddress</code>: The email address used for notifications (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the email service is enabled.</p>\n</li>\n<li><p><code>actions</code>: An object containing action options, such as testing the configuration.</p>\n</li>\n<li><p><code>notifyOnEvent</code>: An object detailing notification settings for various events:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if notifications are enabled.</p>\n</li>\n<li><p><code>cardEvents</code>: An object for card-related events, including critical, warning, and info levels with subscription and logging options.</p>\n</li>\n<li><p><code>devicesEvents</code>: An object for device-related events, similar to card events.</p>\n</li>\n<li><p><code>exceptions</code>: An object containing details about notified and non-notified events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>periodicReport</code>: An object that describes the periodic reporting settings:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if periodic reporting is enabled.</p>\n</li>\n<li><p><code>periodicity</code>: The frequency of the reports (string).</p>\n</li>\n<li><p><code>startTime</code>: The starting time for the reports (string).</p>\n</li>\n<li><p><code>card</code>: An object with subscription and logging options for card events.</p>\n</li>\n<li><p><code>devices</code>: An object with subscription and logging options for device events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code>: An object containing message formatting details:</p>\n<ul>\n<li><p><code>sender</code>: The sender of the messages (string).</p>\n</li>\n<li><p><code>subject</code>: The subject line for the messages (string).</p>\n</li>\n<li><p><code>hideIpAddress</code>: A boolean indicating if the IP address should be hidden.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ba116427-ffb6-4a41-9777-b27db5992682","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1407"},{"key":"Date","value":"Thu, 19 Jun 2025 16:55:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA\",\n    \"id\": \"Yr6hJVzaReSzhl2g5ky0UA\",\n    \"name\": \"Example\",\n    \"emailAddress\": \"test@eaton.com\",\n    \"enabled\": false,\n    \"actions\": {\n        \"#test\": \"/rest/mbdetnrs/2.0/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA/actions/test\"\n    },\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        \"periodicity\": \"daily\",\n        \"startTime\": \"2024-12-03T16:28:00Z\",\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}"}],"_postman_id":"19d6a409-518d-4de2-a65d-ec46b07b2c2f"},{"name":"configurations/Yr6hJVzaReSzhl2g5ky0UA","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"93f56f46-4039-417a-bf2a-e8fbd1bfb7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Example\",\r\n    \"emailAddress\": \"test@eaton.com\",\r\n    \"enabled\": false,\r\n    \"notifyOnEvent\": {\r\n        \"enabled\": false,\r\n        \"cardEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            }\r\n        },\r\n        \"devicesEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            }\r\n        },\r\n        \"exceptions\": {\r\n            \"notifiedEvents\": \"\",\r\n            \"noneNotifiedEvents\": \"\"\r\n        }\r\n    },\r\n    \"periodicReport\": {\r\n        \"enabled\": false,\r\n        \"periodicity\": \"daily\",\r\n        \"startTime\": \"2024-12-03T16:28:00Z\",\r\n        \"card\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false\r\n        },\r\n        \"devices\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false,\r\n            \"attachMeasuresLog\": false\r\n        }\r\n    },\r\n    \"message\": {\r\n        \"sender\": \"\",\r\n        \"subject\": \"\",\r\n        \"hideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA","description":"<p>This endpoint allows you to update the email service settings for a specific manager identified by the unique identifier in the URL (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>). The settings include configurations for notifications, periodic reports, and message details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>HTTP Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/{configurationId}</code></p>\n<ul>\n<li><code>configurationId</code> parameter: The unique identifier of the configuration you want to retrieve (in this case, <code>Yr6hJVzaReSzhl2g5ky0UA</code>).</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any email service configuration options the user would like to change. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>name</code> (string): The name associated with the email service configuration.</p>\n</li>\n<li><p><code>emailAddress</code> (string): The email address to which notifications will be sent.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates whether the email service is enabled.</p>\n</li>\n<li><p><code>notifyOnEvent</code> (object): Configuration for event notifications.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if notifications for events are enabled.</p>\n</li>\n<li><p><code>cardEvents</code> (object): Configuration for card events.</p>\n<ul>\n<li><p><code>critical</code> (object): Settings for critical card events.</p>\n<ul>\n<li><p><code>subscribe</code> (boolean): Subscription status for critical events.</p>\n</li>\n<li><p><code>attachEventsLog</code> (boolean): Whether to attach event logs.</p>\n</li>\n</ul>\n</li>\n<li><p><code>warning</code> (object): Settings for warning card events.</p>\n</li>\n<li><p><code>info</code> (object): Settings for informational card events.</p>\n</li>\n</ul>\n</li>\n<li><p><code>devicesEvents</code> (object): Configuration for device events.</p>\n<ul>\n<li>Similar structure as <code>cardEvents</code>.</li>\n</ul>\n</li>\n<li><p><code>exceptions</code> (object): Configuration for exceptions notifications.</p>\n<ul>\n<li><p><code>notifiedEvents</code> (string): Events that are notified.</p>\n</li>\n<li><p><code>noneNotifiedEvents</code> (string): Events that are not notified.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>periodicReport</code> (object): Configuration for periodic reports.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if periodic reports are enabled.</p>\n</li>\n<li><p><code>periodicity</code> (string): Frequency of the reports (e.g., daily).</p>\n</li>\n<li><p><code>startTime</code> (string): The start time for the periodic report in ISO 8601 format.</p>\n</li>\n<li><p><code>card</code> (object): Configuration for card report settings.</p>\n<ul>\n<li><p><code>subscribe</code> (boolean): Subscription status for card reports.</p>\n</li>\n<li><p><code>attachEventsLog</code> (boolean): Whether to attach event logs.</p>\n</li>\n</ul>\n</li>\n<li><p><code>devices</code> (object): Configuration for device report settings.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code> (object): Configuration for the message details.</p>\n<ul>\n<li><p><code>sender</code> (string): The sender's email address.</p>\n</li>\n<li><p><code>subject</code> (string): The subject of the message.</p>\n</li>\n<li><p><code>hideIpAddress</code> (boolean): Indicates if the IP address should be hidden.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d6aaeb3a-831b-4fd1-af06-6f174833b18d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"Example\",\r\n    \"emailAddress\": \"test@eaton.com\",\r\n    \"enabled\": false,\r\n    \"notifyOnEvent\": {\r\n        \"enabled\": false,\r\n        \"cardEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false\r\n            }\r\n        },\r\n        \"devicesEvents\": {\r\n            \"critical\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"warning\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            },\r\n            \"info\": {\r\n                \"subscribe\": false,\r\n                \"attachEventsLog\": false,\r\n                \"attachMeasuresLog\": false\r\n            }\r\n        },\r\n        \"exceptions\": {\r\n            \"notifiedEvents\": \"\",\r\n            \"noneNotifiedEvents\": \"\"\r\n        }\r\n    },\r\n    \"periodicReport\": {\r\n        \"enabled\": false,\r\n        \"periodicity\": \"daily\",\r\n        \"startTime\": \"2024-12-03T16:28:00Z\",\r\n        \"card\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false\r\n        },\r\n        \"devices\": {\r\n            \"subscribe\": false,\r\n            \"attachEventsLog\": false,\r\n            \"attachMeasuresLog\": false\r\n        }\r\n    },\r\n    \"message\": {\r\n        \"sender\": \"\",\r\n        \"subject\": \"\",\r\n        \"hideIpAddress\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 19 Jun 2025 16:55:02 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"93f56f46-4039-417a-bf2a-e8fbd1bfb7f1"},{"name":"test configuration","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4eea9171-9f3f-485d-8dbe-ad2265b3e7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA/actions/test","description":"<p>This endpoint is used to test the email service configuration for a specific manager. By sending a POST request to the provided URL, users can trigger a test action on the email service settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful execution, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>classCode</code>: An integer indicating the class of the response.</p>\n</li>\n<li><p><code>errorCode</code>: An integer representing the error code.</p>\n</li>\n<li><p><code>description</code>: A string providing additional information about the response.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","emailService","settings","configurations","Yr6hJVzaReSzhl2g5ky0UA","actions","test"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8d068d82-c7d3-4427-a913-9922992d6800","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/emailService/settings/configurations/Yr6hJVzaReSzhl2g5ky0UA/actions/test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"57"},{"key":"Date","value":"Thu, 19 Jun 2025 16:56:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"classCode\": 10,\n    \"errorCode\": 0,\n    \"description\": \"\"\n}"}],"_postman_id":"4eea9171-9f3f-485d-8dbe-ad2265b3e7ab"}],"id":"05d8a3a3-e9f4-47d1-b4fb-68547d0309f9","description":"<p>This is the protocol management service for the SMTP (Simple Mail Transfer Protocol) protocol.</p>\n","_postman_id":"05d8a3a3-e9f4-47d1-b4fb-68547d0309f9"},{"name":"snmp","item":[{"name":"v1","item":[{"name":"snmp/v1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9cab158d-9e24-47da-ae79-378abbba299a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1","description":"<p>This endpoint returns detailed information about the SNMP version 1 protocol configuration, including settings, operational status, and any specific parameters related to SNMP v1 communication.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if SNMP v1 is enabled.</p>\n</li>\n<li><p><code>communities</code> (object): Contains community settings, including:</p>\n<ul>\n<li><p><code>members@count</code> (integer): The count of community members.</p>\n</li>\n<li><p><code>members</code> (array): List of community member objects, each containing:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the member.</p>\n</li>\n<li><p><code>id</code> (string): Unique ID of the community member.</p>\n</li>\n<li><p><code>name</code> (string): Name of the community member.</p>\n</li>\n<li><p><code>allowWrite</code> (boolean): Indicates if write access is allowed.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates if the community member is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d8f51ac9-aec0-4282-931a-d91c73c2aa17","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"453"},{"key":"Date","value":"Wed, 11 Dec 2024 14:28:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": false,\n    \"communities\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/1\",\n                \"id\": \"1\",\n                \"name\": \"public\",\n                \"allowWrite\": false,\n                \"enabled\": false\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/2\",\n                \"id\": \"2\",\n                \"name\": \"private\",\n                \"allowWrite\": true,\n                \"enabled\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"9cab158d-9e24-47da-ae79-378abbba299a"},{"name":"enable snmp/v1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"15ca3185-4869-40a7-b41f-3183a24c6840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1","description":"<p>This endpoint allows you to update various settings related to the SNMP version 1 protocol, including enabling or disabling the protocol, configuring port numbers, community strings, and other operational parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and includes the following parameter:</p>\n<ul>\n<li><code>enabled</code> (boolean): Indicates whether the SNMP version 1 protocol should be enabled (<code>true</code>) or disabled (<code>false</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"acef6413-52c4-40e3-a504-1a9f805dc106","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 17:17:45 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"15ca3185-4869-40a7-b41f-3183a24c6840"},{"name":"snmp/v1/communities/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"262779bc-9c65-40cd-a54a-40e086893c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1/communities/1","description":"<p>This endpoint returns detailed information about the specified SNMP v1 community (in this case, <code>1</code>), including its configuration, permissions, and operational status.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the community (string).</p>\n</li>\n<li><p><code>name</code>: Name of the SNMP community (string).</p>\n</li>\n<li><p><code>allowWrite</code>: Boolean indicating if write access is allowed.</p>\n</li>\n<li><p><code>enabled</code>: Boolean indicating if the community is enabled.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v1","communities","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6364e92f-8330-483a-81ee-7e0b29c68983","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1/communities/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"162"},{"key":"Date","value":"Wed, 11 Dec 2024 16:57:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/1\",\n    \"id\": \"1\",\n    \"name\": \"public\",\n    \"allowWrite\": false,\n    \"enabled\": false\n}"}],"_postman_id":"262779bc-9c65-40cd-a54a-40e086893c45"},{"name":"snmp/v1/communities/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8841dcd3-739d-4afd-af88-f39f71db0104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"public\",\r\n    \"allowWrite\": false,\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1/communities/1","description":"<p>This endpoint allows you to update various settings related to the specified SNMP version 1 community, including enabling or disabling the community, modifying its name, and changing permissions.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1/communities/{communityId}</code></p>\n<ul>\n<li>Replace <code>{communityId}</code> with the unique ID of the community configuration you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the SNMP community. For example, <code>\"public\"</code>.</p>\n</li>\n<li><p><code>allowWrite</code> (boolean): A flag indicating whether write access is allowed for this community. Set to <code>false</code> to disallow write access.</p>\n</li>\n<li><p><code>enabled</code> (boolean): A flag indicating whether the community is enabled. Set to <code>false</code> to disable the community.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v1","communities","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ad43ee19-fd9c-4cdc-9a55-5aa2268f694b","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"public\",\r\n    \"allowWrite\": false,\r\n    \"enabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v1/communities/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 17:09:56 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"8841dcd3-739d-4afd-af88-f39f71db0104"}],"id":"f4bfd595-36b2-436b-b0df-c2350a4db5fa","description":"<p>Collection of endpoints related to configuration details for SNMPv1.</p>\n","_postman_id":"f4bfd595-36b2-436b-b0df-c2350a4db5fa"},{"name":"v3","item":[{"name":"snmp/v3","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7906e79e-469d-42ff-8c91-8da1e4c57dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3","description":"<p>This endpoint returns detailed information about the SNMP version 3 protocol configuration, including settings, operational status, and any specific parameters related to SNMP v3 communication.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in <strong>JSON</strong> format and will include the following fields:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if SNMP v3 is enabled.</p>\n</li>\n<li><p><code>passwordRules</code> (object): Contains rules for password configuration.</p>\n<ul>\n<li><code>minLength</code> (integer): Minimum length required for passwords.</li>\n</ul>\n</li>\n<li><p><code>users</code> (object): Information about users configured for SNMP v3.</p>\n<ul>\n<li><p><code>members@count</code> (integer): The count of user members.</p>\n</li>\n<li><p><code>members</code> (array): List of user members, with each member containing:</p>\n<ul>\n<li><p><code>@id</code> (string): The unique identifier for the user.</p>\n</li>\n<li><p><code>id</code> (string): The user ID.</p>\n</li>\n<li><p><code>name</code> (string): The name of the user.</p>\n</li>\n<li><p><code>allowWrite</code> (boolean): Indicates if the user has write permissions.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates if the user is enabled.</p>\n</li>\n<li><p><code>auth</code> (object): Authentication settings for the user.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if authentication is enabled.</p>\n</li>\n<li><p><code>algorithm</code> (string): The algorithm used for authentication.</p>\n</li>\n<li><p><code>password</code> (object): Contains the authentication password.</p>\n<ul>\n<li><code>authPassword</code> (string): The authentication password.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>priv</code> (object): Privacy settings for the user.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if privacy is enabled.</p>\n</li>\n<li><p><code>algorithm</code> (string): The algorithm used for privacy.</p>\n</li>\n<li><p><code>password</code> (object): Contains the privacy password.</p>\n<ul>\n<li><code>privPassword</code> (string): The privacy password.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v3"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8bd31b93-bc0c-48b0-8d9f-a6d14a235bc5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"962"},{"key":"Date","value":"Wed, 11 Dec 2024 16:57:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": false,\n    \"passwordRules\": {\n        \"minLength\": 8\n    },\n    \"users\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/1\",\n                \"id\": \"1\",\n                \"name\": \"readonly\",\n                \"allowWrite\": false,\n                \"enabled\": false,\n                \"auth\": {\n                    \"enabled\": true,\n                    \"algorithm\": \"sha256\",\n                    \"password\": {\n                        \"authPassword\": \"\"\n                    }\n                },\n                \"priv\": {\n                    \"enabled\": true,\n                    \"algorithm\": \"aes\",\n                    \"password\": {\n                        \"privPassword\": \"\"\n                    }\n                }\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\",\n                \"id\": \"2\",\n                \"name\": \"readwrite\",\n                \"allowWrite\": true,\n                \"enabled\": false,\n                \"auth\": {\n                    \"enabled\": true,\n                    \"algorithm\": \"sha256\",\n                    \"password\": {\n                        \"authPassword\": \"\"\n                    }\n                },\n                \"priv\": {\n                    \"enabled\": true,\n                    \"algorithm\": \"aes\",\n                    \"password\": {\n                        \"privPassword\": \"\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"7906e79e-469d-42ff-8c91-8da1e4c57dcd"},{"name":"enable snmp/v3","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fa7d14c5-3b84-4f5d-aedc-d544d936ddae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false,\r\n    \"passwordRules\": {\r\n        \"minLength\": 8\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3","description":"<p>This endpoint allows you to update various settings related to the SNMP version 3 protocol, including enabling or disabling the protocol, and configuring password rules.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the SNMP v3 protocol is enabled or disabled.</p>\n</li>\n<li><p><code>passwordRules</code> (object): Contains rules for password configuration.</p>\n<ul>\n<li><code>minLength</code> (integer): The minimum length required for passwords.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v3"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8c66ca84-d1dc-4fde-9b01-f0e4b2e388c6","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": false,\r\n    \"passwordRules\": {\r\n        \"minLength\": 8\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 17:30:53 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"fa7d14c5-3b84-4f5d-aedc-d544d936ddae"},{"name":"snmp/v3/users/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0a26ac30-6c9b-41fe-971f-243c0cd61b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3/users/1","description":"<p>This endpoint retrieves detailed information about a specified SNMP version 3 user. The information includes the user's configuration, permissions, and operational status.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the SNMP user.</p>\n</li>\n<li><p><code>name</code>: Name of the SNMP user.</p>\n</li>\n<li><p><code>allowWrite</code>: Indicates if write access is permitted.</p>\n</li>\n<li><p><code>enabled</code>: Indicates if the user is enabled.</p>\n</li>\n<li><p><code>auth</code>: Object containing authentication details.</p>\n<ul>\n<li><p><code>enabled</code>: Indicates if authentication is enabled.</p>\n</li>\n<li><p><code>algorithm</code>: Authentication algorithm used.</p>\n</li>\n<li><p><code>password</code>: Object containing authentication password details.</p>\n<ul>\n<li><code>authPassword</code>: The authentication password.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>priv</code>: Object containing privacy details.</p>\n<ul>\n<li><p><code>enabled</code>: Indicates if privacy is enabled.</p>\n</li>\n<li><p><code>algorithm</code>: Privacy algorithm used.</p>\n</li>\n<li><p><code>password</code>: Object containing privacy password details.</p>\n<ul>\n<li><code>privPassword</code>: The privacy password.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v3","users","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"73186685-1439-4566-b5f8-14f2e1539745","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"357"},{"key":"Date","value":"Wed, 11 Dec 2024 16:57:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/1\",\n    \"id\": \"1\",\n    \"name\": \"readonly\",\n    \"allowWrite\": false,\n    \"enabled\": false,\n    \"auth\": {\n        \"enabled\": true,\n        \"algorithm\": \"sha256\",\n        \"password\": {\n            \"authPassword\": \"\"\n        }\n    },\n    \"priv\": {\n        \"enabled\": true,\n        \"algorithm\": \"aes\",\n        \"password\": {\n            \"privPassword\": \"\"\n        }\n    }\n}"}],"_postman_id":"0a26ac30-6c9b-41fe-971f-243c0cd61b4d"},{"name":"snmp/v3/users/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9c696e59-3717-4834-97d7-0d018cbca455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{reauth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"readonly\",\r\n    \"allowWrite\": false,\r\n    \"enabled\": true,\r\n    \"auth\": {\r\n        \"enabled\": true,\r\n        \"algorithm\": \"sha256\",\r\n        \"password\": {\r\n            \"authPassword\": \"Thisis1test#\"\r\n        }\r\n    },\r\n    \"priv\": {\r\n        \"enabled\": true,\r\n        \"algorithm\": \"aes\",\r\n        \"password\": {\r\n            \"privPassword\": \"Thisis1test#\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3/users/1","description":"<p>This endpoint allows updating the SNMPv3 user details for a specific network service protocol manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: PUT</p>\n</li>\n<li><p>URL: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3/users/1</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (text, required): The name of the SNMPv3 user.</p>\n</li>\n<li><p><code>allowWrite</code> (boolean, required): Indicates whether write access is allowed for the user.</p>\n</li>\n<li><p><code>enabled</code> (boolean, required): Indicates whether the user is enabled.</p>\n</li>\n<li><p><code>auth</code> (object, required): Object containing authentication details.</p>\n<ul>\n<li><p><code>enabled</code> (boolean, required): Indicates whether authentication is enabled.</p>\n</li>\n<li><p><code>algorithm</code> (text, required): The algorithm used for authentication. These are the available algorithms:</p>\n<ul>\n<li><p>\"sha256\"</p>\n</li>\n<li><p>\"sha384\"</p>\n</li>\n<li><p>\"sha512\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>password</code> (object, required): Object containing the authentication password.</p>\n<ul>\n<li><code>authPassword</code> (text, required): The authentication password.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>priv</code> (object, required): Object containing privacy details.</p>\n<ul>\n<li><p><code>enabled</code> (boolean, required): Indicates whether privacy is enabled.</p>\n</li>\n<li><p><code>algorithm</code> (text, required): The algorithm used for privacy. These are the available algorithms:</p>\n<ul>\n<li><p>\"aes\"</p>\n</li>\n<li><p>\"aes192\"</p>\n</li>\n<li><p>\"aes256\"</p>\n</li>\n</ul>\n</li>\n<li><p><code>password</code> (object, required): Object containing the privacy password.</p>\n<ul>\n<li><code>privPassword</code> (text, required): The privacy password.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","v3","users","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1e2b173c-c883-4c22-876c-65a0774413ed","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"readonly\",\r\n    \"allowWrite\": false,\r\n    \"enabled\": true,\r\n    \"auth\": {\r\n        \"enabled\": true,\r\n        \"algorithm\": \"sha256\",\r\n        \"password\": {\r\n            \"authPassword\": \"Thisis1test#\"\r\n        }\r\n    },\r\n    \"priv\": {\r\n        \"enabled\": true,\r\n        \"algorithm\": \"aes\",\r\n        \"password\": {\r\n            \"privPassword\": \"Thisis1test#\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/v3/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 17:34:11 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9c696e59-3717-4834-97d7-0d018cbca455"}],"id":"438a31b6-8bf6-4b14-866d-745634f568cf","description":"<p>Collection of endpoints related to configuration details for SNMPv3.</p>\n","_postman_id":"438a31b6-8bf6-4b14-866d-745634f568cf"},{"name":"mibs","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e0daa0ff-13f7-4387-80cf-0df367aca131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/mibs","description":"<p>This endpoint retrieves the list of SNMP MIBs (Management Information Bases) associated with a specific network service manager. It provides information on the available MIBs, including their identifiers and versions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the total number of MIBs returned in the <code>members</code> array.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each representing a MIB with the following properties:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the MIB (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the MIB (string).</p>\n</li>\n<li><p><code>name</code>: The name of the MIB (string).</p>\n</li>\n<li><p><code>version</code>: The version of the MIB (string).</p>\n</li>\n<li><p><code>download</code>: A link or reference for downloading the MIB (string).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","mibs"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8ebb7cbe-978d-4f5a-b667-8bb0df595b7b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/mibs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"827"},{"key":"Date","value":"Thu, 19 Jun 2025 16:47:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 4,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/1\",\n            \"id\": \"1\",\n            \"name\": \"Eaton XupsMIB\",\n            \"version\": \"20220713\",\n            \"download\": \"/mibs/XUPS-MIB.zip\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/2\",\n            \"id\": \"2\",\n            \"name\": \"IETF upsMIB\",\n            \"version\": \"20070521\",\n            \"download\": \"/mibs/UPS-MIB.zip\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/3\",\n            \"id\": \"3\",\n            \"name\": \"Eaton Ats2 MIB\",\n            \"version\": \"20211126\",\n            \"download\": \"/mibs/EATON-ATS2-MIB.zip\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/4\",\n            \"id\": \"4\",\n            \"name\": \"Eaton Sensor MIB\",\n            \"version\": \"20220506\",\n            \"download\": \"/mibs/EATON-SENSOR-MIB.zip\"\n        }\n    ]\n}"}],"_postman_id":"e0daa0ff-13f7-4387-80cf-0df367aca131"},{"name":"mibs/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c62cf6f8-8507-4b50-adfd-488fb6a6d18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/mibs/1","description":"<p>This endpoint retrieves the details of a specific SNMP MIB (Management Information Base) associated with a network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier of the MIB.</p>\n</li>\n<li><p><code>name</code>: The name of the MIB.</p>\n</li>\n<li><p><code>version</code>: The version of the MIB.</p>\n</li>\n<li><p><code>download</code>: A link or reference for downloading the MIB.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","mibs","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ba40fa00-2295-4439-8c2c-ed512097f46e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/mibs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"177"},{"key":"Date","value":"Thu, 19 Jun 2025 16:46:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/1\",\n    \"id\": \"1\",\n    \"name\": \"Eaton XupsMIB\",\n    \"version\": \"20220713\",\n    \"download\": \"/mibs/XUPS-MIB.zip\"\n}"}],"_postman_id":"c62cf6f8-8507-4b50-adfd-488fb6a6d18e"}],"id":"3ce28abc-e637-4f26-be63-bb4d977eeb69","description":"<p>Collection of endpoints related to MIB (Management Information Base) details.</p>\n","_postman_id":"3ce28abc-e637-4f26-be63-bb4d977eeb69"},{"name":"traps","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ae2d6aae-a8a2-4874-8ae7-424e7efa743c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps","description":"<p>This endpoint retrieves the SNMP traps configuration for a specific network service identified by the manager ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a 200 status and a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>mibs</code>: An object that contains information about the MIBs (Management Information Bases).</p>\n<ul>\n<li><p><code>members@count</code>: The count of MIB members (integer).</p>\n</li>\n<li><p><code>members</code>: An array of MIB members, each represented by an object containing an <code>@id</code> key.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: An object that lists available actions.</p>\n<ul>\n<li><code>#test</code>: A placeholder for an action identifier.</li>\n</ul>\n</li>\n<li><p><code>receivers</code>: An object that contains information about SNMP receivers.</p>\n<ul>\n<li><p><code>members@count</code>: The count of receiver members (integer).</p>\n</li>\n<li><p><code>members</code>: An array of receiver members, each represented by an object containing an <code>@id</code> key.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5d50167d-bad7-4838-84fc-5228f5d2412c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1353"},{"key":"Date","value":"Mon, 30 Jun 2025 17:37:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mibs\": {\n        \"members@count\": 4,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/1\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/2\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/3\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/4\"\n            }\n        ]\n    },\n    \"actions\": {\n        \"#test\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/actions/test\"\n    },\n    \"receivers\": {\n        \"members@count\": 6,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/8rltcM_ASe222qQVGUV3LQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Wml2vJj7SaKl0eKozTRVtw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/mo1JJBIDRnK1HeDjBfkmrQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Lyag6gnwQ1Wu0GZlVP60fQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/zfwyjoENROelyEA2FGWFhA\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ae2d6aae-a8a2-4874-8ae7-424e7efa743c"},{"name":"traps/mibs/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cad852f7-fba5-402a-bc43-7b410cddaa9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/mibs/1","description":"<p>This endpoint retrieves the details of a specific SNMP Trap MIB (Management Information Base) identified by the ID <code>1</code>.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a <code>200 OK</code> status with a response in JSON format containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the MIB (string).</p>\n</li>\n<li><p><code>name</code>: The name of the MIB (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the MIB is enabled.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps","mibs","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3a7e4e89-efaf-46a3-92c8-7f799b5202e5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/mibs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"142"},{"key":"Date","value":"Thu, 19 Jun 2025 16:45:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/1\",\n    \"id\": \"1\",\n    \"name\": \"Eaton XupsMIB\",\n    \"enabled\": true\n}"}],"_postman_id":"cad852f7-fba5-402a-bc43-7b410cddaa9f"},{"name":"traps/receivers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c483c5a4-8264-4490-b95b-d75671646cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers","description":"<p>This endpoint retrieves the list of SNMP trap receivers associated with the specified network service manager. It provides information about the current configuration of SNMP traps, specifically focusing on the receivers that are set up.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>members@count</code>: An integer representing the number of SNMP trap receivers found.</p>\n</li>\n<li><p><code>members</code>: An array containing objects that represent each SNMP trap receiver. Each object includes:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the SNMP trap receiver.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps","receivers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"28cbef63-4f56-49ed-af10-b250802d3aa1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"640"},{"key":"Date","value":"Thu, 19 Jun 2025 16:47:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 5,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/8rltcM_ASe222qQVGUV3LQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Wml2vJj7SaKl0eKozTRVtw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/mo1JJBIDRnK1HeDjBfkmrQ\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Lyag6gnwQ1Wu0GZlVP60fQ\"\n        }\n    ]\n}"}],"_postman_id":"c483c5a4-8264-4490-b95b-d75671646cb8"},{"name":"receivers/nbmZ3cvyS2O8zD9d0BAdKQ","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"769f085a-f538-4279-977a-f53e4fbf9a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ","description":"<p>This endpoint retrieves a specific SNMP trap receiver (in this case, with the unique id <code>nbmZ3cvyS2O8zD9d0BAdKQ</code>) associated with a specific network service. It is part of the management API for network services and is used to obtain configuration details for SNMP traps.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/{receiverId}</code></p>\n<ul>\n<li>Replace <code>{receiverId}</code> with the unique ID of the trap receiver you wish to query.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the details of the SNMP trap receiver in the following format:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier of the SNMP trap receiver.</p>\n</li>\n<li><p><code>name</code>: The name of the SNMP trap receiver.</p>\n</li>\n<li><p><code>host</code>: The hostname or IP address of the SNMP trap receiver.</p>\n</li>\n<li><p><code>port</code>: The port number used by the SNMP trap receiver.</p>\n</li>\n<li><p><code>community</code>: The SNMP community string for authentication.</p>\n</li>\n<li><p><code>protocol</code>: The protocol used by the SNMP trap receiver.</p>\n</li>\n<li><p><code>user</code>: The user associated with the SNMP trap receiver.</p>\n</li>\n<li><p><code>enabled</code>: A boolean value indicating whether the SNMP trap receiver is enabled.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps","receivers","nbmZ3cvyS2O8zD9d0BAdKQ"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"169b78d3-eafa-4a68-b838-8b1acb9a3683","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"341"},{"key":"Date","value":"Thu, 19 Jun 2025 16:48:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ\",\n    \"id\": \"nbmZ3cvyS2O8zD9d0BAdKQ\",\n    \"name\": \"Test\",\n    \"host\": \"etn.mbt.com\",\n    \"port\": 162,\n    \"community\": \"trtr\",\n    \"protocol\": \"v2c\",\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users\",\n    \"enabled\": true\n}"}],"_postman_id":"769f085a-f538-4279-977a-f53e4fbf9a65"}],"id":"2d7b12f1-5605-45dd-a859-e4158f5374ad","description":"<p>Collection of endpoints related to configuration details for SNMP traps.</p>\n","_postman_id":"2d7b12f1-5605-45dd-a859-e4158f5374ad"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"31986258-cfb5-4ce3-90c3-e05149218406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp","description":"<p>This endpoint retrieves detailed information about the SNMP (Simple Network Management Protocol) configuration for a specific network service. It provides insights into both SNMPv1 and SNMPv3 settings, operational status, and parameters related to SNMP communication.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><strong><code>v1</code></strong>: <strong>Configuration details for SNMPv1, including:</strong></p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates if SNMPv1 is enabled.</p>\n</li>\n<li><p><code>communities</code>: Contains community strings for SNMPv1.</p>\n<ul>\n<li><p><code>members@count</code>: (integer) The count of community members.</p>\n</li>\n<li><p><code>members</code>: (array) List of community members, each with:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the member.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the community.</p>\n</li>\n<li><p><code>allowWrite</code>: (boolean) Permission to write.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates if the member is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong><code>v3</code></strong>: <strong>Configuration details for SNMPv3, including:</strong></p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates if SNMPv3 is enabled.</p>\n</li>\n<li><p><code>passwordRules</code>: Rules for password complexity.</p>\n<ul>\n<li><code>minLength</code>: (integer) Minimum length for passwords.</li>\n</ul>\n</li>\n<li><p><code>users</code>: Contains user configurations for SNMPv3.</p>\n<ul>\n<li><p><code>members@count</code>: (integer) The count of user members.</p>\n</li>\n<li><p><code>members</code>: (array) List of user members, each with:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the user.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the user.</p>\n</li>\n<li><p><code>allowWrite</code>: (boolean) Permission to write.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates if the user is enabled.</p>\n</li>\n<li><p><code>auth</code>: Authentication settings.</p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates if authentication is enabled.</p>\n</li>\n<li><p><code>algorithm</code>: (string) The algorithm used for authentication.</p>\n</li>\n<li><p><code>password</code>: Contains authentication password details.</p>\n<ul>\n<li><code>authPassword</code>: (string) The authentication password.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>priv</code>: Privacy settings.</p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates if privacy is enabled.</p>\n</li>\n<li><p><code>algorithm</code>: (string) The algorithm used for privacy.</p>\n</li>\n<li><p><code>password</code>: Contains privacy password details.</p>\n<ul>\n<li><code>privPassword</code>: (string) The privacy password.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong><code>mibs</code></strong>: <strong>Management Information Base (MIB) details, including:</strong></p>\n<ul>\n<li><p><code>members@count</code>: (integer) The count of MIB members.</p>\n</li>\n<li><p><code>members</code>: (array) List of MIB members, each with:</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier for the MIB.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the MIB.</p>\n</li>\n<li><p><code>version</code>: (string) Version of the MIB.</p>\n</li>\n<li><p><code>download</code>: (string) Download link for the MIB.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong><code>traps</code></strong>: <strong>Configuration for SNMP traps, including:</strong></p>\n<ul>\n<li><p><code>mibs</code>: MIBs associated with traps.</p>\n<ul>\n<li><p><code>members@count</code>: (integer) The count of MIB members for traps.</p>\n</li>\n<li><p><code>members</code>: (array) List of MIB members for traps, each with a unique <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: Actions associated with traps (<code>test</code>).</p>\n</li>\n<li><p><code>receivers</code>: List of trap receivers.</p>\n<ul>\n<li><p><code>members@count</code>: (integer) The count of receiver members.</p>\n</li>\n<li><p><code>members</code>: (array) List of receiver members, each with a unique <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8141b8ff-d56c-40eb-91bb-a183b4141f62","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2566"},{"key":"Date","value":"Fri, 17 Jan 2025 14:30:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"v1\": {\n        \"enabled\": false,\n        \"communities\": {\n            \"members@count\": 2,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/1\",\n                    \"id\": \"1\",\n                    \"name\": \"public\",\n                    \"allowWrite\": false,\n                    \"enabled\": false\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/2\",\n                    \"id\": \"2\",\n                    \"name\": \"private\",\n                    \"allowWrite\": true,\n                    \"enabled\": false\n                }\n            ]\n        }\n    },\n    \"v3\": {\n        \"enabled\": false,\n        \"passwordRules\": {\n            \"minLength\": 8\n        },\n        \"users\": {\n            \"members@count\": 2,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/1\",\n                    \"id\": \"1\",\n                    \"name\": \"readonly\",\n                    \"allowWrite\": false,\n                    \"enabled\": true,\n                    \"auth\": {\n                        \"enabled\": true,\n                        \"algorithm\": \"sha256\",\n                        \"password\": {\n                            \"authPassword\": \"\"\n                        }\n                    },\n                    \"priv\": {\n                        \"enabled\": true,\n                        \"algorithm\": \"aes192\",\n                        \"password\": {\n                            \"privPassword\": \"\"\n                        }\n                    }\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\",\n                    \"id\": \"2\",\n                    \"name\": \"readwrite\",\n                    \"allowWrite\": true,\n                    \"enabled\": false,\n                    \"auth\": {\n                        \"enabled\": true,\n                        \"algorithm\": \"sha256\",\n                        \"password\": {\n                            \"authPassword\": \"\"\n                        }\n                    },\n                    \"priv\": {\n                        \"enabled\": true,\n                        \"algorithm\": \"aes\",\n                        \"password\": {\n                            \"privPassword\": \"\"\n                        }\n                    }\n                }\n            ]\n        }\n    },\n    \"mibs\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/1\",\n                \"id\": \"1\",\n                \"name\": \"Eaton Sensor MIB\",\n                \"version\": \"20220506\",\n                \"download\": \"/mibs/EATON-SENSOR-MIB.zip\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/2\",\n                \"id\": \"2\",\n                \"name\": \"Eaton Rack PDU MIB\",\n                \"version\": \"20230331\",\n                \"download\": \"/mibs/EATON-EPDU-MIB.zip\"\n            }\n        ]\n    },\n    \"traps\": {\n        \"mibs\": {\n            \"members@count\": 2,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/1\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/2\"\n                }\n            ]\n        },\n        \"actions\": {\n            \"#test\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/actions/test\"\n        },\n        \"receivers\": {\n            \"members@count\": 1,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/oCGX2hJ3R8GiCYgfo_RENw\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"31986258-cfb5-4ce3-90c3-e05149218406"},{"name":"Create new trap receiver","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"17f4e6d1-b425-4060-a63b-8886825605a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"new\",\r\n    \"enabled\": false,\r\n    \"host\": \"snmp.host.com\",\r\n    \"protocol\": \"v3\",\r\n    \"port\": 162,\r\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers","description":"<p>This endpoint allows you to add a new SNMP trap receiver to the specified network service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>HTTP Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the SNMP trap receiver.</p>\n</li>\n<li><p><code>enabled</code> (boolean): A flag indicating whether the receiver is enabled.</p>\n</li>\n<li><p><code>host</code> (string): The hostname or IP address of the SNMP trap receiver.</p>\n</li>\n<li><p><code>protocol</code> (string): The protocol version to use (e.g., \"v3\").</p>\n</li>\n<li><p><code>port</code> (integer): The port number on which the SNMP trap receiver listens.</p>\n</li>\n<li><p><code>user</code> (string): The user associated with SNMP authentication.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response with a status code of <code>200</code> and a JSON object containing the details of the newly created SNMP trap receiver in the following format:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the resource.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier of the SNMP trap receiver.</p>\n</li>\n<li><p><code>name</code> (string): The name of the SNMP trap receiver.</p>\n</li>\n<li><p><code>host</code> (string): The hostname or IP address of the SNMP trap receiver.</p>\n</li>\n<li><p><code>port</code> (integer): The port number on which the SNMP trap receiver is configured.</p>\n</li>\n<li><p><code>community</code> (string): Community string for SNMP (if applicable).</p>\n</li>\n<li><p><code>protocol</code> (string): The protocol version used.</p>\n</li>\n<li><p><code>user</code> (string): The user associated with SNMP authentication.</p>\n</li>\n<li><p><code>enabled</code> (boolean): Indicates if the receiver is enabled.</p>\n</li>\n<li><p><code>status</code> (string): The status of the SNMP trap receiver.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps","receivers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4b4d045f-9507-4bfb-a26d-6cfe1edde869","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"new\",\r\n    \"enabled\": false,\r\n    \"host\": \"snmp.host.com\",\r\n    \"protocol\": \"v3\",\r\n    \"port\": 162,\r\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"363"},{"key":"Date","value":"Thu, 16 Jan 2025 20:34:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/oCGX2hJ3R8GiCYgfo_RENw\",\n    \"id\": \"oCGX2hJ3R8GiCYgfo_RENw\",\n    \"name\": \"new\",\n    \"host\": \"snmp.host.com\",\n    \"port\": 162,\n    \"community\": \"\",\n    \"protocol\": \"v3\",\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\",\n    \"enabled\": false,\n    \"status\": \"inactive\"\n}"}],"_postman_id":"17f4e6d1-b425-4060-a63b-8886825605a8"},{"name":"Edit trap receiver","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3c481e3d-ba7d-4d1c-ba4f-eda3c9cce661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"newtest\",\r\n    \"enabled\": false,\r\n    \"host\": \"snmp.host.com\",\r\n    \"protocol\": \"v3\",\r\n    \"port\": 162,\r\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/oCGX2hJ3R8GiCYgfo_RENw","description":"<p>This endpoint allows you to update an existing SNMP trap receiver configuration using its unique ID (in this case, <code>oCGX2hJ3R8GiCYgfo_RENw</code>)</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/{receiverID}</code></p>\n<ul>\n<li>Replace <code>{receiverId}</code> with the unique id for the trap receiver you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any configuration options the user would like to change in regards to a specific trap receiver. The following fields are available to be submitted:</p>\n<ul>\n<li><p><code>name</code> (string): The name of the SNMP trap receiver.</p>\n</li>\n<li><p><code>enabled</code> (boolean): A flag indicating whether the receiver is enabled or not.</p>\n</li>\n<li><p><code>host</code> (string): The hostname or IP address of the SNMP trap receiver.</p>\n</li>\n<li><p><code>protocol</code> (string): The SNMP protocol version to be used (e.g., \"v3\").</p>\n</li>\n<li><p><code>port</code> (integer): The port number for the SNMP trap receiver.</p>\n</li>\n<li><p><code>user</code> (string): The user associated with the SNMP configuration.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols","snmp","traps","receivers","oCGX2hJ3R8GiCYgfo_RENw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bf46d81a-483c-4baa-95c3-ac87e501392f","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"name\": \"newtest\",\r\n    \"enabled\": false,\r\n    \"host\": \"snmp.host.com\",\r\n    \"protocol\": \"v3\",\r\n    \"port\": 162,\r\n    \"user\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols/snmp/traps/receivers/oCGX2hJ3R8GiCYgfo_RENw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 16 Jan 2025 20:36:44 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"3c481e3d-ba7d-4d1c-ba4f-eda3c9cce661"}],"id":"bed98b6a-8d33-4005-985b-cf3d256ec750","description":"<p>This is the protocol management service for the SNMP (Simple Network Management Protocol) protocol.</p>\n","_postman_id":"bed98b6a-8d33-4005-985b-cf3d256ec750"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3593c415-f3d6-4f2c-b52d-97af16325523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols","description":"<p>This endpoint retrieves the configuration details for various network service protocols associated with a specific manager instance. It provides insights into the operational status and settings of protocols such as BACnet, Modbus, RMS, Remote Syslog, SMTP, and SNMP.</p>\n<h3 id=\"response-format\">Response Format</h3>\n<p>The response is returned in JSON format and includes the following key components (all of which can be directly queried for additional details):</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>bacnet</code>: Contains configuration details for the bacnet protocol, including its version, configuration, status, and specifications.</p>\n</li>\n<li><p><code>modbus</code>: Contains configuration details for the Modbus protocol.</p>\n</li>\n<li><p><code>rms</code>: Contains configuration details for the RMS protocol.</p>\n</li>\n<li><p><code>rsyslog</code>: Contains configuration details for the remote syslog protocol.</p>\n</li>\n<li><p><code>smtp</code>: Contains configuration details for the SMTP protocol, including its port, enablement status, server, authentication details, security, and communication status.</p>\n</li>\n<li><p><code>snmp</code>: Contains configuration details for the SNMP protocol, including about v1, v3, mibs configurations, and traps.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","protocols"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"379bcd51-9678-483a-b8b7-1d987ec7240f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/protocols"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"5203"},{"key":"Date","value":"Mon, 30 Jun 2025 16:34:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols\",\n    \"bacnet\": {\n        \"version\": \"01.00.00\",\n        \"configuration\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/configuration\"\n        },\n        \"status\": {\n            \"operating\": \"stopped\",\n            \"health\": \"unknown\",\n            \"bacnetMac\": \"-\"\n        },\n        \"specifications\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/bacnet/specifications\"\n        }\n    },\n    \"modbus\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/modbus\"\n    },\n    \"rms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rms\"\n    },\n    \"rsyslog\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/rsyslog\"\n    },\n    \"smtp\": {\n        \"port\": 25,\n        \"enabled\": true,\n        \"serviceAvailable\": true,\n        \"server\": \"smtp.test.com\",\n        \"requireAuth\": true,\n        \"user\": \"user\",\n        \"password\": null,\n        \"fromAddress\": \"networkcard@eaton.com\",\n        \"security\": {\n            \"ssl\": \"tls\",\n            \"verifyTlsCert\": false\n        },\n        \"testRecipient\": \"eaton@example.com\",\n        \"communicationStatus\": {\n            \"state\": \"connection failed\",\n            \"since\": \"2025-06-30T15:46:09.000Z\",\n            \"reason\": \"recipient not specified\"\n        },\n        \"actions\": {\n            \"#test\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/smtp/actions/test\"\n        }\n    },\n    \"snmp\": {\n        \"v1\": {\n            \"enabled\": true,\n            \"communities\": {\n                \"members@count\": 2,\n                \"members\": [\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/1\",\n                        \"id\": \"1\",\n                        \"name\": \"public\",\n                        \"allowWrite\": false,\n                        \"enabled\": true\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v1/communities/2\",\n                        \"id\": \"2\",\n                        \"name\": \"private\",\n                        \"allowWrite\": true,\n                        \"enabled\": true\n                    }\n                ]\n            }\n        },\n        \"v3\": {\n            \"enabled\": true,\n            \"passwordRules\": {\n                \"minLength\": 8\n            },\n            \"users\": {\n                \"members@count\": 2,\n                \"members\": [\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/1\",\n                        \"id\": \"1\",\n                        \"name\": \"readonly\",\n                        \"allowWrite\": false,\n                        \"enabled\": true,\n                        \"auth\": {\n                            \"enabled\": true,\n                            \"algorithm\": \"sha512\",\n                            \"password\": {\n                                \"authPassword\": \"\"\n                            }\n                        },\n                        \"priv\": {\n                            \"enabled\": true,\n                            \"algorithm\": \"aes256\",\n                            \"password\": {\n                                \"privPassword\": \"\"\n                            }\n                        }\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/v3/users/2\",\n                        \"id\": \"2\",\n                        \"name\": \"readwrite\",\n                        \"allowWrite\": true,\n                        \"enabled\": true,\n                        \"auth\": {\n                            \"enabled\": true,\n                            \"algorithm\": \"sha\",\n                            \"password\": {\n                                \"authPassword\": \"\"\n                            }\n                        },\n                        \"priv\": {\n                            \"enabled\": true,\n                            \"algorithm\": \"aes\",\n                            \"password\": {\n                                \"privPassword\": \"\"\n                            }\n                        }\n                    }\n                ]\n            }\n        },\n        \"mibs\": {\n            \"members@count\": 4,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/1\",\n                    \"id\": \"1\",\n                    \"name\": \"Eaton XupsMIB\",\n                    \"version\": \"20220713\",\n                    \"download\": \"/mibs/XUPS-MIB.zip\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/2\",\n                    \"id\": \"2\",\n                    \"name\": \"IETF upsMIB\",\n                    \"version\": \"20070521\",\n                    \"download\": \"/mibs/UPS-MIB.zip\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/3\",\n                    \"id\": \"3\",\n                    \"name\": \"Eaton Ats2 MIB\",\n                    \"version\": \"20211126\",\n                    \"download\": \"/mibs/EATON-ATS2-MIB.zip\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/mibs/4\",\n                    \"id\": \"4\",\n                    \"name\": \"Eaton Sensor MIB\",\n                    \"version\": \"20220506\",\n                    \"download\": \"/mibs/EATON-SENSOR-MIB.zip\"\n                }\n            ]\n        },\n        \"traps\": {\n            \"mibs\": {\n                \"members@count\": 4,\n                \"members\": [\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/1\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/2\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/3\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/mibs/4\"\n                    }\n                ]\n            },\n            \"actions\": {\n                \"#test\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/actions/test\"\n            },\n            \"receivers\": {\n                \"members@count\": 6,\n                \"members\": [\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/nbmZ3cvyS2O8zD9d0BAdKQ\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/8rltcM_ASe222qQVGUV3LQ\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Wml2vJj7SaKl0eKozTRVtw\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/mo1JJBIDRnK1HeDjBfkmrQ\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/Lyag6gnwQ1Wu0GZlVP60fQ\"\n                    },\n                    {\n                        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols/snmp/traps/receivers/zfwyjoENROelyEA2FGWFhA\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"3593c415-f3d6-4f2c-b52d-97af16325523"}],"id":"f0cc253d-18d5-47ad-95a1-a8808722ab21","description":"<p>This is the protocol management service corresponding to a specific manager.</p>\n","_postman_id":"f0cc253d-18d5-47ad-95a1-a8808722ab21"},{"name":"networkInterfaces","item":[{"name":"1","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a2a8f24e-476c-495e-9d42-95db8a73f097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1","description":"<p>This endpoint retrieves the details of a specific network interface identified by its ID (in this case, <code>1</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The ID of the network interface.</p>\n</li>\n<li><p><code>name</code>: The name of the network interface.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating if the interface is enabled.</p>\n</li>\n<li><p><code>available</code>: A boolean indicating if the interface is available.</p>\n</li>\n<li><p><code>link</code>: An object containing:</p>\n<ul>\n<li><p><code>status</code>: The current status of the link.</p>\n</li>\n<li><p><code>config</code>: Configuration details of the link.</p>\n</li>\n<li><p><code>macAddress</code>: The MAC address of the interface.</p>\n</li>\n</ul>\n</li>\n<li><p><code>domain</code>: An object containing domain-related settings, including DNS settings and FQDN.</p>\n</li>\n<li><p><code>ipv4</code>: An object detailing the IPv4 status and settings.</p>\n</li>\n<li><p><code>ipv6</code>: An object detailing the IPv6 status and settings.</p>\n</li>\n<li><p><code>internetStatus</code>: An object indicating the current internet connectivity status.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3b9eed71-903b-4ab1-930e-59df4d674cba","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1661"},{"key":"Date","value":"Mon, 30 Jun 2025 14:57:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/networkInterfaces/1\",\n    \"id\": \"1\",\n    \"name\": \"eth0\",\n    \"enabled\": true,\n    \"available\": true,\n    \"link\": {\n        \"status\": \"100fdx\",\n        \"config\": \"100fdx\",\n        \"macAddress\": \"00:20:85:99:99:02\"\n    },\n    \"domain\": {\n        \"dns\": {\n            \"mode\": \"dhcp\",\n            \"preferredServer\": \"10.130.244.5\",\n            \"alternateServer\": \"10.130.244.6\"\n        },\n        \"fqdn\": \"nm3-5px-eaton-dev.mbt.lab.etn.com\",\n        \"settings\": {\n            \"mode\": \"dhcp\",\n            \"manual\": {\n                \"domainName\": \"\",\n                \"dns\": {\n                    \"preferredServer\": \"192.168.1.1\",\n                    \"alternateServer\": \"FD00::1\"\n                }\n            }\n        }\n    },\n    \"ipv4\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"address\": \"10.130.245.52\",\n            \"subnetMask\": \"255.255.252.0\",\n            \"gateway\": \"10.130.244.1\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"192.168.1.2\",\n                \"subnetMask\": \"255.255.255.0\",\n                \"gateway\": \"192.168.1.1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"192.168.1.1\",\n                \"subnetMask\": \"255.255.255.0\"\n            }\n        }\n    },\n    \"ipv6\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"prefixLength\": 64,\n            \"addresses\": [\n                \"fe80::220:85ff:fe99:9902\"\n            ],\n            \"gateway\": \"\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"FD00::2\",\n                \"prefixLength\": 64,\n                \"gateway\": \"FD00::1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"FD00::1\",\n                \"prefixLength\": 64\n            }\n        }\n    },\n    \"internetStatus\": {\n        \"state\": \"no contact\",\n        \"since\": \"2025-06-30T05:18:29.000Z\",\n        \"reason\": \"service is disabled\"\n    }\n}"}],"_postman_id":"a2a8f24e-476c-495e-9d42-95db8a73f097"},{"name":"domain","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"574459f8-5ec9-403b-8b26-36113e728e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/domain","description":"<p>This API endpoint retrieves the domain configuration for a specific network interface of a network service manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>dns</code>: An object containing DNS configuration details.</p>\n<ul>\n<li><p><code>mode</code>: The mode of the DNS configuration.</p>\n</li>\n<li><p><code>preferredServer</code>: The preferred DNS server.</p>\n</li>\n<li><p><code>alternateServer</code>: The alternate DNS server.</p>\n</li>\n</ul>\n</li>\n<li><p><code>fqdn</code>: The fully qualified domain name associated with the network interface.</p>\n</li>\n<li><p><code>settings</code>: An object that includes configuration settings.</p>\n<ul>\n<li><p><code>mode</code>: The mode of the settings.</p>\n</li>\n<li><p><code>manual</code>: An object that contains manual configuration details.</p>\n<ul>\n<li><p><code>domainName</code>: The domain name configured.</p>\n</li>\n<li><p><code>dns</code>: An object with DNS settings for manual configuration.</p>\n<ul>\n<li><p><code>preferredServer</code>: The preferred DNS server for manual settings.</p>\n</li>\n<li><p><code>alternateServer</code>: The alternate DNS server for manual settings.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1","domain"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5178f632-7f00-47c3-acd7-19ebb545f2e5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"317"},{"key":"Date","value":"Tue, 13 May 2025 16:20:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"dns\": {\n        \"mode\": \"dhcp\",\n        \"preferredServer\": \"111.131.44.5\",\n        \"alternateServer\": \"111.131.44.6\"\n    },\n    \"fqdn\": \"nm3-5px-eaton-dev.mbt.lab.etn.com\",\n    \"settings\": {\n        \"mode\": \"dhcp\",\n        \"manual\": {\n            \"domainName\": \"\",\n            \"dns\": {\n                \"preferredServer\": \"192.168.1.1\",\n                \"alternateServer\": \"FD00::1\"\n            }\n        }\n    }\n}"}],"_postman_id":"574459f8-5ec9-403b-8b26-36113e728e35"},{"name":"domain","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d5905e0e-79ae-44e1-9b42-fd87f8d1f0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"domain\": {\r\n        \"settings\": {\r\n            \"mode\": \"manual\",\r\n            \"manual\": {\r\n                \"domainName\": \"etn.com\",\r\n                \"dns\": {\r\n                    \"preferredServer\": \"192.168.1.1\",\r\n                    \"alternateServer\": \"FD00::1\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/domain","description":"<p>This endpoint allows you to update the domain settings for a specific network interface associated with a manager in the system, including the DNS servers and the mode of operation.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/domain</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format including any domain configuration options the user would like to change. The following fields are available to be submitted within the <code>settings</code> object:</p>\n<ul>\n<li><p><code>mode</code>: Specifies the mode of the domain settings. Possible values:</p>\n<ul>\n<li><code>manual</code>, <code>router</code></li>\n</ul>\n</li>\n<li><p><code>manual</code>: Contains the manual configuration details.</p>\n<ul>\n<li><p><code>domainName</code>: The name of the domain to configure.</p>\n</li>\n<li><p><code>dns</code>: An object containing DNS server information.</p>\n<ul>\n<li><p><code>preferredServer</code>: The primary DNS server's IP address.</p>\n</li>\n<li><p><code>alternateServer</code>: The secondary DNS server's IP address.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1","domain"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"283d0cff-6494-47cd-9776-55a55b1510ce","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"domain\": {\r\n        \"settings\": {\r\n            \"mode\": \"manual\",\r\n            \"manual\": {\r\n                \"domainName\": \"etn.com\",\r\n                \"dns\": {\r\n                    \"preferredServer\": \"192.168.1.1\",\r\n                    \"alternateServer\": \"FD00::1\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/domain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 30 Jun 2025 14:32:04 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"d5905e0e-79ae-44e1-9b42-fd87f8d1f0ca"},{"name":"internetStatus","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6f75e1f6-42eb-4efc-9d0c-3bd9820a9950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/internetStatus","description":"<p>This endpoint retrieves the internet status of a specific network interface for a manager in the system.</p>\n<h3 id=\"response\">Response</h3>\n<p>The JSON response will contain the following fields:</p>\n<ul>\n<li><p><code>state</code>: A string indicating the current state of the internet connection. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>ok</code>, <code>lost</code>, <code>no contact</code>, <code>connection failed</code>, <code>error</code>, <code>establishing</code></li>\n</ul>\n</li>\n<li><p><code>since</code>: A string representing the timestamp since the current state has been active.</p>\n</li>\n<li><p><code>reason</code>: A string providing the reason for the current state.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1","internetStatus"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"50808d93-d812-4af9-a34b-1f40c3ae5219","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/internetStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"98"},{"key":"Date","value":"Mon, 30 Jun 2025 14:58:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"no contact\",\n    \"since\": \"2025-06-30T05:18:29.000Z\",\n    \"reason\": \"service is disabled\"\n}"}],"_postman_id":"6f75e1f6-42eb-4efc-9d0c-3bd9820a9950"},{"name":"ipv4","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"44df7b94-7632-48a7-9e78-76846133b3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/ipv4","description":"<p>This endpoint retrieves the IPv4 configuration details for a specific network interface associated with a network service manager. It provides information about the operational status, health, and settings of the network interface.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: (string) The current operating state of the interface.</p>\n</li>\n<li><p><code>health</code>: (string) The health status of the interface.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates if the interface is enabled.</p>\n</li>\n<li><p><code>mode</code>: (string) The operational mode of the interface.</p>\n</li>\n<li><p><code>address</code>: (string) The IPv4 address assigned to the interface.</p>\n</li>\n<li><p><code>subnetMask</code>: (string) The subnet mask for the interface.</p>\n</li>\n<li><p><code>gateway</code>: (string) The gateway address for the interface.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing:</p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates if the settings are enabled.</p>\n</li>\n<li><p><code>mode</code>: (string) The mode of the settings.</p>\n</li>\n<li><p><code>manual</code>: An object containing:</p>\n<ul>\n<li><p><code>address</code>: (string) The manually assigned IPv4 address.</p>\n</li>\n<li><p><code>subnetMask</code>: (string) The manually assigned subnet mask.</p>\n</li>\n<li><p><code>gateway</code>: (string) The manually assigned gateway address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>dhcpServer</code>: An object containing:</p>\n<ul>\n<li><p><code>address</code>: (string) The address of the DHCP server.</p>\n</li>\n<li><p><code>subnetMask</code>: (string) The subnet mask associated with the DHCP server.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1","ipv4"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"dc931179-f58c-46e6-b0bf-0139361c94f6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/ipv4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"458"},{"key":"Date","value":"Mon, 30 Jun 2025 14:46:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"enabled\": true,\n        \"mode\": \"dhcp client\",\n        \"address\": \"10.130.245.52\",\n        \"subnetMask\": \"255.255.252.0\",\n        \"gateway\": \"10.130.244.1\"\n    },\n    \"settings\": {\n        \"enabled\": true,\n        \"mode\": \"dhcp client\",\n        \"manual\": {\n            \"address\": \"192.168.1.2\",\n            \"subnetMask\": \"255.255.255.0\",\n            \"gateway\": \"192.168.1.1\"\n        },\n        \"dhcpServer\": {\n            \"address\": \"192.168.1.1\",\n            \"subnetMask\": \"255.255.255.0\"\n        }\n    }\n}"}],"_postman_id":"44df7b94-7632-48a7-9e78-76846133b3f1"},{"name":"ipv4","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aba29022-ede1-46c2-a3a7-aa71aac666e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"ipv4\": {\r\n        \"settings\": {\r\n            \"mode\": \"manual\",\r\n            \"manual\": {\r\n                \"address\": \"192.168.1.2\",\r\n                \"subnetMask\": \"255.255.255.0\",\r\n                \"gateway\": \"192.168.1.1\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1","description":"<p>This endpoint allows you to update the IPv4 settings for a specific manager in the system, including the address, subnet mask, and gateway.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ipv4\": {\n    \"settings\": {\n      \"mode\": \"manual\",\n      \"manual\": {\n        \"address\": \"string\",       // The IPv4 address to be assigned\n        \"subnetMask\": \"string\",    // The subnet mask for the network\n        \"gateway\": \"string\"        // The gateway address for the network\n      }\n    }\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><code>ipv4</code>: This object contains the settings for the IPv4 configuration.</p>\n<ul>\n<li><p><code>settings</code>: This object defines the mode of the network interface.</p>\n<ul>\n<li><p><code>mode</code>: Specifies the configuration mode (e.g., \"manual\").</p>\n</li>\n<li><p><code>manual</code>: This object contains the manual configuration details:</p>\n<ul>\n<li><p><code>address</code>: The desired IPv4 address.</p>\n</li>\n<li><p><code>subnetMask</code>: The subnet mask for the network.</p>\n</li>\n<li><p><code>gateway</code>: The gateway address.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>Status</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<p>The response indicates a successful update of the network interface configuration. The body of the response may not contain additional data.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"01d0ddca-bfd9-452c-95da-fc23aaddf4df","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"1f7117e2-c3de-443e-a87e-6e8727e583e5"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"a9e8c83d-1097-4990-ab09-922d3bcc0cae"},{"key":"Accept-Ranges","value":"bytes","uuid":"d3c2b2f5-f6db-4842-90bd-5b9a8e8ad016"},{"key":"Content-Length","value":"1661","uuid":"e33c1f25-c0c6-44d3-ada7-b73f992fce99"},{"key":"Date","value":"Mon, 30 Jun 2025 14:57:54 GMT","uuid":"560b5a63-f17c-461c-a1f1-6a013fb00f12"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/networkInterfaces/1\",\n    \"id\": \"1\",\n    \"name\": \"eth0\",\n    \"enabled\": true,\n    \"available\": true,\n    \"link\": {\n        \"status\": \"100fdx\",\n        \"config\": \"100fdx\",\n        \"macAddress\": \"00:20:85:99:99:02\"\n    },\n    \"domain\": {\n        \"dns\": {\n            \"mode\": \"dhcp\",\n            \"preferredServer\": \"10.130.244.5\",\n            \"alternateServer\": \"10.130.244.6\"\n        },\n        \"fqdn\": \"nm3-5px-eaton-dev.mbt.lab.etn.com\",\n        \"settings\": {\n            \"mode\": \"dhcp\",\n            \"manual\": {\n                \"domainName\": \"\",\n                \"dns\": {\n                    \"preferredServer\": \"192.168.1.1\",\n                    \"alternateServer\": \"FD00::1\"\n                }\n            }\n        }\n    },\n    \"ipv4\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"address\": \"10.130.245.52\",\n            \"subnetMask\": \"255.255.252.0\",\n            \"gateway\": \"10.130.244.1\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"192.168.1.2\",\n                \"subnetMask\": \"255.255.255.0\",\n                \"gateway\": \"192.168.1.1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"192.168.1.1\",\n                \"subnetMask\": \"255.255.255.0\"\n            }\n        }\n    },\n    \"ipv6\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"prefixLength\": 64,\n            \"addresses\": [\n                \"fe80::220:85ff:fe99:9902\"\n            ],\n            \"gateway\": \"\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"FD00::2\",\n                \"prefixLength\": 64,\n                \"gateway\": \"FD00::1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"FD00::1\",\n                \"prefixLength\": 64\n            }\n        }\n    },\n    \"internetStatus\": {\n        \"state\": \"no contact\",\n        \"since\": \"2025-06-30T05:18:29.000Z\",\n        \"reason\": \"service is disabled\"\n    }\n}"}],"_postman_id":"aba29022-ede1-46c2-a3a7-aa71aac666e5"},{"name":"ipv6","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1352b3ce-0b3f-4359-abd5-43d8426bb5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/ipv6","description":"<p>This endpoint retrieves the current IPv6 configuration and status for a specific network interface on a given manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>status</code>: Contains the operational state of the network interface.</p>\n<ul>\n<li><p><code>operating</code>: Current operating state (string).</p>\n</li>\n<li><p><code>health</code>: Health status (string).</p>\n</li>\n<li><p><code>enabled</code>: Indicates if the interface is enabled (boolean).</p>\n</li>\n<li><p><code>mode</code>: Current operational mode (string).</p>\n</li>\n<li><p><code>prefixLength</code>: Length of the prefix (integer).</p>\n</li>\n<li><p><code>addresses</code>: List of assigned IPv6 addresses (array of strings).</p>\n</li>\n<li><p><code>gateway</code>: Gateway address (string).</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: Configuration settings for the network interface.</p>\n<ul>\n<li><p><code>enabled</code>: Indicates if the settings are enabled (boolean).</p>\n</li>\n<li><p><code>mode</code>: Configuration mode (string).</p>\n</li>\n<li><p><code>manual</code>: Manual configuration settings.</p>\n<ul>\n<li><p><code>address</code>: Manual IP address (string).</p>\n</li>\n<li><p><code>prefixLength</code>: Manual prefix length (integer).</p>\n</li>\n<li><p><code>gateway</code>: Manual gateway address (string).</p>\n</li>\n</ul>\n</li>\n<li><p><code>dhcpServer</code>: DHCP server settings.</p>\n<ul>\n<li><p><code>address</code>: DHCP server address (string).</p>\n</li>\n<li><p><code>prefixLength</code>: DHCP server prefix length (integer).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1","ipv6"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"00e101e2-0df6-41de-89e1-01ca7ffd1418","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1/ipv6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"423"},{"key":"Date","value":"Mon, 30 Jun 2025 14:55:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"enabled\": true,\n        \"mode\": \"dhcp client\",\n        \"prefixLength\": 64,\n        \"addresses\": [\n            \"fe80::220:85ff:fe99:9902\"\n        ],\n        \"gateway\": \"\"\n    },\n    \"settings\": {\n        \"enabled\": true,\n        \"mode\": \"dhcp client\",\n        \"manual\": {\n            \"address\": \"FD00::2\",\n            \"prefixLength\": 64,\n            \"gateway\": \"FD00::1\"\n        },\n        \"dhcpServer\": {\n            \"address\": \"FD00::1\",\n            \"prefixLength\": 64\n        }\n    }\n}"}],"_postman_id":"1352b3ce-0b3f-4359-abd5-43d8426bb5a8"},{"name":"ipv6","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cf13d691-e7ff-420c-93fb-9d6002c0cda8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"ipv6\": {\r\n        \"settings\": {\r\n            \"enabled\": true,\r\n            \"mode\": \"manual\",\r\n            \"manual\": {\r\n                \"address\": \"FD00::2\",\r\n                \"prefixLength\": 64,\r\n                \"gateway\": \"FD00::1\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1","description":"<p>This endpoint allows you to update the IPv6 settings for a specific network interface of a manager in the system, including enabling the settings, setting the mode to manual, and specifying the manual configuration details such as address, prefix length, and gateway.</p>\n<h2 id=\"request\">Request</h2>\n<p><strong>HTTP Method:</strong> PUT<br /><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1</code></p>\n<p><strong>Request Body:</strong><br />The request body must be in JSON format and should include the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ipv6\": {\n    \"settings\": {\n      \"enabled\": &lt;boolean&gt;,\n      \"mode\": &lt;string&gt;,  // \"manual\" or other modes\n      \"manual\": {\n        \"address\": &lt;string&gt;,  // IPv6 address\n        \"prefixLength\": &lt;integer&gt;,  // Length of the prefix\n        \"gateway\": &lt;string&gt;  // Gateway address\n      }\n    }\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating whether the IPv6 settings are enabled.</p>\n</li>\n<li><p><code>mode</code>: A string that specifies the mode of the IPv6 configuration (e.g., \"manual\").</p>\n</li>\n<li><p><code>manual</code>: An object containing the manual configuration details:</p>\n<ul>\n<li><p><code>address</code>: The IPv6 address to be assigned.</p>\n</li>\n<li><p><code>prefixLength</code>: The prefix length for the IPv6 address.</p>\n</li>\n<li><p><code>gateway</code>: The gateway address for the network interface.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><strong>Status</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<p>The response indicates a successful update of the network interface configuration. The body of the response may not contain additional data.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7f073941-90ab-4ca9-8d3e-c8adc44da043","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"1f7117e2-c3de-443e-a87e-6e8727e583e5"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"a9e8c83d-1097-4990-ab09-922d3bcc0cae"},{"key":"Accept-Ranges","value":"bytes","uuid":"d3c2b2f5-f6db-4842-90bd-5b9a8e8ad016"},{"key":"Content-Length","value":"1661","uuid":"e33c1f25-c0c6-44d3-ada7-b73f992fce99"},{"key":"Date","value":"Mon, 30 Jun 2025 14:57:54 GMT","uuid":"560b5a63-f17c-461c-a1f1-6a013fb00f12"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/networkInterfaces/1\",\n    \"id\": \"1\",\n    \"name\": \"eth0\",\n    \"enabled\": true,\n    \"available\": true,\n    \"link\": {\n        \"status\": \"100fdx\",\n        \"config\": \"100fdx\",\n        \"macAddress\": \"00:20:85:99:99:02\"\n    },\n    \"domain\": {\n        \"dns\": {\n            \"mode\": \"dhcp\",\n            \"preferredServer\": \"10.130.244.5\",\n            \"alternateServer\": \"10.130.244.6\"\n        },\n        \"fqdn\": \"nm3-5px-eaton-dev.mbt.lab.etn.com\",\n        \"settings\": {\n            \"mode\": \"dhcp\",\n            \"manual\": {\n                \"domainName\": \"\",\n                \"dns\": {\n                    \"preferredServer\": \"192.168.1.1\",\n                    \"alternateServer\": \"FD00::1\"\n                }\n            }\n        }\n    },\n    \"ipv4\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"address\": \"10.130.245.52\",\n            \"subnetMask\": \"255.255.252.0\",\n            \"gateway\": \"10.130.244.1\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"192.168.1.2\",\n                \"subnetMask\": \"255.255.255.0\",\n                \"gateway\": \"192.168.1.1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"192.168.1.1\",\n                \"subnetMask\": \"255.255.255.0\"\n            }\n        }\n    },\n    \"ipv6\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"prefixLength\": 64,\n            \"addresses\": [\n                \"fe80::220:85ff:fe99:9902\"\n            ],\n            \"gateway\": \"\"\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"mode\": \"dhcp client\",\n            \"manual\": {\n                \"address\": \"FD00::2\",\n                \"prefixLength\": 64,\n                \"gateway\": \"FD00::1\"\n            },\n            \"dhcpServer\": {\n                \"address\": \"FD00::1\",\n                \"prefixLength\": 64\n            }\n        }\n    },\n    \"internetStatus\": {\n        \"state\": \"no contact\",\n        \"since\": \"2025-06-30T05:18:29.000Z\",\n        \"reason\": \"service is disabled\"\n    }\n}"}],"_postman_id":"cf13d691-e7ff-420c-93fb-9d6002c0cda8"}],"id":"9232152e-798a-4505-b25e-dde600a07141","_postman_id":"9232152e-798a-4505-b25e-dde600a07141","description":""},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0b2b4352-25dd-4515-a1a7-78230192ad13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces","description":"<p>This endpoint retrieves the network interfaces associated with a specific manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a JSON response with the following structure:</p>\n<ul>\n<li><p><code>members@count</code>: Indicates the number of network interface members returned in the response.</p>\n<ul>\n<li>A count of <code>0</code> signifies that there are no network interfaces available for the specified manager.</li>\n</ul>\n</li>\n<li><p><code>members</code>: An array of network interface objects. Each object contains an <code>@id</code> field, which serves as a unique identifier for the network interface.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","networkInterfaces"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0f169ee2-2be7-45d6-8ca3-2ee4fc5d6a2c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/networkInterfaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"126"},{"key":"Date","value":"Tue, 13 May 2025 15:57:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/networkInterfaces/1\"\n        }\n    ]\n}"}],"_postman_id":"0b2b4352-25dd-4515-a1a7-78230192ad13"}],"id":"4b346cd6-85a6-4d00-a825-77d1c5e572fb","description":"<p>This is the network interface management service corresponding to a specific manager.</p>\n","_postman_id":"4b346cd6-85a6-4d00-a825-77d1c5e572fb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6356f1bd-c4e5-4669-9958-0bb87a949c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService","description":"<p>This endpoint retrieves the current network service information for a specific manager identified by its ID (in this case, <code>1</code>). It includes information about network interfaces, internet settings and status, firewall details, and protocol information.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a JSON response with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>networkInterfaces</code>: An object containing:</p>\n<ul>\n<li><p><code>members@count</code>: The count of network interface members.</p>\n</li>\n<li><p><code>members</code>: An array of network interface member objects.</p>\n</li>\n</ul>\n</li>\n<li><p><code>hostname</code>: The hostname of the manager.</p>\n</li>\n<li><p><code>actions</code>: An object containing available actions, including <code>#updateInternetStatus</code>.</p>\n</li>\n<li><p><code>firewall</code>: An object with the firewall information.</p>\n</li>\n<li><p><code>protocols</code>: An object with protocol-related information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"882b2b6a-cf2c-4f01-82c7-90be521908b1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"732"},{"key":"Date","value":"Fri, 17 Jan 2025 14:36:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService\",\n    \"networkInterfaces\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/networkInterfaces/eth0\"\n            }\n        ]\n    },\n    \"hostname\": \"enmc2-00-20-85-D7-07-38\",\n    \"internet\": {\n        \"settings\": {\n            \"enabled\": false,\n            \"period\": 2\n        },\n        \"status\": {\n            \"state\": \"unknown\",\n            \"since\": \"infinite\",\n            \"reason\": \"none\"\n        },\n        \"actions\": {\n            \"#updateCommunicationStatus\": \"/rest/mbdetnrs/2.0/managers/1/networkService/internet/actions/updateCommunicationStatus\"\n        }\n    },\n    \"firewall\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/firewall\"\n    },\n    \"protocols\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService/protocols\"\n    }\n}"}],"_postman_id":"6356f1bd-c4e5-4669-9958-0bb87a949c1f"}],"id":"8f0fe175-68dc-4c62-80ab-62a27e729739","description":"<p>This service manages the network service for a particular manager.</p>\n","_postman_id":"8f0fe175-68dc-4c62-80ab-62a27e729739"},{"name":"peripherals","item":[{"name":"ethernet","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f527eae8-879e-4d6f-aec7-459efb139e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet","description":"<p>This endpoint retrieves the details of the Ethernet peripherals associated with a specific manager identified by the ID <code>1</code>, including information about the current mode and the ports available.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request (HTTP Status 200), the response will be in JSON format and will include the following structure:</p>\n<ul>\n<li><p><code>mode</code>: A string representing the current operational mode of the Ethernet peripherals.</p>\n</li>\n<li><p><code>currentMode</code>: A string indicating the current mode being utilized.</p>\n</li>\n<li><p><code>ports</code>: An object containing details about the ports:</p>\n<ul>\n<li><p><code>members@count</code>: An integer representing the count of port members.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each containing a unique <code>@id</code> string that serves as the identifier for each member.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","ethernet"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b5b237bf-dbf3-4630-9947-5a028374ca31","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"186"},{"key":"Date","value":"Thu, 19 Jun 2025 17:05:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"single\",\n    \"currentMode\": \"single\",\n    \"ports\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/ethernet/ports/1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f527eae8-879e-4d6f-aec7-459efb139e69"},{"name":"ethernet","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"70434e4f-fd73-4618-b2d9-57ea7a42ab44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"mode\": \"cascade\", \"currentMode\": \"cascade\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet","description":"<p>This endpoint allows you to update the configuration of the Ethernet peripheral for a specific manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet</code></p>\n</li>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><code>mode</code> (string): Specifies the operational mode of the Ethernet peripheral. For example, it can be set to \"cascade\".</p>\n</li>\n<li><p><code>currentMode</code> (string): Indicates the current mode of the Ethernet peripheral, which can also be \"cascade\".</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","ethernet"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f4a15c81-0151-4d46-a5a9-4642770f9418","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"mode\": \"cascade\", \"currentMode\": \"cascade\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 19 Jun 2025 17:06:05 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"70434e4f-fd73-4618-b2d9-57ea7a42ab44"},{"name":"ports/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"01857b6d-39f9-46b4-9da3-62ed6ebe0ff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet/ports/1","description":"<p>This endpoint retrieves detailed information about a specific Ethernet port associated with a manager. It provides insights into the port's configuration, including its dot1x settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the Ethernet port (string).</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the Ethernet port (string).</p>\n</li>\n<li><p><code>dot1x</code>: An object containing the dot1x configuration:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if dot1x is enabled.</p>\n</li>\n<li><p><code>authenticationMethod</code>: The method used for authentication (string).</p>\n</li>\n<li><p><code>tls</code>: An object for TLS settings:</p>\n<ul>\n<li><code>identity</code>: The identity used for TLS (string).</li>\n</ul>\n</li>\n<li><p><code>peap</code>: An object for PEAP settings:</p>\n<ul>\n<li><p><code>identity</code>: The identity used for PEAP (string).</p>\n</li>\n<li><p><code>password</code>: The password for PEAP (nullable string).</p>\n</li>\n</ul>\n</li>\n<li><p><code>verifyServer</code>: A boolean indicating if server verification is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","ethernet","ports","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ed4a6834-35e8-46c4-aba3-eb8b339d0652","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet/ports/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"292"},{"key":"Date","value":"Thu, 19 Jun 2025 17:05:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/ethernet/ports/1\",\n    \"id\": \"1\",\n    \"physicalName\": \"eth0\",\n    \"dot1x\": {\n        \"enabled\": false,\n        \"authenticationMethod\": \"tls\",\n        \"tls\": {\n            \"identity\": \"\"\n        },\n        \"peap\": {\n            \"identity\": \"\",\n            \"password\": null\n        },\n        \"verifyServer\": false\n    }\n}"}],"_postman_id":"01857b6d-39f9-46b4-9da3-62ed6ebe0ff8"},{"name":"ports/1/dot1x","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2746f0e7-cf86-4490-9f6b-6ada0aa801d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet/ports/1/dot1x","description":"<p>This endpoint retrieves the configuration details for the IEEE 802.1X settings of a specific Ethernet port.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether 802.1X authentication is enabled for the specified port.</p>\n</li>\n<li><p><code>authenticationMethod</code> (string): The method of authentication being used (can be empty).</p>\n</li>\n<li><p><code>tls</code> (object): Contains TLS configuration details.</p>\n<ul>\n<li><code>identity</code> (string): The identity used for TLS (can be empty).</li>\n</ul>\n</li>\n<li><p><code>peap</code> (object): Contains PEAP configuration details.</p>\n<ul>\n<li><p><code>identity</code> (string): The identity used for PEAP (can be empty).</p>\n</li>\n<li><p><code>password</code> (null): The password used for PEAP authentication (can be null).</p>\n</li>\n</ul>\n</li>\n<li><p><code>verifyServer</code> (boolean): Indicates whether server verification is enabled.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","ethernet","ports","1","dot1x"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9531372a-d950-409e-b48a-d3ad5aa054d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/ethernet/ports/1/dot1x"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"160"},{"key":"Date","value":"Thu, 19 Jun 2025 17:05:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": false,\n    \"authenticationMethod\": \"tls\",\n    \"tls\": {\n        \"identity\": \"\"\n    },\n    \"peap\": {\n        \"identity\": \"\",\n        \"password\": null\n    },\n    \"verifyServer\": false\n}"}],"_postman_id":"2746f0e7-cf86-4490-9f6b-6ada0aa801d4"}],"id":"2879a57f-dd69-4f03-a966-c372c3b47429","description":"<p>This collection of endpoints handles operations related to ethernet peripherals for manager 1.</p>\n","_postman_id":"2879a57f-dd69-4f03-a966-c372c3b47429"},{"name":"usb","item":[{"name":"usb","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9b5f9bf0-a0d0-4385-8093-b2eb21323031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb","description":"<p>This endpoint retrieves information about USB peripherals associated with a specific manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether USB peripherals are enabled.</p>\n</li>\n<li><p><code>devices</code> (object): Contains information about the USB devices.</p>\n<ul>\n<li><p><code>members@count</code> (integer): The count of USB devices.</p>\n</li>\n<li><p><code>members</code> (array): An array of device objects, each containing:</p>\n<ul>\n<li><code>@id</code> (string): The identifier for the device.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>serialConsoleOverUsbAux</code> (boolean): Indicates if the serial console is available over USB auxiliary.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"256e1179-0d58-4990-8c1f-7623e5e100dd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"278"},{"key":"Date","value":"Tue, 03 Dec 2024 17:03:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enabled\": true,\n    \"devices\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb0\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb1\"\n            }\n        ]\n    },\n    \"serialConsoleOverUsbAux\": true\n}"}],"_postman_id":"9b5f9bf0-a0d0-4385-8093-b2eb21323031"},{"name":"usb","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"92d63161-338a-41ac-9424-c075871fbdbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"serialConsoleOverUsbAux\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb","description":"<p>This endpoint allows you to update the settings for a USB peripheral associated with a specific manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><code>serialConsoleOverUsbAux</code> (boolean): Enables or disables the serial console over the USB auxiliary port.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4b37722b-3840-4518-a63e-88f2fa5e63af","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"serialConsoleOverUsbAux\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 02 Jul 2025 18:12:02 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"92d63161-338a-41ac-9424-c075871fbdbf"},{"name":"usb/devices","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d692ab1e-f67c-4497-89da-2e11a36f4267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices","description":"<p>This API endpoint retrieves a list of USB devices associated with a specific manager identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a <code>200 OK</code> status and a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the total number of USB devices found.</p>\n</li>\n<li><p><code>members</code>: An array of objects, where each object represents a USB device. Each device object contains:</p>\n<ul>\n<li><code>@id</code>: A string that uniquely identifies the USB device.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb","devices"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e3eb2141-90b8-480c-8664-e0fa9b674e63","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"200"},{"key":"Date","value":"Tue, 03 Dec 2024 17:03:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 2,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb0\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb1\"\n        }\n    ]\n}"}],"_postman_id":"d692ab1e-f67c-4497-89da-2e11a36f4267"},{"name":"usb/devices/usb0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b2235631-dda6-4ec5-8557-3c22c4d8e61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0","description":"<p>This endpoint retrieves information about a specific USB device identified by <code>usb0</code>.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the USB device (string).</p>\n</li>\n<li><p><code>name</code>: The name of the USB device (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the device is enabled.</p>\n</li>\n<li><p><code>mode</code>: The operational mode of the device (string).</p>\n</li>\n<li><p><code>specifications</code>: An object containing:</p>\n<ul>\n<li><p><code>otg</code>: A boolean indicating if the device supports USB On-The-Go.</p>\n</li>\n<li><p><code>connector</code>: The type of connector used by the device (string).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb","devices","usb0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0e0973cb-3cf8-4c5a-9eba-76e363428b83","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"198"},{"key":"Date","value":"Tue, 03 Dec 2024 17:02:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb0\",\n    \"id\": \"usb0\",\n    \"name\": \"usb0\",\n    \"enabled\": true,\n    \"mode\": \"\",\n    \"specifications\": {\n        \"otg\": false,\n        \"connector\": \"usbc\"\n    }\n}"}],"_postman_id":"b2235631-dda6-4ec5-8557-3c22c4d8e61f"},{"name":"usb/devices/usb0","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e94144e4-04ad-4cfe-a48d-07d3a5deea92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0","description":"<p>This endpoint allows you to update the status of a USB device identified by its unique ID (in this case, <code>usb0</code>)</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><code>enabled</code> (boolean): This parameter indicates whether the USB device should be enabled (<code>true</code>) or disabled (<code>false</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb","devices","usb0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"96093027-d9c9-497a-b9fa-14f2471c25b5","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 02 Jul 2025 18:15:17 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e94144e4-04ad-4cfe-a48d-07d3a5deea92"},{"name":"usb/devices/usb1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"91cd495c-4874-4e85-9e99-768e533f5cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb1","description":"<p>This endpoint retrieves information about a specific USB device identified by <code>usb1</code>.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the USB device (string).</p>\n</li>\n<li><p><code>name</code>: The name of the USB device (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the device is enabled.</p>\n</li>\n<li><p><code>mode</code>: The operational mode of the device (string).</p>\n</li>\n<li><p><code>specifications</code>: An object containing:</p>\n<ul>\n<li><p><code>otg</code>: A boolean indicating if the device supports USB On-The-Go.</p>\n</li>\n<li><p><code>connector</code>: The type of connector used by the device (string).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb","devices","usb1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9a7e6efc-96a2-4137-a519-3ff79669a21b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"208"},{"key":"Date","value":"Tue, 03 Dec 2024 17:02:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb1\",\n    \"id\": \"usb1\",\n    \"name\": \"usb1\",\n    \"enabled\": true,\n    \"mode\": \"{acm,rndis}\",\n    \"specifications\": {\n        \"otg\": true,\n        \"connector\": \"usbc\"\n    }\n}"}],"_postman_id":"91cd495c-4874-4e85-9e99-768e533f5cae"},{"name":"usb/devices/usb1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6420ce96-7997-4096-86f5-a5658c514671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb1","description":"<p>This endpoint allows you to update the status of a USB device identified by its unique ID (in this case, <code>usb1</code>)</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb0</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><code>enabled</code> (boolean): This parameter indicates whether the USB device should be enabled (<code>true</code>) or disabled (<code>false</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals","usb","devices","usb1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3ae8ec71-31c1-484d-a2b6-6a6deef3ff12","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"enabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals/usb/devices/usb1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 02 Jul 2025 18:18:08 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"6420ce96-7997-4096-86f5-a5658c514671"}],"id":"d71c85f1-607f-48ca-bceb-90ef83127d3b","description":"<p>This collection of endpoints handles operations related to USB peripherals for manager 1.</p>\n","_postman_id":"d71c85f1-607f-48ca-bceb-90ef83127d3b"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e6974d8b-f040-405d-af5a-ee0a11f57815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals","description":"<p>This endpoint retrieves the peripheral configuration, including Ethernet and USB, for a specific manager identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>ethernet</code>: An object containing:</p>\n<ul>\n<li><p><code>mode</code>: The current mode of the Ethernet interface.</p>\n</li>\n<li><p><code>currentMode</code>: The active mode of the Ethernet interface.</p>\n</li>\n<li><p><code>ports</code>: An object with:</p>\n<ul>\n<li><p><code>members@count</code>: The count of Ethernet ports.</p>\n</li>\n<li><p><code>members</code>: An array of Ethernet port objects, each identified by an <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>usb</code>: An object containing:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if USB support is enabled.</p>\n</li>\n<li><p><code>devices</code>: An object with:</p>\n<ul>\n<li><p><code>members@count</code>: The count of USB devices connected.</p>\n</li>\n<li><p><code>members</code>: An array of USB device objects, each identified by an <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>serialConsoleOverUsbAux</code>: A boolean indicating if the serial console is available over USB auxiliary.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","peripherals"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"48462a9b-c7e5-4c4b-bd52-cf3ef48e015d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/peripherals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"424"},{"key":"Date","value":"Tue, 03 Dec 2024 16:56:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals\",\n    \"ethernet\": {\n        \"mode\": \"cascade\",\n        \"currentMode\": \"cascade\"\n    },\n    \"usb\": {\n        \"enabled\": true,\n        \"devices\": {\n            \"members@count\": 2,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb0\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals/usb/devices/usb1\"\n                }\n            ]\n        },\n        \"serialConsoleOverUsbAux\": true\n    }\n}"}],"_postman_id":"e6974d8b-f040-405d-af5a-ee0a11f57815"}],"id":"0e1f522e-bcf9-4385-acb2-e07d65fff0ad","description":"<p>This service manages the peripherals for a particular manager.</p>\n","_postman_id":"0e1f522e-bcf9-4385-acb2-e07d65fff0ad"},{"name":"system","item":[{"name":"audit","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"96dbd78e-9ad2-4970-8972-0ab3d7f897ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit","description":"<p>This endpoint a list of available actions that can be performed related to audit logs for a specific manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>actions</code>: An object that lists various actions related to audit logs, including:</p>\n<ul>\n<li><p><code>#exportAccountLog</code></p>\n</li>\n<li><p><code>#exportApplicationLog</code></p>\n</li>\n<li><p><code>#exportConfigurationLog</code></p>\n</li>\n<li><p><code>#exportDot1xLog</code></p>\n</li>\n<li><p><code>#exportSessionLog</code></p>\n</li>\n<li><p><code>#exportSystemLog</code></p>\n</li>\n<li><p><code>#exportUpdateLog</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f88a0e63-6b63-4441-bfc1-40f82ef2724a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"689"},{"key":"Date","value":"Thu, 10 Jul 2025 16:09:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"actions\": {\n        \"#exportAccountLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportAccountLog\",\n        \"#exportApplicationLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportApplicationLog\",\n        \"#exportConfigurationLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportConfigurationLog\",\n        \"#exportDot1xLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportDot1xLog\",\n        \"#exportSessionLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportSessionLog\",\n        \"#exportSystemLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportSystemLog\",\n        \"#exportUpdateLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportUpdateLog\"\n    }\n}"}],"_postman_id":"96dbd78e-9ad2-4970-8972-0ab3d7f897ac"},{"name":"exportAccountLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c845ed86-dc03-400f-87c8-8e8ac0acef5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportAccountLog","description":"<p>This endpoint allows users to export the account log, providing a detailed audit trail of user account activities.</p>\n<p>The exported log includes various details such as timestamps, facility, priority, application, process ID, messages, codes, users, and IPv4 addresses associated with account actions.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportAccountLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportAccountLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"38c8c95d-9ba4-4f02-9118-fe4c1eed9835","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportAccountLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"278776638\""},{"key":"Last-Modified","value":"Wed, 09 Jul 2025 13:34:10 GMT"},{"key":"Content-Length","value":"3347"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Thu, 10 Jul 2025 16:11:23 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2025-05-22T15:01:24.402747+00:00,\"local2\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"0801500\",\"system\",\"\"\n2025-05-23T07:10:59.952993+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - password changed\",\"0800600\",\"local\\admin\",\"148.179.254.56\"\n2025-05-23T07:11:01.128032+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\admin (id: 0)\",\"0800300\",\"local\\admin\",\"148.179.254.56\"\n2025-05-23T07:11:08.895707+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\admin (id: 0)\",\"0800300\",\"local\\admin\",\"148.179.254.56\"\n2025-05-23T12:29:22.354193+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - password rules changed\",\"0800d00\",\"local\\admin\",\"148.179.254.54\"\n2025-06-13T12:01:32.003346+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - Invalid credentials\",\"0801400\",\"system\",\"10.130.246.3\"\n2025-06-27T14:01:28.431797+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - Invalid credentials\",\"0801400\",\"local\\admin\",\"10.130.246.15\"\n2025-06-27T14:06:31.831813+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - Invalid credentials\",\"0801400\",\"local\\admin\",\"10.130.246.15\"\n2025-06-27T14:08:42.783426+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - Invalid credentials\",\"0801400\",\"local\\admin\",\"10.130.246.15\"\n2025-07-01T13:21:30.188493+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - created local\\ryan_gui (id: 1)\",\"0800100\",\"local\\admin\",\"151.110.240.110\"\n2025-07-01T13:22:01.594681+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - password changed\",\"0800600\",\"local\\ryan_gui\",\"151.110.240.110\"\n2025-07-01T13:22:02.952825+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\ryan_gui (id: 1)\",\"0800300\",\"local\\ryan_gui\",\"151.110.240.110\"\n2025-07-01T13:22:11.911225+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\ryan_gui (id: 1)\",\"0800300\",\"local\\ryan_gui\",\"151.110.240.110\"\n2025-07-01T13:24:10.668159+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - created local\\ryan (id: 2)\",\"0800100\",\"local\\ryan_gui\",\"151.110.240.110\"\n2025-07-01T13:24:40.513790+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - password changed\",\"0800600\",\"local\\ryan\",\"151.110.240.110\"\n2025-07-01T13:24:42.077192+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\ryan (id: 2)\",\"0800300\",\"local\\ryan\",\"151.110.240.110\"\n2025-07-01T13:24:47.682036+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\ryan (id: 2)\",\"0800300\",\"local\\ryan\",\"151.110.240.110\"\n2025-07-07T13:26:13.784498+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - created local\\CCoE (id: 3)\",\"0800100\",\"local\\admin\",\"148.179.254.57\"\n2025-07-07T13:28:16.019242+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - password changed\",\"0800600\",\"local\\CCoE\",\"148.179.254.45\"\n2025-07-07T13:28:20.073821+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\CCoE (id: 3)\",\"0800300\",\"local\\CCoE\",\"148.179.254.45\"\n2025-07-07T13:28:27.237357+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\CCoE (id: 3)\",\"0800300\",\"local\\CCoE\",\"148.179.254.45\"\n2025-07-09T13:34:10.356602+00:00,\"local2\",\"info\",\"web\",\"-\",\"User account - Invalid credentials\",\"0801400\",\"local\\admin\",\"148.179.254.55\"\n"}],"_postman_id":"c845ed86-dc03-400f-87c8-8e8ac0acef5a"},{"name":"exportApplicationLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4d2caa8d-1640-4ae5-a0e3-148b9918d5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportApplicationLog","description":"<p>This endpoint allows you to export the application log from the system for audit purposes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportApplicationLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportApplicationLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5def7214-0e8f-4104-abb1-54d8d487b58c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportApplicationLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"2265376832\""},{"key":"Last-Modified","value":"Mon, 17 Feb 2025 14:17:03 GMT"},{"key":"Content-Length","value":"216"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Thu, 19 Jun 2025 17:10:43 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2025-02-17T14:17:03.224175+00:00,\"local0\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"01e84e4\",\"system\",\"\"\n"}],"_postman_id":"4d2caa8d-1640-4ae5-a0e3-148b9918d5a8"},{"name":"exportConfigurationLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6dd06400-74fe-4695-ac33-1495d29380ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportConfigurationLog","description":"<p>This endpoint allows users to export the configuration log of the system. It is useful for auditing purposes, enabling users to review changes made to the system configurations over time.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportConfigurationLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportConfigurationLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"978f1850-bd9b-4e06-8384-465f64b4d0cd","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportConfigurationLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"4084387071\""},{"key":"Last-Modified","value":"Tue, 03 Dec 2024 16:28:48 GMT"},{"key":"Content-Length","value":"13167"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Tue, 03 Dec 2024 16:44:27 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2024-07-22T13:48:43.905663+00:00,\"local5\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"1200100\",\"system\",\"\"\n2024-07-22T13:48:43.137135+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Added 3 alarm settings to channel [PowerDistribution.Measure.Current@](type LOWER_BOUND thresh: -1.1920929e-07 msg: '211101' hyst:  auto-ack: 'True' pri: 146)(type UPPER_BOUND thresh: 12.8000002 msg: '211301' hyst:  auto-ack: 'True' pri: 147)(type UPPER_BOUND thresh: 16 msg: '211401' hyst:  auto-ack: 'True' pri: 0)\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.152580+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Added 4 alarm settings to channel [PowerDistribution.Measure.Voltage@](type LOWER_BOUND thresh: 95 msg: '212101' hyst:  auto-ack: 'True' pri: 158)(type LOWER_BOUND thresh: 90 msg: '212201' hyst:  auto-ack: 'True' pri: 6)(type UPPER_BOUND thresh: 255 msg: '212301' hyst:  auto-ack: 'True' pri: 159)(type UPPER_BOUND thresh: 265 msg: '212401' hyst:  auto-ack: 'True' pri: 7)\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.225831+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.229366+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.232640+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.LowWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.244841+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Voltage.HighCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.248397+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Voltage.HighWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.252009+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Voltage.LowCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.260557+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Voltage.LowWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.319341+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Added 2 alarm settings to channel [PowerDistribution.Measure.Frequency@](type LOWER_BOUND thresh: 46 msg: '213200' hyst:  auto-ack: 'True' pri: 18)(type UPPER_BOUND thresh: 64 msg: '213300' hyst:  auto-ack: 'True' pri: 19)\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.346508+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.FeedColor@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.348905+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.FeedName@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.356751+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Frequency.HighCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.363163+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Frequency.LowCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.457660+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Added 3 alarm settings to channel [PowerDistribution.Measure.Current@](type LOWER_BOUND thresh: -1.1920929e-07 msg: '231101' hyst:  auto-ack: 'True' pri: 230)(type UPPER_BOUND thresh: 8 msg: '231301' hyst:  auto-ack: 'True' pri: 231)(type UPPER_BOUND thresh: 10 msg: '231401' hyst:  auto-ack: 'True' pri: 82)\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.505661+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Action.AutomaticSwitchOnDelay@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.516228+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.521613+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.526026+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.LowWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.530173+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Lock@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.535668+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.RebootPeriod@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.545270+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.StateOnStartup@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.556035+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Status.SwitchedOn@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.757056+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Added 3 alarm settings to channel [PowerDistribution.Measure.Current@](type LOWER_BOUND thresh: -1.1920929e-07 msg: '231102' hyst:  auto-ack: 'True' pri: 232)(type UPPER_BOUND thresh: 12.8000002 msg: '231302' hyst:  auto-ack: 'True' pri: 233)(type UPPER_BOUND thresh: 16 msg: '231402' hyst:  auto-ack: 'True' pri: 83)\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.812266+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Action.AutomaticSwitchOnDelay@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.820127+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighCriticalThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.827884+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.HighWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.838142+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Current.LowWarningThreshold@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.844634+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.Lock@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.855875+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.RebootPeriod@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.862284+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Setting.StateOnStartup@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:48:43.874758+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [PowerDistribution.Status.SwitchedOn@]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T13:49:02.326363+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [State@]\",\"\",\"email\",\"\"\n2024-07-22T13:49:02.384538+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [Reason@]\",\"\",\"email\",\"\"\n2024-07-22T13:49:02.408046+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [Since@]\",\"\",\"email\",\"\"\n2024-07-22T13:49:02.424347+00:00,\"local5\",\"info\",\"cds\",\"668\",\"Channel Settings Change: [Description@]\",\"\",\"email\",\"\"\n2024-07-22T13:52:47.540820+00:00,\"local5\",\"info\",\"cds\",\"668\",\"SetOOBData Updated config 'DISPLAY_CONFIGURATION': '{ \"\"toolkitStruct\"\":{ \"\"display_config\"\":{ \"\"lock\"\":{ \"\"configured\"\":{ \"\"value\"\":true } } } } }'\",\"\",\"root\",\"\"\n2024-07-22T13:52:47.559197+00:00,\"local5\",\"info\",\"cds\",\"668\",\"SetFieldValue()  Updated config 'DISPLAY_CONFIGURATION' from '' to '0'\",\"\",\"root\",\"\"\n2024-07-22T13:52:47.575369+00:00,\"local5\",\"info\",\"cds\",\"668\",\"SetFieldValue()  Updated config 'DISPLAY_CONFIGURATION' from '900' to '900'\",\"\",\"root\",\"\"\n2024-07-22T13:57:10.595894+00:00,\"local5\",\"info\",\"cds\",\"668\",\"SetOOBData Updated config 'PERIPHERALS': '{ \"\"toolkitStruct\"\":{ \"\"peripherals_settings\"\":{ \"\"ethernet_settings\"\":{ \"\"mode\"\":{ \"\"value\"\":\"\"dual\"\" } }  \"\"usb...'\",\"\",\"root\",\"\"\n2024-07-22T13:57:14.245281+00:00,\"local5\",\"info\",\"cds\",\"668\",\"SetOOBData Updated config 'PERIPHERALS': '{ \"\"toolkitStruct\"\":{ \"\"peripherals_settings\"\":{ \"\"ethernet_settings\"\":{ \"\"mode\"\":{ \"\"value\"\":\"\"cascade\"\" } }  \"\"...'\",\"\",\"root\",\"\"\n2024-07-22T15:05:05.246753+00:00,\"local5\",\"info\",\"cds\",\"666\",\"Channel Settings Change: [PowerDistribution.Status.BreakerTripped@Branch A]\",\"\",\"powerdistribution\",\"\"\n2024-07-22T15:05:11.121998+00:00,\"local5\",\"info\",\"cds\",\"666\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"root\",\"\"\n2024-08-01T15:21:58.450503+00:00,\"local5\",\"info\",\"cds\",\"666\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"root\",\"\"\n2024-08-01T15:29:07.885146+00:00,\"local5\",\"info\",\"cdscmd\",\"1101\",\"Delete config request for 'SnmpDataSettings'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-08-01T15:29:13.239728+00:00,\"local5\",\"info\",\"cdscmd\",\"1101\",\"Delete config request for 'SnmpDataSettingsSource'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-08-01T15:29:13.592987+00:00,\"local5\",\"info\",\"CDS\",\"1101\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-08-01T15:30:34.631543+00:00,\"local5\",\"info\",\"CDS\",\"1101\",\"SetOOBData Updated config 'MODBUS_SETTINGS': '{ \"\"toolkitStruct\"\":{ \"\"modbus_server_configuration\"\":{ \"\"mapping_config\"\":[ { \"\"id\"\":{ \"\"minLength\"\":1  \"\"maxL...'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-08-01T15:30:35.251980+00:00,\"local5\",\"info\",\"CDS\",\"1101\",\"SetOOBData Updated config 'MODBUS_SETTINGS': '{ \"\"toolkitStruct\"\":{ \"\"modbus_server_configuration\"\":{ \"\"mapping_config\"\":[ { \"\"id\"\":{ \"\"minLength\"\":1  \"\"maxL...'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-09-05T14:49:30.461556+00:00,\"local5\",\"info\",\"cdscmd\",\"697\",\"Delete config request for 'SnmpDataSettings'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-09-05T14:49:35.936334+00:00,\"local5\",\"info\",\"cdscmd\",\"697\",\"Delete config request for 'SnmpDataSettingsSource'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-09-05T14:49:36.297505+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:02.823997+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"Channel Settings Change: [PowerDistribution.Status.BreakerTripped@Branch A]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:03.530371+00:00,\"local5\",\"info\",\"cdscmd\",\"697\",\"Delete config request for 'SnmpDataSettings'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.398980+00:00,\"local5\",\"info\",\"cdscmd\",\"697\",\"Delete config request for 'SnmpDataSettingsSource'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.620660+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"Alarm settings changed for channel [PowerDistribution.CommunicationStatus.State@PDU](type ON_VALUE thresh: 3 msg: '241100' hyst:  auto-ack: 'True' pri: 360)\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.826002+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"Channel Settings Change: [PowerDistribution.Attribute.ReferenceNumber@PDU]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.838157+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"Added 5 alarm settings to channel [PowerDistribution.Status.State@](type ON_VALUE thresh: 1 msg: '01D' hyst:  auto-ack: 'True' pri: 358)(type ON_VALUE thresh: 2 msg: '01D' hyst:  auto-ack: 'True' pri: 358)(type ON_VALUE thresh: 3 msg: '01D' hyst:  auto-ack: 'True' pri: 358)(type ON_VALUE thresh: 4 msg: '01D' hyst:  auto-ack: 'True' pri: 358)(type ON_VALUE thresh: 5 msg: '01D' hyst:  auto-ack: 'True' pri: 358)\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.857380+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"Channel Settings Change: [PowerDistribution.Status.State@]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-02T12:27:09.989746+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-10-04T12:27:40.408104+00:00,\"local5\",\"info\",\"CDS\",\"697\",\"SetFieldValue()  Updated config 'ZERO_TOUCH_PROVISIONING' from 'true' to 'false'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:31.595184+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"Channel Settings Change: [PowerDistribution.Status.BreakerTripped@Branch A]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:37.117270+00:00,\"local5\",\"info\",\"cdscmd\",\"696\",\"Delete config request for 'SnmpDataSettings'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:38.707093+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"Channel Settings Change: [PowerDistribution.Attribute.ReferenceNumber@PDU]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:38.775373+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"Channel Settings Change: [PowerDistribution.Attribute.ReferenceNumber@PDU]\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:43.526875+00:00,\"local5\",\"info\",\"cdscmd\",\"696\",\"Delete config request for 'SnmpDataSettingsSource'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-11-08T06:50:43.948936+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"SetOOBData Updated config 'SnmpMibs': '{ \"\"toolkitStruct\"\":{  } }'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-12-03T16:28:14.954110+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"SetOOBData Updated config 'SMTP_SERVER': '{ \"\"toolkitStruct\"\":{ \"\"smtpserver_settings\"\":{ \"\"server_address\"\":{ \"\"value\"\":\"\"smtp.test.com\"\" }  \"\"require_a...'\",\"\",\"NoSession\",\"0.0.0.0\"\n2024-12-03T16:28:48.019834+00:00,\"local5\",\"info\",\"CDS\",\"696\",\"SetOOBData Updated config 'EMAIL_CONFIGURATION': '{ \"\"toolkitStruct\"\":{ \"\"email_config_list\"\":{ \"\"email_config\"\":[ { \"\"id\"\":{ \"\"minLength\"\":1  \"\"maxLength\"\":64  \"\"...'\",\"\",\"NoSession\",\"0.0.0.0\"\n"}],"_postman_id":"6dd06400-74fe-4695-ac33-1495d29380ba"},{"name":"exportDot1xLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a1629428-243c-4950-ab48-446a80c8b0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportDot1xLog","description":"<p>This endpoint allows users to export the Dot1x log from the system for auditing purposes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportDot1xLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportDot1xLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4059182e-9a02-45f6-81e3-057b576d4097","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportDot1xLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"3152702089\""},{"key":"Last-Modified","value":"Tue, 15 Apr 2025 07:48:29 GMT"},{"key":"Content-Length","value":"179"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Thu, 19 Jun 2025 17:10:13 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message\n2025-04-15T07:48:29.669060+00:00,\"daemon\",\"notice\",\"wpa_supplicant\",\"934\",\"Successfully initialized wpa_supplicant\"\n"}],"_postman_id":"a1629428-243c-4950-ab48-446a80c8b0df"},{"name":"exportSessionLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"14f02510-d9d6-432f-9dab-bdb333a57a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSessionLog","description":"<p>This endpoint allows users to export the session log data for auditing purposes. The session log contains detailed information about user sessions, including timestamps, session IDs, user accounts, and IP addresses.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSessionLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportSessionLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7501adc9-4b90-4f35-8e9e-dc99ec10eac0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSessionLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"2697807101\""},{"key":"Last-Modified","value":"Tue, 03 Dec 2024 16:27:13 GMT"},{"key":"Content-Length","value":"6425"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Tue, 03 Dec 2024 16:44:20 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2024-07-22T13:48:44.170795+00:00,\"local6\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"0901500\",\"system\",\"\"\n2024-07-22T13:49:54.594412+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout timeservice from cdscmd via client disconnect\",\"\",\"timeservice\",\"\"\n2024-07-22T13:50:07.595730+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout timeservice from cdscmd via client disconnect\",\"\",\"timeservice\",\"\"\n2024-07-22T13:50:18.625833+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout timeservice from cdscmd via client disconnect\",\"\",\"timeservice\",\"\"\n2024-07-22T13:52:39.189018+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"148.179.254.21\"\n2024-07-22T13:52:44.875902+00:00,\"local6\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\admin (id: 0)\",\"0800300\",\"local\\admin\",\"148.179.254.21\"\n2024-07-22T13:59:21.737529+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"148.179.254.21\"\n2024-07-22T13:59:21.739919+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T13:59:25.209644+00:00,\"local6\",\"info\",\"sshd\",\"-\",\"Session - opened id: 1\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T13:59:25.888874+00:00,\"local6\",\"notice\",\"cliLauncher\",\"11789\",\"<local\\admin> connected and executes remote command <scp -t /tmp/download/enmcUpdate.tar> into the CLI  - CLI session id 1\",\"0901000\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:00:09.884166+00:00,\"local6\",\"info\",\"sshd\",\"-\",\"Session - closed id: 1\",\"0900200\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:00:09.886347+00:00,\"local6\",\"notice\",\"cliLauncher\",\"11789\",\"<local\\admin> finished executing remote command <scp -t /tmp/download/enmcUpdate.tar> into the CLI  - CLI session id 1\",\"0901100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:10:48.135008+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:10:48.141845+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:56:59.702909+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:56:59.705262+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:57:03.061231+00:00,\"local6\",\"info\",\"sshd\",\"-\",\"Session - opened id: 1\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:57:03.982379+00:00,\"local6\",\"notice\",\"cliLauncher\",\"32642\",\"<local\\admin> connected and executes remote command <scp -t /tmp/download/enmcUpdate.tar> into the CLI  - CLI session id 1\",\"0901000\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:57:48.367347+00:00,\"local6\",\"info\",\"sshd\",\"-\",\"Session - closed id: 1\",\"0900200\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T14:57:48.380335+00:00,\"local6\",\"notice\",\"cliLauncher\",\"32642\",\"<local\\admin> finished executing remote command <scp -t /tmp/download/enmcUpdate.tar> into the CLI  - CLI session id 1\",\"0901100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T15:02:54.442250+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T15:02:54.444613+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"148.179.254.55\"\n2024-07-22T15:03:06.685299+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout netadapter from cdscmd via client disconnect\",\"\",\"netadapter\",\"\"\n2024-07-22T15:03:08.431332+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout powerdistribution from cdscmd via client disconnect\",\"\",\"powerdistribution\",\"\"\n2024-07-22T15:03:10.589395+00:00,\"local6\",\"info\",\"CDS\",\"668\",\"Logout sensor-data from cdscmd via client disconnect\",\"\",\"sensor-data\",\"\"\n2024-08-01T15:23:43.139515+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"169.254.82.231\"\n2024-08-01T15:26:03.848585+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout netadapter from cdscmd via client disconnect\",\"\",\"netadapter\",\"\"\n2024-08-01T15:26:08.938491+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout timeservice from cdscmd via client disconnect\",\"\",\"timeservice\",\"\"\n2024-08-01T15:26:12.941888+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout sensor-data from cdscmd via client disconnect\",\"\",\"sensor-data\",\"\"\n2024-08-01T15:26:38.054168+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout alarm-log-manager from cdscmd via client disconnect\",\"\",\"alarm-log-manager\",\"\"\n2024-08-01T15:26:43.060018+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout email from cdscmd via client disconnect\",\"\",\"email\",\"\"\n2024-08-01T15:26:50.077094+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout root from cdscmd via client disconnect\",\"\",\"root\",\"\"\n2024-08-01T15:26:52.372068+00:00,\"local6\",\"info\",\"CDS\",\"666\",\"Logout root from cdscmd via client disconnect\",\"\",\"root\",\"\"\n2024-08-01T15:32:00.936703+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"169.254.82.231\"\n2024-12-03T16:09:03.294325+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"166.99.224.116\"\n2024-12-03T16:14:13.633430+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"166.99.224.116\"\n2024-12-03T16:14:13.635414+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\admin\",\"151.110.240.101\"\n2024-12-03T16:18:32.271582+00:00,\"local6\",\"info\",\"web\",\"-\",\"User account - created local\\restapi (id: 1)\",\"0800100\",\"local\\admin\",\"151.110.240.101\"\n2024-12-03T16:18:44.800262+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\admin\",\"151.110.240.101\"\n2024-12-03T16:19:11.832246+00:00,\"local6\",\"info\",\"web\",\"-\",\"User account - password changed\",\"0800600\",\"local\\restapi\",\"151.110.240.101\"\n2024-12-03T16:19:11.834671+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\restapi\",\"151.110.240.101\"\n2024-12-03T16:19:23.126957+00:00,\"local6\",\"info\",\"web\",\"-\",\"User account - preferences updated for user local\\restapi (id: 1)\",\"0800300\",\"local\\restapi\",\"151.110.240.101\"\n2024-12-03T16:19:47.585004+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - closed id: 0\",\"0900200\",\"local\\restapi\",\"151.110.240.101\"\n2024-12-03T16:19:47.588526+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 0\",\"0900100\",\"local\\restapi\",\"151.110.240.101\"\n2024-12-03T16:27:13.738507+00:00,\"local6\",\"info\",\"web\",\"-\",\"Session - opened id: 1\",\"0900100\",\"local\\admin\",\"151.110.240.101\"\n"}],"_postman_id":"14f02510-d9d6-432f-9dab-bdb333a57a14"},{"name":"exportSystemLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dc9ddada-66a5-4376-b2ca-1a2f6e0bfa04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSystemLog","description":"<p>This endpoint allows you to export the system log for auditing purposes.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSystemLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportSystemLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a2df3275-67c8-4fe4-a2bc-16e8daeaca27","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportSystemLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"3249425277\""},{"key":"Last-Modified","value":"Tue, 03 Dec 2024 16:19:52 GMT"},{"key":"Content-Length","value":"27702"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Tue, 03 Dec 2024 16:44:13 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2024-07-22T13:48:43.389974+00:00,\"local4\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"0001c00\",\"system\",\"\"\n2024-07-22T13:48:44.614776+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-07-22T13:48:47.941602+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-07-22T13:48:59.125228+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-07-22T13:49:21.380978+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-webserver.sh\",\"-\",\"New selfsigned certificate generated for webserver server\",\"0e00200\",\"system\",\"\"\n2024-07-22T13:49:53.747920+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is dead, trying to restart with timeservice (1 times)\",\"0100900\",\"system\",\"\"\n2024-07-22T13:50:06.026648+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is dead, trying to restart with timeservice (2 times)\",\"0100900\",\"system\",\"\"\n2024-07-22T13:50:17.857232+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is dead, trying to restart with timeservice (3 times)\",\"0100900\",\"system\",\"\"\n2024-07-22T13:50:29.671206+00:00,\"local4\",\"crit\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is dead, failed to restart (3 times)\",\"0100900\",\"system\",\"\"\n2024-07-22T13:52:47.529718+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"LCD Password has been configured\",\"0300f00\",\"system\",\"\"\n2024-07-22T15:03:00.649711+00:00,\"local4\",\"info\",\"/usr/sbin/FW_reboot.sh\",\"-\",\"Network module reboot requested\",\"0101500\",\"system\",\"\"\n2024-07-22T15:03:22.696315+00:00,\"local4\",\"info\",\"/etc/rc6.d/K40syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-07-22T15:05:24.656647+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-07-22T15:05:37.495268+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-07-22T15:06:01.556830+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is dead, trying to restart with timeservice (1 times)\",\"0100900\",\"system\",\"\"\n2024-07-22T15:06:13.422013+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] timeserviced is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-07-22T15:07:03.691840+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"Time with NTP synchronized\",\"0b00300\",\"system\",\"\"\n2024-08-01T15:21:54.466976+00:00,\"local4\",\"crit\",\"powerdistributiond\",\"-\",\"Communication status with measurement card has changed to Lost\",\"1300100\",\"system\",\"\"\n2024-08-01T15:22:00.901184+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-mqtt.sh\",\"-\",\"New selfsigned certificate generated for mqtt server\",\"0e00200\",\"system\",\"\"\n2024-08-01T15:22:03.521469+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-rsyslog.sh\",\"-\",\"New selfsigned certificate generated for rsyslog server\",\"0e00200\",\"system\",\"\"\n2024-08-01T15:22:06.865827+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-08-01T15:22:11.825779+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:22:13.444981+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-08-01T15:22:18.403704+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:22:25.193221+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-webserver.sh\",\"-\",\"New selfsigned certificate generated for webserver server\",\"0e00200\",\"system\",\"\"\n2024-08-01T15:22:46.196069+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"NTP server not available\",\"0b00700\",\"system\",\"\"\n2024-08-01T15:25:57.760952+00:00,\"local4\",\"info\",\"/usr/sbin/FW_reboot.sh\",\"-\",\"Network module reboot requested\",\"0101500\",\"system\",\"\"\n2024-08-01T15:26:24.232037+00:00,\"local4\",\"info\",\"/etc/rc6.d/K40syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-08-01T15:26:35.091022+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:26:38.494148+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-webserver.sh\",\"-\",\"New selfsigned certificate generated for webserver server\",\"0e00200\",\"system\",\"\"\n2024-08-01T15:28:52.754379+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:28:53.119766+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog configuration changed.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:28:53.845898+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-08-01T15:28:57.256455+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:29:03.188472+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-webserver.sh\",\"-\",\"New selfsigned certificate generated for webserver server\",\"0e00200\",\"system\",\"\"\n2024-08-01T15:29:06.174083+00:00,\"local4\",\"info\",\"/etc/rc5.d/S40syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-08-01T15:29:33.559355+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"NTP server not available\",\"0b00700\",\"system\",\"\"\n2024-08-01T15:30:37.647123+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] etn-gw-modbus-serverd is dead, trying to restart with modbus (1 times)\",\"0100900\",\"system\",\"\"\n2024-08-01T15:31:09.419545+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is dead, trying to restart with emailService (1 times)\",\"0100900\",\"system\",\"\"\n2024-08-01T15:31:21.903986+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] etn-gw-modbus-serverd is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-08-01T15:31:22.215628+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-09-05T14:49:24.509884+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-09-05T14:49:28.814164+00:00,\"local4\",\"info\",\"/etc/rc5.d/S40syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-09-05T14:50:13.055056+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"NTP server not available\",\"0b00700\",\"system\",\"\"\n2024-09-05T14:50:58.481642+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is dead, trying to restart with emailService (1 times)\",\"0100900\",\"system\",\"\"\n2024-09-05T14:51:11.953904+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-10-02T12:26:56.529635+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-10-02T12:27:01.359719+00:00,\"local4\",\"info\",\"/etc/rc5.d/S40syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-10-02T12:27:12.183707+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  1\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:12.333516+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  2\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:12.483381+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  3\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:12.633452+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  4\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:12.783517+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  5\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:12.934636+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  6\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.083422+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  7\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.233454+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  8\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.383543+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  9\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.533515+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  10\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.683478+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  11\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.833505+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  12\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:13.983470+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  13\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.133384+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  14\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.283468+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  15\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.433527+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  16\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.583454+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  17\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.733447+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  18\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:14.883460+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  19\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:15.033496+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  20\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:15.183365+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  21\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:15.333417+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  22\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:15.483486+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  23\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:15.643513+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  24\",\"0261000\",\"system\",\"\"\n2024-10-02T12:27:16.083539+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  1\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:17.023545+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  2\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:18.283484+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  3\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:19.153613+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  4\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:20.093447+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  5\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:21.013472+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  6\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:22.283516+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  7\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:23.193555+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  8\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:24.163686+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  9\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:25.013449+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  10\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:26.243508+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  11\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:27.193565+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  12\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:28.153467+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  13\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:29.023469+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  14\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:30.223529+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  15\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:31.273569+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  16\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:32.083433+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  17\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:33.013442+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  18\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:34.233532+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  19\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:35.187622+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"NTP server not available\",\"0b00700\",\"system\",\"\"\n2024-10-02T12:27:35.223588+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  20\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:36.033510+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  21\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:37.013471+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  22\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:38.313542+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  23\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:39.203610+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  24\",\"0261100\",\"system\",\"\"\n2024-10-02T12:27:43.560285+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is dead, trying to restart with emailService (1 times)\",\"0100900\",\"system\",\"\"\n2024-10-02T12:27:59.242720+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-11-08T06:50:30.526626+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-11-08T06:50:34.899439+00:00,\"local4\",\"info\",\"/etc/rc5.d/S40syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-11-08T06:50:41.523431+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  1\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:41.673136+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  2\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:41.823184+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  3\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:41.973161+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  4\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.123065+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  5\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.273190+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  6\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.423136+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  7\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.583179+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  8\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.733053+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  9\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:42.883195+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  10\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.043419+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  11\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.193149+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  12\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.343585+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  13\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.493177+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  14\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.643142+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  15\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.793193+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  16\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:43.943202+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  17\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.093185+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  18\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.243196+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  19\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.403053+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  20\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.553144+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  21\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.703208+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  22\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:44.863068+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  23\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:45.013161+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To Off for Outlet  24\",\"0261000\",\"system\",\"\"\n2024-11-08T06:50:45.943218+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  1\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:46.943179+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  2\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:48.093324+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  3\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:49.063177+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  4\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:49.943153+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  5\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:50.943159+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  6\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:52.153274+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  7\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:53.235770+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  8\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:53.943175+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  9\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:55.103218+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  10\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:56.123250+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  11\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:57.253421+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  12\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:57.943140+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  13\",\"0261100\",\"system\",\"\"\n2024-11-08T06:50:59.173207+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  14\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:00.193234+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  15\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:01.163143+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  16\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:01.944591+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  17\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:03.183208+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  18\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:04.153228+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  19\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:05.123216+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  20\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:05.943141+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  21\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:07.213246+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  22\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:08.143314+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  23\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:09.023147+00:00,\"local4\",\"info\",\"powerdistributiond\",\"-\",\"State Changed To On for Outlet  24\",\"0261100\",\"system\",\"\"\n2024-11-08T06:51:11.498398+00:00,\"local4\",\"warning\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is dead, trying to restart with emailService (1 times)\",\"0100900\",\"system\",\"\"\n2024-11-08T06:51:17.496231+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"NTP server not available\",\"0b00700\",\"system\",\"\"\n2024-11-08T06:51:26.287105+00:00,\"local4\",\"info\",\"/usr/bin/FW_process_monitor.sh\",\"-\",\"[critical] eventmanagerd is now alive again.\",\"0100a00\",\"system\",\"\"\n2024-12-03T15:31:01.701323+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-mqtt.sh\",\"-\",\"New selfsigned certificate generated for mqtt server\",\"0e00200\",\"system\",\"\"\n2024-12-03T15:31:07.131156+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-rsyslog.sh\",\"-\",\"New selfsigned certificate generated for rsyslog server\",\"0e00200\",\"system\",\"\"\n2024-12-03T15:31:07.323506+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog configuration changed.\",\"0100c00\",\"system\",\"\"\n2024-12-03T15:31:08.315761+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is stopping.\",\"0100b00\",\"system\",\"\"\n2024-12-03T15:31:20.771803+00:00,\"local4\",\"info\",\"/etc/init.d/syslog\",\"-\",\"Rsyslog is started.\",\"0100c00\",\"system\",\"\"\n2024-12-03T15:31:32.296465+00:00,\"local4\",\"warning\",\"/usr/share/certmanagd/callback-webserver.sh\",\"-\",\"New selfsigned certificate generated for webserver server\",\"0e00200\",\"system\",\"\"\n2024-12-03T15:32:11.430915+00:00,\"local4\",\"info\",\"timeserviced\",\"-\",\"Time with NTP synchronized\",\"0b00300\",\"system\",\"\"\n2024-12-03T16:15:08.046245+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"Settings saving requested\",\"1000100\",\"system\",\"\"\n2024-12-03T16:15:08.138671+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<certificateSettings> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.161760+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<date> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.186417+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<display> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.215539+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<email> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.271070+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<firewall> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.294408+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<identification> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.316550+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<measure> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.344513+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<modbus> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.351534+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<mqtt> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.399044+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<network> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.425667+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<peripherals> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.455421+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<rsyslog> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.485147+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<smtp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.543418+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<snmp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.600291+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<userAndSessionManagement> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:08.624688+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<ztp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.477226+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"Settings saving requested\",\"1000100\",\"system\",\"\"\n2024-12-03T16:15:57.504034+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<certificateSettings> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.526237+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<date> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.548924+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<display> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.577324+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<email> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.630314+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<firewall> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.655758+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<identification> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.680034+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<measure> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.730469+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<modbus> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.745911+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<mqtt> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.788024+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<peripherals> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.816319+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<rsyslog> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.851751+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<smtp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:57.937722+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<snmp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:58.016520+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<userAndSessionManagement> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:15:58.041735+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<ztp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.637493+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"Settings saving requested\",\"1000100\",\"system\",\"\"\n2024-12-03T16:19:51.663934+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<certificateSettings> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.687157+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<date> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.716160+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<display> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.751248+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<email> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.815121+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<firewall> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.838463+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<identification> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.859564+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<measure> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.918856+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<modbus> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.926686+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<mqtt> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:51.969017+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<peripherals> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:52.003088+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<rsyslog> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:52.046729+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<smtp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:52.099335+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<snmp> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:52.157168+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<userAndSessionManagement> settings saved\",\"1000200\",\"system\",\"\"\n2024-12-03T16:19:52.180229+00:00,\"local4\",\"info\",\"dmmbdetnrsd\",\"-\",\"<ztp> settings saved\",\"1000200\",\"system\",\"\"\n"}],"_postman_id":"dc9ddada-66a5-4376-b2ca-1a2f6e0bfa04"},{"name":"exportUpdateLog","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2307e964-4e00-4381-9e82-1be0eb3e4d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportUpdateLog","description":"<p>This endpoint allows you to export the update log for the system audit actions. The log contains detailed information about various system events, including their timestamps, facilities, priorities, applications involved, process IDs, messages, codes, users, and associated IPv4 addresses.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportUpdateLog</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>No request parameters or body are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of <code>200</code> and the full log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","audit","actions","exportUpdateLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ad439244-dd0c-4d6a-a0cd-36d8c7abc5fd","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/audit/actions/exportUpdateLog"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"3417365819\""},{"key":"Last-Modified","value":"Sun, 01 Dec 2024 07:55:07 GMT"},{"key":"Content-Length","value":"2166"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Tue, 03 Dec 2024 16:44:06 GMT"}],"cookie":[],"responseTime":null,"body":"Date Time(UTC),Facility,Priority,Application,ProcessId,Message,Code,User,IPv4 address\n2024-07-22T13:48:43.573758+00:00,\"local1\",\"info\",\"/usr/sbin/FW_logHeader.sh\",\"-\",\"Start of a new log entry\",\"0a01800\",\"system\",\"\"\n2024-07-22T14:00:10.807442+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade started by local\\admin <f/w: 2.5.5>\",\"0a00300\",\"system\",\"\"\n2024-07-22T14:00:28.275093+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade success <f/w: 2.5.5>\",\"0a00100\",\"system\",\"\"\n2024-07-22T14:57:49.933060+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade started by local\\admin <f/w: 2.5.5>\",\"0a00300\",\"system\",\"\"\n2024-07-22T14:58:06.812865+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade success <f/w: 2.5.5>\",\"0a00100\",\"system\",\"\"\n2024-08-01T15:24:18.113005+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade started by www-data <f/w: 3.3.3>\",\"0a00300\",\"system\",\"\"\n2024-08-01T15:25:57.589826+00:00,\"local1\",\"info\",\"/usr/bin/FW_upgrade_inotify.sh\",\"-\",\"Network module upgrade success <f/w: 3.3.3>\",\"0a00100\",\"system\",\"\"\n2024-08-01T15:30:36.498374+00:00,\"local1\",\"warning\",\"/etc/rc5.d/S99rauc-mark-good\",\"-\",\"Recovery partition 1 will be upgraded <f/w: 2.5.5 < 3.3.3>\",\"0a00200\",\"system\",\"\"\n2024-08-01T15:30:50.047755+00:00,\"local1\",\"info\",\"/etc/rc5.d/S99rauc-mark-good\",\"-\",\"Recovery partition 1 upgrade succeed <f/w: 3.3.3>\",\"0a00100\",\"system\",\"\"\n2024-11-01T07:55:01.589087+00:00,\"local1\",\"info\",\"/etc/cron.monthly/genepi-systemcheck-cron\",\"-\",\"Periodic system integrity check started\",\"0a00c00\",\"system\",\"\"\n2024-11-01T07:55:08.545917+00:00,\"local1\",\"info\",\"/etc/cron.monthly/genepi-systemcheck-cron\",\"-\",\"Network module file system integrity OK 3.3.3\",\"0a00600\",\"system\",\"\"\n2024-12-01T07:55:01.696139+00:00,\"local1\",\"info\",\"/etc/cron.monthly/genepi-systemcheck-cron\",\"-\",\"Periodic system integrity check started\",\"0a00c00\",\"system\",\"\"\n2024-12-01T07:55:07.047778+00:00,\"local1\",\"info\",\"/etc/cron.monthly/genepi-systemcheck-cron\",\"-\",\"Network module file system integrity OK 3.3.3\",\"0a00600\",\"system\",\"\"\n"}],"_postman_id":"2307e964-4e00-4381-9e82-1be0eb3e4d8a"}],"id":"99da750b-4464-47fc-b03a-dbdc4ebb351a","description":"<p>This collection of endpoints is a list of actions related to system audits for a particular manager.</p>\n","_postman_id":"99da750b-4464-47fc-b03a-dbdc4ebb351a"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"75264ea4-fd70-4a38-8ad5-cac7939811e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system","description":"<p>This endpoint retrieves the current system status and available actions for the specified manager (in this case, <code>1</code>). It provides detailed information about the system's operational state, firmware versions, and audit actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><code>actions</code>: An object containing available actions that can be performed on the system, such as rebooting, sanitizing, updating, and managing settings.</p>\n</li>\n<li><p><code>status</code>: An object that provides the current operational status of the system, including:</p>\n<ul>\n<li><p><code>operating</code>: Current operating state.</p>\n</li>\n<li><p><code>health</code>: Health status of the system.</p>\n</li>\n<li><p><code>activeFirmware</code>: The firmware currently in use.</p>\n</li>\n<li><p><code>update</code>: An object detailing the update process, including:</p>\n<ul>\n<li><p><code>startApplication</code>: Application initiating the update.</p>\n</li>\n<li><p><code>startUsername</code>: Username that initiated the update.</p>\n</li>\n<li><p><code>startDate</code>: Date when the update started.</p>\n</li>\n<li><p><code>startVersion</code>: Version from which the update is starting.</p>\n</li>\n<li><p><code>targetedVersion</code>: Version to which the system is being updated.</p>\n</li>\n<li><p><code>targetedFirmware</code>: Firmware targeted by the update.</p>\n</li>\n<li><p><code>progressPercent</code>: Current progress of the update (null if not applicable).</p>\n</li>\n<li><p><code>state</code>: Current state of the update.</p>\n</li>\n<li><p><code>endResult</code>: Result of the update process.</p>\n</li>\n<li><p><code>endDate</code>: Date when the update ended.</p>\n</li>\n<li><p><code>endReason</code>: Reason for the end of the update.</p>\n</li>\n<li><p><code>inProgress</code>: Boolean indicating if the update is currently in progress.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>firmwares</code>: An object containing information about firmware versions, including:</p>\n<ul>\n<li><p><code>members@count</code>: Count of available firmware members.</p>\n</li>\n<li><p><code>members</code>: An array of firmware objects, each containing:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the firmware.</p>\n</li>\n<li><p><code>id</code>: Firmware ID.</p>\n</li>\n<li><p><code>version</code>: Version number of the firmware.</p>\n</li>\n<li><p><code>buildDate</code>: Date the firmware was built.</p>\n</li>\n<li><p><code>sha</code>: SHA hash of the firmware.</p>\n</li>\n<li><p><code>installationDate</code>: Date when the firmware was installed.</p>\n</li>\n<li><p><code>activationDate</code>: Date when the firmware was activated.</p>\n</li>\n<li><p><code>status</code>: Current status of the firmware.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>audit</code>: An object containing actions related to system auditing, with available actions such as exporting logs.</p>\n</li>\n<li><p><code>resources</code>: An object that may contain resource identifiers.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a1477eb1-04ca-4c87-9d95-4a59c52dadca","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2442"},{"key":"Date","value":"Wed, 02 Jul 2025 18:24:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"actions\": {\n        \"#reboot\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/reboot\",\n        \"#sanitize\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/sanitize\",\n        \"#update\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/update\",\n        \"#exportSettingsSchema\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/exportSettingsSchema\",\n        \"#restoreSettings\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/restoreSettings\",\n        \"#saveSettings\": \"/rest/mbdetnrs/2.0/managers/1/system/actions/saveSettings\"\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"activeFirmware\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/2\",\n        \"update\": {\n            \"startApplication\": \"\",\n            \"startUsername\": \"\",\n            \"startDate\": \"infinite\",\n            \"startVersion\": \"\",\n            \"targetedVersion\": \"\",\n            \"targetedFirmware\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/1\",\n            \"progressPercent\": null,\n            \"state\": \"\",\n            \"endResult\": \"unknown\",\n            \"endDate\": \"infinite\",\n            \"endReason\": \"\",\n            \"inProgress\": false\n        }\n    },\n    \"firmwares\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/1\",\n                \"id\": \"1\",\n                \"version\": \"2.3.0-unreleased\",\n                \"buildDate\": \"2025-05-21T14:59:33Z\",\n                \"sha\": \"85f3f70\",\n                \"installationDate\": \"2025-05-22T08:34:59Z\",\n                \"activationDate\": \"2025-05-22T08:36:18Z\",\n                \"status\": \"valid\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/2\",\n                \"id\": \"2\",\n                \"version\": \"2.3.0-unreleased\",\n                \"buildDate\": \"2025-05-21T14:59:33Z\",\n                \"sha\": \"85f3f70\",\n                \"installationDate\": \"2025-05-22T09:00:36Z\",\n                \"activationDate\": \"2025-05-22T09:02:13Z\",\n                \"status\": \"active\"\n            }\n        ]\n    },\n    \"audit\": {\n        \"actions\": {\n            \"#exportAccountLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportAccountLog\",\n            \"#exportApplicationLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportApplicationLog\",\n            \"#exportConfigurationLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportConfigurationLog\",\n            \"#exportDot1xLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportDot1xLog\",\n            \"#exportSessionLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportSessionLog\",\n            \"#exportSystemLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportSystemLog\",\n            \"#exportUpdateLog\": \"/rest/mbdetnrs/2.0/managers/1/system/audit/actions/exportUpdateLog\"\n        }\n    },\n    \"resources\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/system/resources\"\n    }\n}"}],"_postman_id":"75264ea4-fd70-4a38-8ad5-cac7939811e5"},{"name":"resources","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"178d994b-285a-419b-b7ec-63e4ef0a9ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/resources","description":"<p>This endpoint retrieves the system resources information for a specific manager identified by the ID <code>1</code>. It provides details about the CPU, RAM, and Flash memory usage.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>cpu</code>: Object containing CPU usage details.</p>\n<ul>\n<li><p><code>used</code>: Amount of CPU used.</p>\n</li>\n<li><p><code>upSince</code>: Timestamp indicating when the CPU was last up.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ram</code>: Object containing RAM usage details.</p>\n<ul>\n<li><p><code>total</code>: Total RAM available.</p>\n</li>\n<li><p><code>free</code>: Amount of free RAM.</p>\n</li>\n<li><p><code>used</code>: Amount of RAM currently used.</p>\n</li>\n<li><p><code>details</code>: Additional details about RAM usage.</p>\n<ul>\n<li><code>tmpfs</code>: Amount of temporary filesystem memory.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>flash</code>: Object containing Flash memory usage details.</p>\n<ul>\n<li><p><code>userData</code>: Object with user data memory statistics.</p>\n<ul>\n<li><p><code>total</code>: Total Flash memory available.</p>\n</li>\n<li><p><code>free</code>: Amount of free Flash memory.</p>\n</li>\n<li><p><code>used</code>: Amount of Flash memory currently used.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","resources"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ff5f088e-60a4-4fae-967f-5c8b981d143c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"342"},{"key":"Date","value":"Tue, 03 Dec 2024 16:45:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/system/resources\",\n    \"cpu\": {\n        \"used\": 46.045,\n        \"upSince\": \"2024-11-08T06:49:28Z\"\n    },\n    \"ram\": {\n        \"total\": 224215040,\n        \"free\": 146010112,\n        \"used\": 78204928,\n        \"details\": {\n            \"tmpfs\": 1953792\n        }\n    },\n    \"flash\": {\n        \"userData\": {\n            \"total\": 75628544,\n            \"free\": 70152192,\n            \"used\": 5476352\n        }\n    }\n}"}],"_postman_id":"178d994b-285a-419b-b7ec-63e4ef0a9ad4"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5ee076fd-3559-4b96-a906-7407ba634076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/status","description":"<p>This endpoint retrieves the system status of a specific manager identified by its ID. It provides information regarding the operating state, health status, active firmware version, and details about any ongoing updates.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>operating</code>: (string) The current operating state of the system.</p>\n</li>\n<li><p><code>health</code>: (string) The health status of the system.</p>\n</li>\n<li><p><code>activeFirmware</code>: (string) The version of the currently active firmware.</p>\n</li>\n<li><p><code>update</code>: (object) Contains details about the current update process:</p>\n<ul>\n<li><p><code>startApplication</code>: (string) The application that initiated the update.</p>\n</li>\n<li><p><code>startUsername</code>: (string) The username of the person who started the update.</p>\n</li>\n<li><p><code>startDate</code>: (string) The date when the update process started.</p>\n</li>\n<li><p><code>startVersion</code>: (string) The version of the application at the start of the update.</p>\n</li>\n<li><p><code>targetedVersion</code>: (string) The version that the update is targeting.</p>\n</li>\n<li><p><code>targetedFirmware</code>: (string) The firmware version that the update is targeting.</p>\n</li>\n<li><p><code>progressPercent</code>: (number|null) The percentage of the update that has been completed.</p>\n</li>\n<li><p><code>state</code>: (string) The current state of the update process.</p>\n</li>\n<li><p><code>endResult</code>: (string) The result of the update once it is completed.</p>\n</li>\n<li><p><code>endDate</code>: (string) The date when the update process ended.</p>\n</li>\n<li><p><code>endReason</code>: (string) The reason for the end of the update process.</p>\n</li>\n<li><p><code>inProgress</code>: (boolean) Indicates whether the update is currently in progress.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","system","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d1f66350-aa41-4dbc-8eeb-5ec67ae21ccc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/system/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"466"},{"key":"Date","value":"Wed, 02 Jul 2025 18:33:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\",\n    \"activeFirmware\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/2\",\n    \"update\": {\n        \"startApplication\": \"\",\n        \"startUsername\": \"\",\n        \"startDate\": \"infinite\",\n        \"startVersion\": \"\",\n        \"targetedVersion\": \"\",\n        \"targetedFirmware\": \"/rest/mbdetnrs/2.0/managers/1/system/firmwares/1\",\n        \"progressPercent\": null,\n        \"state\": \"\",\n        \"endResult\": \"unknown\",\n        \"endDate\": \"infinite\",\n        \"endReason\": \"\",\n        \"inProgress\": false\n    }\n}"}],"_postman_id":"5ee076fd-3559-4b96-a906-7407ba634076"}],"id":"3df8f5ba-dbd4-4f60-959e-c5b1d3791aa8","description":"<p>This service manages the system configuration for a particular manager.</p>\n","_postman_id":"3df8f5ba-dbd4-4f60-959e-c5b1d3791aa8"},{"name":"wolService","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7c9228ff-3b0a-4328-875e-06051c1347e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/wolService","description":"<p>This endpoint retrieves the WOL service configurations and available actions for a specified manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><code>configurations</code>: An object that contains configuration details related to the WoL service.</p>\n</li>\n<li><p><code>actions</code>: An object that lists available actions for the WoL service.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","wolService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"69c83329-1f56-43e3-a564-3b78a60ff607","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/wolService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"179"},{"key":"Date","value":"Fri, 06 Jun 2025 17:23:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"configurations\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/wolService/configurations\"\n    },\n    \"actions\": {\n        \"#test\": \"/rest/mbdetnrs/2.0/managers/1/wolService/actions/test\"\n    }\n}"}],"_postman_id":"7c9228ff-3b0a-4328-875e-06051c1347e3"},{"name":"configurations","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"106661b6-a8bd-4fc4-9033-b1e6413cc51d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/wolService/configurations","description":"<p>This endpoint retrieves the configurations for the WOL service related to the manager with ID 1.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the response.</p>\n</li>\n<li><p><code>members</code>: An array containing the member objects, each including a unique <code>@id</code> value that can be used to query for more information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","wolService","configurations"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"28ac6cf5-3f9e-4794-aebb-d7ee250b07fb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/wolService/configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"109"},{"key":"Date","value":"Fri, 23 May 2025 14:55:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/wolService/configurations\",\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"106661b6-a8bd-4fc4-9033-b1e6413cc51d"},{"name":"test","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"46a0ea67-41b3-4956-b5d0-02e01ebbb82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/wolService/actions/test","description":"<p>This endpoint is used to trigger a test action for the WOL service associated with a specific manager identified by the ID <code>1</code>.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","wolService","actions","test"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46a0ea67-41b3-4956-b5d0-02e01ebbb82e"}],"id":"47c1424e-cf07-4e82-ae51-33a599324ada","description":"<p>This service manages the Wake-on-LAN (WOL) service for a particular manager.</p>\n","_postman_id":"47c1424e-cf07-4e82-ae51-33a599324ada"},{"name":"ztp","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9c035255-dd3b-4444-92cb-f9858a60f424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp","description":"<p>This endpoint retrieves the Zero Touch Provisioning (ZTP) status for a specific manager identified by its ID. The request provides information about the service's operational status, health, and configuration application results.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response from this endpoint will be in JSON format and will include the following key components:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>version</code>: The version of the resource.</p>\n</li>\n<li><p><code>status</code>: An object containing <code>operating</code> and <code>health</code> statuses.</p>\n</li>\n<li><p><code>userEnabled</code>: A boolean indicating if the user is enabled.</p>\n</li>\n<li><p><code>protocols</code>: An object containing:</p>\n<ul>\n<li><p><code>members@count</code>: The count of protocol members.</p>\n</li>\n<li><p><code>members</code>: An array of protocol member objects, each with its own <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>configApplicationResult</code>: An object containing:</p>\n<ul>\n<li><p><code>state</code>: The state of the configuration application.</p>\n</li>\n<li><p><code>since</code>: A timestamp indicating when the state was last updated.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","ztp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f060149c-b987-4dc6-b41c-3cb0574361f4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"605"},{"key":"Date","value":"Thu, 19 Jun 2025 17:18:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp\",\n    \"version\": \"01.00.00\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"userEnabled\": false,\n    \"protocols\": {\n        \"members@count\": 4,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/http\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/https\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/ftps\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/ftp\"\n            }\n        ]\n    },\n    \"configApplicationResult\": {\n        \"state\": \"not initiated\",\n        \"since\": \"1970-01-01T00:00:00Z\"\n    }\n}"}],"_postman_id":"9c035255-dd3b-4444-92cb-f9858a60f424"},{"name":"http","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6d391d40-8fe7-4e18-9111-92c5114c17fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/http","description":"<p>This endpoint retrieves the ZTP HTTP (Hypertext Transfer Protocol) protocol configuration for a specific manager identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier of the HTTP protocol configuration (string).</p>\n</li>\n<li><p><code>name</code>: The name of the HTTP protocol configuration (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the HTTP protocol is enabled.</p>\n</li>\n<li><p><code>isRecommended</code>: A boolean indicating whether this protocol configuration is recommended.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","ztp","protocols","http"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"476acdfb-27e1-498e-b8e4-2232f33edc31","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/http"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"137"},{"key":"Date","value":"Thu, 19 Jun 2025 17:17:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/http\",\n    \"id\": \"http\",\n    \"name\": \"http\",\n    \"enabled\": true,\n    \"isRecommended\": false\n}"}],"_postman_id":"6d391d40-8fe7-4e18-9111-92c5114c17fb"},{"name":"https","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a1821f01-8d91-4e35-a139-590e5110c389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/https","description":"<p>This endpoint allows you to retrieve the configuration details for the HTTPS (Hypertext Transfer Protocol Secure) protocol associated with a specific manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier for the HTTPS protocol configuration (string).</p>\n</li>\n<li><p><code>name</code>: The name of the HTTPS protocol (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the protocol is enabled.</p>\n</li>\n<li><p><code>isRecommended</code>: A boolean indicating whether this protocol is recommended for use.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","ztp","protocols","https"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"792646ca-b252-4500-9ca8-393b7c302482","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/https"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"139"},{"key":"Date","value":"Thu, 19 Jun 2025 17:20:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/https\",\n    \"id\": \"https\",\n    \"name\": \"https\",\n    \"enabled\": true,\n    \"isRecommended\": true\n}"}],"_postman_id":"a1821f01-8d91-4e35-a139-590e5110c389"},{"name":"ftp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"09b5005c-4b94-4144-93fe-e924970daa84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/ftp","description":"<p>This endpoint retrieves the configuration details for the ZTP FTP (File Transfer Protocol) protocol associated with a specific manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>id</code>: The identifier for the FTP protocol configuration (string).</p>\n</li>\n<li><p><code>name</code>: The name of the FTP protocol configuration (string).</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the FTP protocol is enabled.</p>\n</li>\n<li><p><code>isRecommended</code>: A boolean indicating whether the FTP protocol is recommended.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","ztp","protocols","ftp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"dfcd8d1f-da2b-4da7-81de-7e77c51f97d8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/ftp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"134"},{"key":"Date","value":"Thu, 19 Jun 2025 17:22:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/ftp\",\n    \"id\": \"ftp\",\n    \"name\": \"ftp\",\n    \"enabled\": true,\n    \"isRecommended\": false\n}"}],"_postman_id":"09b5005c-4b94-4144-93fe-e924970daa84"},{"name":"ftps","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"72da6385-7b5f-4987-86dc-f7bcb18dbce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/ftps","description":"<p>This endpoint retrieves the ZTP FTPS (File Transfer Protocol Secure) protocol configuration for a specific manager identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: (string) An identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: (string) The unique identifier for the FTPS protocol configuration.</p>\n</li>\n<li><p><code>name</code>: (string) The name of the FTPS protocol.</p>\n</li>\n<li><p><code>enabled</code>: (boolean) Indicates whether the FTPS protocol is enabled.</p>\n</li>\n<li><p><code>isRecommended</code>: (boolean) Indicates whether the FTPS protocol is recommended.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","ztp","protocols","ftps"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"656d21b8-e2b5-44d1-b8b6-d9496771ac18","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/ztp/protocols/ftps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"136"},{"key":"Date","value":"Thu, 19 Jun 2025 17:21:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp/protocols/ftps\",\n    \"id\": \"ftps\",\n    \"name\": \"ftps\",\n    \"enabled\": true,\n    \"isRecommended\": true\n}"}],"_postman_id":"72da6385-7b5f-4987-86dc-f7bcb18dbce4"}],"id":"804117f4-3875-42db-bdab-322e5eff283d","description":"<p>This service manages the Zero Touch Provisioning (ZTP) service for a particular manager.</p>\n","_postman_id":"804117f4-3875-42db-bdab-322e5eff283d"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"da520947-6887-4422-b65c-b8ef41ca8cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1","description":"<p>This endpoint retrieves detailed information about a specific manager (in this case, the manger with ID <code>1</code>). It provides insights into the manager's identification, firmware, actions available, and various services associated with this manager.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the manager.</p>\n</li>\n<li><p><code>identification</code>: Contains details about the manager, including:</p>\n<ul>\n<li><p><code>physicalName</code>: The physical name of the manager.</p>\n</li>\n<li><p><code>uuid</code>: Universally unique identifier for the manager.</p>\n</li>\n<li><p><code>vendor</code>: The vendor of the manager.</p>\n</li>\n<li><p><code>productName</code>: Name of the product.</p>\n</li>\n<li><p><code>serialNumber</code>: Serial number of the manager.</p>\n</li>\n<li><p><code>type</code>: Type of the manager.</p>\n</li>\n<li><p><code>hwVersion</code>: Hardware version.</p>\n</li>\n<li><p><code>product</code>: General product information.</p>\n</li>\n<li><p><code>modelNumber</code>: Model number.</p>\n</li>\n<li><p><code>partNumber</code>: Part number.</p>\n</li>\n<li><p><code>bootloaderVersion</code>: Bootloader version.</p>\n</li>\n<li><p><code>macAddress</code>: MAC address.</p>\n</li>\n<li><p><code>firmwareVersion</code>: Current firmware version.</p>\n</li>\n<li><p><code>firmwareSha</code>: SHA of the firmware.</p>\n</li>\n<li><p><code>firmwareType</code>: Type of firmware.</p>\n</li>\n<li><p><code>firmwareDate</code>: Date of the firmware.</p>\n</li>\n<li><p><code>firmwareInstallationDate</code>: Date when the firmware was installed.</p>\n</li>\n<li><p><code>firmwareActivationDate</code>: Date when the firmware was activated.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the manager.</p>\n</li>\n<li><p><code>contact</code>: Contact information.</p>\n</li>\n<li><p><code>location</code>: Location of the manager.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: Available actions for the manager, including:</p>\n<ul>\n<li><p><code>#reboot</code>: Action to reboot the manager.</p>\n</li>\n<li><p><code>#sanitize</code>: Action to sanitize the manager.</p>\n</li>\n</ul>\n</li>\n<li><p><code>firmwares</code>: Information about the firmware, including:</p>\n<ul>\n<li><p><code>members@count</code>: Count of firmware members.</p>\n</li>\n<li><p><code>members</code>: Array of firmware details, each containing:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the firmware.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the firmware.</p>\n</li>\n<li><p><code>firmwareVersion</code>: Version of the firmware.</p>\n</li>\n<li><p><code>firmwareDate</code>: Date of the firmware.</p>\n</li>\n<li><p><code>firmwareSha</code>: SHA of the firmware.</p>\n</li>\n<li><p><code>installationDate</code>: Date when the firmware was installed.</p>\n</li>\n<li><p><code>status</code>: Current status of the firmware.</p>\n</li>\n<li><p><code>activationDate</code>: Date when the firmware was activated.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Additional services such as <code>certificatesManager</code>, <code>emailService</code>, <code>networkService</code>, <code>peripherals</code>, <code>system</code>, <code>timeService</code>, <code>wolService</code>, and <code>ztp</code>, each containing their respective identifiers and actions.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a41c7a2d-cbc0-468e-b22c-5baecde26ffb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2383"},{"key":"Date","value":"Wed, 21 May 2025 14:12:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"physicalName\": \"Eaton Gigabit Network Card 3\",\n        \"uuid\": \"872db8fb-6d9f-5573-bd95-c6127a67d8af\",\n        \"vendor\": \"Eaton\",\n        \"productName\": \"Gigabit Network Card 3\",\n        \"serialNumber\": \"G337P14992\",\n        \"type\": \"management card\",\n        \"hwVersion\": \"0\",\n        \"product\": \"network-m3_0\",\n        \"modelNumber\": \"NETWORK-M3\",\n        \"partNumber\": \"744-A4442\",\n        \"bootloaderVersion\": \"4.0.4\",\n        \"macAddress\": \"00:20:85:99:99:02\",\n        \"firmwareVersion\": \"2.2.0\",\n        \"firmwareSha\": \"1c0bac1\",\n        \"firmwareType\": \"DEV\",\n        \"firmwareDate\": \"2025-04-14T10:10:17Z\",\n        \"firmwareInstallationDate\": \"2025-04-15T07:46:40Z\",\n        \"firmwareActivationDate\": \"2025-04-15T07:48:16Z\",\n        \"friendlyName\": \"This\",\n        \"contact\": \"Me\",\n        \"location\": \"Here\"\n    },\n    \"actions\": {\n        \"#reboot\": \"/rest/mbdetnrs/2.0/managers/1/actions/reboot\",\n        \"#sanitize\": \"/rest/mbdetnrs/2.0/managers/1/actions/sanitize\"\n    },\n    \"firmwares\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/firmwares/1\",\n                \"id\": \"1\",\n                \"firmwareVersion\": \"2.2.0\",\n                \"firmwareDate\": \"2025-04-14T10:10:17Z\",\n                \"firmwareSha\": \"1c0bac1\",\n                \"installationDate\": \"2025-04-15T07:46:40Z\",\n                \"status\": \"active\",\n                \"activationDate\": \"2025-04-15T07:48:16Z\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/managers/1/firmwares/2\",\n                \"id\": \"2\",\n                \"firmwareVersion\": \"2.2.0\",\n                \"firmwareDate\": \"2025-03-31T14:24:58Z\",\n                \"firmwareSha\": \"43ead95\",\n                \"installationDate\": \"2025-04-01T08:17:31Z\",\n                \"status\": \"valid\",\n                \"activationDate\": \"2025-04-01T08:19:11Z\"\n            }\n        ]\n    },\n    \"certificatesManager\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/certificatesManager\"\n    },\n    \"emailService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/emailService\"\n    },\n    \"helpUs\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/helpUs\"\n    },\n    \"networkService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/networkService\"\n    },\n    \"peripherals\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/peripherals\"\n    },\n    \"system\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/system\"\n    },\n    \"timeService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/timeService\"\n    },\n    \"wolService\": {\n        \"configurations\": {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/wolService/configurations\"\n        },\n        \"actions\": {\n            \"#test\": \"/rest/mbdetnrs/2.0/managers/1/wolService/actions/test\"\n        }\n    },\n    \"ztp\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1/ztp\"\n    }\n}"}],"_postman_id":"da520947-6887-4422-b65c-b8ef41ca8cac"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e95573a8-32fc-4f27-963f-2ad341cb5d00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/identification","description":"<p>This endpoint retrieves identification information for a specific manager. It requires authentication with the card to open a valid session.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response body will be a JSON object containing the following properties:</p>\n<ul>\n<li><p><code>physicalName</code> (string, optional): The physical name of the manager.</p>\n</li>\n<li><p><code>uuid</code> (string, optional): The universally unique identifier for the manager.</p>\n</li>\n<li><p><code>vendor</code> (string, optional): The vendor information.</p>\n</li>\n<li><p><code>productName</code> (string, optional): The name of the product.</p>\n</li>\n<li><p><code>serialNumber</code> (string, optional): The serial number associated with the manager.</p>\n</li>\n<li><p><code>type</code> (string, optional): The type of manager.</p>\n</li>\n<li><p><code>hwVersion</code> (string, optional): The hardware version of the manager.</p>\n</li>\n<li><p><code>product</code> (string, optional): General product information.</p>\n</li>\n<li><p><code>modelNumber</code> (string, optional): The model number of the manager.</p>\n</li>\n<li><p><code>partNumber</code> (string, optional): The part number associated with the manager.</p>\n</li>\n<li><p><code>bootloaderVersion</code> (string, optional): The version of the bootloader.</p>\n</li>\n<li><p><code>macAddress</code> (string, optional): The MAC address of the manager.</p>\n</li>\n<li><p><code>firmwareVersion</code> (string, optional): The version of the firmware currently installed.</p>\n</li>\n<li><p><code>firmwareSha</code> (string, optional): The SHA hash of the firmware.</p>\n</li>\n<li><p><code>firmwareDate</code> (string, optional): The date when the firmware was released.</p>\n</li>\n<li><p><code>firmwareInstallationDate</code> (string, optional): The date when the firmware was installed.</p>\n</li>\n<li><p><code>firmwareActivationDate</code> (string, optional): The date when the firmware was activated.</p>\n</li>\n<li><p><code>friendlyName</code> (string, optional): A user-friendly name for the manager.</p>\n</li>\n<li><p><code>contact</code> (string, optional): Contact information for support or inquiries.</p>\n</li>\n<li><p><code>location</code> (string, optional): The physical location of the manager.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"999d79fa-0d0e-40b0-a729-880f6da412b7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"708"},{"key":"Date","value":"Thu, 10 Jul 2025 15:40:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"physicalName\": \"Eaton Gigabit Industrial Gateway 3\",\n    \"uuid\": \"0b20851a-42e9-5483-bce1-9808a9e27547\",\n    \"vendor\": \"Eaton\",\n    \"productName\": \"Gigabit Industrial Gateway 3\",\n    \"serialNumber\": \"G337P14044\",\n    \"type\": \"management card\",\n    \"hwVersion\": \"0\",\n    \"product\": \"indgw-m3_0\",\n    \"modelNumber\": \"INDGW-M3\",\n    \"partNumber\": \"744-A4920\",\n    \"bootloaderVersion\": \"4.2.1\",\n    \"macAddress\": \"00:20:85:BF:AF:63\",\n    \"firmwareVersion\": \"2.3.0\",\n    \"firmwareSha\": \"9cd38f2\",\n    \"firmwareType\": \"DEV\",\n    \"firmwareDate\": \"2025-07-01T18:06:15Z\",\n    \"firmwareInstallationDate\": \"2025-07-09T13:59:32Z\",\n    \"firmwareActivationDate\": \"2025-07-09T14:00:55Z\",\n    \"friendlyName\": \"Gigabit Industrial Gateway 3\",\n    \"contact\": \"\",\n    \"location\": \"\"\n}"}],"_postman_id":"e95573a8-32fc-4f27-963f-2ad341cb5d00"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5761b0de-6b01-4b7c-a501-adde9f31ab2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"location\": \"here\",\r\n    \"contact\": \"me\",\r\n    \"friendlyName\": \"this\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/identification","description":"<p>This endpoint allows you to update the identification information for a specific manager identified by their unique ID. The request modifies the existing identification details such as location, contact information, and a friendly name.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/identification</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can include any of the following parameters:</p>\n<ul>\n<li><p><code>location</code> (string): The location associated with the manager's identification.</p>\n</li>\n<li><p><code>contact</code> (string): The contact information for the manager.</p>\n</li>\n<li><p><code>friendlyName</code> (string): A user-friendly name for the manager.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1e87aa33-41bc-47b6-bc9d-60c5a3ee30ef","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"location\": \"here\",\r\n    \"contact\": \"me\",\r\n    \"friendlyName\": \"this\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 10 Jul 2025 15:52:25 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"5761b0de-6b01-4b7c-a501-adde9f31ab2f"},{"name":"firmwares","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c9b5ba67-0d3d-4ba5-8158-cf792731a4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/firmwares","description":"<p>This endpoint retrieves a list of firmware details for a specific manager, identified by the manager ID in the URL (in this case, <code>1</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>A successful response will return a 200 status code and will be structured in the following format:</p>\n<ul>\n<li><p><code>members@count</code> (number): The count of firmware members.</p>\n</li>\n<li><p><code>members</code> (array): An array of all members, each containing the following details:</p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the firmware.</p>\n</li>\n<li><p><code>id</code> (string): The firmware ID.</p>\n</li>\n<li><p><code>firmwareVersion</code> (string): The version of the firmware.</p>\n</li>\n<li><p><code>firmwareDate</code> (string): The date the firmware was released.</p>\n</li>\n<li><p><code>firmwareSha</code> (string): The SHA hash of the firmware.</p>\n</li>\n<li><p><code>installationDate</code> (string): The date the firmware was installed.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the firmware.</p>\n</li>\n<li><p><code>activationDate</code> (string): The date the firmware was activated.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","firmwares"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"17a3237f-3902-4a39-bf84-8a9def5312ca","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/firmwares"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"629"},{"key":"Date","value":"Mon, 25 Nov 2024 19:42:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 2,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/firmwares/1\",\n            \"id\": \"1\",\n            \"firmwareVersion\": \"3.4.1\",\n            \"firmwareDate\": \"2024-08-30T10:22:25Z\",\n            \"firmwareSha\": \"8e6f5b6\",\n            \"installationDate\": \"2024-10-03T13:23:21Z\",\n            \"status\": \"valid\",\n            \"activationDate\": \"2024-10-03T13:24:49Z\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/managers/1/firmwares/2\",\n            \"id\": \"2\",\n            \"firmwareVersion\": \"3.4.3\",\n            \"firmwareDate\": \"2024-10-07T16:05:05Z\",\n            \"firmwareSha\": \"b018633\",\n            \"installationDate\": \"2024-11-18T08:43:12Z\",\n            \"status\": \"active\",\n            \"activationDate\": \"2024-11-18T08:44:37Z\"\n        }\n    ]\n}"}],"_postman_id":"c9b5ba67-0d3d-4ba5-8158-cf792731a4b8"},{"name":"timeService","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7e533a8a-f73f-4862-a5c6-16340d12af1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/timeService","description":"<p>This endpoint retrieves the time service information for a specific manager identified by its ID. It provides details about the real-time clock (RTC) status, Network Time Protocol (NTP) settings, and the current time zone.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>rtc</code>: Contains information about the real-time clock.</p>\n<ul>\n<li><code>batteryLowFlag</code>: Indicates if the battery is low.</li>\n</ul>\n</li>\n<li><p><code>ntp</code>: Provides details on NTP settings and status.</p>\n<ul>\n<li><p><code>status</code>: Contains operational and health status.</p>\n<ul>\n<li><p><code>operating</code>: Current operating status.</p>\n</li>\n<li><p><code>health</code>: Health status of the NTP service.</p>\n</li>\n<li><p><code>servers</code>: List of NTP servers with their status and hostname.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: Configuration settings for NTP.</p>\n<ul>\n<li><p><code>enabled</code>: Indicates if NTP is enabled.</p>\n</li>\n<li><p><code>fromDhcp</code>: Indicates if NTP settings are obtained from DHCP.</p>\n</li>\n<li><p><code>servers</code>: List of NTP server addresses.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: Contains available actions related to time settings.</p>\n<ul>\n<li><code>#setTime</code>: Action identifier for setting the time.</li>\n</ul>\n</li>\n<li><p><code>utcTime</code>: Current UTC time.</p>\n</li>\n<li><p><code>timeZone</code>: Current time zone setting.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","timeService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4efccc4b-8051-42c2-9903-23ce8bda75f6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/timeService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"545"},{"key":"Date","value":"Fri, 13 Dec 2024 19:57:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/managers/1/timeService\",\n    \"rtc\": {\n        \"batteryLowFlag\": false\n    },\n    \"ntp\": {\n        \"status\": {\n            \"operating\": \"in service\",\n            \"health\": \"ok\",\n            \"servers\": [\n                {\n                    \"status\": \"in use\",\n                    \"hostname\": \"ntp1.etn.com\"\n                }\n            ]\n        },\n        \"settings\": {\n            \"enabled\": true,\n            \"fromDhcp\": true,\n            \"servers\": [\n                \"\",\n                \"\",\n                \"\",\n                \"\",\n                \"\"\n            ]\n        }\n    },\n    \"actions\": {\n        \"#setTime\": \"/rest/mbdetnrs/2.0/managers/1/timeService/actions/setTime\"\n    },\n    \"utcTime\": \"2024-12-13T19:57:25Z\",\n    \"timeZone\": \"Europe/Paris\"\n}"}],"_postman_id":"7e533a8a-f73f-4862-a5c6-16340d12af1b"},{"name":"change hostname","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d9922908-f22b-424c-8aea-2097e7d7136b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"hostname\": \"enmc2-00-20-85-D7-07-38\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/hostname","description":"<p>This endpoint allows you to update the hostname of a network service associated with a specific manager.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: <code>PUT</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/hostname</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and contain the following parameter:</p>\n<ul>\n<li><code>hostname</code> (string): The new hostname to be set for the network service.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1","networkService","hostname"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"007f8275-47f0-41f1-ab5b-ac6617a461eb","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"\"hostname\": \"enmc2-00-20-85-D7-07-38\"","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1/networkService/hostname"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 17 Jan 2025 14:39:35 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"d9922908-f22b-424c-8aea-2097e7d7136b"},{"name":"helpUs","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4bf1a8a4-896b-4b11-b9ca-341a43acbf9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"optOut\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1","description":"<p>This endpoint allows you to update the opt-out status of a specific manager in the system.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: <code>PUT</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and contain the following parameter:</p>\n<ul>\n<li><p><code>optOut</code> (boolean): Indicates whether the manager opts out of notifications.</p>\n<ul>\n<li>Set this property to <code>true</code> to opt out.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"78dd5321-2997-493c-b448-15e77f0c420d","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"optOut\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 10 Jul 2025 16:00:20 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"4bf1a8a4-896b-4b11-b9ca-341a43acbf9c"}],"id":"79fce1ff-5419-48e6-a8fc-88a4acb0f63c","description":"<p>This is a large-scale collection of endpoints related to the first (and typically only) network interface manager.</p>\n","_postman_id":"79fce1ff-5419-48e6-a8fc-88a4acb0f63c"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ac7b16a8-6e2d-41f6-8e5d-d7ae5dc6660e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers","description":"<p>This endpoint retrieves a list of all managers.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: The count of members in the response, indicating how many managers are present.</p>\n</li>\n<li><p><code>members</code>: An array of manager objects, where each object contains:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for each manager (in this case, <code>1</code>) that can be used to query for additional details.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","managers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b4e55c07-432e-430b-b6d8-8cee5765f309","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/managers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"94"},{"key":"Date","value":"Mon, 25 Nov 2024 19:24:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers/1\"\n    },\n    \"@id\": \"/rest/mbdetnrs/2.0/managers\"\n}"}],"_postman_id":"ac7b16a8-6e2d-41f6-8e5d-d7ae5dc6660e"}],"id":"bd050acd-1053-4bc3-b8a0-d41ac92de429","description":"<p>This service provides visibility and control over the network interface. Although normally there is only one manager, it is possible for there to be multiple managers.</p>\n","_postman_id":"bd050acd-1053-4bc3-b8a0-d41ac92de429"},{"name":"powerDistributions","item":[{"name":"1","item":[{"name":"actions","item":[{"name":"switchOffWithAutoRestart","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8248a9b3-9544-4790-bb70-e85ba8039a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/actions/switchOffWithAutoRestart","description":"<p>This endpoint is used to switch off a power distribution unit with an option for automatic restart. It is particularly useful for managing power distribution in scenarios where a temporary shutdown is required, followed by an automatic restart.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/actions/switchOffWithAutoRestart</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should contain a single integer value, which initiates a countdown in the specified number of seconds. When the countdown expires, the device is shut down, then started up.</p>\n<p>The expected request body format is a simple integer, for example:</p>\n<ul>\n<li><code>5</code> (which would initiate a 5 second countdown timer).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the restart operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","actions","switchOffWithAutoRestart"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9f514252-ff80-4f9e-aeac-215cd6771402","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/actions/switchOffWithAutoRestart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 17 Jul 2025 17:25:16 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"8248a9b3-9544-4790-bb70-e85ba8039a34"},{"name":"upgrade","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"95b5bb35-f3dd-4e83-a619-7da31fa8da53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"formdata","formdata":[{"key":"upgradeFile","type":"file","src":"/C:/firmware/updatePackage_official_GNM_3.4.3.tar"}]},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/actions/upgrade","description":"<p>This endpoint makes an HTTP POST request to upgrade the power distribution with the specified ID. The request should include a form-data body with a file named \"upgradeFile\" containing the upgrade data.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/actions/upgrade</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request should include a form-data body with the following parameter:</p>\n<ul>\n<li><strong><code>upgradeFile</code></strong>: (type: file) This parameter should contain the file that includes the upgrade data.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the restart operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","actions","upgrade"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95b5bb35-f3dd-4e83-a619-7da31fa8da53"}],"id":"fca03d13-5e51-40e4-b6ec-33dbd539c16c","description":"<p>This is the collection of actions that are associated with a specific power distribution resource (in this case, the resource with ID <code>1</code>).</p>\n","_postman_id":"fca03d13-5e51-40e4-b6ec-33dbd539c16c"},{"name":"alarms","item":[{"name":"activeAlarms","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"052ae14b-2622-4c72-9f19-0a1e7f26e102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/activeAlarms","description":"<p>The endpoint retrieves all active alarms for a specific power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>members@count</code>: The total count of members, or active alarms, retrieved.</p>\n</li>\n<li><p><code>members</code>: An array of members, of active alarms, each containing a unique <code>@id</code> that can be used to query for more details.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","activeAlarms"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"927225ab-e783-4253-aade-4a138f52beaf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/activeAlarms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"332"},{"key":"Date","value":"Thu, 10 Jul 2025 17:54:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms\",\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/5\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/4\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/3\"\n        }\n    ]\n}"}],"_postman_id":"052ae14b-2622-4c72-9f19-0a1e7f26e102"},{"name":"activeAlarms/3","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0ed2cd48-e79e-4893-992a-a5c968b0e0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/activeAlarms/3","description":"<p>This endpoint retrieves the details for a specific active alarm (in this case, the alarm with ID <code>3</code>) for a specific power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier for the alarm.</p>\n</li>\n<li><p><code>state</code>: The current state of the alarm.</p>\n</li>\n<li><p><code>code</code>: The code representing the type of alarm.</p>\n</li>\n<li><p><code>level</code>: The severity level of the alarm.</p>\n</li>\n<li><p><code>description</code>: A textual description of the alarm.</p>\n</li>\n<li><p><code>timestamp</code>: The time at which the alarm was recorded.</p>\n</li>\n<li><p><code>lifeCycle</code>: An object that contains:</p>\n<ul>\n<li><p><code>active</code>: A boolean indicating if the alarm is currently active.</p>\n</li>\n<li><p><code>openAt</code>: The timestamp when the alarm was opened.</p>\n</li>\n<li><p><code>closeAt</code>: The timestamp when the alarm was closed.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","activeAlarms","3"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d8b8910a-51f5-4e47-97f8-ce6c4279de73","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/activeAlarms/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"307"},{"key":"Date","value":"Thu, 10 Jul 2025 17:58:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/3\",\n    \"id\": \"3\",\n    \"state\": \"open\",\n    \"code\": \"81D\",\n    \"level\": \"warning\",\n    \"description\": \"Load not powered\",\n    \"timestamp\": \"2025-05-22T15:01:14.214Z\",\n    \"lifeCycle\": {\n        \"active\": true,\n        \"openAt\": \"2025-05-22T15:01:14.214Z\",\n        \"closeAt\": \"\"\n    }\n}"}],"_postman_id":"0ed2cd48-e79e-4893-992a-a5c968b0e0d9"},{"name":"mostCriticalAlarm","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4a6d5726-d31a-48ac-a99d-34c9de4bf248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/mostCriticalAlarm","description":"<p>This endpoint retrieves the most critical alarm for a specified power distribution resource.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The unique identifier of the alarm.</p>\n</li>\n<li><p><code>state</code>: Current state of the alarm.</p>\n</li>\n<li><p><code>code</code>: Code associated with the alarm.</p>\n</li>\n<li><p><code>level</code>: Severity level of the alarm.</p>\n</li>\n<li><p><code>description</code>: Description of the alarm.</p>\n</li>\n<li><p><code>timestamp</code>: Time when the alarm was generated.</p>\n</li>\n<li><p><code>lifeCycle</code>: An object containing lifecycle details:</p>\n<ul>\n<li><p><code>active</code>: Boolean indicating if the alarm is currently active.</p>\n</li>\n<li><p><code>openAt</code>: Timestamp when the alarm was opened.</p>\n</li>\n<li><p><code>closeAt</code>: Timestamp when the alarm was closed.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","mostCriticalAlarm"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"30b9f415-e988-4057-ba8f-c8a0add2bf68","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/mostCriticalAlarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"307"},{"key":"Date","value":"Thu, 10 Jul 2025 18:00:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/3\",\n    \"id\": \"3\",\n    \"state\": \"open\",\n    \"code\": \"81D\",\n    \"level\": \"warning\",\n    \"description\": \"Load not powered\",\n    \"timestamp\": \"2025-05-22T15:01:14.214Z\",\n    \"lifeCycle\": {\n        \"active\": true,\n        \"openAt\": \"2025-05-22T15:01:14.214Z\",\n        \"closeAt\": \"\"\n    }\n}"}],"_postman_id":"4a6d5726-d31a-48ac-a99d-34c9de4bf248"}],"id":"6bf43ce1-16ab-4c12-b55b-66de1b7453c3","description":"<p>This collection of endpoints relates to the variety of alarms associated with a particular power distribution resource.</p>\n","_postman_id":"6bf43ce1-16ab-4c12-b55b-66de1b7453c3"},{"name":"backupSystem","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ed79b1fb-9070-487b-83be-52168dafe18d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem","description":"<p>This endpoint retrieves the backup system information for a specific power distribution identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string that represents the unique identifier for the backup system.</p>\n</li>\n<li><p><code>powerBank</code>: An object that contains the details of the power bank associated with the backup system.</p>\n<ul>\n<li><code>@id</code>: A string representing the unique identifier for the power bank.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"47922c5b-abe0-4bdf-9b0b-165c380ebfd0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"160"},{"key":"Date","value":"Thu, 10 Jul 2025 18:23:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem\",\n    \"powerBank\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem/powerBank\"\n    }\n}"}],"_postman_id":"ed79b1fb-9070-487b-83be-52168dafe18d"},{"name":"powerBank","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f153d032-fc95-4acf-96cc-b8cc8876c1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank","description":"<p>This endpoint retrieves detailed information about the power bank associated with a backup system in a specified power distribution setup. It provides insights into the current operational status, health metrics, and specifications of the power bank.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>communicationStatus</code>: Indicates the communication status (if applicable).</p>\n</li>\n<li><p><code>identification</code>: Contains identification details:</p>\n<ul>\n<li><p><code>uuid</code>: Unique identifier for the power bank.</p>\n</li>\n<li><p><code>physicalName</code>: Physical name of the power bank.</p>\n</li>\n<li><p><code>friendlyName</code>: User-friendly name of the power bank.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code>: Provides current measurements:</p>\n<ul>\n<li><p><code>remainingTime</code>: Estimated remaining time for operation (in minutes).</p>\n</li>\n<li><p><code>stateOfCharge</code>: Current state of charge (percentage).</p>\n</li>\n<li><p><code>voltage</code>: Current voltage (in volts).</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: Reflects the operational status:</p>\n<ul>\n<li><p><code>operating</code>: Current operating state.</p>\n</li>\n<li><p><code>health</code>: Health status of the power bank.</p>\n</li>\n<li><p><code>criticalLowStateOfCharge</code>: Indicates if the state of charge is critically low.</p>\n</li>\n<li><p><code>internalFailure</code>: Indicates if there is an internal failure.</p>\n</li>\n<li><p><code>lastTestResult</code>: Result of the last test performed.</p>\n</li>\n<li><p><code>lastTestResultDate</code>: Date of the last test result.</p>\n</li>\n<li><p><code>lastSuccessfulTestDate</code>: Date of the last successful test.</p>\n</li>\n<li><p><code>lcmInstallationDate</code>: Installation date of the lifecycle management (LCM).</p>\n</li>\n<li><p><code>lcmReplacementDate</code>: Replacement date of the LCM.</p>\n</li>\n<li><p><code>lcmExpired</code>: Indicates if the LCM has expired.</p>\n</li>\n<li><p><code>lowStateOfCharge</code>: Indicates if the state of charge is low.</p>\n</li>\n<li><p><code>storagePresent</code>: Indicates if storage is present.</p>\n</li>\n<li><p><code>supplied</code>: Indicates if the power bank is currently supplying power.</p>\n</li>\n<li><p><code>supply</code>: Indicates if the power bank is available for supply.</p>\n</li>\n<li><p><code>testFailed</code>: Indicates if the last test failed.</p>\n</li>\n<li><p><code>testStatus</code>: Current status of the test.</p>\n</li>\n</ul>\n</li>\n<li><p><code>specifications</code>: Details the specifications of the power bank:</p>\n<ul>\n<li><p><code>externalCount</code>: Number of external connections.</p>\n</li>\n<li><p><code>remoteControlEnabled</code>: Indicates if remote control is enabled.</p>\n</li>\n<li><p><code>technology</code>: Technology used in the power bank.</p>\n</li>\n<li><p><code>capacityAh</code>: Nominal capacity in amp-hours.</p>\n</li>\n<li><p><code>voltage</code>: Nominal voltage.</p>\n</li>\n<li><p><code>type</code>: Type of the power bank.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: Configuration settings for the power bank:</p>\n<ul>\n<li><p><code>replacementAlarmEnabled</code>: Indicates if the replacement alarm is enabled.</p>\n</li>\n<li><p><code>lowStateOfChargeThreshold</code>: Threshold for low state of charge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: Information about active alarms.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: Details about the most critical alarm (if any).</p>\n</li>\n<li><p><code>test</code>: Actions related to testing:</p>\n<ul>\n<li><p><code>#abortTest</code>: Action to abort the test.</p>\n</li>\n<li><p><code>#startTest</code>: Action to start the test.</p>\n</li>\n</ul>\n</li>\n<li><p><code>chargers</code>: Information about associated chargers.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8c3d47f7-3d89-4d2a-a163-9bc1e973b74e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"0b006c6c-d54e-49e3-8a0b-729fd49b1a6e"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"a64b8450-d59c-4abf-8923-d84af5a7f864"},{"key":"Accept-Ranges","value":"bytes","uuid":"4e3d5571-7727-4578-90ba-82ff93185708"},{"key":"Content-Length","value":"1524","uuid":"d07a80a5-541e-431c-851c-ca6c2abe5fac"},{"key":"Date","value":"Tue, 08 Apr 2025 16:17:15 GMT","uuid":"75b6373d-f91d-4430-9222-89afccd8a0a0"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"baec1f26-6b63-52bc-a84b-364a681a7323\",\n        \"physicalName\": \"Output\",\n        \"friendlyName\": \"Output\"\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"averageEnergy\": 0,\n        \"cumulatedEnergy\": 159553.9972186,\n        \"current\": 0,\n        \"efficiency\": 0,\n        \"frequency\": 50,\n        \"percentLoad\": 0,\n        \"powerFactor\": 0,\n        \"voltage\": 247.6\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"overload\": false,\n        \"shortCircuit\": false,\n        \"supply\": true,\n        \"supplierPowerQuality\": \"protecting\"\n    },\n    \"specifications\": {\n        \"activePower\": {\n            \"highWarningThreshold\": 1020,\n            \"maxReading\": 1100,\n            \"minReading\": 0,\n            \"nominal\": 1000\n        },\n        \"apparentPower\": {\n            \"highWarningThreshold\": 1020,\n            \"maxReading\": 1100,\n            \"minReading\": 0,\n            \"nominal\": 1000\n        },\n        \"current\": {\n            \"highWarningThreshold\": 4.4347,\n            \"maxReading\": 4.7826,\n            \"minReading\": 0,\n            \"nominal\": 4.3478\n        },\n        \"frequency\": {\n            \"maxReading\": 75,\n            \"minReading\": 35,\n            \"nominal\": 50\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102,\n            \"maxReading\": 110,\n            \"minReading\": 0\n        },\n        \"powerFactor\": {\n            \"maxReading\": 1,\n            \"minReading\": -1\n        },\n        \"voltage\": {\n            \"maxReading\": 300,\n            \"minReading\": 150,\n            \"nominal\": 230\n        }\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"phases\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/phases\"\n    }\n}"}],"_postman_id":"f153d032-fc95-4acf-96cc-b8cc8876c1f2"},{"name":"powerBank/identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"48cfd5ff-31ad-4415-9d07-68655721d10e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/identification","description":"<p>This endpoint retrieves the identification details of a power bank associated with a backup system in a power distribution context.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the endpoint returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the power bank (string).</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the power bank (string).</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the power bank (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bab0de9a-32c6-4eae-bce9-debca324b119","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"107"},{"key":"Date","value":"Thu, 10 Jul 2025 18:29:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"dd029218-baf0-55b0-b97c-194de4a514a1\",\n    \"physicalName\": \"Battery\",\n    \"friendlyName\": \"Battery\"\n}"}],"_postman_id":"48cfd5ff-31ad-4415-9d07-68655721d10e"},{"name":"powerBank/status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ad56c1c8-d14a-4dc6-92af-2f1a80f5d39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/status","description":"<p>This endpoint retrieves the status of the power bank associated with a backup system in a specified power distribution. It provides information regarding the operational state, health, and various test results of the power bank.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object that contains the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates whether the power bank is currently operating. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: (string) Represents the health status of the power bank. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n<li><p><code>criticalLowStateOfCharge</code>: (boolean) Indicates if the power bank is in a critical low state of charge.</p>\n</li>\n<li><p><code>internalFailure</code>: (boolean) Indicates if there is an internal failure within the power bank.</p>\n</li>\n<li><p><code>lastTestResult</code>: (string) Describes the result of the last test conducted on the power bank.</p>\n</li>\n<li><p><code>lastTestResultDate</code>: (string) The date when the last test result was recorded.</p>\n</li>\n<li><p><code>lastSuccessfulTestDate</code>: (string) The date when the last successful test was conducted.</p>\n</li>\n<li><p><code>lcmInstallationDate</code>: (string) The date when the lifecycle management (LCM) was installed.</p>\n</li>\n<li><p><code>lcmReplacementDate</code>: (string) The date when the LCM was replaced.</p>\n</li>\n<li><p><code>lcmExpired</code>: (boolean) Indicates whether the LCM has expired.</p>\n</li>\n<li><p><code>lowStateOfCharge</code>: (boolean) Indicates if the power bank is in a low state of charge.</p>\n</li>\n<li><p><code>storagePresent</code>: (string) Indicates if storage is present.</p>\n</li>\n<li><p><code>supplied</code>: (boolean) Indicates if the power bank is supplied.</p>\n</li>\n<li><p><code>supply</code>: (boolean) Indicates if the power bank is supplying power.</p>\n</li>\n<li><p><code>testFailed</code>: (boolean) Indicates if the last test conducted has failed.</p>\n</li>\n<li><p><code>testStatus</code>: (string) The status of the last test conducted. Possible values:</p>\n<ul>\n<li><code>Unknown</code>, <code>InProgress</code>, <code>Aborted</code>, <code>Done</code>, <code>Scheduled</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e25292ae-adff-4961-9294-c83956ebd998","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"511"},{"key":"Date","value":"Thu, 10 Jul 2025 18:25:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"stopped\",\n    \"health\": \"ok\",\n    \"criticalLowStateOfCharge\": false,\n    \"internalFailure\": false,\n    \"lastTestResult\": \"aborted\",\n    \"lastTestResultDate\": \"1970-01-01T00:00:00.000Z\",\n    \"lastSuccessfulTestDate\": \"1970-01-01T00:00:00.000Z\",\n    \"lcmInstallationDate\": \"2023-08-02T01:13:40.000Z\",\n    \"lcmReplacementDate\": \"2027-08-01T01:13:40.000Z\",\n    \"lcmExpired\": false,\n    \"lowStateOfCharge\": false,\n    \"storagePresent\": \"present\",\n    \"supplied\": true,\n    \"supply\": false,\n    \"testFailed\": false,\n    \"testStatus\": \"aborted\"\n}"}],"_postman_id":"ad56c1c8-d14a-4dc6-92af-2f1a80f5d39e"},{"name":"powerBank/specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f2919f0c-1a05-4145-8690-2808cad1ef8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/specifications","description":"<p>This endpoint retrieves the specifications of the power bank associated with a backup system in the power distribution configuration. It provides essential details regarding the power bank's capabilities and settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>externalCount</code>: (integer) Indicates the count of external connections or devices associated with the power bank.</p>\n</li>\n<li><p><code>remoteControlEnabled</code>: (boolean) A flag indicating whether remote control functionality is enabled for the power bank.</p>\n</li>\n<li><p><code>technology</code>: (string) Specifies the technology used in the power bank (e.g., Lithium-ion, Lead-acid). This field may be empty if not applicable.</p>\n</li>\n<li><p><code>capacityAh</code>: (object) Represents the capacity of the power bank in amp-hours (Ah).</p>\n<ul>\n<li><code>nominal</code>: (integer) The nominal capacity value.</li>\n</ul>\n</li>\n<li><p><code>voltage</code>: (object) Represents the voltage specifications of the power bank.</p>\n<ul>\n<li><code>nominal</code>: (integer) The nominal voltage value.</li>\n</ul>\n</li>\n<li><p><code>type</code>: (string) Indicates the type of power bank. This field may be empty if not applicable.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"653d57e1-8e20-41de-aaca-db3c31df12f2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"169"},{"key":"Date","value":"Thu, 10 Jul 2025 18:27:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"externalCount\": 0,\n    \"remoteControlEnabled\": true,\n    \"technology\": \"PbAc\",\n    \"capacityAh\": {\n        \"nominal\": 9\n    },\n    \"voltage\": {\n        \"nominal\": 72\n    },\n    \"type\": \"batteries\"\n}"}],"_postman_id":"f2919f0c-1a05-4145-8690-2808cad1ef8d"},{"name":"chargers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f5727878-01d2-4ebf-8f48-2d9d6f961416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/chargers","description":"<p>This endpoint retrieves a list of chargers associated with a specific power bank in the backup system of the power distribution service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of charger members returned in the response.</p>\n</li>\n<li><p><code>members</code>: An array containing the details of each charger. Each member in the array will have its own <code>@id</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank","chargers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ed07f7f6-ff8e-4cd6-accc-997968336cd2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/chargers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"218"},{"key":"Date","value":"Thu, 10 Jul 2025 18:31:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem/powerBank/chargers\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem/powerBank/chargers/1\"\n        }\n    ]\n}"}],"_postman_id":"f5727878-01d2-4ebf-8f48-2d9d6f961416"},{"name":"chargers/1","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"39d7ab1e-766f-4ce5-8b83-e19fc5cfcac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/chargers/1","description":"<p>This endpoint retrieves the status of a specific charger (in this case, charger <code>1</code>) within a backup system's power distribution setup.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and include the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier of the charger.</p>\n</li>\n<li><p><code>identification</code>: An object containing:</p>\n<ul>\n<li><p><code>uuid</code>: A universally unique identifier for the charger.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the charger.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the charger.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: An object detailing the current status of the charger, including:</p>\n<ul>\n<li><p><code>operating</code>: Indicates if the charger is currently operating.</p>\n</li>\n<li><p><code>health</code>: The health status of the charger.</p>\n</li>\n<li><p><code>active</code>: Boolean indicating if the charger is active.</p>\n</li>\n<li><p><code>chargerStatus</code>: Current status of the charger.</p>\n</li>\n<li><p><code>enabled</code>: Indicates if the charger is enabled.</p>\n</li>\n<li><p><code>installed</code>: Indicates if the charger is installed.</p>\n</li>\n<li><p><code>internalFailure</code>: Indicates if there is an internal failure.</p>\n</li>\n<li><p><code>supply</code>: Indicates if the charger is supplying power.</p>\n</li>\n<li><p><code>voltageTooHigh</code>: Indicates if the voltage is too high.</p>\n</li>\n<li><p><code>voltageTooLow</code>: Indicates if the voltage is too low.</p>\n</li>\n<li><p><code>mode</code>: The operational mode of the charger.</p>\n</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: An object containing any active alarms related to the charger.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: The most critical alarm, if any.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","backupSystem","powerBank","chargers","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6f77aa50-4b1b-448e-bb45-dfdc4d98ccf6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/backupSystem/powerBank/chargers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"655"},{"key":"Date","value":"Thu, 10 Jul 2025 18:32:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem/powerBank/chargers/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"0b139ebd-4b39-5971-ada1-cf24d36ef366\",\n        \"physicalName\": \"Charger\",\n        \"friendlyName\": \"Charger\"\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"active\": true,\n        \"chargerStatus\": \"on not charging\",\n        \"enabled\": true,\n        \"installed\": true,\n        \"internalFailure\": false,\n        \"supply\": true,\n        \"voltageTooHigh\": false,\n        \"voltageTooLow\": false,\n        \"mode\": \"abm\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem/powerBank/chargers/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null\n}"}],"_postman_id":"39d7ab1e-766f-4ce5-8b83-e19fc5cfcac2"}],"id":"41c38199-c57e-4322-a4bc-55a487a82ddc","description":"<p>This collection of endpoints relates to the backup system associated with a particular power distribution resource.</p>\n","_postman_id":"41c38199-c57e-4322-a4bc-55a487a82ddc"},{"name":"firmwareUpgrade","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"04840b55-25de-40d4-9068-34f34e1ceabf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/firmwareUpgrade","description":"<p>The endpoint retrieves the firmware upgrade status for a specific power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following properties:</p>\n<ul>\n<li><p><code>@id</code> (string): Identifier for the request.</p>\n</li>\n<li><p><code>status</code> (object): Contains information regarding the firmware upgrade status:</p>\n<ul>\n<li><p><code>operating</code> (string): Indicates the operating status.</p>\n</li>\n<li><p><code>health</code> (string): Indicates the health status.</p>\n</li>\n<li><p><code>lastResultDate</code> (string): The date of the last result.</p>\n</li>\n<li><p><code>progress</code> (integer): The progress percentage of the upgrade.</p>\n</li>\n<li><p><code>startDate</code> (string): The date when the upgrade started.</p>\n</li>\n<li><p><code>currentUpgradeTaskIndex</code> (integer): The index of the current upgrade task.</p>\n</li>\n<li><p><code>currentUpgradeTaskName</code> (string): The name of the current upgrade task.</p>\n</li>\n<li><p><code>totalUpgradeTasks</code> (integer): The total number of upgrade tasks.</p>\n</li>\n<li><p><code>state</code> (string): The current state of the upgrade process.</p>\n</li>\n<li><p><code>lastResult</code> (string): The last result of the upgrade.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code> (object): Contains actions that can be performed:</p>\n<ul>\n<li><code>#upgrade</code> (string): Action link for upgrading the firmware.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","firmwareUpgrade"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f3052c98-6632-431b-96cf-d22ba9469a78","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/firmwareUpgrade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"444"},{"key":"Date","value":"Thu, 10 Jul 2025 20:17:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.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/2.0/powerDistributions/1/firmwareUpgrade/actions/upgrade\"\n    }\n}"}],"_postman_id":"04840b55-25de-40d4-9068-34f34e1ceabf"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a90cb0b2-9b63-4f10-8ecc-a2777400efb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/firmwareUpgrade/status","description":"<p>This endpoint retrieves the current status of the firmware upgrade for a specific power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates the operating status of the firmware upgrade.</p>\n</li>\n<li><p><code>health</code>: (string) Represents the health status of the device.</p>\n</li>\n<li><p><code>lastResultDate</code>: (string) The date of the last result of the firmware upgrade.</p>\n</li>\n<li><p><code>progress</code>: (integer) The current progress of the firmware upgrade, represented as a percentage.</p>\n</li>\n<li><p><code>startDate</code>: (string) The date when the firmware upgrade started.</p>\n</li>\n<li><p><code>currentUpgradeTaskIndex</code>: (integer) The index of the current task in the upgrade process.</p>\n</li>\n<li><p><code>currentUpgradeTaskName</code>: (string) The name of the current task being executed.</p>\n</li>\n<li><p><code>totalUpgradeTasks</code>: (integer) The total number of tasks involved in the firmware upgrade.</p>\n</li>\n<li><p><code>state</code>: (string) The current state of the firmware upgrade process.</p>\n</li>\n<li><p><code>lastResult</code>: (string) The result of the last executed upgrade task.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","firmwareUpgrade","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"458d5b63-e67e-4cd4-8655-083e70663052","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/firmwareUpgrade/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"245"},{"key":"Date","value":"Thu, 10 Jul 2025 20:19:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\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}"}],"_postman_id":"a90cb0b2-9b63-4f10-8ecc-a2777400efb0"},{"name":"upgrade","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"94b23ef9-ff80-44ae-95c1-f300f1417be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"formdata","formdata":[{"key":"upgradFile","type":"file","value":null}]},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/firmwareUpgrade/actions/upgrade","description":"<p>This endpoint initiates the firmware upgrade process for the specified power distribution unit. It is used to update the firmware to a newer version.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","firmwareUpgrade","actions","upgrade"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94b23ef9-ff80-44ae-95c1-f300f1417be1"}],"id":"d5fdd0bc-7dd6-4099-8b5f-5073c9efb95c","description":"<p>This collection of endpoints relates to firmware upgrades associated with a particular power distribution resource.</p>\n","_postman_id":"d5fdd0bc-7dd6-4099-8b5f-5073c9efb95c"},{"name":"inputs","item":[{"name":"1","item":[{"name":"phases","item":[{"name":"1","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"448fa614-0883-4deb-8665-f625b96cb14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases/1","description":"<p>This endpoint retrieves detailed information about a specific phase, including its identification, measures, settings, status, specifications, and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code> and <code>id</code>: Identifiers for the phase.</p>\n</li>\n<li><p><code>identification</code>: Contains <code>uuid</code>, <code>physicalName</code>, and <code>friendlyName</code>.</p>\n</li>\n<li><p><code>measures</code>: Provides <code>current</code> and <code>voltage</code> readings.</p>\n</li>\n<li><p><code>status</code>: Indicates the health status of the phase.</p>\n</li>\n<li><p><code>specifications</code>: Details the current and voltage specifications, including thresholds and reading limits.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","phases","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d740c0c7-ffcd-4a0c-9fd7-0cef9750990c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"576"},{"key":"Date","value":"Thu, 10 Apr 2025 18:13:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1/phases/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"d03aec6e-0723-5737-a02d-0ff0bd61004b\",\n        \"physicalName\": \"L1/A\",\n        \"friendlyName\": \"L1/A\"\n    },\n    \"measures\": {\n        \"current\": 0,\n        \"voltage\": 248.3\n    },\n    \"status\": {\n        \"health\": \"ok\"\n    },\n    \"specifications\": {\n        \"current\": {\n            \"maxReading\": 4.7826,\n            \"minReading\": 0\n        },\n        \"voltage\": {\n            \"lowCriticalThreshold\": 160,\n            \"lowWarningThreshold\": 184,\n            \"highCriticalThreshold\": 294,\n            \"highWarningThreshold\": 265,\n            \"maxReading\": 304,\n            \"minReading\": 150\n        }\n    }\n}"}],"_postman_id":"448fa614-0883-4deb-8665-f625b96cb14d"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ab33582f-630d-4bd6-a681-cb10f26f95b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"settings\": {\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 32,\r\n            \"highWarningThreshold\": 25.6,\r\n            \"lowWarningThreshold\": 0\r\n        },\r\n        \"voltage\": {\r\n            \"highCriticalThreshold\": 265,\r\n            \"highWarningThreshold\": 255,\r\n            \"lowCriticalThreshold\": 181,\r\n            \"lowWarningThreshold\": 190\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases/1/settings","description":"<p>This endpoint allows updating various settings for a specific phase, including current and voltage thresholds.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> <code>PUT</code></p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases/1/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can include any of the following parameters:</p>\n<ul>\n<li><p><code>settings</code>: An object containing the settings for the phase.</p>\n<ul>\n<li><p><code>current</code>: An object specifying the current thresholds.</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: (number) The critical high threshold for current.</p>\n</li>\n<li><p><code>highWarningThreshold</code>: (number) The warning high threshold for current.</p>\n</li>\n<li><p><code>lowWarningThreshold</code>: (number) The warning low threshold for current.</p>\n</li>\n</ul>\n</li>\n<li><p><code>voltage</code>: An object specifying the voltage thresholds.</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: (number) The critical high threshold for voltage.</p>\n</li>\n<li><p><code>highWarningThreshold</code>: (number) The warning high threshold for voltage.</p>\n</li>\n<li><p><code>lowCriticalThreshold</code>: (number) The critical low threshold for voltage.</p>\n</li>\n<li><p><code>lowWarningThreshold</code>: (number) The warning low threshold for voltage.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","phases","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"12c787e0-d0df-49da-8a6b-651db8e83dae","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"\"settings\": {\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 32,\r\n            \"highWarningThreshold\": 25.6,\r\n            \"lowWarningThreshold\": 0\r\n        },\r\n        \"voltage\": {\r\n            \"highCriticalThreshold\": 265,\r\n            \"highWarningThreshold\": 255,\r\n            \"lowCriticalThreshold\": 181,\r\n            \"lowWarningThreshold\": 190\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 16:10:06 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"ab33582f-630d-4bd6-a681-cb10f26f95b1"}],"id":"cd7e6e49-c77d-4089-b01c-9c03b84ad7a7","description":"<p>This is a collection of endpoints related to the phase with an ID of <code>1</code> (within the collection of endpoints for the input whose ID is <code>1</code>).</p>\n","_postman_id":"cd7e6e49-c77d-4089-b01c-9c03b84ad7a7"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"36605534-d99b-4a44-a826-5ac0d611d7ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases","description":"<p>This endpoint retrieves the phases associated with a specific input of a power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier for the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members (phases) associated with the input.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the unique identifier for each phase.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","phases"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bb7ebd0e-25f8-4e97-b091-366d3c588660","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/phases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"186"},{"key":"Date","value":"Mon, 02 Dec 2024 16:06:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1/phases\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1/phases/1\"\n        }\n    ]\n}"}],"_postman_id":"36605534-d99b-4a44-a826-5ac0d611d7ef"}],"id":"ab4f95ad-21c2-473a-8651-f2e9c65349bc","description":"<p><strong>Get Input Phases:</strong></p>\n<p>Retrieves a collection of phase resources for a specific input of a power distribution unit.  </p>\n<p><strong>Get Specific Phase Information:</strong></p>\n<p>Retrieves detailed information about a specific phase of an input for a power distribution unit.</p>\n","_postman_id":"ab4f95ad-21c2-473a-8651-f2e9c65349bc"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7c3529f9-a79d-47c9-bd06-9750a25b4ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1","description":"<p>This endpoint retrieves detailed information about a specific input (in this case, the input with ID <code>1</code>), including its identification, measures, status, specifications, and available actions.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<p>The response will be in JSON format and will include the following key details:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the input.</p>\n</li>\n<li><p><code>identification</code>: Contains details such as:</p>\n<ul>\n<li><p><code>uuid</code>: Universally unique identifier.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the input.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the input.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code>: Current measurements including:</p>\n<ul>\n<li><p><code>current</code>: The current value.</p>\n</li>\n<li><p><code>frequency</code>: The frequency value.</p>\n</li>\n<li><p><code>voltage</code>: The voltage value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: Operational status indicators including:</p>\n<ul>\n<li><p><code>operating</code>: Current operating status.</p>\n</li>\n<li><p><code>health</code>: Health status of the input.</p>\n</li>\n<li><p>Various flags indicating conditions such as <code>frequencyOutOfRange</code>, <code>voltageOutOfRange</code>, etc.</p>\n</li>\n</ul>\n</li>\n<li><p><code>specifications</code>: Specifications for measurements with thresholds and nominal values for:</p>\n<ul>\n<li><p><code>current</code></p>\n</li>\n<li><p><code>frequency</code></p>\n</li>\n<li><p><code>voltage</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: Information about any active alarms.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: The most critical alarm, if any.</p>\n</li>\n<li><p><code>phases</code>: Details about the phases of the input.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"15b56cf4-2dc6-4fdd-bfcc-802e86613172","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1299"},{"key":"Date","value":"Thu, 10 Apr 2025 18:09:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"0cc3d799-f415-5c9c-bdab-5dfbe9be8c38\",\n        \"physicalName\": \"Main utility\",\n        \"friendlyName\": \"Main utility\"\n    },\n    \"measures\": {\n        \"current\": 0,\n        \"frequency\": 49.9,\n        \"voltage\": 248.3\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"frequencyOutOfRange\": false,\n        \"inRange\": true,\n        \"internalFailure\": false,\n        \"supplied\": true,\n        \"supply\": true,\n        \"voltageOutOfRange\": false,\n        \"voltageTooHigh\": false,\n        \"voltageTooLow\": false,\n        \"wiringFault\": false\n    },\n    \"specifications\": {\n        \"current\": {\n            \"maxReading\": 4.7826,\n            \"minReading\": 0,\n            \"nominal\": 4.3478\n        },\n        \"frequency\": {\n            \"highCriticalThreshold\": 60,\n            \"lowCriticalThreshold\": 40,\n            \"maxReading\": 75,\n            \"minReading\": 35,\n            \"nominal\": 50\n        },\n        \"voltage\": {\n            \"lowCriticalThreshold\": 160,\n            \"lowWarningThreshold\": 184,\n            \"highCriticalThreshold\": 294,\n            \"highWarningThreshold\": 265,\n            \"maxReading\": 304,\n            \"minReading\": 150,\n            \"nominal\": 230\n        }\n    },\n    \"settings\": {\n        \"wiringFaultEnabled\": false\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null,\n    \"phases\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1/phases\"\n    }\n}"}],"_postman_id":"7c3529f9-a79d-47c9-bd06-9750a25b4ccf"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b235e99a-47f5-4dd5-ae2e-ade74bc9e3cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/identification","description":"<p>This endpoint retrieves the identification details for a specific input within a power distribution resource.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>physicalName</code>: The physical name associated with the resource (string).</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the resource (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"98bfe60d-471a-49dd-98ef-6fcfa2458572","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"117"},{"key":"Date","value":"Thu, 10 Jul 2025 19:23:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"55723ac9-bfe4-5a48-b3e0-ec6550bba406\",\n    \"physicalName\": \"Main utility\",\n    \"friendlyName\": \"Main utility\"\n}"}],"_postman_id":"b235e99a-47f5-4dd5-ae2e-ade74bc9e3cf"},{"name":"measures","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"97830dad-fc0e-4af7-8967-ed383148af3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/measures","description":"<p>This endpoint retrieves the current measures of a specific power distribution input. It provides essential metrics such as current, frequency, and voltage, which are crucial for monitoring and analyzing power distribution systems.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following keys:</p>\n<ul>\n<li><p><code>current</code>: (integer) Represents the current measured in the power distribution input.</p>\n</li>\n<li><p><code>frequency</code>: (integer) Indicates the frequency of the power distribution input.</p>\n</li>\n<li><p><code>voltage</code>: (integer) Shows the voltage level of the power distribution input.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","measures"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b2c24dd3-1470-4691-9664-6e335ffbb2b7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/measures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"56"},{"key":"Date","value":"Thu, 10 Jul 2025 19:21:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current\": 0.1,\n    \"frequency\": 50,\n    \"voltage\": 244.6\n}"}],"_postman_id":"97830dad-fc0e-4af7-8967-ed383148af3c"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"be0df128-cf93-454e-ac0f-aba8656aafb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/status","description":"<p>This endpoint retrieves the status of a specific power distribution input. The status includes various operational parameters that indicate the health and performance of the input.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates if the system is currently operating.</p>\n</li>\n<li><p><code>health</code>: (string) Provides health status information.</p>\n</li>\n<li><p><code>frequencyOutOfRange</code>: (boolean) Indicates if the frequency is outside the acceptable range.</p>\n</li>\n<li><p><code>inRange</code>: (boolean) Indicates if the input is within the specified range.</p>\n</li>\n<li><p><code>internalFailure</code>: (boolean) Indicates if there is an internal failure detected.</p>\n</li>\n<li><p><code>supplied</code>: (boolean) Indicates if the input is being supplied with power.</p>\n</li>\n<li><p><code>supply</code>: (boolean) Indicates if the power supply is active.</p>\n</li>\n<li><p><code>voltageOutOfRange</code>: (boolean) Indicates if the voltage is outside the acceptable range.</p>\n</li>\n<li><p><code>voltageTooHigh</code>: (boolean) Indicates if the voltage is too high.</p>\n</li>\n<li><p><code>voltageTooLow</code>: (boolean) Indicates if the voltage is too low.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8f301aa0-b779-437a-ad4f-8d1a4ee084aa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"240"},{"key":"Date","value":"Thu, 10 Jul 2025 19:25:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\",\n    \"frequencyOutOfRange\": false,\n    \"inRange\": true,\n    \"internalFailure\": false,\n    \"supplied\": true,\n    \"supply\": false,\n    \"voltageOutOfRange\": false,\n    \"voltageTooHigh\": false,\n    \"voltageTooLow\": false\n}"}],"_postman_id":"be0df128-cf93-454e-ac0f-aba8656aafb6"},{"name":"specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"32175c00-8469-499e-9530-f14ef7dee4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/specifications","description":"<p>This endpoint retrieves the specifications for a specific power distribution input. It provides detailed information about the current, frequency, and voltage readings, including their respective thresholds and nominal values.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object with the following structure:</p>\n<ul>\n<li><p><strong><code>current</code></strong>: Contains the current readings, including:</p>\n<ul>\n<li><p><code>maxReading</code>: Maximum current reading.</p>\n</li>\n<li><p><code>minReading</code>: Minimum current reading.</p>\n</li>\n<li><p><code>nominal</code>: Nominal current value.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>frequency</code></strong>: Contains frequency-related readings, including:</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: High critical frequency threshold.</p>\n</li>\n<li><p><code>lowCriticalThreshold</code>: Low critical frequency threshold.</p>\n</li>\n<li><p><code>maxReading</code>: Maximum frequency reading.</p>\n</li>\n<li><p><code>minReading</code>: Minimum frequency reading.</p>\n</li>\n<li><p><code>nominal</code>: Nominal frequency value.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>voltage</code></strong>: Contains voltage-related readings, including:</p>\n<ul>\n<li><p><code>lowCriticalThreshold</code>: Low critical voltage threshold.</p>\n</li>\n<li><p><code>lowWarningThreshold</code>: Low warning voltage threshold.</p>\n</li>\n<li><p><code>highCriticalThreshold</code>: High critical voltage threshold.</p>\n</li>\n<li><p><code>highWarningThreshold</code>: High warning voltage threshold.</p>\n</li>\n<li><p><code>maxReading</code>: Maximum voltage reading.</p>\n</li>\n<li><p><code>minReading</code>: Minimum voltage reading.</p>\n</li>\n<li><p><code>nominal</code>: Nominal voltage value.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5e0da10f-3495-4db2-a9ca-38ae89c905a7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"418"},{"key":"Date","value":"Thu, 10 Jul 2025 19:26:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current\": {\n        \"maxReading\": 13.75,\n        \"minReading\": 0,\n        \"nominal\": 12.5\n    },\n    \"frequency\": {\n        \"highCriticalThreshold\": 60,\n        \"lowCriticalThreshold\": 40,\n        \"maxReading\": 75,\n        \"minReading\": 35,\n        \"nominal\": 50\n    },\n    \"voltage\": {\n        \"lowCriticalThreshold\": 167,\n        \"lowWarningThreshold\": 192,\n        \"highCriticalThreshold\": 294,\n        \"highWarningThreshold\": 276,\n        \"maxReading\": 304,\n        \"minReading\": 157,\n        \"nominal\": 230\n    }\n}"}],"_postman_id":"32175c00-8469-499e-9530-f14ef7dee4b5"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"51c7b708-ef4b-47b4-af87-8b9e0747bd15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"settings\": {\r\n        \"feedColor\": \"#000000\",\r\n        \"feedName\": \"Feed 1\",\r\n        \"frequency\": {\r\n            \"highCriticalThreshold\": 64,\r\n            \"lowCriticalThreshold\": 46\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/settings","description":"<p>This endpoint allows updating various settings for a specific input, including feed color (hex), feed name, and frequency thresholds (Hz).</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This endpoint allows updating various settings for a specific input, including:</p>\n<ul>\n<li><p><code>feedColor</code>: The color of the feed in hexadecimal format (e.g., <code>#000000</code>).</p>\n</li>\n<li><p><code>feedName</code>: A string representing the name of the feed (e.g., <code>Feed 1</code>).</p>\n</li>\n<li><p><code>frequency</code>: An object containing:</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: A numeric value representing the high critical frequency threshold (in Hz).</p>\n</li>\n<li><p><code>lowCriticalThreshold</code>: A numeric value representing the low critical frequency threshold (in Hz).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c4c8e207-9098-47c3-bdde-4211975584cf","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"\"settings\": {\r\n        \"feedColor\": \"#000000\",\r\n        \"feedName\": \"Feed 1\",\r\n        \"frequency\": {\r\n            \"highCriticalThreshold\": 64,\r\n            \"lowCriticalThreshold\": 46\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 16:04:59 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"51c7b708-ef4b-47b4-af87-8b9e0747bd15"}],"id":"f828d16d-f28e-43c5-8b11-4fce3fb06471","description":"<p>This is a collection of endpoints related to the input with an ID of <code>1</code>.</p>\n","_postman_id":"f828d16d-f28e-43c5-8b11-4fce3fb06471"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2a504c2d-ff92-4a97-83bc-99183f8d11db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs","description":"<p>This endpoint exposes the collection of inputs associated with a specific power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the collection.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the identifier of the member.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","inputs"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4e6d2f81-305d-4ad4-a039-0a4fa00ba530","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/inputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"168"},{"key":"Date","value":"Fri, 13 Dec 2024 15:10:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs/1\"\n        }\n    ]\n}"}],"_postman_id":"2a504c2d-ff92-4a97-83bc-99183f8d11db"}],"id":"86fa8ce0-7693-4f75-9060-cf2d2d25bf36","description":"<p><strong>Get Inputs Collection:</strong></p>\n<p>Retrieves a collection of input resources for a specific power distribution.</p>\n<p><strong>Get Specific Input:</strong></p>\n<p>Retrieves detailed information about a specific input associated with a power distribution.</p>\n","_postman_id":"86fa8ce0-7693-4f75-9060-cf2d2d25bf36"},{"name":"outputs","item":[{"name":"1","item":[{"name":"phases","item":[{"name":"1","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"08d13771-ef78-495e-808e-20b0d948f4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases/1","description":"<p>This endpoint retrieves the output phase details for a specific power distribution. It provides information about the measures, status, and specifications related to the power distribution's output phase.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The identifier for the specific output phase.</p>\n</li>\n<li><p><code>identification</code>: Contains details such as:</p>\n<ul>\n<li><p><code>uuid</code>: A universally unique identifier.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the output phase.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the output phase.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code>: Contains various metrics related to the output phase, including:</p>\n<ul>\n<li><p><code>activePower</code>: The active power measurement.</p>\n</li>\n<li><p><code>apparentPower</code>: The apparent power measurement.</p>\n</li>\n<li><p><code>current</code>: The current measurement.</p>\n</li>\n<li><p><code>percentLoad</code>: The percentage load on the phase.</p>\n</li>\n<li><p><code>powerFactor</code>: The power factor measurement.</p>\n</li>\n<li><p><code>voltage</code>: The voltage measurement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: Provides the health status of the output phase.</p>\n</li>\n<li><p><code>specifications</code>: Contains thresholds and limits for the measures, including:</p>\n<ul>\n<li><p><code>activePower</code>: High warning threshold, max reading, and min reading.</p>\n</li>\n<li><p><code>apparentPower</code>: High warning threshold, max reading, and min reading.</p>\n</li>\n<li><p><code>current</code>: High warning threshold, max reading, and min reading.</p>\n</li>\n<li><p><code>powerFactor</code>: Max reading and min reading.</p>\n</li>\n<li><p><code>voltage</code>: Max reading and min reading.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","phases","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2bf449ac-a226-4d1f-b5c9-f0c6cd186b40","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"824"},{"key":"Date","value":"Thu, 10 Jul 2025 19:47:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/phases/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"94ae57de-a148-5569-b785-354f2d9011d2\",\n        \"physicalName\": \"L1/A\",\n        \"friendlyName\": \"L1/A\"\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"current\": 0,\n        \"percentLoad\": 0,\n        \"powerFactor\": 0,\n        \"voltage\": 0\n    },\n    \"status\": {\n        \"health\": \"ok\"\n    },\n    \"specifications\": {\n        \"activePower\": {\n            \"highWarningThreshold\": 2754,\n            \"maxReading\": 2970,\n            \"minReading\": 0\n        },\n        \"apparentPower\": {\n            \"highWarningThreshold\": 3060,\n            \"maxReading\": 3300,\n            \"minReading\": 0\n        },\n        \"current\": {\n            \"highWarningThreshold\": 12.75,\n            \"maxReading\": 13.75,\n            \"minReading\": 0\n        },\n        \"powerFactor\": {\n            \"maxReading\": 1,\n            \"minReading\": -1\n        },\n        \"voltage\": {\n            \"maxReading\": 300,\n            \"minReading\": 150\n        }\n    }\n}"}],"_postman_id":"08d13771-ef78-495e-808e-20b0d948f4b6"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3da209f2-ba7d-4621-ad9e-5c3e2986ac7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"settings\": {\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 32,\r\n            \"highWarningThreshold\": 25.6,\r\n            \"lowWarningThreshold\": 0\r\n        },\r\n        \"voltage\": {\r\n            \"highCriticalThreshold\": 265,\r\n            \"highWarningThreshold\": 255,\r\n            \"lowCriticalThreshold\": 181,\r\n            \"lowWarningThreshold\": 190\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases/1/settings","description":"<p>This endpoint allows updating various settings for a specific phase, including current and voltage thresholds.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> <code>PUT</code></p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases/1/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can include any of the following parameters:</p>\n<ul>\n<li><p><code>settings</code>: An object containing the settings for the phase.</p>\n<ul>\n<li><p><code>current</code>: An object specifying the current thresholds.</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: (number) The critical high threshold for current.</p>\n</li>\n<li><p><code>highWarningThreshold</code>: (number) The warning high threshold for current.</p>\n</li>\n<li><p><code>lowWarningThreshold</code>: (number) The warning low threshold for current.</p>\n</li>\n</ul>\n</li>\n<li><p><code>voltage</code>: An object specifying the voltage thresholds.</p>\n<ul>\n<li><p><code>highCriticalThreshold</code>: (number) The critical high threshold for voltage.</p>\n</li>\n<li><p><code>highWarningThreshold</code>: (number) The warning high threshold for voltage.</p>\n</li>\n<li><p><code>lowCriticalThreshold</code>: (number) The critical low threshold for voltage.</p>\n</li>\n<li><p><code>lowWarningThreshold</code>: (number) The warning low threshold for voltage.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","phases","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b84aabe9-646d-4d09-a150-c1965c941de0","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"settings\": {\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 32,\r\n            \"highWarningThreshold\": 25.6,\r\n            \"lowWarningThreshold\": 0\r\n        },\r\n        \"voltage\": {\r\n            \"highCriticalThreshold\": 265,\r\n            \"highWarningThreshold\": 255,\r\n            \"lowCriticalThreshold\": 181,\r\n            \"lowWarningThreshold\": 190\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 10 Jul 2025 19:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"3da209f2-ba7d-4621-ad9e-5c3e2986ac7e"}],"id":"d90238c7-4b1d-4b28-b800-c91292f191b1","description":"<p>This is a collection of endpoints related to the phase with an ID of <code>1</code> (within the collection of endpoints for the output whose ID is <code>1</code>).</p>\n","_postman_id":"d90238c7-4b1d-4b28-b800-c91292f191b1"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ed05a6d2-39ee-4a48-9e5d-e6672b274c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/phases","description":"<p>This endpoint retrieves the phases associated with a specific output of a power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier for the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members (phases) associated with the input.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the unique identifier for each phase.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","phases"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"84c85e86-e3d8-47b8-be6a-df39d6e5e160","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"783bb72b-0040-47e6-a0de-f947a507139b"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"e73a181c-7700-4bc8-b330-1061b4a09596"},{"key":"Accept-Ranges","value":"bytes","uuid":"479559d7-4b39-4d3f-907b-d7ce4da43e33"},{"key":"Content-Length","value":"1847","uuid":"b8cea8ee-eb7e-4a8a-b1b4-f995a5b1e9a5"},{"key":"Date","value":"Thu, 10 Jul 2025 19:35:07 GMT","uuid":"523f5c73-2dd1-4ec2-8848-fd09e632c407"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"a5fc0c69-27f3-5f74-ac27-84ab4dfd9c7d\",\n        \"physicalName\": \"Output\",\n        \"friendlyName\": \"Output\"\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"averageEnergy\": 0,\n        \"cumulatedEnergy\": 2165549.8928493,\n        \"current\": 0,\n        \"efficiency\": 0,\n        \"frequency\": 0,\n        \"percentLoad\": 0,\n        \"powerFactor\": 0,\n        \"voltage\": 0\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"warning\",\n        \"overload\": false,\n        \"shortCircuit\": false,\n        \"supply\": false,\n        \"supplierPowerQuality\": \"not powering\"\n    },\n    \"specifications\": {\n        \"activePower\": {\n            \"highWarningThreshold\": 2754,\n            \"maxReading\": 2970,\n            \"minReading\": 0,\n            \"nominal\": 2700\n        },\n        \"apparentPower\": {\n            \"highWarningThreshold\": 3060,\n            \"maxReading\": 3300,\n            \"minReading\": 0,\n            \"nominal\": 3000\n        },\n        \"current\": {\n            \"highWarningThreshold\": 12.75,\n            \"maxReading\": 13.75,\n            \"minReading\": 0,\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"maxReading\": 75,\n            \"minReading\": 35,\n            \"nominal\": 50\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102,\n            \"maxReading\": 110,\n            \"minReading\": 0\n        },\n        \"powerFactor\": {\n            \"maxReading\": 1,\n            \"minReading\": -1\n        },\n        \"voltage\": {\n            \"maxReading\": 300,\n            \"minReading\": 150,\n            \"nominal\": 240\n        }\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/activeAlarms/3\",\n        \"id\": \"3\",\n        \"state\": \"open\",\n        \"code\": \"81D\",\n        \"level\": \"warning\",\n        \"description\": \"Load not powered\",\n        \"timestamp\": \"2025-05-22T15:01:14.214Z\",\n        \"lifeCycle\": {\n            \"active\": true,\n            \"openAt\": \"2025-05-22T15:01:14.214Z\",\n            \"closeAt\": \"\"\n        }\n    },\n    \"phases\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/phases\"\n    }\n}"}],"_postman_id":"ed05a6d2-39ee-4a48-9e5d-e6672b274c52"}],"id":"76d3403b-ec56-4780-b1e4-89d1ce86a74e","description":"<p><strong>Get Output Phases:</strong></p>\n<p>Retrieves a collection of phase resources for a specific output of a power distribution unit.</p>\n<p><strong>Get Specific Phase Information:</strong></p>\n<p>Retrieves detailed information about a specific phase of an output for a power distribution unit.</p>\n","_postman_id":"76d3403b-ec56-4780-b1e4-89d1ce86a74e"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"badfe6cb-8aa9-4d4a-a968-eb4633267af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1","description":"<p>This endpoint retrieves detailed information about a specific output (in this case, the output with ID <code>1</code>), including its identification, measures, status, specifications, and available actions.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<p>The response will be in JSON format and will include the following key details:</p>\n<ul>\n<li><p><code>id</code>: Unique identifier for the output.</p>\n</li>\n<li><p><code>identification</code>: Contains UUID, physical name, and friendly name of the power distribution.</p>\n</li>\n<li><p><code>measures</code>: Provides various metrics including:</p>\n<ul>\n<li><p><code>activePower</code>: The active power measurement.</p>\n</li>\n<li><p><code>apparentPower</code>: The apparent power measurement.</p>\n</li>\n<li><p><code>averageEnergy</code>: The average energy consumed.</p>\n</li>\n<li><p><code>cumulatedEnergy</code>: The total energy consumed over time.</p>\n</li>\n<li><p><code>current</code>: The current measurement.</p>\n</li>\n<li><p><code>efficiency</code>: The efficiency of the power distribution.</p>\n</li>\n<li><p><code>frequency</code>: The frequency of the power supply.</p>\n</li>\n<li><p><code>percentLoad</code>: The load percentage.</p>\n</li>\n<li><p><code>powerFactor</code>: The power factor.</p>\n</li>\n<li><p><code>voltage</code>: The voltage measurement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: Indicates the operational status, health, overload condition, short circuit status, supply status, and supplier power quality.</p>\n</li>\n<li><p><code>specifications</code>: Details the thresholds and nominal values for various measures such as active power, apparent power, current, frequency, percent load, power factor, and voltage.</p>\n</li>\n<li><p><code>activeAlarms</code>: Information about any active alarms.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: Details of the most critical alarm including its state, code, level, description, timestamp, and lifecycle status.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d6ae4f1e-94b5-4a3a-875b-105a30cee71a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1847"},{"key":"Date","value":"Thu, 10 Jul 2025 19:35:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1\",\n    \"id\": \"1\",\n    \"identification\": {\n        \"uuid\": \"a5fc0c69-27f3-5f74-ac27-84ab4dfd9c7d\",\n        \"physicalName\": \"Output\",\n        \"friendlyName\": \"Output\"\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"averageEnergy\": 0,\n        \"cumulatedEnergy\": 2165549.8928493,\n        \"current\": 0,\n        \"efficiency\": 0,\n        \"frequency\": 0,\n        \"percentLoad\": 0,\n        \"powerFactor\": 0,\n        \"voltage\": 0\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"warning\",\n        \"overload\": false,\n        \"shortCircuit\": false,\n        \"supply\": false,\n        \"supplierPowerQuality\": \"not powering\"\n    },\n    \"specifications\": {\n        \"activePower\": {\n            \"highWarningThreshold\": 2754,\n            \"maxReading\": 2970,\n            \"minReading\": 0,\n            \"nominal\": 2700\n        },\n        \"apparentPower\": {\n            \"highWarningThreshold\": 3060,\n            \"maxReading\": 3300,\n            \"minReading\": 0,\n            \"nominal\": 3000\n        },\n        \"current\": {\n            \"highWarningThreshold\": 12.75,\n            \"maxReading\": 13.75,\n            \"minReading\": 0,\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"maxReading\": 75,\n            \"minReading\": 35,\n            \"nominal\": 50\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102,\n            \"maxReading\": 110,\n            \"minReading\": 0\n        },\n        \"powerFactor\": {\n            \"maxReading\": 1,\n            \"minReading\": -1\n        },\n        \"voltage\": {\n            \"maxReading\": 300,\n            \"minReading\": 150,\n            \"nominal\": 240\n        }\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/activeAlarms/3\",\n        \"id\": \"3\",\n        \"state\": \"open\",\n        \"code\": \"81D\",\n        \"level\": \"warning\",\n        \"description\": \"Load not powered\",\n        \"timestamp\": \"2025-05-22T15:01:14.214Z\",\n        \"lifeCycle\": {\n            \"active\": true,\n            \"openAt\": \"2025-05-22T15:01:14.214Z\",\n            \"closeAt\": \"\"\n        }\n    },\n    \"phases\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1/phases\"\n    }\n}"}],"_postman_id":"badfe6cb-8aa9-4d4a-a968-eb4633267af2"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d6e7fa84-e21a-44d4-b074-9ebd94850bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/identification","description":"<p>This endpoint retrieves the identification details for a specific output within a power distribution resource.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>physicalName</code>: The physical name associated with the resource (string).</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the resource (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"651b36a5-7ba8-42d5-8b01-1553d21fd8d9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"105"},{"key":"Date","value":"Thu, 10 Jul 2025 19:39:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"a5fc0c69-27f3-5f74-ac27-84ab4dfd9c7d\",\n    \"physicalName\": \"Output\",\n    \"friendlyName\": \"Output\"\n}"}],"_postman_id":"d6e7fa84-e21a-44d4-b074-9ebd94850bf0"},{"name":"measures","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c118dbfb-f2d7-4c7a-9395-6e4a9819f387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/measures","description":"<p>This endpoint retrieves the current measures of a specific power distribution output. It provides various metrics that are essential for monitoring and analyzing the performance of the power output.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response is returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><code>activePower</code>: The active power in watts.</p>\n</li>\n<li><p><code>apparentPower</code>: The apparent power in volt-amperes.</p>\n</li>\n<li><p><code>averageEnergy</code>: The average energy consumed.</p>\n</li>\n<li><p><code>cumulatedEnergy</code>: The total energy consumed over time.</p>\n</li>\n<li><p><code>current</code>: The current flowing through the output.</p>\n</li>\n<li><p><code>efficiency</code>: The efficiency of the power output.</p>\n</li>\n<li><p><code>frequency</code>: The frequency of the electrical signal.</p>\n</li>\n<li><p><code>percentLoad</code>: The percentage of load being used.</p>\n</li>\n<li><p><code>powerFactor</code>: The power factor of the output.</p>\n</li>\n<li><p><code>voltage</code>: The voltage level of the output.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","measures"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ebea65f6-ebbe-4fb8-ad9c-8e00cbf57189","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/measures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"203"},{"key":"Date","value":"Thu, 10 Jul 2025 19:40:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"activePower\": 0,\n    \"apparentPower\": 0,\n    \"averageEnergy\": 0,\n    \"cumulatedEnergy\": 2165549.8928493,\n    \"current\": 0,\n    \"efficiency\": 0,\n    \"frequency\": 0,\n    \"percentLoad\": 0,\n    \"powerFactor\": 0,\n    \"voltage\": 0\n}"}],"_postman_id":"c118dbfb-f2d7-4c7a-9395-6e4a9819f387"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d915f2d1-5366-4eb6-90a6-3bb8404c67bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/status","description":"<p>This endpoint retrieves the status of a specific power distribution output. The status includes various operational parameters that indicate the health and performance of the output.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates the operational status of the output.</p>\n</li>\n<li><p><code>health</code>: (string) Represents the health status of the output.</p>\n</li>\n<li><p><code>overload</code>: (boolean) Indicates whether the output is experiencing an overload condition.</p>\n</li>\n<li><p><code>shortCircuit</code>: (boolean) Indicates whether there is a short circuit detected.</p>\n</li>\n<li><p><code>supply</code>: (boolean) Indicates whether the output is receiving power supply.</p>\n</li>\n<li><p><code>supplierPowerQuality</code>: (string) Describes the quality of the power supplied.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6e1e0055-bdcf-4bb2-81fd-a866cbbe7eae","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"152"},{"key":"Date","value":"Thu, 10 Jul 2025 19:42:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"stopped\",\n    \"health\": \"warning\",\n    \"overload\": false,\n    \"shortCircuit\": false,\n    \"supply\": false,\n    \"supplierPowerQuality\": \"not powering\"\n}"}],"_postman_id":"d915f2d1-5366-4eb6-90a6-3bb8404c67bf"},{"name":"specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e2c272c5-fee8-4a05-ac1c-71fbf038b47f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/specifications","description":"<p>This endpoint retrieves the specifications for the output of a specific power distribution. It provides detailed information about various electrical parameters, including active power, apparent power, current, frequency, percent load, power factor, and voltage.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object with the following structure:</p>\n<ul>\n<li><p><code>activePower</code>: Object containing specifications for active power.</p>\n<ul>\n<li><p><code>highWarningThreshold</code>: Threshold for high warning.</p>\n</li>\n<li><p><code>maxReading</code>: Maximum reading value.</p>\n</li>\n<li><p><code>minReading</code>: Minimum reading value.</p>\n</li>\n<li><p><code>nominal</code>: Nominal value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>apparentPower</code>: Object containing specifications for apparent power, structured similarly to active power.</p>\n</li>\n<li><p><code>current</code>: Object containing specifications for current, structured similarly to active power.</p>\n</li>\n<li><p><code>frequency</code>: Object containing specifications for frequency.</p>\n<ul>\n<li><p><code>maxReading</code>: Maximum reading value.</p>\n</li>\n<li><p><code>minReading</code>: Minimum reading value.</p>\n</li>\n<li><p><code>nominal</code>: Nominal value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>percentLoad</code>: Object containing specifications for percent load, structured similarly to active power.</p>\n</li>\n<li><p><code>powerFactor</code>: Object containing specifications for power factor.</p>\n<ul>\n<li><p><code>maxReading</code>: Maximum reading value.</p>\n</li>\n<li><p><code>minReading</code>: Minimum reading value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>voltage</code>: Object containing specifications for voltage.</p>\n<ul>\n<li><p><code>maxReading</code>: Maximum reading value.</p>\n</li>\n<li><p><code>minReading</code>: Minimum reading value.</p>\n</li>\n<li><p><code>nominal</code>: Nominal value.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs","1","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f2bdb14c-98b5-4c9e-a9cb-32dc374caa36","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs/1/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"646"},{"key":"Date","value":"Thu, 10 Jul 2025 19:44:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"activePower\": {\n        \"highWarningThreshold\": 2754,\n        \"maxReading\": 2970,\n        \"minReading\": 0,\n        \"nominal\": 2700\n    },\n    \"apparentPower\": {\n        \"highWarningThreshold\": 3060,\n        \"maxReading\": 3300,\n        \"minReading\": 0,\n        \"nominal\": 3000\n    },\n    \"current\": {\n        \"highWarningThreshold\": 12.75,\n        \"maxReading\": 13.75,\n        \"minReading\": 0,\n        \"nominal\": 12.5\n    },\n    \"frequency\": {\n        \"maxReading\": 75,\n        \"minReading\": 35,\n        \"nominal\": 50\n    },\n    \"percentLoad\": {\n        \"highWarningThreshold\": 102,\n        \"maxReading\": 110,\n        \"minReading\": 0\n    },\n    \"powerFactor\": {\n        \"maxReading\": 1,\n        \"minReading\": -1\n    },\n    \"voltage\": {\n        \"maxReading\": 300,\n        \"minReading\": 150,\n        \"nominal\": 240\n    }\n}"}],"_postman_id":"e2c272c5-fee8-4a05-ac1c-71fbf038b47f"}],"id":"923571a8-2587-4a00-9fd0-ea97060fdb5d","description":"<p>This is a collection of endpoints related to the output with an ID of <code>1</code>.</p>\n","_postman_id":"923571a8-2587-4a00-9fd0-ea97060fdb5d"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c834bc54-4f6a-4e2e-b60b-7c2bf2fd444a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs","description":"<p>This endpoint exposes the collection of outputs associated with a specific power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the collection.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the identifier of the member.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outputs"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6b1cc60e-b8d8-4824-bb5e-6e52ebc30edd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"170"},{"key":"Date","value":"Thu, 10 Jul 2025 19:33:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs/1\"\n        }\n    ]\n}"}],"_postman_id":"c834bc54-4f6a-4e2e-b60b-7c2bf2fd444a"}],"id":"ca1fe330-e948-4d71-906c-20ad7cd06ff7","description":"<p><strong>Get Outputs Collection:</strong></p>\n<p>Retrieves a collection of output resources for a specific power distribution.</p>\n<p><strong>Get Specific Output:</strong></p>\n<p>Retrieves detailed information about a specific output associated with a power distribution.</p>\n","_postman_id":"ca1fe330-e948-4d71-906c-20ad7cd06ff7"},{"name":"outlets","item":[{"name":"1","item":[{"name":"actions","item":[{"name":"switchOn","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2039d89e-885a-4685-91dc-0710c1e96bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOn","description":"<p>Switches on a specific outlet of a power distribution unit.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","actions","switchOn"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b47287ed-636f-4bfe-b86f-ade5bfaeee49","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 15:27:27 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"2039d89e-885a-4685-91dc-0710c1e96bab"},{"name":"switchOff","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"000ee6bf-3f42-47d2-958c-e63564e66675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOff","description":"<p>Switches off a specific outlet of a power distribution unit.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","actions","switchOff"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4eeb33d4-8367-4c59-8109-74e96ed8fa38","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 15:28:05 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"000ee6bf-3f42-47d2-958c-e63564e66675"},{"name":"cancelSwitchOn","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"477cd757-b401-4cf8-bf1b-8165a68be7a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/cancelSwitchOn","description":"<p>Cancels a pending \"switch on\" request for a specific outlet.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","actions","cancelSwitchOn"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c5d4980a-1918-4472-af48-5b3376790dcd","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"339e88c9-00f3-4737-b5c3-941ce544e1fe"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"ae821294-3e1b-43a4-95fa-0ed92ee506e4"},{"key":"Content-Length","value":"4","uuid":"d087f115-7885-4dbc-8d9b-9df74bfd213f"},{"key":"Date","value":"Mon, 02 Dec 2024 15:27:27 GMT","uuid":"8fe5ff1f-2414-472b-873a-4c7a19eb76b8"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"477cd757-b401-4cf8-bf1b-8165a68be7a6"},{"name":"cancelSwitchOff","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"08fc8561-756a-41a1-9a0a-ff7274732b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOff","description":"<p>Cancels a pending \"switch off\" request for a specific outlet.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","actions","switchOff"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b9724460-a354-4e61-8604-893a00b80c49","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/actions/switchOff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"b101e013-241b-4c45-9c72-06a2e2b14a55"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"d9e57f0b-1365-4c74-89f5-5a7f233648e4"},{"key":"Content-Length","value":"4","uuid":"5678c79d-d0cb-4e9e-b770-582f5a28b7f9"},{"key":"Date","value":"Mon, 02 Dec 2024 15:28:05 GMT","uuid":"46f19d41-c30f-4fa2-95d4-6398ff0f9985"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"08fc8561-756a-41a1-9a0a-ff7274732b79"}],"id":"b968c0da-b661-42a9-a0f5-f2e7cffdf13a","description":"<p>This is the collection of actions that are associated with a specific outlet (in this case, the outlet with ID <code>1</code>) associated with power distribution <code>1</code>.</p>\n","_postman_id":"b968c0da-b661-42a9-a0f5-f2e7cffdf13a"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dfb6bac0-c6b9-42c7-9618-0739b2d373ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1","description":"<p>This endpoint retrieves detailed information about a specific outlet associated with a power distribution, including its communication status, identification, measurements, settings, specifications, and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the outlet.</p>\n</li>\n<li><p><code>id</code>: The outlet's identifier.</p>\n</li>\n<li><p><code>communicationStatus</code>: An object containing:</p>\n<ul>\n<li><code>reason</code>: The reason for the current communication status.</li>\n</ul>\n</li>\n<li><p><code>identification</code>: An object containing:</p>\n<ul>\n<li><p><code>uuid</code>: A universally unique identifier for the outlet.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the outlet.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the outlet.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code>: An object containing various metrics:</p>\n<ul>\n<li><p><code>activePower</code>: The active power in watts.</p>\n</li>\n<li><p><code>apparentPower</code>: The apparent power in volt-amperes.</p>\n</li>\n<li><p><code>averageEnergy</code>: The average energy consumption.</p>\n</li>\n<li><p><code>cumulatedEnergy</code>: The total energy consumed.</p>\n</li>\n<li><p><code>current</code>: The current in amperes.</p>\n</li>\n<li><p><code>frequency</code>: The frequency in hertz.</p>\n</li>\n<li><p><code>powerFactor</code>: The power factor of the outlet.</p>\n</li>\n<li><p><code>voltage</code>: The voltage in volts.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: An object detailing the outlet's status:</p>\n<ul>\n<li><p><code>operating</code>: The operational state of the outlet.</p>\n</li>\n<li><p><code>health</code>: The health status of the outlet.</p>\n</li>\n<li><p><code>delayBeforeSwitchOff</code>: Delay time before switching off.</p>\n</li>\n<li><p><code>delayBeforeSwitchOn</code>: Delay time before switching on.</p>\n</li>\n<li><p><code>supply</code>: A boolean indicating if the outlet is supplying power.</p>\n</li>\n<li><p><code>supplierPowerQuality</code>: The quality of the power supplied.</p>\n</li>\n</ul>\n</li>\n<li><p><code>specifications</code>: An object that includes:</p>\n<ul>\n<li><p><code>feed</code>: The type of feed for the outlet.</p>\n</li>\n<li><p><code>switchable</code>: A boolean indicating if the outlet can be switched on/off.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: An object containing available actions for the outlet:</p>\n<ul>\n<li><p><code>#cancelSwitchOff</code>: Action to cancel the switch-off.</p>\n</li>\n<li><p><code>#cancelSwitchOn</code>: Action to cancel the switch-on.</p>\n</li>\n<li><p><code>#switchOff</code>: Action to switch off the outlet.</p>\n</li>\n<li><p><code>#switchOn</code>: Action to switch on the outlet.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2f26a449-8d7e-457a-8719-c7e0568f377a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1081"},{"key":"Date","value":"Thu, 10 Jul 2025 19:56:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1\",\n    \"id\": \"1\",\n    \"communicationStatus\": {\n        \"reason\": \"none\"\n    },\n    \"identification\": {\n        \"uuid\": \"e075e3b6-8773-5ac3-a409-aae21510fcf6\",\n        \"physicalName\": \"Primary\",\n        \"friendlyName\": \"Primary\"\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"averageEnergy\": 0,\n        \"cumulatedEnergy\": 622833.33672417,\n        \"current\": 0,\n        \"frequency\": 0,\n        \"powerFactor\": 0,\n        \"voltage\": 0\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"ok\",\n        \"delayBeforeSwitchOff\": -1,\n        \"delayBeforeSwitchOn\": -1,\n        \"supply\": false,\n        \"supplierPowerQuality\": \"not powering\"\n    },\n    \"specifications\": {\n        \"feed\": \"Outputs.1\",\n        \"switchable\": false\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1/actions/switchOff\",\n        \"#switchOn\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1/actions/switchOn\"\n    }\n}"}],"_postman_id":"dfb6bac0-c6b9-42c7-9618-0739b2d373ac"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1befcf5d-ffe7-4586-a69b-4caf31880571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/identification","description":"<p>This endpoint retrieves the identification details for a specific outlet associated with a power distribution resource.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the resource (string).</p>\n</li>\n<li><p><code>physicalName</code>: The physical name associated with the resource (string).</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the resource (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"97e42267-ed82-48e6-a0b8-39db27624d63","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"107"},{"key":"Date","value":"Fri, 23 May 2025 15:18:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"19e770b3-e982-57a2-a8e9-41431fc820c7\",\n    \"physicalName\": \"PRIMARY\",\n    \"friendlyName\": \"PRIMARY\"\n}"}],"_postman_id":"1befcf5d-ffe7-4586-a69b-4caf31880571"},{"name":"measures","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1729dc0f-544a-42c2-ae6b-311c191d5e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/measures","description":"<p>Retrieves detailed information about the current measurements of a specific outlet associated with a power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following keys:</p>\n<ul>\n<li><p><code>activePower</code>: The active power in watts.</p>\n</li>\n<li><p><code>apparentPower</code>: The apparent power in volt-amperes.</p>\n</li>\n<li><p><code>averageEnergy</code>: The average energy consumption.</p>\n</li>\n<li><p><code>cumulatedEnergy</code>: The total energy consumed.</p>\n</li>\n<li><p><code>current</code>: The current in amperes.</p>\n</li>\n<li><p><code>frequency</code>: The frequency in hertz.</p>\n</li>\n<li><p><code>powerFactor</code>: The power factor of the outlet.</p>\n</li>\n<li><p><code>voltage</code>: The voltage in volts.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","measures"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4fe9a9fd-f055-4c8f-a09c-1bccba5ec4ba","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/measures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"166"},{"key":"Date","value":"Fri, 23 May 2025 15:25:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"activePower\": 0,\n    \"apparentPower\": 0,\n    \"averageEnergy\": 0,\n    \"cumulatedEnergy\": 159545.00064253,\n    \"current\": 0,\n    \"frequency\": 0,\n    \"powerFactor\": 0,\n    \"voltage\": 0\n}"}],"_postman_id":"1729dc0f-544a-42c2-ae6b-311c191d5e83"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"abcd1cc7-d82b-4210-92c6-bbabf94a1b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n        \"automaticSwitchOnDelay\": 1,\r\n        \"lock\": false,\r\n        \"rebootPeriod\": 10,\r\n        \"stateOnStartup\": \"last known state\",\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 10,\r\n            \"highWarningThreshold\": 8,\r\n            \"lowWarningThreshold\": 0\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/settings","description":"<p>This endpoint allows updating various settings for a specific outlet, including automatic switch-on delay, lock status, reboot period, startup state, and current thresholds.</p>\n<p>\"stateOnStartup\": \"on\"|\"off\"|\"last known state\"</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9dead6d9-af75-4b36-be14-1e537edf8fbc","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n        \"automaticSwitchOnDelay\": 1,\r\n        \"lock\": false,\r\n        \"rebootPeriod\": 10,\r\n        \"stateOnStartup\": \"last known state\",\r\n        \"current\": {\r\n            \"highCriticalThreshold\": 10,\r\n            \"highWarningThreshold\": 8,\r\n            \"lowWarningThreshold\": 0\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 15:14:59 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"abcd1cc7-d82b-4210-92c6-bbabf94a1b0f"},{"name":"specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"206b1008-a979-48d7-8119-a65ae345ce1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/specifications","description":"<p>This endpoint retrieves information about the current specifications of a specific outlet associated with a power distribution.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object with the following structure:</p>\n<ul>\n<li><p><code>feed</code>: A string representing the feed information.</p>\n</li>\n<li><p><code>switchable</code>: A boolean indicating whether the outlet is switchable.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"068461b2-0423-45c7-9248-c5f4e88fd9e1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"46"},{"key":"Date","value":"Fri, 06 Jun 2025 15:54:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"feed\": \"Outputs.1\",\n    \"switchable\": false\n}"}],"_postman_id":"206b1008-a979-48d7-8119-a65ae345ce1a"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6ebc878f-aa3c-47bf-8f72-09971d9f0569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/status","description":"<p>This endpoint retrieves the status of a specific power distribution outlet. The status includes various operational parameters that indicate the health and performance of the outlet.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: (string) Indicates the operating status of the outlet.</p>\n</li>\n<li><p><code>health</code>: (string) Represents the health status of the outlet.</p>\n</li>\n<li><p><code>delayBeforeSwitchOff</code>: (integer) Specifies the delay time before the outlet switches off, in seconds.</p>\n</li>\n<li><p><code>delayBeforeSwitchOn</code>: (integer) Specifies the delay time before the outlet switches on, in seconds.</p>\n</li>\n<li><p><code>supply</code>: (boolean) Indicates whether the outlet is currently supplying power.</p>\n</li>\n<li><p><code>supplierPowerQuality</code>: (string) Describes the quality of the power supplied to the outlet.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets","1","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b6e351ed-90da-488e-bb10-6f4da5124454","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"182"},{"key":"Date","value":"Fri, 23 May 2025 15:13:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"stopped\",\n    \"health\": \"ok\",\n    \"delayBeforeSwitchOff\": -1,\n    \"delayBeforeSwitchOn\": -1,\n    \"supply\": false,\n    \"switchedOn\": false,\n    \"supplierPowerQuality\": \"not powering\"\n}"}],"_postman_id":"6ebc878f-aa3c-47bf-8f72-09971d9f0569"}],"id":"e449a3be-2ca9-4312-a537-998068903b6d","description":"<p>This is a collection of endpoints related to the outlet with an ID of <code>1</code>.</p>\n","_postman_id":"e449a3be-2ca9-4312-a537-998068903b6d"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"650b4933-83f8-4f79-b79a-1b60fd343893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets","description":"<p>This endpoint exposes the collection of outlets associated with a specific power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of members in the collection.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the identifier of the member.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","outlets"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4e691bc4-4d00-4492-bdc4-e7da6d1282c1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/outlets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"312"},{"key":"Date","value":"Thu, 10 Jul 2025 19:52:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets\",\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/1\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/2\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets/3\"\n        }\n    ]\n}"}],"_postman_id":"650b4933-83f8-4f79-b79a-1b60fd343893"}],"id":"e4330ebd-34b9-414b-8cae-05abf6a27142","description":"<p><strong>Get Outlets Collection:</strong></p>\n<p>Retrieves a collection of outlet resources for a specific power distribution.</p>\n<p><strong>Get Specific Outlet:</strong></p>\n<p>Retrieves detailed information about a specific outlet associated with a power distribution.</p>\n","_postman_id":"e4330ebd-34b9-414b-8cae-05abf6a27142"},{"name":"measuresLog","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"81b83b4c-0b3d-49be-833e-4987d3b734be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog","description":"<p>This endpoint returns the current status, settings, and available actions related to the measures log of a specified power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The current operating status.</p>\n</li>\n<li><p><code>health</code>: The health status of the unit.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing:</p>\n<ul>\n<li><code>period</code>: The time period for which the settings are applicable.</li>\n</ul>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><p><code>#export</code>: A link or command to export data.</p>\n</li>\n<li><p><code>#show</code>: A link or command to show additional information.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","measuresLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4bc6070c-0ba9-4e96-a554-ec717ffaaf8c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"262"},{"key":"Date","value":"Wed, 20 Nov 2024 21:50:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/measuresLog\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"settings\": {\n        \"period\": 60\n    },\n    \"actions\": {\n        \"#export\": \"/rest/mbdetnrs/2.0/powerDistributions/1/measuresLog/actions/export\"\n    }\n}"}],"_postman_id":"81b83b4c-0b3d-49be-833e-4987d3b734be"},{"name":"export","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9bbd3603-17cd-4753-baf2-c8a35350829f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog/actions/export","description":"<p>This endpoint with a <strong>POST</strong> action retrieves and exports the measures log data for a specific power distribution. The exported data will be in CSV format, containing various measurements over time.</p>\n<h3 id=\"request\">Request</h3>\n<p>No request body or parameters are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full measures log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","measuresLog","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2ba9e8c1-d36e-4801-85f6-8fb3fb23c352","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"883912320\""},{"key":"Last-Modified","value":"Wed, 20 Nov 2024 21:54:04 GMT"},{"key":"Content-Length","value":"905883"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Wed, 20 Nov 2024 21:54:04 GMT"}],"cookie":[],"responseTime":null,"body":"SEP=,\nTime (UTC),Input Voltage (V),Input Voltage THD (%),Input Frequency (Hz),Input Current (A),Input Current THD (%),Input Percent Load (%),Input Crest Factor,Input Active Power (W),Input Apparent Power (VA),Input Reactive Power (VAR),Input Power Factor,Input Partial Energy (Wh),Input Cumulated Energy (Wh)\n2024-11-14T13:26:17.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.2,-7.8,1.0,49845.0,49845.0\n2024-11-14T13:27:17.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.7,57.2,57.6,-7.2,1.0,49846.0,49846.0\n2024-11-14T13:28:17.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.7,55.0,55.5,-7.9,1.0,49847.0,49847.0\n2024-11-14T13:29:17.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.1,-7.4,1.0,49848.0,49848.0\n2024-11-14T13:30:17.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.9,56.8,57.3,-7.5,1.0,49849.0,49849.0\n2024-11-14T13:31:17.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.7,55.8,56.4,-7.8,1.0,49850.0,49850.0\n2024-11-14T13:32:17.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.6,56.1,56.6,-7.7,1.0,49851.0,49851.0\n2024-11-14T13:33:17.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.7,59.2,59.6,-7.4,1.0,49852.0,49852.0\n2024-11-14T13:34:17.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,57.6,58.0,-7.4,1.0,49852.0,49852.0\n2024-11-14T13:35:17.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.3,3.6,57.4,57.9,-7.1,1.0,49853.0,49853.0\n2024-11-14T13:36:17.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.0,-6.7,1.0,49854.0,49854.0\n2024-11-14T13:37:17.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.7,55.4,55.9,-7.2,1.0,49855.0,49855.0\n2024-11-14T13:38:17.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.9,56.5,57.0,-7.5,1.0,49856.0,49856.0\n2024-11-14T13:39:17.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.8,57.5,58.0,-7.2,1.0,49857.0,49857.0\n2024-11-14T13:40:17.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.3,3.9,54.9,55.4,-7.0,1.0,49858.0,49858.0\n2024-11-14T13:41:17.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.7,57.5,58.0,-7.5,1.0,49859.0,49859.0\n2024-11-14T13:42:17.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.8,55.9,56.3,-7.1,1.0,49860.0,49860.0\n2024-11-14T13:43:17.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.3,3.9,56.6,57.0,-7.0,1.0,49861.0,49861.0\n2024-11-14T13:44:17.000000+00:00,242.5,0.0,49.9,0.4,0.0,1.3,3.8,57.5,57.9,-6.7,1.0,49862.0,49862.0\n2024-11-14T13:45:17.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.7,-7.2,1.0,49863.0,49863.0\n2024-11-14T13:46:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.6,56.7,57.4,-8.6,1.0,49864.0,49864.0\n2024-11-14T13:47:17.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.2,3.8,55.3,56.0,-8.9,1.0,49865.0,49865.0\n2024-11-14T13:48:17.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.8,55.6,56.2,-7.8,1.0,49866.0,49866.0\n2024-11-14T13:49:17.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.8,-8.0,1.0,49867.0,49867.0\n2024-11-14T13:50:17.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.6,57.4,57.9,-8.0,1.0,49868.0,49868.0\n2024-11-14T13:51:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.8,55.2,55.9,-8.3,1.0,49869.0,49869.0\n2024-11-14T13:52:17.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.3,3.8,56.1,56.7,-8.4,1.0,49869.0,49869.0\n2024-11-14T13:53:17.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.6,-8.7,1.0,49870.0,49870.0\n2024-11-14T13:54:17.000000+00:00,247.9,0.0,49.9,0.4,0.0,1.2,3.6,56.8,57.5,-8.9,1.0,49871.0,49871.0\n2024-11-14T13:55:17.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.8,57.7,58.1,-7.2,1.0,49872.0,49872.0\n2024-11-14T13:56:17.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.7,56.9,57.5,-7.9,1.0,49873.0,49873.0\n2024-11-14T13:57:17.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.2,3.9,55.9,56.6,-8.6,1.0,49874.0,49874.0\n2024-11-14T13:58:17.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.7,56.9,57.5,-8.3,1.0,49875.0,49875.0\n2024-11-14T13:59:17.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.1,-7.5,1.0,49876.0,49876.0\n2024-11-14T14:00:17.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.6,-8.0,1.0,49877.0,49877.0\n2024-11-14T14:01:17.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.7,55.2,55.6,-7.3,1.0,49878.0,49878.0\n2024-11-14T14:02:17.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.8,55.1,55.6,-7.3,1.0,49879.0,49879.0\n2024-11-14T14:03:17.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.8,56.2,56.8,-7.8,1.0,49880.0,49880.0\n2024-11-14T14:04:17.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.3,3.6,56.0,56.6,-8.6,1.0,49880.0,49880.0\n2024-11-14T14:05:17.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.3,3.7,57.7,58.2,-7.6,1.0,49881.0,49881.0\n2024-11-14T14:06:17.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.7,57.7,58.1,-7.4,1.0,49882.0,49882.0\n2024-11-14T14:07:17.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.7,56.8,57.3,-7.5,1.0,49883.0,49883.0\n2024-11-14T14:08:17.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.7,58.1,58.6,-7.6,1.0,49884.0,49884.0\n2024-11-14T14:09:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.2,3.6,56.3,56.8,-7.8,1.0,49884.0,49884.0\n2024-11-14T14:10:17.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.3,3.7,55.1,55.7,-8.3,1.0,49885.0,49885.0\n2024-11-14T14:11:17.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.3,3.7,56.6,57.1,-7.8,1.0,49886.0,49886.0\n2024-11-14T14:12:17.000000+00:00,247.5,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.2,-8.3,1.0,49887.0,49887.0\n2024-11-14T14:13:17.000000+00:00,247.7,0.0,49.9,0.4,0.0,1.2,3.8,55.4,56.0,-8.8,1.0,49888.0,49888.0\n2024-11-14T14:14:17.000000+00:00,247.7,0.0,49.9,0.4,0.0,1.3,3.9,56.4,57.0,-7.6,1.0,49889.0,49889.0\n2024-11-14T14:15:17.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.3,3.8,57.7,58.1,-7.1,1.0,49890.0,49890.0\n2024-11-14T14:16:17.000000+00:00,247.8,0.0,49.9,0.4,0.0,1.2,3.7,55.1,55.8,-8.8,1.0,49891.0,49891.0\n2024-11-14T14:17:17.000000+00:00,247.5,0.0,49.9,0.4,0.0,1.3,3.8,56.4,57.0,-8.8,1.0,49892.0,49892.0\n2024-11-14T14:18:17.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.2,3.6,56.3,56.9,-8.6,1.0,49893.0,49893.0\n2024-11-14T14:19:17.000000+00:00,247.4,0.0,49.9,0.4,0.0,1.2,3.4,56.3,57.2,-10.3,1.0,49894.0,49894.0\n2024-11-14T14:20:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.2,3.7,57.1,57.6,-7.8,1.0,49895.0,49895.0\n2024-11-14T14:21:17.000000+00:00,247.4,0.0,49.9,0.4,0.0,1.2,3.6,56.2,56.8,-8.7,1.0,49896.0,49896.0\n2024-11-14T14:22:17.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.1,3.4,56.7,58.1,-12.6,1.0,49897.0,49897.0\n2024-11-14T14:23:17.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.2,3.6,55.8,56.7,-9.8,1.0,49898.0,49898.0\n2024-11-14T14:24:17.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.2,3.6,55.8,56.5,-8.7,1.0,49899.0,49899.0\n2024-11-14T14:25:17.000000+00:00,247.2,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.0,-8.0,1.0,49900.0,49900.0\n2024-11-14T14:26:17.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.8,56.3,57.3,-10.6,1.0,49901.0,49901.0\n2024-11-14T14:27:17.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.3,3.8,57.0,57.5,-8.0,1.0,49901.0,49901.0\n2024-11-14T14:28:17.000000+00:00,247.2,0.0,49.9,0.4,0.0,1.3,3.8,57.7,58.3,-7.9,1.0,49902.0,49902.0\n2024-11-14T14:29:17.000000+00:00,247.4,0.0,49.9,0.4,0.0,1.3,3.8,58.0,58.6,-8.0,1.0,49903.0,49903.0\n2024-11-14T14:30:17.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.3,3.7,56.7,57.2,-7.7,1.0,49904.0,49904.0\n2024-11-14T14:31:17.000000+00:00,247.7,0.0,50.0,0.4,0.0,1.2,3.8,57.0,57.6,-8.4,1.0,49905.0,49905.0\n2024-11-14T14:32:17.000000+00:00,247.8,0.0,50.0,0.4,0.0,1.2,3.7,56.1,56.8,-8.7,1.0,49906.0,49906.0\n2024-11-14T14:33:17.000000+00:00,247.2,0.0,49.9,0.4,0.0,1.2,3.6,56.6,57.1,-7.5,1.0,49907.0,49907.0\n2024-11-14T14:34:17.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.3,3.7,55.8,56.5,-8.6,1.0,49908.0,49908.0\n2024-11-14T14:35:17.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.8,57.3,58.0,-9.1,1.0,49909.0,49909.0\n2024-11-14T14:36:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.6,56.0,56.6,-8.2,1.0,49910.0,49910.0\n2024-11-14T14:37:17.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.3,4.9,57.0,57.6,-8.3,1.0,49911.0,49911.0\n2024-11-14T14:38:17.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.3,3.7,56.3,56.9,-8.4,1.0,49912.0,49912.0\n2024-11-14T14:39:17.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.7,56.7,57.7,-10.8,1.0,49913.0,49913.0\n2024-11-14T14:40:17.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.9,56.9,57.3,-7.3,1.0,49914.0,49914.0\n2024-11-14T14:41:17.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.9,56.6,57.1,-7.1,1.0,49915.0,49915.0\n2024-11-14T14:42:17.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.9,-7.1,1.0,49916.0,49916.0\n2024-11-14T14:43:17.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.9,57.0,57.5,-7.1,1.0,49917.0,49917.0\n2024-11-14T14:44:17.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.0,-6.8,1.0,49918.0,49918.0\n2024-11-14T14:45:17.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.3,4.0,54.3,54.8,-7.1,1.0,49918.0,49918.0\n2024-11-14T14:46:17.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.9,56.4,57.0,-8.2,1.0,49919.0,49919.0\n2024-11-14T14:47:18.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.2,-6.9,1.0,49920.0,49920.0\n2024-11-14T14:48:18.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.0,-6.0,1.0,49921.0,49921.0\n2024-11-14T14:49:18.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.4,4.1,56.7,57.1,-6.9,1.0,49922.0,49922.0\n2024-11-14T14:50:18.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.1,57.4,57.9,-7.0,1.0,49923.0,49923.0\n2024-11-14T14:51:18.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.4,3.9,57.9,58.3,-6.9,1.0,49924.0,49924.0\n2024-11-14T14:52:18.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.4,4.0,57.0,57.3,-6.2,1.0,49925.0,49925.0\n2024-11-14T14:53:18.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,4.1,57.7,58.0,-6.0,1.0,49926.0,49926.0\n2024-11-14T14:54:18.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-6.7,1.0,49927.0,49927.0\n2024-11-14T14:55:18.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.3,3.9,55.1,55.6,-7.5,1.0,49928.0,49928.0\n2024-11-14T14:56:18.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.3,4.0,57.3,57.7,-7.0,1.0,49929.0,49929.0\n2024-11-14T14:57:18.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.8,55.7,56.1,-6.1,1.0,49930.0,49930.0\n2024-11-14T14:58:18.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.0,-7.3,1.0,49931.0,49931.0\n2024-11-14T14:59:18.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.3,3.9,57.6,58.0,-6.8,1.0,49932.0,49932.0\n2024-11-14T15:00:18.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.6,57.0,57.8,-9.4,1.0,49933.0,49933.0\n2024-11-14T15:01:18.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.8,56.3,56.9,-8.0,1.0,49934.0,49934.0\n2024-11-14T15:02:18.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.2,3.8,55.8,56.3,-8.0,1.0,49934.0,49934.0\n2024-11-14T15:03:18.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.3,3.6,56.8,57.5,-8.8,1.0,49935.0,49935.0\n2024-11-14T15:04:18.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.9,56.7,57.3,-8.1,1.0,49936.0,49936.0\n2024-11-14T15:05:18.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.3,3.7,57.5,58.2,-8.5,1.0,49937.0,49937.0\n2024-11-14T15:06:18.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.3,3.8,57.3,57.9,-8.3,1.0,49938.0,49938.0\n2024-11-14T15:07:18.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.7,55.8,56.4,-8.0,1.0,49939.0,49939.0\n2024-11-14T15:08:18.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.0,-7.2,1.0,49940.0,49940.0\n2024-11-14T15:09:18.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,54.1,54.7,-8.4,1.0,49941.0,49941.0\n2024-11-14T15:10:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.6,57.8,58.3,-8.0,1.0,49947.0,49942.0\n2024-11-14T15:11:18.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.6,56.2,56.7,-7.7,1.0,49943.0,49943.0\n2024-11-14T15:12:18.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.8,56.1,56.8,-8.9,1.0,49944.0,49944.0\n2024-11-14T15:13:18.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.5,58.1,59.1,-10.8,1.0,49945.0,49945.0\n2024-11-14T15:14:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,56.4,57.1,-8.7,1.0,49946.0,49946.0\n2024-11-14T15:15:18.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.8,56.6,57.3,-8.7,1.0,49947.0,49947.0\n2024-11-14T15:16:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.9,57.8,58.4,-8.3,1.0,49948.0,49948.0\n2024-11-14T15:17:18.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.3,-8.3,1.0,49949.0,49949.0\n2024-11-14T15:18:18.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,57.1,57.7,-7.8,1.0,49950.0,49950.0\n2024-11-14T15:19:18.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.3,3.7,56.7,57.2,-8.0,1.0,49951.0,49951.0\n2024-11-14T15:20:18.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.3,3.9,56.3,56.9,-7.9,1.0,49951.0,49951.0\n2024-11-14T15:21:18.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.3,3.9,57.3,57.8,-7.7,1.0,49952.0,49952.0\n2024-11-14T15:22:18.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,3.7,64.0,64.5,-7.6,1.0,49953.0,49953.0\n2024-11-14T15:23:18.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.8,57.4,58.0,-7.9,1.0,49954.0,49954.0\n2024-11-14T15:24:18.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.1,-8.1,1.0,49955.0,49955.0\n2024-11-14T15:25:18.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,56.7,57.2,-7.7,1.0,49956.0,49956.0\n2024-11-14T15:26:18.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.3,3.8,55.9,56.4,-7.3,1.0,49957.0,49957.0\n2024-11-14T15:27:18.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.4,-7.3,1.0,49958.0,49958.0\n2024-11-14T15:28:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.5,54.4,55.0,-8.3,1.0,49959.0,49959.0\n2024-11-14T15:29:18.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.2,3.5,56.2,56.9,-8.7,1.0,49960.0,49960.0\n2024-11-14T15:30:18.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.8,-7.6,1.0,49961.0,49961.0\n2024-11-14T15:31:18.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.8,57.0,57.6,-8.5,1.0,49962.0,49962.0\n2024-11-14T15:32:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.6,57.2,57.8,-8.4,1.0,49963.0,49963.0\n2024-11-14T15:33:18.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.7,56.5,57.3,-9.0,1.0,49964.0,49964.0\n2024-11-14T15:34:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.6,57.0,57.6,-8.2,1.0,49965.0,49965.0\n2024-11-14T15:35:18.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.2,3.7,55.5,56.2,-8.5,1.0,49966.0,49966.0\n2024-11-14T15:36:18.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.6,55.9,56.4,-8.0,1.0,49967.0,49967.0\n2024-11-14T15:37:18.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.6,57.4,58.0,-8.2,1.0,49967.0,49967.0\n2024-11-14T15:38:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.2,3.5,55.2,56.2,-10.2,1.0,49968.0,49968.0\n2024-11-14T15:39:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.9,56.1,56.6,-7.5,1.0,49969.0,49969.0\n2024-11-14T15:40:18.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.2,3.6,56.6,57.2,-8.4,1.0,49970.0,49970.0\n2024-11-14T15:41:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.2,3.7,56.2,56.8,-8.0,1.0,49971.0,49971.0\n2024-11-14T15:42:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.0,-7.7,1.0,49972.0,49972.0\n2024-11-14T15:43:18.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.2,3.4,57.0,58.0,-10.5,1.0,49973.0,49973.0\n2024-11-14T15:44:18.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.5,-7.9,1.0,49974.0,49974.0\n2024-11-14T15:45:18.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.8,-8.1,1.0,49975.0,49975.0\n2024-11-14T15:46:18.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.8,55.8,56.4,-8.1,1.0,49976.0,49976.0\n2024-11-14T15:47:18.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.2,3.6,56.2,56.9,-8.7,1.0,49977.0,49977.0\n2024-11-14T15:48:18.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.7,55.9,56.5,-8.2,1.0,49978.0,49978.0\n2024-11-14T15:49:18.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.2,-7.9,1.0,49979.0,49979.0\n2024-11-14T15:50:18.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.9,56.3,56.8,-7.2,1.0,49980.0,49980.0\n2024-11-14T15:51:18.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.9,-7.3,1.0,49981.0,49981.0\n2024-11-14T15:52:18.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.8,56.2,56.7,-7.6,1.0,49982.0,49982.0\n2024-11-14T15:53:18.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.7,56.3,56.8,-7.5,1.0,49983.0,49983.0\n2024-11-14T15:54:18.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.4,-7.3,1.0,49984.0,49984.0\n2024-11-14T15:55:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.0,-7.6,1.0,49984.0,49984.0\n2024-11-14T15:56:18.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.7,55.9,56.5,-8.4,1.0,49985.0,49985.0\n2024-11-14T15:57:18.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.7,56.7,57.3,-8.3,1.0,49986.0,49986.0\n2024-11-14T15:58:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.2,3.7,54.8,55.4,-7.9,1.0,49987.0,49987.0\n2024-11-14T15:59:18.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.3,3.7,56.8,57.3,-7.4,1.0,49988.0,49988.0\n2024-11-14T16:00:18.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.3,3.7,57.5,58.0,-7.7,1.0,49989.0,49989.0\n2024-11-14T16:01:18.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.4,-8.0,1.0,49990.0,49990.0\n2024-11-14T16:02:18.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.9,57.4,57.8,-7.0,1.0,49991.0,49991.0\n2024-11-14T16:03:18.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.7,56.5,57.1,-8.0,1.0,49992.0,49992.0\n2024-11-14T16:04:18.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.7,55.5,56.1,-7.9,1.0,49993.0,49993.0\n2024-11-14T16:05:18.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.3,3.7,56.6,57.1,-7.5,1.0,49994.0,49994.0\n2024-11-14T16:06:18.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.3,-7.6,1.0,49995.0,50000.0\n2024-11-14T16:07:18.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.2,4.9,57.1,57.7,-8.5,1.0,49996.0,49996.0\n2024-11-14T16:08:18.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,57.6,58.2,-7.9,1.0,49997.0,49997.0\n2024-11-14T16:09:18.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.3,3.7,56.7,57.4,-9.0,1.0,49998.0,49998.0\n2024-11-14T16:10:18.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.2,3.7,54.8,55.4,-8.1,1.0,49999.0,49999.0\n2024-11-14T16:11:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.8,57.0,57.5,-7.6,1.0,50000.0,50000.0\n2024-11-14T16:12:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.8,55.5,56.1,-8.3,1.0,50000.0,50000.0\n2024-11-14T16:13:18.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.9,56.1,56.6,-7.8,1.0,50001.0,50001.0\n2024-11-14T16:14:18.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.2,3.6,54.0,54.7,-8.5,1.0,50002.0,50002.0\n2024-11-14T16:15:18.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.7,55.3,55.9,-8.4,1.0,50003.0,50003.0\n2024-11-14T16:16:18.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.3,3.9,55.2,55.9,-8.6,1.0,50004.0,50004.0\n2024-11-14T16:17:18.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.5,-8.9,1.0,50005.0,50005.0\n2024-11-14T16:18:18.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.9,56.4,57.0,-8.6,1.0,50006.0,50006.0\n2024-11-14T16:19:18.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.7,55.3,55.9,-8.3,1.0,50007.0,50007.0\n2024-11-14T16:20:18.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,59.3,59.9,-8.2,1.0,50008.0,50008.0\n2024-11-14T16:21:19.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.6,55.6,56.1,-7.7,1.0,50009.0,50009.0\n2024-11-14T16:22:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.2,3.5,55.7,56.5,-9.8,1.0,50010.0,50010.0\n2024-11-14T16:23:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,57.3,57.9,-8.2,1.0,50011.0,50011.0\n2024-11-14T16:24:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.6,56.6,57.2,-8.5,1.0,50012.0,50012.0\n2024-11-14T16:25:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.6,55.8,56.4,-8.2,1.0,50013.0,50013.0\n2024-11-14T16:26:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,57.9,58.4,-7.6,1.0,50014.0,50014.0\n2024-11-14T16:27:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,55.4,56.1,-8.7,1.0,50015.0,50015.0\n2024-11-14T16:28:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,58.2,58.7,-8.2,1.0,50015.0,50015.0\n2024-11-14T16:29:19.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.9,54.0,54.7,-8.4,1.0,50016.0,50016.0\n2024-11-14T16:30:19.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.7,57.2,58.0,-9.5,1.0,50017.0,50017.0\n2024-11-14T16:31:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.7,55.4,56.0,-8.2,1.0,50018.0,50018.0\n2024-11-14T16:32:19.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,55.1,55.7,-8.4,1.0,50019.0,50019.0\n2024-11-14T16:33:19.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.3,4.0,58.7,59.2,-7.9,1.0,50020.0,50020.0\n2024-11-14T16:34:19.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.8,54.1,54.7,-8.1,1.0,50021.0,50021.0\n2024-11-14T16:35:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.8,53.4,54.0,-7.9,1.0,50022.0,50022.0\n2024-11-14T16:36:19.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.8,58.5,59.0,-7.4,1.0,50023.0,50023.0\n2024-11-14T16:37:19.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.3,3.8,57.2,57.7,-7.6,1.0,50024.0,50024.0\n2024-11-14T16:38:19.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,55.1,55.6,-7.8,1.0,50025.0,50025.0\n2024-11-14T16:39:19.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.7,54.4,55.1,-8.4,1.0,50026.0,50026.0\n2024-11-14T16:40:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,54.4,55.0,-8.7,1.0,50027.0,50027.0\n2024-11-14T16:41:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.6,58.0,58.5,-8.1,1.0,50028.0,50028.0\n2024-11-14T16:42:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.5,55.5,56.1,-8.0,1.0,50029.0,50029.0\n2024-11-14T16:43:19.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.6,58.8,59.3,-7.9,1.0,50030.0,50030.0\n2024-11-14T16:44:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.5,-8.0,1.0,50031.0,50031.0\n2024-11-14T16:45:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.8,58.0,58.6,-8.4,1.0,50031.0,50031.0\n2024-11-14T16:46:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.8,56.3,56.9,-8.3,1.0,50032.0,50032.0\n2024-11-14T16:47:19.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.5,-8.7,1.0,50033.0,50033.0\n2024-11-14T16:48:19.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.6,54.7,55.3,-8.3,1.0,50034.0,50034.0\n2024-11-14T16:49:19.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.7,56.0,56.6,-8.4,1.0,50035.0,50035.0\n2024-11-14T16:50:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,57.3,57.9,-8.6,1.0,50036.0,50036.0\n2024-11-14T16:51:19.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.8,55.8,56.3,-8.1,1.0,50037.0,50037.0\n2024-11-14T16:52:19.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.9,58.8,59.2,-7.4,1.0,50038.0,50038.0\n2024-11-14T16:53:19.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.7,54.9,55.4,-7.3,1.0,50039.0,50039.0\n2024-11-14T16:54:19.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.9,58.0,58.4,-6.7,1.0,50040.0,50040.0\n2024-11-14T16:55:19.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,53.8,54.4,-7.6,1.0,50041.0,50041.0\n2024-11-14T16:56:19.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.2,55.6,-7.3,1.0,50042.0,50042.0\n2024-11-14T16:57:19.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.2,56.8,57.2,-6.8,1.0,50043.0,50043.0\n2024-11-14T16:58:19.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.2,56.4,56.7,-6.1,1.0,50044.0,50044.0\n2024-11-14T16:59:19.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,4.0,57.8,58.2,-7.0,1.0,50045.0,50045.0\n2024-11-14T17:00:19.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.8,1.0,50046.0,50046.0\n2024-11-14T17:01:19.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.7,-7.0,1.0,50047.0,50047.0\n2024-11-14T17:02:19.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.3,-6.8,1.0,50047.0,50047.0\n2024-11-14T17:03:19.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.1,1.0,50048.0,50048.0\n2024-11-14T17:04:19.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,3.9,55.8,56.1,-6.2,1.0,50049.0,50049.0\n2024-11-14T17:05:19.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.1,56.0,56.5,-7.6,1.0,50050.0,50050.0\n2024-11-14T17:06:19.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,58.2,58.6,-6.6,1.0,50051.0,50051.0\n2024-11-14T17:07:19.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.1,53.3,53.9,-7.6,1.0,50052.0,50052.0\n2024-11-14T17:08:19.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.2,57.0,57.4,-6.8,1.0,50053.0,50053.0\n2024-11-14T17:09:19.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,55.4,55.9,-7.5,1.0,50054.0,50054.0\n2024-11-14T17:10:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,57.0,57.6,-8.2,1.0,50055.0,50055.0\n2024-11-14T17:11:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,55.4,56.0,-7.8,1.0,50056.0,50056.0\n2024-11-14T17:12:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,4.0,54.2,54.9,-8.4,1.0,50057.0,50057.0\n2024-11-14T17:13:19.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.9,56.9,57.6,-9.0,1.0,50058.0,50058.0\n2024-11-14T17:14:19.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.8,56.2,57.0,-9.0,1.0,50059.0,50059.0\n2024-11-14T17:15:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.7,57.2,58.0,-9.3,1.0,50060.0,50060.0\n2024-11-14T17:16:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,57.7,58.4,-9.3,1.0,50061.0,50061.0\n2024-11-14T17:17:19.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.8,54.2,54.9,-8.7,1.0,50062.0,50062.0\n2024-11-14T17:18:19.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.8,55.0,55.7,-8.7,1.0,50062.0,50062.0\n2024-11-14T17:19:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,56.2,56.9,-8.7,1.0,50063.0,50063.0\n2024-11-14T17:20:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,58.8,59.4,-8.5,1.0,50064.0,50064.0\n2024-11-14T17:21:19.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.6,57.3,58.0,-9.2,1.0,50065.0,50065.0\n2024-11-14T17:22:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.6,57.5,58.1,-8.7,1.0,50066.0,50066.0\n2024-11-14T17:23:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.6,58.8,59.5,-8.8,1.0,50067.0,50067.0\n2024-11-14T17:24:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.2,3.5,55.1,56.0,-9.7,1.0,50068.0,50068.0\n2024-11-14T17:25:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.7,58.1,58.9,-9.8,1.0,50069.0,50069.0\n2024-11-14T17:26:19.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.7,57.2,58.0,-9.2,1.0,50070.0,50070.0\n2024-11-14T17:27:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.7,55.9,56.7,-9.5,1.0,50071.0,50071.0\n2024-11-14T17:28:19.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.6,58.1,58.8,-8.8,1.0,50072.0,50072.0\n2024-11-14T17:29:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,3.7,55.2,56.0,-9.5,1.0,50073.0,50073.0\n2024-11-14T17:30:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,57.4,58.1,-8.5,1.0,50074.0,50074.0\n2024-11-14T17:31:19.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.7,55.8,56.5,-8.8,1.0,50075.0,50075.0\n2024-11-14T17:32:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.9,56.7,57.3,-7.9,1.0,50076.0,50076.0\n2024-11-14T17:33:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.6,-8.4,1.0,50077.0,50077.0\n2024-11-14T17:34:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.7,56.9,57.6,-8.9,1.0,50078.0,50078.0\n2024-11-14T17:35:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,3.7,57.0,57.7,-9.1,1.0,50079.0,50079.0\n2024-11-14T17:36:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,56.5,57.2,-8.7,1.0,50079.0,50079.0\n2024-11-14T17:37:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.9,57.2,57.8,-8.7,1.0,50080.0,50080.0\n2024-11-14T17:38:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.7,56.3,57.0,-8.5,1.0,50081.0,50081.0\n2024-11-14T17:39:19.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.6,55.2,56.0,-9.2,1.0,50082.0,50082.0\n2024-11-14T17:40:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.6,56.4,57.1,-9.1,1.0,50083.0,50083.0\n2024-11-14T17:41:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.7,56.6,57.4,-9.1,1.0,50084.0,50084.0\n2024-11-14T17:42:19.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.5,-9.0,1.0,50085.0,50085.0\n2024-11-14T17:43:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.8,56.8,57.4,-8.4,1.0,50086.0,50086.0\n2024-11-14T17:44:19.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,57.4,58.0,-8.3,1.0,50087.0,50087.0\n2024-11-14T17:45:19.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-8.0,1.0,50088.0,50088.0\n2024-11-14T17:46:19.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.8,57.5,58.2,-8.9,1.0,50089.0,50089.0\n2024-11-14T17:47:19.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.8,-8.7,1.0,50090.0,50090.0\n2024-11-14T17:48:19.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.9,57.4,58.1,-8.6,1.0,50091.0,50091.0\n2024-11-14T17:49:19.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.7,54.8,55.6,-9.4,1.0,50092.0,50092.0\n2024-11-14T17:50:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,4.0,54.7,55.4,-8.8,1.0,50093.0,50093.0\n2024-11-14T17:51:19.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,4.0,55.6,56.2,-8.4,1.0,50094.0,50094.0\n2024-11-14T17:52:19.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,3.8,56.9,57.6,-8.8,1.0,50095.0,50095.0\n2024-11-14T17:53:19.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.2,3.6,55.1,58.9,-10.7,1.0,50099.0,50099.0\n2024-11-14T17:54:19.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.5,57.6,58.3,-9.4,1.0,50095.0,50095.0\n2024-11-14T17:55:19.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.8,54.3,55.1,-9.2,1.0,50096.0,50096.0\n2024-11-14T17:56:19.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.7,57.5,58.3,-9.2,1.0,50097.0,50097.0\n2024-11-14T17:57:19.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.7,56.6,57.4,-9.5,1.0,50098.0,50098.0\n2024-11-14T17:58:20.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.8,57.7,58.4,-8.9,1.0,50099.0,50099.0\n2024-11-14T17:59:20.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.6,56.3,57.1,-9.2,1.0,50100.0,50100.0\n2024-11-14T18:00:20.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.6,54.2,55.0,-9.3,1.0,50101.0,50101.0\n2024-11-14T18:01:20.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.7,56.0,56.7,-8.8,1.0,50102.0,50102.0\n2024-11-14T18:02:20.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,56.6,57.3,-8.7,1.0,50103.0,50103.0\n2024-11-14T18:03:20.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.5,57.4,58.2,-9.4,1.0,50104.0,50104.0\n2024-11-14T18:04:20.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.6,56.3,57.0,-9.3,1.0,50105.0,50105.0\n2024-11-14T18:05:20.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,55.2,56.0,-9.5,1.0,50106.0,50106.0\n2024-11-14T18:06:20.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.7,57.1,57.8,-9.4,1.0,50107.0,50107.0\n2024-11-14T18:07:20.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.6,56.4,57.3,-9.8,1.0,50108.0,50108.0\n2024-11-14T18:08:20.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.7,55.7,56.5,-9.5,1.0,50109.0,50109.0\n2024-11-14T18:09:20.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,56.3,57.1,-9.6,1.0,50110.0,50110.0\n2024-11-14T18:10:20.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.8,57.9,58.6,-9.4,1.0,50110.0,50110.0\n2024-11-14T18:11:20.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.7,57.7,58.5,-9.6,1.0,50111.0,50111.0\n2024-11-14T18:12:20.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.3,3.8,57.5,58.3,-9.2,1.0,50112.0,50112.0\n2024-11-14T18:13:20.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.3,3.8,57.4,58.0,-8.7,1.0,50113.0,50113.0\n2024-11-14T18:14:20.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.3,3.7,56.9,57.7,-9.5,1.0,50114.0,50114.0\n2024-11-14T18:15:20.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.3,3.8,56.9,57.7,-9.4,1.0,50115.0,50115.0\n2024-11-14T18:16:20.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.7,57.5,58.3,-9.9,1.0,50116.0,50116.0\n2024-11-14T18:17:20.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.3,3.8,55.7,56.6,-9.6,1.0,50117.0,50117.0\n2024-11-14T18:18:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.6,59.0,59.6,-9.0,1.0,50118.0,50118.0\n2024-11-14T18:19:20.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.7,57.7,58.5,-9.5,1.0,50119.0,50119.0\n2024-11-14T18:20:20.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.3,3.7,56.1,56.9,-9.4,1.0,50120.0,50120.0\n2024-11-14T18:21:20.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.8,-9.6,1.0,50121.0,50121.0\n2024-11-14T18:22:20.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.3,3.7,56.6,57.3,-9.3,1.0,50122.0,50122.0\n2024-11-14T18:23:20.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.2,3.6,56.6,57.5,-10.2,1.0,50123.0,50123.0\n2024-11-14T18:24:20.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.3,3.7,56.4,57.3,-10.1,1.0,50124.0,50124.0\n2024-11-14T18:25:20.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.3,3.7,56.3,57.1,-9.7,1.0,50125.0,50125.0\n2024-11-14T18:26:20.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.3,3.7,56.1,57.0,-10.0,1.0,50126.0,50126.0\n2024-11-14T18:27:20.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.3,3.7,57.0,57.8,-9.3,1.0,50126.0,50126.0\n2024-11-14T18:28:20.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.3,3.7,55.8,56.6,-9.7,1.0,50127.0,50127.0\n2024-11-14T18:29:20.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.3,3.8,56.4,57.2,-9.2,1.0,50128.0,50128.0\n2024-11-14T18:30:20.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.4,-10.0,1.0,50129.0,50129.0\n2024-11-14T18:31:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.4,-8.8,1.0,50130.0,50130.0\n2024-11-14T18:32:20.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,57.8,58.3,-7.8,1.0,50131.0,50131.0\n2024-11-14T18:33:20.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,57.5,58.1,-8.8,1.0,50132.0,50132.0\n2024-11-14T18:34:20.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.9,56.7,57.4,-8.6,1.0,50133.0,50133.0\n2024-11-14T18:35:20.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.0,58.1,58.6,-7.7,1.0,50134.0,50134.0\n2024-11-14T18:36:20.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.1,56.6,57.2,-7.9,1.0,50135.0,50135.0\n2024-11-14T18:37:20.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.1,56.7,57.2,-7.8,1.0,50136.0,50136.0\n2024-11-14T18:38:20.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.5,-7.7,1.0,50137.0,50137.0\n2024-11-14T18:39:20.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.3,-8.1,1.0,50138.0,50138.0\n2024-11-14T18:40:20.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,4.1,57.2,57.7,-7.7,1.0,50139.0,50139.0\n2024-11-14T18:41:20.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,4.0,56.4,57.0,-8.1,1.0,50140.0,50140.0\n2024-11-14T18:42:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.1,56.2,56.7,-7.9,1.0,50141.0,50141.0\n2024-11-14T18:43:20.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,57.1,57.6,-7.7,1.0,50142.0,50142.0\n2024-11-14T18:44:20.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,4.1,56.4,56.6,-7.6,1.0,50143.0,50143.0\n2024-11-14T18:45:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.7,-8.0,1.0,50143.0,50143.0\n2024-11-14T18:46:20.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-8.0,1.0,50144.0,50144.0\n2024-11-14T18:47:20.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.8,-8.2,1.0,50145.0,50145.0\n2024-11-14T18:48:20.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.3,3.9,57.0,57.8,-9.3,1.0,50146.0,50146.0\n2024-11-14T18:49:20.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.3,3.9,56.8,57.5,-9.3,1.0,50147.0,50147.0\n2024-11-14T18:50:20.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.3,4.0,56.1,56.8,-8.6,1.0,50148.0,50148.0\n2024-11-14T18:51:20.000000+00:00,247.1,0.0,50.0,0.4,0.0,1.2,3.7,55.9,56.8,-10.3,1.0,50149.0,50149.0\n2024-11-14T18:52:20.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.3,3.8,57.3,58.1,-9.8,1.0,50150.0,50150.0\n2024-11-14T18:53:20.000000+00:00,247.1,0.0,50.0,0.4,0.0,1.2,3.7,56.9,57.9,-10.4,1.0,50151.0,50151.0\n2024-11-14T18:54:20.000000+00:00,247.1,0.0,50.0,0.4,0.0,1.2,3.6,55.7,56.6,-10.2,1.0,50152.0,50152.0\n2024-11-14T18:55:20.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.2,3.6,57.1,58.1,-10.6,1.0,50153.0,50153.0\n2024-11-14T18:56:20.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.2,3.5,57.2,58.2,-10.9,1.0,50154.0,50154.0\n2024-11-14T18:57:20.000000+00:00,247.3,0.0,50.0,0.4,0.0,1.2,3.6,56.8,57.8,-10.7,1.0,50155.0,50155.0\n2024-11-14T18:58:20.000000+00:00,247.4,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.6,-10.9,1.0,50156.0,50156.0\n2024-11-14T18:59:20.000000+00:00,246.8,0.0,50.0,0.4,0.0,1.2,3.6,56.6,57.4,-10.1,1.0,50157.0,50157.0\n2024-11-14T19:00:20.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.3,3.7,56.4,57.2,-10.0,1.0,50158.0,50158.0\n2024-11-14T19:01:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.2,-8.8,1.0,50159.0,50159.0\n2024-11-14T19:02:20.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.7,57.4,58.3,-10.1,1.0,50160.0,50160.0\n2024-11-14T19:03:20.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.4,-10.1,1.0,50160.0,50160.0\n2024-11-14T19:04:20.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.4,-9.5,1.0,50161.0,50161.0\n2024-11-14T19:05:20.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.2,3.7,54.0,54.9,-9.8,1.0,50162.0,50162.0\n2024-11-14T19:06:20.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.2,3.6,55.2,56.1,-10.3,1.0,50163.0,50163.0\n2024-11-14T19:07:20.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.6,58.4,59.3,-10.4,1.0,50164.0,50164.0\n2024-11-14T19:08:20.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.4,-9.8,1.0,50165.0,50165.0\n2024-11-14T19:09:20.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.8,57.3,58.2,-10.0,1.0,50166.0,50166.0\n2024-11-14T19:10:20.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.5,58.9,59.9,-11.2,1.0,50167.0,50167.0\n2024-11-14T19:11:20.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.2,3.7,55.8,56.9,-11.0,1.0,50168.0,50168.0\n2024-11-14T19:12:20.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.2,3.5,56.2,57.3,-11.0,1.0,50169.0,50169.0\n2024-11-14T19:13:20.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.2,3.5,55.3,56.2,-10.2,1.0,50170.0,50170.0\n2024-11-14T19:14:20.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.3,-10.4,1.0,50171.0,50171.0\n2024-11-14T19:15:20.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.7,57.4,58.3,-9.7,1.0,50172.0,50172.0\n2024-11-14T19:16:20.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.2,3.6,53.7,54.8,-10.8,1.0,50173.0,50173.0\n2024-11-14T19:17:20.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.2,3.4,55.8,56.9,-11.4,1.0,50174.0,50174.0\n2024-11-14T19:18:20.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.2,3.4,58.0,59.2,-11.6,1.0,50175.0,50175.0\n2024-11-14T19:19:20.000000+00:00,247.3,0.0,50.0,0.4,0.0,1.2,3.5,56.7,57.7,-10.8,1.0,50176.0,50176.0\n2024-11-14T19:20:20.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.2,3.6,56.9,57.9,-10.4,1.0,50176.0,50176.0\n2024-11-14T19:21:20.000000+00:00,247.3,0.0,50.0,0.4,0.0,1.2,3.4,57.1,58.2,-11.1,1.0,50177.0,50177.0\n2024-11-14T19:22:20.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.6,-10.9,1.0,50178.0,50178.0\n2024-11-14T19:23:20.000000+00:00,247.3,0.0,50.0,0.4,0.0,1.2,3.4,56.8,57.9,-11.2,1.0,50179.0,50179.0\n2024-11-14T19:24:20.000000+00:00,247.4,0.0,50.0,0.4,0.0,1.2,3.4,56.4,57.5,-11.2,1.0,50180.0,50180.0\n2024-11-14T19:25:20.000000+00:00,247.4,0.0,50.0,0.4,0.0,1.2,3.4,55.8,57.0,-11.5,1.0,50181.0,50181.0\n2024-11-14T19:26:20.000000+00:00,247.6,0.0,50.0,0.4,0.0,1.2,3.5,56.4,57.5,-11.6,1.0,50182.0,50182.0\n2024-11-14T19:27:20.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.6,56.9,57.8,-10.2,1.0,50183.0,50183.0\n2024-11-14T19:28:20.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.3,3.7,56.3,57.1,-9.6,1.0,50184.0,50184.0\n2024-11-14T19:29:20.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.6,56.8,57.8,-10.4,1.0,50185.0,50185.0\n2024-11-14T19:30:20.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.5,57.7,58.7,-10.6,1.0,50186.0,50186.0\n2024-11-14T19:31:20.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.6,54.4,55.3,-9.8,1.0,50187.0,50187.0\n2024-11-14T19:32:20.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.2,3.7,57.0,57.8,-9.8,1.0,50188.0,50188.0\n2024-11-14T19:33:20.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.6,58.2,59.0,-9.7,1.0,50189.0,50189.0\n2024-11-14T19:34:20.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.4,55.7,56.6,-10.3,1.0,50190.0,50190.0\n2024-11-14T19:35:21.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.2,3.5,56.2,57.0,-9.7,1.0,50191.0,50191.0\n2024-11-14T19:36:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.5,56.5,57.3,-9.6,1.0,50191.0,50191.0\n2024-11-14T19:37:21.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.3,3.6,56.6,57.5,-10.4,1.0,50192.0,50192.0\n2024-11-14T19:38:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.6,55.2,56.2,-10.1,1.0,50193.0,50193.0\n2024-11-14T19:39:21.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.7,-9.1,1.0,50194.0,50194.0\n2024-11-14T19:40:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.7,56.3,57.1,-9.5,1.0,50195.0,50195.0\n2024-11-14T19:41:21.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.6,56.1,56.9,-9.7,1.0,50196.0,50196.0\n2024-11-14T19:42:21.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.6,56.2,57.0,-9.7,1.0,50197.0,50197.0\n2024-11-14T19:43:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.5,56.7,57.6,-9.9,1.0,50198.0,50198.0\n2024-11-14T19:44:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.6,55.6,56.4,-9.8,1.0,50199.0,50199.0\n2024-11-14T19:45:21.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.6,56.5,57.3,-9.7,1.0,50200.0,50200.0\n2024-11-14T19:46:21.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.7,56.2,57.0,-9.6,1.0,50201.0,50201.0\n2024-11-14T19:47:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.8,-10.7,1.0,50202.0,50202.0\n2024-11-14T19:48:21.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.4,-10.2,1.0,50203.0,50203.0\n2024-11-14T19:49:21.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.0,-10.3,1.0,50204.0,50204.0\n2024-11-14T19:50:21.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.3,-10.6,1.0,50205.0,50205.0\n2024-11-14T19:51:21.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.5,55.4,56.5,-10.8,1.0,50206.0,50206.0\n2024-11-14T19:52:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.5,55.9,56.9,-10.5,1.0,50207.0,50207.0\n2024-11-14T19:53:21.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.6,56.3,57.1,-9.8,1.0,50207.0,50207.0\n2024-11-14T19:54:21.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.3,3.5,56.4,57.2,-9.6,1.0,50208.0,50208.0\n2024-11-14T19:55:21.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,3.7,56.2,57.0,-9.8,1.0,50209.0,50209.0\n2024-11-14T19:56:21.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,3.6,55.8,56.6,-9.6,1.0,50210.0,50210.0\n2024-11-14T19:57:21.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.7,56.0,56.9,-9.9,1.0,50211.0,50211.0\n2024-11-14T19:58:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.6,56.0,56.9,-9.8,1.0,50212.0,50212.0\n2024-11-14T19:59:21.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.2,-9.8,1.0,50213.0,50213.0\n2024-11-14T20:00:21.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.6,55.5,56.4,-10.1,1.0,50214.0,50214.0\n2024-11-14T20:01:21.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.5,55.4,56.2,-9.9,1.0,50215.0,50215.0\n2024-11-14T20:02:21.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.7,55.5,56.4,-9.7,1.0,50216.0,50216.0\n2024-11-14T20:03:21.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.6,56.2,57.1,-10.1,1.0,50217.0,50217.0\n2024-11-14T20:04:21.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.7,57.3,58.3,-10.2,1.0,50218.0,50218.0\n2024-11-14T20:05:21.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.6,57.1,57.9,-9.7,1.0,50219.0,50219.0\n2024-11-14T20:06:21.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.6,57.2,58.0,-9.4,1.0,50220.0,50220.0\n2024-11-14T20:07:21.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.6,56.8,57.6,-9.4,1.0,50221.0,50221.0\n2024-11-14T20:08:21.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.8,-9.3,1.0,50222.0,50222.0\n2024-11-14T20:09:21.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.7,55.3,56.2,-9.8,1.0,50223.0,50223.0\n2024-11-14T20:10:21.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.9,56.8,57.6,-9.5,1.0,50223.0,50223.0\n2024-11-14T20:11:21.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.7,-8.6,1.0,50224.0,50224.0\n2024-11-14T20:12:21.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.7,56.7,57.4,-9.0,1.0,50225.0,50225.0\n2024-11-14T20:13:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.5,-9.2,1.0,50226.0,50226.0\n2024-11-14T20:14:21.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.6,-9.6,1.0,50227.0,50227.0\n2024-11-14T20:15:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.5,56.4,57.4,-10.5,1.0,50228.0,50228.0\n2024-11-14T20:16:21.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.6,56.0,56.9,-10.0,1.0,50229.0,50229.0\n2024-11-14T20:17:21.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.6,55.6,56.5,-10.2,1.0,50230.0,50230.0\n2024-11-14T20:18:21.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.7,56.9,57.7,-9.9,1.0,50231.0,50231.0\n2024-11-14T20:19:21.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.7,57.1,57.9,-9.8,1.0,50232.0,50232.0\n2024-11-14T20:20:21.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.5,55.7,56.8,-11.1,1.0,50233.0,50233.0\n2024-11-14T20:21:21.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.5,55.0,56.0,-10.4,1.0,50234.0,50234.0\n2024-11-14T20:22:21.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.6,56.0,56.9,-10.0,1.0,50235.0,50235.0\n2024-11-14T20:23:21.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.7,56.1,56.9,-9.6,1.0,50236.0,50236.0\n2024-11-14T20:24:21.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.3,-9.0,1.0,50237.0,50237.0\n2024-11-14T20:25:21.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,56.6,57.6,-10.7,1.0,50238.0,50238.0\n2024-11-14T20:26:21.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.5,55.7,56.6,-10.1,1.0,50238.0,50238.0\n2024-11-14T20:27:21.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,55.4,56.4,-10.4,1.0,50239.0,50239.0\n2024-11-14T20:28:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.5,56.1,57.0,-10.3,1.0,50240.0,50240.0\n2024-11-14T20:29:21.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,57.5,58.4,-10.1,1.0,50241.0,50241.0\n2024-11-14T20:30:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.6,56.6,57.7,-11.1,1.0,50242.0,50242.0\n2024-11-14T20:31:21.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.5,56.1,57.2,-11.1,1.0,50243.0,50243.0\n2024-11-14T20:32:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.5,57.4,58.4,-11.1,1.0,50244.0,50244.0\n2024-11-14T20:33:21.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.5,56.6,57.7,-11.2,1.0,50245.0,50245.0\n2024-11-14T20:34:21.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.5,56.3,57.4,-11.0,1.0,50246.0,50246.0\n2024-11-14T20:35:21.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.6,56.7,57.7,-10.6,1.0,50247.0,50247.0\n2024-11-14T20:36:21.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.6,56.1,57.1,-10.7,1.0,50248.0,50248.0\n2024-11-14T20:37:21.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.7,56.6,57.4,-9.9,1.0,50249.0,50249.0\n2024-11-14T20:38:21.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.5,57.1,58.0,-10.5,1.0,50250.0,50250.0\n2024-11-14T20:39:21.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.9,-11.1,1.0,50251.0,50251.0\n2024-11-14T20:40:21.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.5,55.9,56.9,-10.7,1.0,50252.0,50252.0\n2024-11-14T20:41:21.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.5,57.6,58.6,-11.0,1.0,50253.0,50253.0\n2024-11-14T20:42:21.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.6,55.9,56.8,-10.5,1.0,50254.0,50254.0\n2024-11-14T20:43:21.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.5,-10.6,1.0,50254.0,50254.0\n2024-11-14T20:44:21.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.3,-10.9,1.0,50255.0,50255.0\n2024-11-14T20:45:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.2,-10.9,1.0,50256.0,50256.0\n2024-11-14T20:46:21.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,56.2,57.3,-10.9,1.0,50257.0,50257.0\n2024-11-14T20:47:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.1,-11.5,1.0,50258.0,50258.0\n2024-11-14T20:48:21.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.1,-11.9,1.0,50259.0,50259.0\n2024-11-14T20:49:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.7,-11.5,1.0,50260.0,50260.0\n2024-11-14T20:50:21.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.6,55.7,56.8,-11.1,1.0,50261.0,50261.0\n2024-11-14T20:51:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.8,56.4,57.3,-9.9,1.0,50262.0,50262.0\n2024-11-14T20:52:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.6,55.6,56.6,-10.4,1.0,50263.0,50263.0\n2024-11-14T20:53:21.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.7,55.7,56.7,-10.5,1.0,50264.0,50264.0\n2024-11-14T20:54:21.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.7,57.4,58.4,-10.4,1.0,50265.0,50265.0\n2024-11-14T20:55:21.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.3,-10.9,1.0,50266.0,50266.0\n2024-11-14T20:56:21.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.2,-11.7,1.0,50267.0,50267.0\n2024-11-14T20:57:21.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.3,56.1,57.3,-11.7,1.0,50268.0,50268.0\n2024-11-14T20:58:21.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.5,56.0,57.1,-10.9,1.0,50269.0,50269.0\n2024-11-14T20:59:21.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.4,56.2,57.3,-11.3,1.0,50269.0,50269.0\n2024-11-14T21:00:21.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.4,55.3,56.4,-11.0,1.0,50270.0,50270.0\n2024-11-14T21:01:21.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.5,57.0,58.1,-11.3,1.0,50271.0,50271.0\n2024-11-14T21:02:21.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.5,55.4,56.5,-10.8,1.0,50272.0,50272.0\n2024-11-14T21:03:21.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.2,3.5,56.5,57.5,-10.7,1.0,50273.0,50273.0\n2024-11-14T21:04:21.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.8,56.1,57.0,-10.1,1.0,50274.0,50274.0\n2024-11-14T21:05:21.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.2,3.7,56.2,57.1,-9.8,1.0,50275.0,50275.0\n2024-11-14T21:06:21.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.2,3.5,56.4,57.4,-10.4,1.0,50276.0,50276.0\n2024-11-14T21:07:21.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.2,3.4,54.4,55.5,-10.8,1.0,50277.0,50277.0\n2024-11-14T21:08:21.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.2,3.5,58.3,59.2,-10.3,1.0,50278.0,50278.0\n2024-11-14T21:09:21.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.2,3.3,56.8,58.0,-11.7,1.0,50279.0,50279.0\n2024-11-14T21:10:21.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.2,3.4,56.0,57.1,-11.2,1.0,50280.0,50280.0\n2024-11-14T21:11:21.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,56.5,57.6,-10.8,1.0,50281.0,50281.0\n2024-11-14T21:12:22.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,55.8,57.0,-11.4,1.0,50282.0,50282.0\n2024-11-14T21:13:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.5,56.2,57.3,-11.0,1.0,50283.0,50283.0\n2024-11-14T21:14:22.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.9,-9.6,1.0,50284.0,50284.0\n2024-11-14T21:15:22.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.9,56.2,57.0,-9.1,1.0,50285.0,50285.0\n2024-11-14T21:16:22.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.5,-9.2,1.0,50285.0,50285.0\n2024-11-14T21:17:22.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.1,56.4,56.9,-7.5,1.0,50286.0,50286.0\n2024-11-14T21:18:22.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,4.0,57.2,57.7,-7.9,1.0,50287.0,50287.0\n2024-11-14T21:19:22.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.9,56.5,57.1,-8.4,1.0,50288.0,50288.0\n2024-11-14T21:20:22.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-7.8,1.0,50289.0,50289.0\n2024-11-14T21:21:22.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.9,1.0,50290.0,50290.0\n2024-11-14T21:22:22.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.3,4.0,55.9,56.4,-8.0,1.0,50291.0,50291.0\n2024-11-14T21:23:22.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-8.1,1.0,50292.0,50292.0\n2024-11-14T21:24:22.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,57.0,57.6,-7.8,1.0,50293.0,50293.0\n2024-11-14T21:25:22.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.6,1.0,50294.0,50294.0\n2024-11-14T21:26:22.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.6,-7.5,1.0,50295.0,50295.0\n2024-11-14T21:27:22.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.4,1.0,50296.0,50296.0\n2024-11-14T21:28:22.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,57.6,58.1,-7.6,1.0,50297.0,50297.0\n2024-11-14T21:29:22.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.9,56.4,57.1,-8.6,1.0,50298.0,50298.0\n2024-11-14T21:30:22.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,57.1,57.7,-8.1,1.0,50299.0,50299.0\n2024-11-14T21:31:22.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.8,57.4,58.2,-9.4,1.0,50299.0,50299.0\n2024-11-14T21:32:22.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.7,56.8,57.7,-10.4,1.0,50300.0,50300.0\n2024-11-14T21:33:22.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.4,55.5,56.5,-10.9,1.0,50301.0,50301.0\n2024-11-14T21:34:22.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.3,57.0,58.1,-11.2,1.0,50302.0,50302.0\n2024-11-14T21:35:22.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.3,55.7,57.0,-11.9,1.0,50303.0,50303.0\n2024-11-14T21:36:22.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.3,55.0,56.1,-11.4,1.0,50304.0,50304.0\n2024-11-14T21:37:22.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.4,56.8,58.0,-11.6,1.0,50305.0,50305.0\n2024-11-14T21:38:22.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.5,56.4,57.5,-11.4,1.0,50306.0,50306.0\n2024-11-14T21:39:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.1,-10.9,1.0,50307.0,50307.0\n2024-11-14T21:40:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.6,-11.0,1.0,50308.0,50308.0\n2024-11-14T21:41:22.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.6,-10.9,1.0,50309.0,50309.0\n2024-11-14T21:42:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.5,-11.5,1.0,50310.0,50310.0\n2024-11-14T21:43:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.7,57.3,58.3,-10.7,1.0,50311.0,50311.0\n2024-11-14T21:44:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.5,55.9,57.0,-11.0,1.0,50312.0,50312.0\n2024-11-14T21:45:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.7,-11.3,1.0,50313.0,50313.0\n2024-11-14T21:46:22.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.5,57.6,58.8,-11.6,1.0,50314.0,50314.0\n2024-11-14T21:47:22.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.2,3.6,55.1,56.1,-10.4,1.0,50315.0,50315.0\n2024-11-14T21:48:22.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.5,55.4,56.4,-10.6,1.0,50315.0,50315.0\n2024-11-14T21:49:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.3,56.9,58.0,-11.3,1.0,50316.0,50316.0\n2024-11-14T21:50:22.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.6,-11.0,1.0,50317.0,50317.0\n2024-11-14T21:51:22.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.4,56.5,57.6,-11.5,1.0,50318.0,50318.0\n2024-11-14T21:52:22.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.1,-11.1,1.0,50319.0,50319.0\n2024-11-14T21:53:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.7,-10.5,1.0,50320.0,50320.0\n2024-11-14T21:54:22.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.5,-10.7,1.0,50321.0,50321.0\n2024-11-14T21:55:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.5,56.8,57.9,-11.1,1.0,50322.0,50322.0\n2024-11-14T21:56:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.7,56.2,57.2,-10.8,1.0,50323.0,50323.0\n2024-11-14T21:57:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.8,-11.5,1.0,50324.0,50324.0\n2024-11-14T21:58:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,56.4,57.6,-11.5,1.0,50325.0,50325.0\n2024-11-14T21:59:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.3,-10.6,1.0,50326.0,50326.0\n2024-11-14T22:00:22.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.7,56.1,57.0,-10.3,1.0,50327.0,50327.0\n2024-11-14T22:01:22.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.5,56.2,57.1,-10.2,1.0,50328.0,50328.0\n2024-11-14T22:02:22.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.4,57.1,58.2,-11.3,1.0,50329.0,50329.0\n2024-11-14T22:03:22.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.4,55.7,56.7,-10.5,1.0,50330.0,50330.0\n2024-11-14T22:04:22.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.2,3.5,53.9,54.9,-10.9,1.0,50331.0,50331.0\n2024-11-14T22:05:22.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.2,3.5,56.0,57.1,-11.0,1.0,50331.0,50331.0\n2024-11-14T22:06:22.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.2,3.6,56.9,57.9,-10.7,1.0,50332.0,50332.0\n2024-11-14T22:07:22.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.3,3.7,54.9,55.8,-10.2,1.0,50333.0,50333.0\n2024-11-14T22:08:22.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,57.5,58.3,-9.7,1.0,50334.0,50334.0\n2024-11-14T22:09:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.0,-11.0,1.0,50335.0,50335.0\n2024-11-14T22:10:22.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.4,55.4,56.5,-11.0,1.0,50336.0,50336.0\n2024-11-14T22:11:22.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.4,56.4,57.5,-11.1,1.0,50337.0,50337.0\n2024-11-14T22:12:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.3,56.4,57.6,-11.6,1.0,50338.0,50338.0\n2024-11-14T22:13:22.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.2,3.4,55.4,56.6,-11.3,1.0,50339.0,50339.0\n2024-11-14T22:14:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,56.8,57.9,-11.2,1.0,50340.0,50340.0\n2024-11-14T22:15:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.6,-11.5,1.0,50341.0,50341.0\n2024-11-14T22:16:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.7,55.8,56.8,-11.0,1.0,50342.0,50342.0\n2024-11-14T22:17:22.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.6,56.3,57.4,-11.0,1.0,50343.0,50343.0\n2024-11-14T22:18:22.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.4,55.9,57.1,-11.6,1.0,50344.0,50349.0\n2024-11-14T22:19:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.4,57.7,58.8,-11.4,1.0,50345.0,50345.0\n2024-11-14T22:20:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.5,56.0,57.1,-10.7,1.0,50345.0,50345.0\n2024-11-14T22:21:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.5,55.7,56.7,-10.8,1.0,50346.0,50346.0\n2024-11-14T22:22:22.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.7,55.7,56.9,-11.4,1.0,50347.0,50347.0\n2024-11-14T22:23:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.3,55.8,57.0,-11.6,1.0,50348.0,50352.0\n2024-11-14T22:24:22.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.3,56.6,57.8,-11.8,1.0,50349.0,50349.0\n2024-11-14T22:25:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.2,-11.6,1.0,50350.0,50350.0\n2024-11-14T22:26:22.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.4,56.4,57.6,-11.7,1.0,50351.0,50351.0\n2024-11-14T22:27:22.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,55.7,56.8,-11.4,1.0,50352.0,50352.0\n2024-11-14T22:28:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.3,57.0,58.2,-12.0,1.0,50353.0,50353.0\n2024-11-14T22:29:22.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.3,56.5,57.7,-11.8,1.0,50354.0,50354.0\n2024-11-14T22:30:22.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.4,56.3,57.5,-11.6,1.0,50355.0,50355.0\n2024-11-14T22:31:22.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.6,57.6,58.6,-10.7,1.0,50356.0,50356.0\n2024-11-14T22:32:22.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.8,-10.7,1.0,50357.0,50357.0\n2024-11-14T22:33:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.6,56.7,57.8,-10.7,1.0,50358.0,50358.0\n2024-11-14T22:34:22.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.4,56.0,57.1,-11.0,1.0,50359.0,50359.0\n2024-11-14T22:35:22.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,56.4,57.5,-10.9,1.0,50360.0,50360.0\n2024-11-14T22:36:22.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.3,57.0,58.2,-12.0,1.0,50360.0,50360.0\n2024-11-14T22:37:22.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.2,56.3,57.7,-12.4,1.0,50361.0,50361.0\n2024-11-14T22:38:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.1,3.3,55.6,56.9,-11.9,1.0,50362.0,50362.0\n2024-11-14T22:39:22.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.3,57.6,58.9,-12.0,1.0,50363.0,50363.0\n2024-11-14T22:40:22.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,55.9,56.9,-11.0,1.0,50364.0,50364.0\n2024-11-14T22:41:22.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.7,55.7,56.8,-11.3,1.0,50365.0,50365.0\n2024-11-14T22:42:22.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.4,56.7,57.9,-11.6,1.0,50366.0,50366.0\n2024-11-14T22:43:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.1,-10.6,1.0,50367.0,50367.0\n2024-11-14T22:44:22.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.5,56.2,57.3,-11.6,1.0,50368.0,50368.0\n2024-11-14T22:45:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.5,56.9,58.0,-11.1,1.0,50369.0,50369.0\n2024-11-14T22:46:22.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.5,56.1,57.2,-11.2,1.0,50370.0,50370.0\n2024-11-14T22:47:22.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.5,56.7,57.7,-11.0,1.0,50371.0,50371.0\n2024-11-14T22:48:22.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.7,56.4,57.4,-10.4,1.0,50372.0,50372.0\n2024-11-14T22:49:22.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.9,56.6,57.4,-10.0,1.0,50373.0,50373.0\n2024-11-14T22:50:22.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.4,-10.7,1.0,50374.0,50374.0\n2024-11-14T22:51:23.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.1,3.3,56.0,57.4,-12.4,1.0,50375.0,50375.0\n2024-11-14T22:52:23.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.1,3.3,55.9,57.2,-12.2,1.0,50375.0,50375.0\n2024-11-14T22:53:23.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.3,56.9,58.2,-12.1,1.0,50376.0,50376.0\n2024-11-14T22:54:23.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.0,56.7,58.2,-13.1,1.0,50377.0,50377.0\n2024-11-14T22:55:23.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.1,3.1,55.7,57.1,-13.0,1.0,50378.0,50378.0\n2024-11-14T22:56:23.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.1,3.3,56.8,58.1,-12.2,1.0,50379.0,50379.0\n2024-11-14T22:57:23.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.1,3.2,56.2,57.6,-12.5,1.0,50380.0,50380.0\n2024-11-14T22:58:23.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.1,3.2,55.8,57.2,-12.6,1.0,50381.0,50381.0\n2024-11-14T22:59:23.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.2,56.7,58.1,-12.5,1.0,50382.0,50382.0\n2024-11-14T23:00:23.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.2,57.1,58.5,-12.5,1.0,50383.0,50383.0\n2024-11-14T23:01:23.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.5,58.2,59.4,-11.6,1.0,50384.0,50384.0\n2024-11-14T23:02:23.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.5,54.0,55.1,-10.6,1.0,50385.0,50385.0\n2024-11-14T23:03:23.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.2,56.2,57.5,-12.1,1.0,50386.0,50386.0\n2024-11-14T23:04:23.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.4,56.2,57.5,-11.9,1.0,50387.0,50387.0\n2024-11-14T23:05:23.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.3,54.4,55.6,-11.5,1.0,50388.0,50388.0\n2024-11-14T23:06:23.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.4,55.2,56.4,-11.5,1.0,50389.0,50389.0\n2024-11-14T23:07:23.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.2,58.4,59.6,-12.1,1.0,50390.0,50390.0\n2024-11-14T23:08:23.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.1,3.3,56.0,57.4,-12.4,1.0,50391.0,50391.0\n2024-11-14T23:09:23.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.1,3.2,55.8,57.1,-12.2,1.0,50392.0,50392.0\n2024-11-14T23:10:23.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.3,56.3,57.6,-12.2,1.0,50392.0,50392.0\n2024-11-14T23:11:23.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.2,3.3,55.5,56.6,-11.1,1.0,50393.0,50393.0\n2024-11-14T23:12:23.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.2,3.4,56.6,57.6,-10.9,1.0,50394.0,50394.0\n2024-11-14T23:13:23.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.2,3.4,56.5,57.7,-11.3,1.0,50395.0,50395.0\n2024-11-14T23:14:23.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.1,-11.2,1.0,50396.0,50401.0\n2024-11-14T23:15:23.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.2,3.5,56.2,57.2,-10.6,1.0,50397.0,50397.0\n2024-11-14T23:16:23.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.2,3.6,56.8,57.8,-10.9,1.0,50398.0,50398.0\n2024-11-14T23:17:23.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.2,3.6,55.2,56.4,-11.2,1.0,50399.0,50399.0\n2024-11-14T23:18:23.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.2,3.4,56.3,57.4,-10.8,1.0,50400.0,50400.0\n2024-11-14T23:19:23.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.9,-10.8,1.0,50401.0,50401.0\n2024-11-14T23:20:23.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.2,3.4,56.4,57.5,-11.2,1.0,50402.0,50402.0\n2024-11-14T23:21:23.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.2,3.7,55.4,56.3,-10.1,1.0,50403.0,50403.0\n2024-11-14T23:22:23.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.2,3.5,55.7,56.7,-10.8,1.0,50404.0,50404.0\n2024-11-14T23:23:23.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.1,-11.1,1.0,50405.0,50405.0\n2024-11-14T23:24:23.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.4,-10.5,1.0,50406.0,50406.0\n2024-11-14T23:25:23.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.1,-11.6,1.0,50406.0,50406.0\n2024-11-14T23:26:23.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.2,3.3,57.4,58.4,-11.2,1.0,50407.0,50407.0\n2024-11-14T23:27:23.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.2,3.2,56.1,57.3,-11.8,1.0,50408.0,50408.0\n2024-11-14T23:28:23.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.2,56.4,57.6,-11.8,1.0,50409.0,50409.0\n2024-11-14T23:29:23.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.3,56.6,57.8,-11.6,1.0,50410.0,50410.0\n2024-11-14T23:30:23.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.2,3.3,56.4,57.7,-12.0,1.0,50411.0,50411.0\n2024-11-14T23:31:23.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.5,55.9,57.0,-11.3,1.0,50412.0,50412.0\n2024-11-14T23:32:23.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.2,56.4,57.6,-11.8,1.0,50413.0,50413.0\n2024-11-14T23:33:23.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.3,57.3,58.5,-11.6,1.0,50414.0,50414.0\n2024-11-14T23:34:23.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.2,3.3,56.0,57.2,-11.3,1.0,50415.0,50415.0\n2024-11-14T23:35:23.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.2,56.8,58.0,-11.6,1.0,50416.0,50416.0\n2024-11-14T23:36:23.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.1,56.1,57.5,-12.5,1.0,50417.0,50417.0\n2024-11-14T23:37:23.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.2,56.5,57.9,-12.5,1.0,50418.0,50418.0\n2024-11-14T23:38:23.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.4,56.3,57.6,-12.1,1.0,50419.0,50419.0\n2024-11-14T23:39:23.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.8,-11.5,1.0,50420.0,50420.0\n2024-11-14T23:40:23.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.2,3.6,56.6,57.7,-11.1,1.0,50421.0,50421.0\n2024-11-14T23:41:23.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.1,-11.5,1.0,50421.0,50421.0\n2024-11-14T23:42:23.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.2,-12.2,1.0,50422.0,50422.0\n2024-11-14T23:43:23.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.2,-12.2,1.0,50423.0,50423.0\n2024-11-14T23:44:23.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.6,56.9,58.2,-12.3,1.0,50424.0,50424.0\n2024-11-14T23:45:23.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.3,-11.8,1.0,50425.0,50425.0\n2024-11-14T23:46:23.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.3,56.7,58.1,-12.4,1.0,50426.0,50426.0\n2024-11-14T23:47:23.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.2,3.2,56.2,57.5,-11.9,1.0,50427.0,50427.0\n2024-11-14T23:48:23.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.1,3.2,56.6,58.0,-12.5,1.0,50428.0,50428.0\n2024-11-14T23:49:23.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.1,3.1,56.2,57.7,-12.8,1.0,50429.0,50429.0\n2024-11-14T23:50:23.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.2,56.3,57.8,-12.8,1.0,50430.0,50430.0\n2024-11-14T23:51:23.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.1,3.1,56.5,57.9,-12.7,1.0,50431.0,50431.0\n2024-11-14T23:52:23.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.2,56.5,57.8,-12.3,1.0,50432.0,50432.0\n2024-11-14T23:53:23.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.3,56.3,57.6,-12.1,1.0,50433.0,50433.0\n2024-11-14T23:54:23.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.3,56.0,57.3,-12.2,1.0,50434.0,50434.0\n2024-11-14T23:55:23.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.3,56.6,57.8,-11.7,1.0,50435.0,50435.0\n2024-11-14T23:56:23.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.2,3.4,56.2,57.3,-11.4,1.0,50436.0,50436.0\n2024-11-14T23:57:23.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.4,55.8,57.0,-11.7,1.0,50436.0,50436.0\n2024-11-14T23:58:23.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.2,3.3,56.9,58.2,-12.2,1.0,50437.0,50437.0\n2024-11-14T23:59:23.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.5,56.5,57.6,-11.1,1.0,50438.0,50438.0\n2024-11-15T00:00:23.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.2,3.5,56.5,57.4,-10.6,1.0,50439.0,50439.0\n2024-11-15T00:01:23.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.2,3.6,56.5,57.5,-10.8,1.0,50440.0,50440.0\n2024-11-15T00:02:23.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.2,3.4,55.2,56.2,-10.7,1.0,50441.0,50441.0\n2024-11-15T00:03:23.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.2,3.4,54.6,55.8,-11.1,1.0,50442.0,50442.0\n2024-11-15T00:04:23.000000+00:00,242.6,0.0,49.9,0.4,0.0,1.2,3.3,56.2,57.3,-11.4,1.0,50443.0,50443.0\n2024-11-15T00:05:23.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.1,3.3,56.1,57.4,-12.1,1.0,50444.0,50444.0\n2024-11-15T00:06:23.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.1,3.3,55.6,57.1,-12.7,1.0,50445.0,50445.0\n2024-11-15T00:07:23.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.6,56.4,57.6,-11.8,1.0,50446.0,50446.0\n2024-11-15T00:08:23.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.1,3.4,56.2,57.5,-11.9,1.0,50447.0,50447.0\n2024-11-15T00:09:23.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.1,3.2,57.0,58.4,-12.8,1.0,50448.0,50448.0\n2024-11-15T00:10:23.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.1,3.4,56.6,57.8,-12.4,1.0,50454.0,50454.0\n2024-11-15T00:11:23.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.2,3.7,55.8,56.8,-10.6,1.0,50450.0,50450.0\n2024-11-15T00:12:23.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.2,3.8,55.7,56.7,-10.5,1.0,50451.0,50451.0\n2024-11-15T00:13:23.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.9,56.0,56.8,-9.5,1.0,50451.0,50451.0\n2024-11-15T00:14:23.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.2,55.5,56.0,-7.8,1.0,50452.0,50452.0\n2024-11-15T00:15:23.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.3,3.9,56.3,57.0,-8.5,1.0,50453.0,50453.0\n2024-11-15T00:16:23.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.8,-9.0,1.0,50454.0,50454.0\n2024-11-15T00:17:23.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,56.2,56.8,-8.2,1.0,50455.0,50455.0\n2024-11-15T00:18:23.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,4.1,56.5,57.0,-7.9,1.0,50456.0,50456.0\n2024-11-15T00:19:23.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.9,-7.7,1.0,50457.0,50457.0\n2024-11-15T00:20:23.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.1,56.2,56.7,-7.9,1.0,50458.0,50458.0\n2024-11-15T00:21:23.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,56.7,57.3,-8.1,1.0,50459.0,50459.0\n2024-11-15T00:22:23.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.9,-8.1,1.0,50460.0,50460.0\n2024-11-15T00:23:23.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,4.0,56.2,56.8,-7.8,1.0,50461.0,50461.0\n2024-11-15T00:24:23.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.9,57.5,-8.0,1.0,50462.0,50462.0\n2024-11-15T00:25:23.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,56.1,56.7,-8.4,1.0,50463.0,50463.0\n2024-11-15T00:26:23.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.2,3.7,56.1,57.0,-10.2,1.0,50464.0,50464.0\n2024-11-15T00:27:23.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.2,3.8,56.5,57.3,-9.9,1.0,50465.0,50465.0\n2024-11-15T00:28:24.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.2,3.7,56.3,57.3,-10.7,1.0,50466.0,50466.0\n2024-11-15T00:29:24.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.2,3.8,56.1,57.0,-10.2,1.0,50467.0,50467.0\n2024-11-15T00:30:24.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.2,3.1,56.6,57.9,-12.4,1.0,50467.0,50467.0\n2024-11-15T00:31:24.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.1,3.1,56.1,57.8,-13.9,1.0,50468.0,50468.0\n2024-11-15T00:32:24.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.1,3.5,56.7,58.2,-12.9,1.0,50469.0,50469.0\n2024-11-15T00:33:24.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.1,3.3,57.1,58.5,-12.8,1.0,50470.0,50470.0\n2024-11-15T00:34:24.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.1,3.3,56.6,58.1,-12.8,1.0,50471.0,50471.0\n2024-11-15T00:35:24.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.1,3.2,56.1,57.6,-12.9,1.0,50472.0,50472.0\n2024-11-15T00:36:24.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.1,3.4,55.8,57.2,-12.8,1.0,50473.0,50473.0\n2024-11-15T00:37:24.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.1,3.4,56.4,58.2,-14.1,1.0,50474.0,50474.0\n2024-11-15T00:38:24.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.1,3.2,56.5,58.1,-13.5,1.0,50475.0,50475.0\n2024-11-15T00:39:24.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.1,3.3,55.8,57.3,-13.3,1.0,50476.0,50476.0\n2024-11-15T00:40:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.2,55.8,57.3,-13.0,1.0,50477.0,50477.0\n2024-11-15T00:41:24.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.1,3.4,55.9,57.5,-13.4,1.0,50478.0,50478.0\n2024-11-15T00:42:24.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.1,3.1,56.1,57.9,-14.1,1.0,50479.0,50479.0\n2024-11-15T00:43:24.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.1,3.2,56.2,57.9,-13.7,1.0,50480.0,50480.0\n2024-11-15T00:44:24.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.1,3.3,57.1,58.9,-14.5,1.0,50481.0,50481.0\n2024-11-15T00:45:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.0,56.4,58.2,-14.4,1.0,50482.0,50482.0\n2024-11-15T00:46:24.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.1,3.0,56.8,58.5,-14.1,1.0,50483.0,50483.0\n2024-11-15T00:47:24.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.1,3.1,56.8,58.4,-13.6,1.0,50483.0,50483.0\n2024-11-15T00:48:24.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.1,2.9,56.8,58.4,-13.8,1.0,50484.0,50484.0\n2024-11-15T00:49:24.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.1,3.3,56.5,58.0,-13.0,1.0,50485.0,50485.0\n2024-11-15T00:50:24.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.1,3.0,56.0,57.7,-13.7,1.0,50486.0,50486.0\n2024-11-15T00:51:24.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.1,3.1,57.1,58.8,-14.1,1.0,50487.0,50487.0\n2024-11-15T00:52:24.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.1,3.2,56.1,57.7,-13.7,1.0,50488.0,50488.0\n2024-11-15T00:53:24.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.1,3.0,56.5,58.3,-14.2,1.0,50489.0,50489.0\n2024-11-15T00:54:24.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.2,3.5,57.2,58.5,-12.2,1.0,50490.0,50490.0\n2024-11-15T00:55:24.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.2,3.7,56.1,57.4,-11.9,1.0,50491.0,50491.0\n2024-11-15T00:56:24.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.1,3.1,56.4,57.9,-13.1,1.0,50492.0,50492.0\n2024-11-15T00:57:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.2,56.5,58.1,-13.4,1.0,50493.0,50493.0\n2024-11-15T00:58:24.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.1,3.1,56.5,58.0,-13.4,1.0,50494.0,50494.0\n2024-11-15T00:59:24.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.1,3.0,56.8,58.5,-14.1,1.0,50495.0,50495.0\n2024-11-15T01:00:24.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.1,3.3,57.1,58.4,-12.1,1.0,50496.0,50496.0\n2024-11-15T01:01:24.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.1,3.2,52.7,55.9,-12.7,1.0,50502.0,50502.0\n2024-11-15T01:02:24.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.1,3.4,55.4,56.5,-11.2,1.0,50498.0,50498.0\n2024-11-15T01:03:24.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.2,3.3,56.1,57.4,-12.4,1.0,50499.0,50499.0\n2024-11-15T01:04:24.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.5,57.7,58.9,-11.6,1.0,50499.0,50499.0\n2024-11-15T01:05:24.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.5,55.7,56.8,-10.8,1.0,50500.0,50500.0\n2024-11-15T01:06:24.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.7,56.2,57.2,-10.7,1.0,50501.0,50501.0\n2024-11-15T01:07:24.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,4.9,56.2,57.1,-9.9,1.0,50502.0,50502.0\n2024-11-15T01:08:24.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.4,-9.4,1.0,50503.0,50503.0\n2024-11-15T01:09:24.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.8,-9.4,1.0,50504.0,50504.0\n2024-11-15T01:10:24.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.5,56.9,58.0,-11.3,1.0,50505.0,50505.0\n2024-11-15T01:11:24.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,56.4,57.5,-11.2,1.0,50506.0,50506.0\n2024-11-15T01:12:24.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.6,55.7,56.6,-10.0,1.0,50507.0,50507.0\n2024-11-15T01:13:24.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.8,-10.5,1.0,50508.0,50508.0\n2024-11-15T01:14:24.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.2,3.5,56.4,57.5,-11.2,1.0,50509.0,50509.0\n2024-11-15T01:15:24.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,55.9,57.1,-11.5,1.0,50510.0,50510.0\n2024-11-15T01:16:24.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.4,55.5,56.8,-12.1,1.0,50511.0,50511.0\n2024-11-15T01:17:24.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.3,57.1,58.4,-12.5,1.0,50512.0,50512.0\n2024-11-15T01:18:24.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.3,56.5,57.6,-11.5,1.0,50513.0,50513.0\n2024-11-15T01:19:24.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.4,56.1,57.2,-11.2,1.0,50514.0,50514.0\n2024-11-15T01:20:24.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.6,56.2,57.2,-10.8,1.0,50514.0,50514.0\n2024-11-15T01:21:24.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.5,55.6,56.8,-11.5,1.0,50515.0,50515.0\n2024-11-15T01:22:24.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.3,56.3,57.5,-11.9,1.0,50516.0,50516.0\n2024-11-15T01:23:24.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.3,56.0,57.2,-11.5,1.0,50517.0,50517.0\n2024-11-15T01:24:24.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.3,56.1,57.3,-11.6,1.0,50518.0,50518.0\n2024-11-15T01:25:24.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.3,56.2,57.5,-12.0,1.0,50519.0,50519.0\n2024-11-15T01:26:24.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.3,56.9,58.2,-11.9,1.0,50520.0,50520.0\n2024-11-15T01:27:24.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.4,56.1,57.4,-11.9,1.0,50521.0,50521.0\n2024-11-15T01:28:24.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.2,3.3,56.3,57.5,-11.6,1.0,50522.0,50522.0\n2024-11-15T01:29:24.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.3,57.4,58.6,-11.5,1.0,50523.0,50523.0\n2024-11-15T01:30:24.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.5,56.9,58.0,-11.3,1.0,50524.0,50524.0\n2024-11-15T01:31:24.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.2,3.5,56.6,57.7,-11.0,1.0,50525.0,50525.0\n2024-11-15T01:32:24.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.2,3.5,56.7,57.7,-10.8,1.0,50526.0,50526.0\n2024-11-15T01:33:24.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.6,56.9,57.9,-10.8,1.0,50527.0,50527.0\n2024-11-15T01:34:24.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.6,56.7,57.7,-10.7,1.0,50528.0,50528.0\n2024-11-15T01:35:24.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.7,56.0,57.1,-11.1,1.0,50528.0,50528.0\n2024-11-15T01:36:24.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.1,3.4,56.2,57.5,-12.1,1.0,50529.0,50529.0\n2024-11-15T01:37:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.1,3.4,55.8,57.1,-12.2,1.0,50530.0,50530.0\n2024-11-15T01:38:24.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.1,3.5,55.7,57.0,-12.0,1.0,50531.0,50531.0\n2024-11-15T01:39:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.2,3.2,56.4,57.8,-12.3,1.0,50532.0,50532.0\n2024-11-15T01:40:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.4,56.9,58.0,-11.5,1.0,50533.0,50533.0\n2024-11-15T01:41:24.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.3,56.7,58.0,-12.2,1.0,50534.0,50534.0\n2024-11-15T01:42:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.4,57.1,58.4,-12.2,1.0,50535.0,50535.0\n2024-11-15T01:43:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.4,56.9,58.2,-11.9,1.0,50536.0,50536.0\n2024-11-15T01:44:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.2,3.5,56.1,57.2,-11.4,1.0,50537.0,50537.0\n2024-11-15T01:45:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.1,3.2,55.3,56.6,-12.1,1.0,50538.0,50538.0\n2024-11-15T01:46:24.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.1,3.3,55.5,56.7,-11.8,1.0,50539.0,50539.0\n2024-11-15T01:47:24.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.4,55.9,57.0,-11.4,1.0,50540.0,50540.0\n2024-11-15T01:48:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.6,55.3,56.4,-11.0,1.0,50541.0,50541.0\n2024-11-15T01:49:24.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.3,56.8,58.0,-11.8,1.0,50542.0,50542.0\n2024-11-15T01:50:24.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.5,56.1,57.4,-11.9,1.0,50543.0,50543.0\n2024-11-15T01:51:24.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.5,56.9,58.2,-12.0,1.0,50544.0,50544.0\n2024-11-15T01:52:24.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.1,3.2,56.0,57.4,-12.7,1.0,50544.0,50544.0\n2024-11-15T01:53:24.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.2,3.4,56.9,58.2,-12.1,1.0,50545.0,50545.0\n2024-11-15T01:54:24.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.2,56.5,57.8,-12.4,1.0,50546.0,50546.0\n2024-11-15T01:55:24.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.1,3.2,56.3,57.7,-12.3,1.0,50547.0,50547.0\n2024-11-15T01:56:24.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.2,55.5,56.8,-12.2,1.0,50548.0,50548.0\n2024-11-15T01:57:24.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.1,3.3,56.7,57.2,-13.0,1.0,50549.0,50549.0\n2024-11-15T01:58:24.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.1,3.3,55.3,56.8,-12.8,1.0,50550.0,50550.0\n2024-11-15T01:59:24.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.5,56.8,58.0,-11.7,1.0,50551.0,50551.0\n2024-11-15T02:00:24.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.4,56.6,57.8,-11.5,1.0,50552.0,50552.0\n2024-11-15T02:01:24.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.6,56.7,56.8,-11.0,1.0,50553.0,50553.0\n2024-11-15T02:02:24.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.7,56.6,57.6,-10.6,1.0,50554.0,50554.0\n2024-11-15T02:03:24.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.4,57.2,58.4,-11.6,1.0,50555.0,50555.0\n2024-11-15T02:04:24.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.3,56.2,57.4,-11.6,1.0,50556.0,50556.0\n2024-11-15T02:05:24.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.2,55.7,57.0,-12.0,1.0,50557.0,50557.0\n2024-11-15T02:06:24.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.4,56.9,58.1,-11.7,1.0,50558.0,50558.0\n2024-11-15T02:07:24.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,4.3,55.4,56.5,-11.1,1.0,50559.0,50559.0\n2024-11-15T02:08:24.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.3,3.5,57.4,58.4,-10.7,1.0,50560.0,50560.0\n2024-11-15T02:09:24.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.3,-10.4,1.0,50560.0,50560.0\n2024-11-15T02:10:24.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.6,55.5,56.5,-10.7,1.0,50561.0,50561.0\n2024-11-15T02:11:24.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.6,55.5,56.5,-10.4,1.0,50562.0,50562.0\n2024-11-15T02:12:25.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.7,56.6,57.6,-10.9,1.0,50563.0,50563.0\n2024-11-15T02:13:25.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.8,-11.4,1.0,50564.0,50564.0\n2024-11-15T02:14:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.6,56.1,57.2,-11.2,1.0,50565.0,50565.0\n2024-11-15T02:15:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.1,56.6,58.1,-13.1,1.0,50566.0,50566.0\n2024-11-15T02:16:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.2,3.2,56.9,58.3,-12.6,1.0,50567.0,50567.0\n2024-11-15T02:17:25.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.4,56.7,58.1,-12.6,1.0,50568.0,50568.0\n2024-11-15T02:18:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.5,56.6,57.9,-12.1,1.0,50569.0,50569.0\n2024-11-15T02:19:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.9,-11.4,1.0,50570.0,50570.0\n2024-11-15T02:20:25.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.6,55.8,57.0,-11.4,1.0,50571.0,50571.0\n2024-11-15T02:21:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.5,55.9,56.9,-10.4,1.0,50572.0,50572.0\n2024-11-15T02:22:25.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.2,3.8,56.0,57.1,-10.9,1.0,50573.0,50573.0\n2024-11-15T02:23:25.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.7,57.5,58.5,-11.0,1.0,50574.0,50574.0\n2024-11-15T02:24:25.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.6,55.3,56.4,-11.3,1.0,50574.0,50574.0\n2024-11-15T02:25:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.4,56.7,57.9,-11.8,1.0,50575.0,50575.0\n2024-11-15T02:26:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.4,56.3,57.5,-12.1,1.0,50576.0,50576.0\n2024-11-15T02:27:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.5,-11.6,1.0,50577.0,50577.0\n2024-11-15T02:28:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.6,56.4,57.5,-11.2,1.0,50578.0,50578.0\n2024-11-15T02:29:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.4,56.2,57.4,-11.7,1.0,50579.0,50579.0\n2024-11-15T02:30:25.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.2,3.7,55.3,56.4,-11.1,1.0,50580.0,50580.0\n2024-11-15T02:31:25.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.2,3.7,56.5,57.5,-10.9,1.0,50581.0,50581.0\n2024-11-15T02:32:25.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.7,56.2,57.3,-11.1,1.0,50582.0,50582.0\n2024-11-15T02:33:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.3,56.0,57.4,-12.3,1.0,50583.0,50583.0\n2024-11-15T02:34:25.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.1,3.4,55.7,57.0,-12.2,1.0,50584.0,50584.0\n2024-11-15T02:35:25.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.4,57.1,58.3,-11.6,1.0,50585.0,50585.0\n2024-11-15T02:36:25.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.2,3.5,56.1,57.2,-11.5,1.0,50586.0,50586.0\n2024-11-15T02:37:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.2,56.5,57.9,-12.5,1.0,50587.0,50587.0\n2024-11-15T02:38:25.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.1,3.2,56.5,57.9,-12.6,1.0,50588.0,50588.0\n2024-11-15T02:39:25.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.1,3.3,56.6,58.0,-12.5,1.0,50589.0,50589.0\n2024-11-15T02:40:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.1,56.4,57.9,-13.3,1.0,50589.0,50589.0\n2024-11-15T02:41:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.1,3.2,55.7,57.2,-12.8,1.0,50590.0,50590.0\n2024-11-15T02:42:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.1,3.1,57.0,58.4,-12.9,1.0,50591.0,50591.0\n2024-11-15T02:43:25.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.1,3.2,56.5,57.8,-12.6,1.0,50592.0,50592.0\n2024-11-15T02:44:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.3,-12.0,1.0,50593.0,50593.0\n2024-11-15T02:45:25.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.1,3.3,56.3,57.8,-12.8,1.0,50594.0,50594.0\n2024-11-15T02:46:25.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.1,3.0,56.6,58.2,-13.7,1.0,50595.0,50595.0\n2024-11-15T02:47:25.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.1,3.0,56.5,58.0,-13.2,1.0,50596.0,50596.0\n2024-11-15T02:48:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.1,3.1,55.9,57.4,-13.1,1.0,50597.0,50597.0\n2024-11-15T02:49:25.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.1,3.4,56.9,58.3,-12.7,1.0,50598.0,50598.0\n2024-11-15T02:50:25.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.1,3.3,55.8,57.1,-12.2,1.0,50599.0,50599.0\n2024-11-15T02:51:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.2,3.2,56.6,58.0,-12.7,1.0,50600.0,50600.0\n2024-11-15T02:52:25.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.2,3.2,57.0,58.6,-13.5,1.0,50601.0,50601.0\n2024-11-15T02:53:25.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.1,3.3,56.5,58.0,-12.8,1.0,50607.0,50607.0\n2024-11-15T02:54:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.6,56.2,57.4,-11.8,1.0,50603.0,50603.0\n2024-11-15T02:55:25.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.5,-11.6,1.0,50604.0,50604.0\n2024-11-15T02:56:25.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.2,3.6,57.0,58.1,-11.3,1.0,50604.0,50604.0\n2024-11-15T02:57:25.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.7,56.3,57.4,-11.2,1.0,50605.0,50605.0\n2024-11-15T02:58:25.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.6,56.2,57.3,-11.2,1.0,50606.0,50606.0\n2024-11-15T02:59:25.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.4,56.5,57.8,-11.8,1.0,50607.0,50607.0\n2024-11-15T03:00:25.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.1,3.3,57.0,58.3,-12.3,1.0,50608.0,50608.0\n2024-11-15T03:01:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.5,56.7,57.9,-11.8,1.0,50609.0,50609.0\n2024-11-15T03:02:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.3,57.0,58.2,-11.7,1.0,50610.0,50610.0\n2024-11-15T03:03:25.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.4,56.8,58.1,-12.2,1.0,50611.0,50611.0\n2024-11-15T03:04:25.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.1,3.1,56.6,58.0,-12.8,1.0,50612.0,50612.0\n2024-11-15T03:05:25.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.1,3.1,55.6,57.1,-12.9,1.0,50613.0,50613.0\n2024-11-15T03:06:25.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.2,3.2,56.1,57.5,-12.4,1.0,50614.0,50614.0\n2024-11-15T03:07:25.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.7,55.8,56.9,-10.8,1.0,50615.0,50615.0\n2024-11-15T03:08:25.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.6,56.6,57.6,-10.9,1.0,50616.0,50616.0\n2024-11-15T03:09:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.7,56.4,57.3,-10.1,1.0,50617.0,50617.0\n2024-11-15T03:10:25.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.9,56.7,57.3,-8.5,1.0,50618.0,50618.0\n2024-11-15T03:11:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.9,56.4,57.0,-8.6,1.0,50619.0,50619.0\n2024-11-15T03:12:25.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.3,3.9,56.3,57.0,-8.6,1.0,50619.0,50619.0\n2024-11-15T03:13:25.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,4.0,56.3,57.0,-8.7,1.0,50620.0,50620.0\n2024-11-15T03:14:25.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.7,-8.5,1.0,50621.0,50621.0\n2024-11-15T03:15:25.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.1,56.2,56.8,-8.1,1.0,50622.0,50622.0\n2024-11-15T03:16:25.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.3,4.1,55.7,56.2,-7.9,1.0,50623.0,50623.0\n2024-11-15T03:17:25.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,4.1,56.3,56.9,-8.0,1.0,50624.0,50624.0\n2024-11-15T03:18:25.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.5,-7.9,1.0,50625.0,50625.0\n2024-11-15T03:19:25.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.9,56.7,57.3,-8.7,1.0,50626.0,50626.0\n2024-11-15T03:20:25.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.3,4.0,56.0,56.6,-8.2,1.0,50627.0,50627.0\n2024-11-15T03:21:25.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.3,3.9,56.0,56.7,-8.8,1.0,50628.0,50628.0\n2024-11-15T03:22:25.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.7,56.8,57.8,-10.6,1.0,50629.0,50629.0\n2024-11-15T03:23:25.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.2,3.8,56.0,56.9,-9.9,1.0,50630.0,50630.0\n2024-11-15T03:24:25.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.9,56.6,57.5,-9.9,1.0,50631.0,50631.0\n2024-11-15T03:25:25.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.1,3.4,56.6,57.9,-11.9,1.0,50632.0,50632.0\n2024-11-15T03:26:25.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.4,55.9,57.1,-11.4,1.0,50633.0,50633.0\n2024-11-15T03:27:25.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.2,3.5,56.2,57.2,-10.7,1.0,50634.0,50634.0\n2024-11-15T03:28:25.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.8,56.5,57.6,-10.9,1.0,50635.0,50635.0\n2024-11-15T03:29:25.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.2,3.9,56.4,57.3,-10.1,1.0,50635.0,50635.0\n2024-11-15T03:30:25.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.6,-11.8,1.0,50636.0,50636.0\n2024-11-15T03:31:25.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.1,3.3,56.7,58.2,-13.0,1.0,50637.0,50637.0\n2024-11-15T03:32:25.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.1,3.2,56.5,57.9,-12.5,1.0,50638.0,50638.0\n2024-11-15T03:33:25.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.1,3.3,55.8,57.1,-11.9,1.0,50639.0,50639.0\n2024-11-15T03:34:25.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,56.3,57.6,-12.0,1.0,50640.0,50640.0\n2024-11-15T03:35:25.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.2,3.3,55.9,57.1,-11.8,1.0,50641.0,50641.0\n2024-11-15T03:36:25.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.5,56.1,57.3,-11.2,1.0,50642.0,50642.0\n2024-11-15T03:37:25.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.6,57.8,-11.7,1.0,50643.0,50643.0\n2024-11-15T03:38:25.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.2,3.4,56.5,57.8,-12.2,1.0,50644.0,50644.0\n2024-11-15T03:39:25.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.2,3.4,56.1,57.4,-11.9,1.0,50645.0,50645.0\n2024-11-15T03:40:25.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.2,3.5,56.5,57.8,-12.1,1.0,50646.0,50646.0\n2024-11-15T03:41:25.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.2,3.5,57.6,58.8,-11.9,1.0,50647.0,50647.0\n2024-11-15T03:42:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.2,3.7,56.7,57.8,-11.5,1.0,50648.0,50648.0\n2024-11-15T03:43:25.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.1,3.6,56.7,57.9,-11.6,1.0,50649.0,50649.0\n2024-11-15T03:44:26.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.1,3.2,57.3,58.6,-12.5,1.0,50650.0,50650.0\n2024-11-15T03:45:26.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.1,3.3,56.6,58.1,-13.2,1.0,50650.0,50650.0\n2024-11-15T03:46:26.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.1,3.1,55.9,57.4,-12.7,1.0,50651.0,50651.0\n2024-11-15T03:47:26.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.1,3.2,56.5,58.0,-12.8,1.0,50652.0,50652.0\n2024-11-15T03:48:26.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.1,3.2,55.9,57.3,-12.5,1.0,50653.0,50653.0\n2024-11-15T03:49:26.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.1,3.3,56.4,57.7,-12.0,1.0,50654.0,50654.0\n2024-11-15T03:50:26.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.4,55.8,57.0,-11.3,1.0,50655.0,50655.0\n2024-11-15T03:51:26.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.1,3.3,56.4,57.7,-11.9,1.0,50656.0,50656.0\n2024-11-15T03:52:26.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.3,56.5,57.8,-12.3,1.0,50657.0,50657.0\n2024-11-15T03:53:26.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.2,3.3,56.2,57.4,-11.7,1.0,50658.0,50658.0\n2024-11-15T03:54:26.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.5,56.4,57.5,-10.9,1.0,50659.0,50659.0\n2024-11-15T03:55:26.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.6,56.7,57.8,-11.3,1.0,50660.0,50660.0\n2024-11-15T03:56:26.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.2,3.4,56.3,57.5,-11.6,1.0,50661.0,50661.0\n2024-11-15T03:57:26.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.1,3.4,56.5,57.7,-11.7,1.0,50662.0,50662.0\n2024-11-15T03:58:26.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.4,56.8,58.1,-12.0,1.0,50663.0,50663.0\n2024-11-15T03:59:26.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.1,3.3,55.6,56.8,-11.7,1.0,50664.0,50664.0\n2024-11-15T04:00:26.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.3,56.5,57.7,-11.7,1.0,50665.0,50665.0\n2024-11-15T04:01:26.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.5,55.8,56.8,-10.6,1.0,50666.0,50666.0\n2024-11-15T04:02:26.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.5,55.9,56.8,-10.4,1.0,50666.0,50666.0\n2024-11-15T04:03:26.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.6,55.8,56.8,-10.3,1.0,50667.0,50667.0\n2024-11-15T04:04:26.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.3,3.7,56.8,57.6,-9.7,1.0,50668.0,50668.0\n2024-11-15T04:05:26.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.7,56.4,57.4,-10.8,1.0,50669.0,50669.0\n2024-11-15T04:06:26.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.7,56.8,57.6,-9.8,1.0,50670.0,50670.0\n2024-11-15T04:07:26.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.3,3.8,56.5,57.4,-9.9,1.0,50671.0,50671.0\n2024-11-15T04:08:26.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.9,56.2,57.2,-10.5,1.0,50672.0,50672.0\n2024-11-15T04:09:26.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.2,3.4,56.2,57.5,-11.8,1.0,50673.0,50673.0\n2024-11-15T04:10:26.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.2,3.4,56.0,57.1,-11.6,1.0,50674.0,50674.0\n2024-11-15T04:11:26.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.3,55.5,56.6,-10.9,1.0,50675.0,50675.0\n2024-11-15T04:12:26.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.4,56.8,58.0,-11.6,1.0,50676.0,50676.0\n2024-11-15T04:13:26.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.8,56.2,57.2,-10.9,1.0,50677.0,50677.0\n2024-11-15T04:14:26.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.4,55.8,57.0,-11.4,1.0,50678.0,50678.0\n2024-11-15T04:15:26.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.5,56.8,58.0,-11.3,1.0,50679.0,50679.0\n2024-11-15T04:16:26.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.2,3.6,56.7,57.7,-10.6,1.0,50680.0,50680.0\n2024-11-15T04:17:26.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.2,3.7,56.4,57.4,-10.7,1.0,50681.0,50681.0\n2024-11-15T04:18:26.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.5,56.6,57.6,-10.9,1.0,50681.0,50681.0\n2024-11-15T04:19:26.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.5,56.6,57.8,-11.6,1.0,50682.0,50682.0\n2024-11-15T04:20:26.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.4,56.3,57.5,-11.6,1.0,50683.0,50683.0\n2024-11-15T04:21:26.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.5,55.6,56.9,-11.9,1.0,50684.0,50684.0\n2024-11-15T04:22:26.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.4,56.0,57.3,-11.8,1.0,50685.0,50685.0\n2024-11-15T04:23:26.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.2,3.5,56.2,57.3,-11.2,1.0,50686.0,50686.0\n2024-11-15T04:24:26.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.3,-10.7,1.0,50687.0,50687.0\n2024-11-15T04:25:26.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.6,56.2,57.1,-10.3,1.0,50688.0,50688.0\n2024-11-15T04:26:26.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.7,57.4,58.3,-10.1,1.0,50689.0,50689.0\n2024-11-15T04:27:26.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.2,3.7,56.7,57.7,-10.4,1.0,50690.0,50690.0\n2024-11-15T04:28:26.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.2,3.6,55.6,56.7,-10.9,1.0,50691.0,50691.0\n2024-11-15T04:29:26.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.2,3.5,57.6,58.7,-11.5,1.0,50692.0,50692.0\n2024-11-15T04:30:26.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.2,3.3,56.4,57.6,-11.5,1.0,50693.0,50693.0\n2024-11-15T04:31:26.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.2,3.4,56.4,57.5,-11.5,1.0,50694.0,50694.0\n2024-11-15T04:32:26.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.1,3.2,55.5,56.9,-12.4,1.0,50695.0,50695.0\n2024-11-15T04:33:26.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.2,3.3,55.9,57.2,-12.1,1.0,50696.0,50696.0\n2024-11-15T04:34:26.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.2,3.4,55.9,57.2,-12.2,1.0,50697.0,50697.0\n2024-11-15T04:35:26.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.2,3.5,56.2,57.3,-11.1,1.0,50697.0,50697.0\n2024-11-15T04:36:26.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.2,3.5,56.0,57.2,-11.5,1.0,50698.0,50698.0\n2024-11-15T04:37:26.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.6,-10.5,1.0,50699.0,50699.0\n2024-11-15T04:38:26.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.3,3.7,56.9,57.7,-9.6,1.0,50700.0,50700.0\n2024-11-15T04:39:26.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.2,3.6,55.0,56.0,-10.4,1.0,50701.0,50701.0\n2024-11-15T04:40:26.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.3,3.6,56.0,56.9,-10.1,1.0,50702.0,50702.0\n2024-11-15T04:41:26.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.2,55.8,-8.3,1.0,50703.0,50703.0\n2024-11-15T04:42:26.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,4.0,56.9,57.5,-8.1,1.0,50704.0,50704.0\n2024-11-15T04:43:26.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.1,56.6,57.1,-7.7,1.0,50705.0,50705.0\n2024-11-15T04:44:26.000000+00:00,242.4,0.0,50.0,0.4,0.0,1.4,4.3,55.7,56.2,-7.5,1.0,50706.0,50706.0\n2024-11-15T04:45:26.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,4.1,55.2,55.9,-8.5,1.0,50707.0,50707.0\n2024-11-15T04:46:26.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.2,-7.7,1.0,50708.0,50708.0\n2024-11-15T04:47:26.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.1,55.2,55.8,-8.2,1.0,50709.0,50709.0\n2024-11-15T04:48:26.000000+00:00,242.3,0.0,49.9,0.4,0.0,1.4,4.0,56.8,57.3,-8.2,1.0,50710.0,50710.0\n2024-11-15T04:49:26.000000+00:00,242.1,0.0,49.9,0.4,0.0,1.4,4.0,55.5,56.1,-8.0,1.0,50711.0,50711.0\n2024-11-15T04:50:26.000000+00:00,242.5,0.0,49.9,0.4,0.0,1.4,4.1,56.8,57.4,-8.0,1.0,50712.0,50712.0\n2024-11-15T04:51:26.000000+00:00,242.2,0.0,49.9,0.4,0.0,1.4,4.0,56.4,57.0,-8.3,1.0,50712.0,50712.0\n2024-11-15T04:52:26.000000+00:00,242.4,0.0,50.0,0.4,0.0,1.4,4.0,56.4,57.1,-8.4,1.0,50713.0,50713.0\n2024-11-15T04:53:26.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.2,-7.6,1.0,50714.0,50714.0\n2024-11-15T04:54:26.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.8,-7.7,1.0,50715.0,50715.0\n2024-11-15T04:55:26.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.1,56.3,56.8,-7.2,1.0,50716.0,50716.0\n2024-11-15T04:56:26.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.5,1.0,50717.0,50717.0\n2024-11-15T04:57:26.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.4,-7.6,1.0,50718.0,50718.0\n2024-11-15T04:58:26.000000+00:00,242.6,0.0,50.1,0.4,0.0,1.4,4.0,55.4,55.9,-7.5,1.0,50719.0,50719.0\n2024-11-15T04:59:26.000000+00:00,242.8,0.0,50.1,0.4,0.0,1.4,4.0,55.9,56.5,-7.9,1.0,50720.0,50720.0\n2024-11-15T05:00:26.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.3,3.6,56.7,57.6,-10.0,1.0,50721.0,50721.0\n2024-11-15T05:01:26.000000+00:00,244.0,0.0,50.1,0.4,0.0,1.2,5.5,55.8,56.8,-10.4,1.0,50722.0,50722.0\n2024-11-15T05:02:26.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.3,3.7,56.1,56.9,-9.5,1.0,50723.0,50723.0\n2024-11-15T05:03:26.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.2,3.4,56.8,57.9,-11.3,1.0,50724.0,50724.0\n2024-11-15T05:04:26.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.2,3.6,56.3,57.3,-10.6,1.0,50725.0,50725.0\n2024-11-15T05:05:26.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.2,3.5,56.3,57.2,-10.3,1.0,50726.0,50726.0\n2024-11-15T05:06:26.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.2,3.7,57.2,58.1,-10.6,1.0,50726.0,50726.0\n2024-11-15T05:07:26.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.2,3.6,56.5,57.6,-11.0,1.0,50727.0,50727.0\n2024-11-15T05:08:26.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.2,3.7,56.0,56.9,-10.4,1.0,50728.0,50728.0\n2024-11-15T05:09:26.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.2,3.7,57.5,58.4,-10.2,1.0,50729.0,50729.0\n2024-11-15T05:10:26.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.2,3.7,57.2,58.0,-9.6,1.0,50730.0,50730.0\n2024-11-15T05:11:26.000000+00:00,247.4,0.0,49.9,0.4,0.0,1.2,3.6,57.0,57.9,-10.1,1.0,50731.0,50731.0\n2024-11-15T05:12:26.000000+00:00,247.5,0.0,49.9,0.4,0.0,1.2,3.6,56.2,57.1,-10.0,1.0,50732.0,50732.0\n2024-11-15T05:13:26.000000+00:00,247.3,0.0,49.9,0.4,0.0,1.2,3.7,56.9,57.8,-10.3,1.0,50733.0,50733.0\n2024-11-15T05:14:26.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.2,3.7,56.7,57.5,-9.9,1.0,50734.0,50734.0\n2024-11-15T05:15:26.000000+00:00,247.4,0.0,50.0,0.4,0.0,1.2,3.7,56.2,57.1,-10.5,1.0,50735.0,50735.0\n2024-11-15T05:16:26.000000+00:00,247.6,0.0,50.0,0.4,0.0,1.2,3.7,55.9,56.9,-10.3,1.0,50736.0,50736.0\n2024-11-15T05:17:26.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.7,55.9,56.6,-9.0,1.0,50737.0,50737.0\n2024-11-15T05:18:26.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.3,3.7,56.1,56.9,-9.6,1.0,50738.0,50738.0\n2024-11-15T05:19:26.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.9,56.4,57.1,-8.9,1.0,50739.0,50739.0\n2024-11-15T05:20:26.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.9,56.2,56.8,-8.4,1.0,50740.0,50740.0\n2024-11-15T05:21:26.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.3,3.8,56.5,57.2,-9.0,1.0,50741.0,50741.0\n2024-11-15T05:22:26.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.4,-8.8,1.0,50742.0,50742.0\n2024-11-15T05:23:26.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.3,3.7,56.4,57.1,-9.0,1.0,50742.0,50742.0\n2024-11-15T05:24:26.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.6,56.2,57.1,-9.6,1.0,50743.0,50743.0\n2024-11-15T05:25:26.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.2,3.6,56.2,57.1,-9.9,1.0,50744.0,50744.0\n2024-11-15T05:26:26.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.2,3.7,55.5,56.3,-9.0,1.0,50745.0,50745.0\n2024-11-15T05:27:27.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.2,3.6,55.3,56.0,-9.0,1.0,50746.0,50746.0\n2024-11-15T05:28:27.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.8,-8.8,1.0,50747.0,50747.0\n2024-11-15T05:29:27.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.3,3.9,56.2,56.8,-8.0,1.0,50748.0,50748.0\n2024-11-15T05:30:27.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.3,3.8,56.5,57.0,-7.9,1.0,50749.0,50749.0\n2024-11-15T05:31:27.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.6,56.2,56.8,-8.0,1.0,50750.0,50750.0\n2024-11-15T05:32:27.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.8,-7.9,1.0,50751.0,50751.0\n2024-11-15T05:33:27.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.3,3.8,56.1,56.7,-8.0,1.0,50752.0,50752.0\n2024-11-15T05:34:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.7,56.6,57.3,-9.0,1.0,50753.0,50753.0\n2024-11-15T05:35:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.2,3.6,56.6,57.3,-9.0,1.0,50754.0,50754.0\n2024-11-15T05:36:27.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.2,3.7,56.4,57.8,-8.7,1.0,50760.0,50755.0\n2024-11-15T05:37:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.2,3.8,55.3,56.1,-9.7,1.0,50756.0,50756.0\n2024-11-15T05:38:27.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.2,3.8,56.1,56.9,-9.9,1.0,50757.0,50757.0\n2024-11-15T05:39:27.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.2,3.8,57.2,58.0,-9.3,1.0,50758.0,50758.0\n2024-11-15T05:40:27.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.2,3.7,56.8,57.5,-9.1,1.0,50758.0,50758.0\n2024-11-15T05:41:27.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.2,3.6,56.2,56.8,-8.5,1.0,50759.0,50759.0\n2024-11-15T05:42:27.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.2,3.6,57.2,58.1,-9.9,1.0,50760.0,50760.0\n2024-11-15T05:43:27.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.2,3.7,56.9,57.5,-8.5,1.0,50761.0,50761.0\n2024-11-15T05:44:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.2,-8.7,1.0,50762.0,50762.0\n2024-11-15T05:45:27.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.2,3.6,56.6,57.3,-9.1,1.0,50763.0,50763.0\n2024-11-15T05:46:27.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.3,3.8,57.3,58.0,-8.8,1.0,50764.0,50764.0\n2024-11-15T05:47:27.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.5,-7.7,1.0,50765.0,50765.0\n2024-11-15T05:48:27.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.8,56.2,56.8,-8.2,1.0,50766.0,50766.0\n2024-11-15T05:49:27.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.7,55.4,56.1,-8.6,1.0,50767.0,50767.0\n2024-11-15T05:50:27.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.2,3.7,56.9,57.6,-8.7,1.0,50768.0,50768.0\n2024-11-15T05:51:27.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.2,3.6,56.3,57.0,-9.3,1.0,50769.0,50769.0\n2024-11-15T05:52:27.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.2,3.6,55.9,56.6,-9.3,1.0,50770.0,50770.0\n2024-11-15T05:53:27.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.2,3.7,57.1,57.7,-8.7,1.0,50771.0,50771.0\n2024-11-15T05:54:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.9,-7.9,1.0,50772.0,50772.0\n2024-11-15T05:55:27.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.6,-7.7,1.0,50773.0,50773.0\n2024-11-15T05:56:27.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,3.9,57.0,57.4,-7.4,1.0,50773.0,50773.0\n2024-11-15T05:57:27.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,57.6,58.1,-7.4,1.0,50774.0,50774.0\n2024-11-15T05:58:27.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.2,-6.7,1.0,50775.0,50775.0\n2024-11-15T05:59:27.000000+00:00,245.2,0.0,50.1,0.5,0.0,1.4,4.1,55.9,56.2,-6.5,1.0,50776.0,50776.0\n2024-11-15T06:00:27.000000+00:00,245.5,0.0,50.1,0.5,0.0,1.4,4.1,56.1,56.5,-6.9,1.0,50777.0,50777.0\n2024-11-15T06:01:27.000000+00:00,245.8,0.0,50.1,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,50778.0,50778.0\n2024-11-15T06:02:27.000000+00:00,246.0,0.0,50.1,0.5,0.0,1.4,4.1,55.9,56.3,-6.4,1.0,50779.0,50779.0\n2024-11-15T06:03:27.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-6.6,1.0,50780.0,50780.0\n2024-11-15T06:04:27.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-6.2,1.0,50781.0,50781.0\n2024-11-15T06:05:27.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-6.5,1.0,50782.0,50782.0\n2024-11-15T06:06:27.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-6.8,1.0,50783.0,50783.0\n2024-11-15T06:07:27.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.7,1.0,50784.0,50784.0\n2024-11-15T06:08:27.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.2,-5.9,1.0,50785.0,50785.0\n2024-11-15T06:09:27.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,57.7,58.1,-6.5,1.0,50786.0,50786.0\n2024-11-15T06:10:27.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,58.1,58.4,-6.2,1.0,50787.0,50787.0\n2024-11-15T06:11:27.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.3,1.0,50788.0,50788.0\n2024-11-15T06:12:27.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.9,-6.9,1.0,50788.0,50788.0\n2024-11-15T06:13:27.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.3,1.0,50789.0,50789.0\n2024-11-15T06:14:27.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,55.6,56.0,-6.3,1.0,50790.0,50790.0\n2024-11-15T06:15:27.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,57.1,57.5,-6.6,1.0,50791.0,50791.0\n2024-11-15T06:16:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.2,-7.7,1.0,50792.0,50792.0\n2024-11-15T06:17:27.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.3,3.8,56.5,56.9,-7.0,1.0,50793.0,50793.0\n2024-11-15T06:18:27.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.6,-7.8,1.0,50794.0,50794.0\n2024-11-15T06:19:27.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.6,-8.4,1.0,50795.0,50795.0\n2024-11-15T06:20:27.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.9,55.5,56.1,-8.0,1.0,50796.0,50796.0\n2024-11-15T06:21:27.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.3,-8.3,1.0,50797.0,50797.0\n2024-11-15T06:22:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.8,56.2,56.7,-7.7,1.0,50798.0,50798.0\n2024-11-15T06:23:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.0,-8.1,1.0,50799.0,50799.0\n2024-11-15T06:24:27.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.5,-7.6,1.0,50800.0,50800.0\n2024-11-15T06:25:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.3,3.9,55.5,56.0,-7.9,1.0,50801.0,50801.0\n2024-11-15T06:26:27.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,3.9,57.7,58.2,-7.5,1.0,50802.0,50802.0\n2024-11-15T06:27:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,56.9,57.3,-7.0,1.0,50803.0,50803.0\n2024-11-15T06:28:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.9,56.2,56.6,-6.7,1.0,50804.0,50804.0\n2024-11-15T06:29:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.9,57.7,58.1,-6.4,1.0,50804.0,50804.0\n2024-11-15T06:30:27.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.9,57.4,57.9,-6.9,1.0,50805.0,50805.0\n2024-11-15T06:31:27.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.0,-7.3,1.0,50806.0,50806.0\n2024-11-15T06:32:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.8,57.2,56.1,-7.0,1.0,50811.0,50811.0\n2024-11-15T06:33:27.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.3,3.9,55.5,56.0,-7.6,1.0,50808.0,50808.0\n2024-11-15T06:34:27.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.8,-7.7,1.0,50809.0,50809.0\n2024-11-15T06:35:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.8,58.1,58.6,-7.5,1.0,50810.0,50810.0\n2024-11-15T06:36:27.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,50811.0,50811.0\n2024-11-15T06:37:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.7,57.0,57.6,-8.0,1.0,50812.0,50812.0\n2024-11-15T06:38:27.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.6,57.9,58.5,-8.1,1.0,50813.0,50813.0\n2024-11-15T06:39:27.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.6,-7.0,1.0,50814.0,50814.0\n2024-11-15T06:40:27.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.8,56.2,56.7,-7.5,1.0,50815.0,50815.0\n2024-11-15T06:41:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.8,56.9,57.4,-7.4,1.0,50816.0,50816.0\n2024-11-15T06:42:27.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.3,3.7,56.7,57.2,-7.7,1.0,50817.0,50817.0\n2024-11-15T06:43:27.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.4,-6.7,1.0,50818.0,50818.0\n2024-11-15T06:44:27.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.2,-6.6,1.0,50819.0,50819.0\n2024-11-15T06:45:27.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.8,56.4,56.9,-7.4,1.0,50820.0,50820.0\n2024-11-15T06:46:27.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.3,3.7,55.9,56.4,-7.3,1.0,50820.0,50820.0\n2024-11-15T06:47:27.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.7,55.6,56.2,-7.8,1.0,50821.0,50821.0\n2024-11-15T06:48:27.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.6,56.6,57.1,-7.7,1.0,50822.0,50822.0\n2024-11-15T06:49:27.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.7,55.9,56.4,-7.6,1.0,50823.0,50823.0\n2024-11-15T06:50:27.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.6,-7.8,1.0,50824.0,50824.0\n2024-11-15T06:51:27.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,56.7,57.2,-7.3,1.0,50825.0,50825.0\n2024-11-15T06:52:27.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,56.1,56.6,-7.7,1.0,50826.0,50826.0\n2024-11-15T06:53:27.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.7,57.6,58.2,-8.3,1.0,50827.0,50827.0\n2024-11-15T06:54:27.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.2,3.6,56.6,57.4,-9.8,1.0,50828.0,50828.0\n2024-11-15T06:55:27.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.3,3.7,56.3,56.8,-7.7,1.0,50829.0,50829.0\n2024-11-15T06:56:27.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.3,3.7,55.4,56.0,-7.6,1.0,50830.0,50830.0\n2024-11-15T06:57:27.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.7,56.0,56.5,-7.7,1.0,50831.0,50831.0\n2024-11-15T06:58:27.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,56.2,56.6,-7.4,1.0,50832.0,50832.0\n2024-11-15T06:59:27.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,56.7,57.2,-7.4,1.0,50833.0,50833.0\n2024-11-15T07:00:27.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.2,-7.3,1.0,50834.0,50834.0\n2024-11-15T07:01:27.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,3.7,57.4,57.8,-7.0,1.0,50835.0,50835.0\n2024-11-15T07:02:27.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.3,3.9,56.2,56.6,-6.8,1.0,50836.0,50836.0\n2024-11-15T07:03:27.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.8,56.5,56.9,-7.1,1.0,50836.0,50836.0\n2024-11-15T07:04:28.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.8,58.1,58.6,-7.6,1.0,50837.0,50837.0\n2024-11-15T07:05:28.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.9,53.7,54.2,-7.5,1.0,50838.0,50838.0\n2024-11-15T07:06:28.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.2,3.8,56.5,57.1,-8.0,1.0,50839.0,50839.0\n2024-11-15T07:07:28.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,5.0,56.5,57.0,-8.0,1.0,50840.0,50840.0\n2024-11-15T07:08:28.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.7,-7.1,1.0,50841.0,50841.0\n2024-11-15T07:09:28.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.8,55.4,55.9,-7.6,1.0,50842.0,50842.0\n2024-11-15T07:10:28.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.3,-7.2,1.0,50843.0,50843.0\n2024-11-15T07:11:28.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.9,55.1,55.6,-7.3,1.0,50844.0,50844.0\n2024-11-15T07:12:28.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.7,57.9,58.3,-6.9,1.0,50845.0,50845.0\n2024-11-15T07:13:28.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.7,56.2,56.7,-7.4,1.0,50846.0,50846.0\n2024-11-15T07:14:28.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.9,-6.5,1.0,50847.0,50847.0\n2024-11-15T07:15:28.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.7,1.0,50848.0,50848.0\n2024-11-15T07:16:28.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,57.7,58.1,-6.9,1.0,50849.0,50849.0\n2024-11-15T07:17:28.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.1,55.9,56.3,-6.2,1.0,50850.0,50850.0\n2024-11-15T07:18:28.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.2,-6.0,1.0,50850.0,50850.0\n2024-11-15T07:19:28.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.6,-6.0,1.0,50851.0,50851.0\n2024-11-15T07:20:28.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,4.2,55.3,55.7,-6.0,1.0,50852.0,50852.0\n2024-11-15T07:21:28.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.0,-5.9,1.0,50853.0,50853.0\n2024-11-15T07:22:28.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.1,-5.8,1.0,50854.0,50854.0\n2024-11-15T07:23:28.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.2,1.0,50860.0,50860.0\n2024-11-15T07:24:28.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-6.2,1.0,50856.0,50856.0\n2024-11-15T07:25:28.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-6.0,1.0,50857.0,50857.0\n2024-11-15T07:26:28.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.0,-5.9,1.0,50858.0,50858.0\n2024-11-15T07:27:28.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.2,56.5,56.8,-5.8,1.0,50859.0,50859.0\n2024-11-15T07:28:28.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.7,1.0,50860.0,50865.0\n2024-11-15T07:29:28.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.4,-5.9,1.0,50861.0,50861.0\n2024-11-15T07:30:28.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.0,-6.5,1.0,50862.0,50862.0\n2024-11-15T07:31:28.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.7,1.0,50863.0,50863.0\n2024-11-15T07:32:28.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.4,1.0,50864.0,50864.0\n2024-11-15T07:33:28.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.0,-6.3,1.0,50865.0,50865.0\n2024-11-15T07:34:28.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.4,-6.6,1.0,50865.0,50865.0\n2024-11-15T07:35:28.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.9,-7.4,1.0,50866.0,50866.0\n2024-11-15T07:36:28.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.4,3.9,57.0,57.4,-7.0,1.0,50867.0,50867.0\n2024-11-15T07:37:28.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.8,56.5,57.0,-7.4,1.0,50868.0,50868.0\n2024-11-15T07:38:28.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.4,-6.9,1.0,50869.0,50869.0\n2024-11-15T07:39:28.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,56.7,57.1,-6.8,1.0,50870.0,50870.0\n2024-11-15T07:40:28.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.9,57.3,-6.6,1.0,50871.0,50871.0\n2024-11-15T07:41:28.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,3.9,56.9,57.3,-6.9,1.0,50872.0,50872.0\n2024-11-15T07:42:28.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.3,3.8,56.2,56.6,-7.1,1.0,50873.0,50873.0\n2024-11-15T07:43:28.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.9,56.4,56.9,-7.1,1.0,50874.0,50874.0\n2024-11-15T07:44:28.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.5,-8.0,1.0,50875.0,50875.0\n2024-11-15T07:45:28.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.9,56.2,56.6,-6.8,1.0,50876.0,50876.0\n2024-11-15T07:46:28.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.5,-6.9,1.0,50877.0,50877.0\n2024-11-15T07:47:28.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.7,56.8,57.2,-7.0,1.0,50878.0,50878.0\n2024-11-15T07:48:28.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.4,-7.3,1.0,50879.0,50879.0\n2024-11-15T07:49:28.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.9,56.5,56.9,-7.0,1.0,50880.0,50880.0\n2024-11-15T07:50:28.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.9,-7.4,1.0,50880.0,50880.0\n2024-11-15T07:51:28.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.8,56.6,57.0,-7.1,1.0,50881.0,50881.0\n2024-11-15T07:52:28.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.3,3.8,56.6,57.1,-7.6,1.0,50882.0,50882.0\n2024-11-15T07:53:28.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.8,-6.8,1.0,50883.0,50883.0\n2024-11-15T07:54:28.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-6.8,1.0,50884.0,50884.0\n2024-11-15T07:55:28.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.3,3.7,56.9,57.3,-7.1,1.0,50885.0,50885.0\n2024-11-15T07:56:28.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.7,56.3,56.7,-6.8,1.0,50886.0,50886.0\n2024-11-15T07:57:28.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.3,3.7,55.8,56.3,-7.2,1.0,50887.0,50887.0\n2024-11-15T07:58:28.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,56.4,56.9,-7.1,1.0,50888.0,50888.0\n2024-11-15T07:59:28.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.3,3.7,56.5,57.0,-7.1,1.0,50889.0,50889.0\n2024-11-15T08:00:28.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.7,57.4,57.8,-6.6,1.0,50890.0,50890.0\n2024-11-15T08:01:28.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-6.7,1.0,50891.0,50891.0\n2024-11-15T08:02:28.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.8,-6.6,1.0,50892.0,50892.0\n2024-11-15T08:03:28.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.3,3.8,54.1,54.7,-8.3,1.0,50893.0,50893.0\n2024-11-15T08:04:28.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.9,56.6,57.1,-7.7,1.0,50894.0,50894.0\n2024-11-15T08:05:28.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.3,3.9,53.9,54.7,-9.3,1.0,50895.0,50895.0\n2024-11-15T08:06:28.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.8,55.1,55.7,-7.8,1.0,50896.0,50896.0\n2024-11-15T08:07:28.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.9,57.1,57.6,-7.7,1.0,50896.0,50896.0\n2024-11-15T08:08:28.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.2,3.7,56.4,57.1,-8.9,1.0,50897.0,50897.0\n2024-11-15T08:09:28.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.3,3.8,56.7,57.2,-7.4,1.0,50898.0,50898.0\n2024-11-15T08:10:28.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.9,56.4,56.8,-7.1,1.0,50899.0,50899.0\n2024-11-15T08:11:28.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.3,3.8,56.8,57.2,-7.1,1.0,50900.0,50900.0\n2024-11-15T08:12:28.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.3,3.8,56.7,57.2,-7.2,1.0,50901.0,50901.0\n2024-11-15T08:13:28.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.3,3.8,56.3,56.7,-6.8,1.0,50902.0,50902.0\n2024-11-15T08:14:28.000000+00:00,247.1,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.4,-7.3,1.0,50903.0,50903.0\n2024-11-15T08:15:28.000000+00:00,246.9,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.5,1.0,50904.0,50904.0\n2024-11-15T08:16:28.000000+00:00,246.8,0.0,50.0,0.4,0.0,1.3,4.0,56.5,56.9,-7.1,1.0,50905.0,50905.0\n2024-11-15T08:17:28.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.3,3.8,56.4,56.9,-7.3,1.0,50906.0,50906.0\n2024-11-15T08:18:28.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.2,-7.3,1.0,50907.0,50907.0\n2024-11-15T08:19:28.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,50908.0,50908.0\n2024-11-15T08:20:28.000000+00:00,246.7,0.0,50.0,0.4,0.0,1.3,3.9,56.7,57.2,-7.3,1.0,50909.0,50909.0\n2024-11-15T08:21:28.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.3,4.0,56.0,56.5,-7.7,1.0,50910.0,50910.0\n2024-11-15T08:22:28.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.3,3.8,56.0,56.5,-7.4,1.0,50911.0,50911.0\n2024-11-15T08:23:28.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.3,3.9,57.0,57.4,-7.1,1.0,50912.0,50912.0\n2024-11-15T08:24:28.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.3,3.8,56.6,57.0,-7.1,1.0,50912.0,50912.0\n2024-11-15T08:25:28.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.3,3.8,56.3,56.8,-7.5,1.0,50913.0,50913.0\n2024-11-15T08:26:28.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,4.0,57.2,57.6,-6.7,1.0,50914.0,50914.0\n2024-11-15T08:27:28.000000+00:00,246.9,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.1,1.0,50915.0,50915.0\n2024-11-15T08:28:28.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.3,3.9,55.6,56.0,-7.2,1.0,50916.0,50916.0\n2024-11-15T08:29:28.000000+00:00,246.7,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.6,-7.0,1.0,50917.0,50917.0\n2024-11-15T08:30:28.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.3,3.7,56.8,57.1,-6.6,1.0,50918.0,50918.0\n2024-11-15T08:31:28.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.3,5.5,55.7,56.3,-7.6,1.0,50919.0,50919.0\n2024-11-15T08:32:28.000000+00:00,247.3,0.0,49.9,0.5,0.0,1.4,4.1,55.2,55.4,-4.6,1.0,50920.0,50920.0\n2024-11-15T08:33:28.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,4.0,53.7,53.9,-4.4,1.0,50921.0,50921.0\n2024-11-15T08:34:28.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.5,3.8,58.8,58.9,-3.6,1.0,50922.0,50922.0\n2024-11-15T08:35:28.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.0,-5.0,1.0,50923.0,50923.0\n2024-11-15T08:36:28.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.5,-5.3,1.0,50924.0,50924.0\n2024-11-15T08:37:28.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.4,-5.1,1.0,50925.0,50925.0\n2024-11-15T08:38:28.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.8,1.0,50926.0,50926.0\n2024-11-15T08:39:28.000000+00:00,247.3,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.4,-5.0,1.0,50927.0,50927.0\n2024-11-15T08:40:28.000000+00:00,247.1,0.0,50.0,0.5,0.0,1.4,4.1,56.7,56.8,-4.5,1.0,50928.0,50928.0\n2024-11-15T08:41:28.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.1,-4.2,1.0,50928.0,50928.0\n2024-11-15T08:42:28.000000+00:00,247.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.3,1.0,50929.0,50929.0\n2024-11-15T08:43:28.000000+00:00,247.2,0.0,50.0,0.5,0.0,1.4,4.0,58.2,58.5,-5.6,1.0,50930.0,50930.0\n2024-11-15T08:44:28.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.2,56.1,56.4,-5.6,1.0,50931.0,50931.0\n2024-11-15T08:45:28.000000+00:00,246.8,0.0,50.0,0.5,0.0,1.5,4.2,56.4,56.7,-5.3,1.0,50932.0,50932.0\n2024-11-15T08:46:28.000000+00:00,246.8,0.0,50.0,0.5,0.0,1.4,4.2,55.8,56.1,-5.3,1.0,50933.0,50933.0\n2024-11-15T08:47:29.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.5,4.3,56.9,57.1,-5.1,1.0,50934.0,50934.0\n2024-11-15T08:48:29.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.5,4.3,56.0,56.2,-4.8,1.0,50935.0,50935.0\n2024-11-15T08:49:29.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.5,4.3,56.0,56.1,-4.4,1.0,50936.0,50936.0\n2024-11-15T08:50:29.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.5,4.2,55.5,55.7,-4.9,1.0,50937.0,50937.0\n2024-11-15T08:51:29.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.5,4.2,56.6,56.8,-4.7,1.0,50938.0,50938.0\n2024-11-15T08:52:29.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.5,4.2,56.7,56.9,-5.0,1.0,50939.0,50939.0\n2024-11-15T08:53:29.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.5,4.2,56.7,56.9,-5.1,1.0,50940.0,50940.0\n2024-11-15T08:54:29.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.5,4.3,57.0,57.2,-4.9,1.0,50941.0,50941.0\n2024-11-15T08:55:29.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.5,4.3,57.3,57.5,-4.8,1.0,50942.0,50942.0\n2024-11-15T08:56:29.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.5,4.3,55.8,56.0,-5.2,1.0,50943.0,50943.0\n2024-11-15T08:57:29.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.1,55.7,55.9,-5.0,1.0,50944.0,50944.0\n2024-11-15T08:58:29.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.5,4.3,55.6,55.8,-4.8,1.0,50944.0,50944.0\n2024-11-15T08:59:29.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,57.3,57.5,-4.7,1.0,50945.0,50945.0\n2024-11-15T09:00:29.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.6,1.0,50946.0,50946.0\n2024-11-15T09:01:29.000000+00:00,242.0,0.0,49.8,0.5,0.0,1.4,4.1,56.0,56.2,-4.7,1.0,50947.0,50947.0\n2024-11-15T09:02:29.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.5,-4.6,1.0,50948.0,50948.0\n2024-11-15T09:03:29.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.2,57.0,57.3,-5.1,1.0,50949.0,50949.0\n2024-11-15T09:04:29.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.3,-4.8,1.0,50950.0,50950.0\n2024-11-15T09:05:29.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,57.2,57.4,-4.9,1.0,50951.0,50951.0\n2024-11-15T09:06:29.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.2,58.2,58.4,-4.8,1.0,50952.0,50952.0\n2024-11-15T09:07:29.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.0,55.2,55.4,-5.3,1.0,50953.0,50953.0\n2024-11-15T09:08:29.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.0,1.0,50954.0,50954.0\n2024-11-15T09:09:29.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,53.1,53.4,-5.6,1.0,50955.0,50955.0\n2024-11-15T09:10:29.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,58.0,58.2,-5.0,1.0,50956.0,50956.0\n2024-11-15T09:11:29.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.8,-5.2,1.0,50957.0,50957.0\n2024-11-15T09:12:29.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,54.1,54.4,-5.1,1.0,50958.0,50958.0\n2024-11-15T09:13:29.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.2,-5.5,1.0,50959.0,50959.0\n2024-11-15T09:14:29.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,55.2,55.5,-6.0,1.0,50960.0,50960.0\n2024-11-15T09:15:29.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.2,1.0,50960.0,50960.0\n2024-11-15T09:16:29.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,57.6,57.8,-5.3,1.0,50961.0,50961.0\n2024-11-15T09:17:29.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.0,58.5,58.7,-4.6,1.0,50962.0,50962.0\n2024-11-15T09:18:29.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.2,57.2,57.4,-5.0,1.0,50963.0,50963.0\n2024-11-15T09:19:29.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.0,-4.9,1.0,50964.0,50964.0\n2024-11-15T09:20:29.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.1,1.0,50965.0,50965.0\n2024-11-15T09:21:29.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-5.1,1.0,50966.0,50966.0\n2024-11-15T09:22:29.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.4,1.0,50967.0,50967.0\n2024-11-15T09:23:29.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.3,-5.5,1.0,50968.0,50968.0\n2024-11-15T09:24:29.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.6,-5.3,1.0,50969.0,50969.0\n2024-11-15T09:25:29.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.2,1.0,50970.0,50970.0\n2024-11-15T09:26:29.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,55.3,55.6,-5.4,1.0,50971.0,50971.0\n2024-11-15T09:27:29.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,4.1,56.5,56.7,-5.2,1.0,50972.0,50972.0\n2024-11-15T09:28:29.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.8,-4.7,1.0,50973.0,50973.0\n2024-11-15T09:29:29.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.4,1.0,50974.0,50974.0\n2024-11-15T09:30:29.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.0,-5.1,1.0,50975.0,50975.0\n2024-11-15T09:31:29.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.2,1.0,50976.0,50976.0\n2024-11-15T09:32:29.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.4,3.9,56.6,56.8,-5.4,1.0,50976.0,50976.0\n2024-11-15T09:33:29.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.0,-5.1,1.0,50977.0,50977.0\n2024-11-15T09:34:29.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.6,-5.5,1.0,50978.0,50978.0\n2024-11-15T09:35:29.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.4,-4.9,1.0,50979.0,50979.0\n2024-11-15T09:36:29.000000+00:00,247.2,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.3,-5.2,1.0,50980.0,50980.0\n2024-11-15T09:37:29.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.5,-5.5,1.0,50981.0,50981.0\n2024-11-15T09:38:29.000000+00:00,247.5,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.0,-5.3,1.0,50982.0,50982.0\n2024-11-15T09:39:29.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.4,3.9,56.9,57.1,-5.2,1.0,50983.0,50983.0\n2024-11-15T09:40:29.000000+00:00,247.6,0.0,50.0,0.4,0.0,1.4,3.9,56.7,56.9,-5.0,1.0,50984.0,50984.0\n2024-11-15T09:41:29.000000+00:00,247.7,0.0,50.0,0.5,0.0,1.4,4.1,56.7,56.9,-5.4,1.0,50984.0,50984.0\n2024-11-15T09:42:29.000000+00:00,248.0,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.8,-5.6,1.0,50985.0,50985.0\n2024-11-15T09:43:29.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.4,1.0,50986.0,50986.0\n2024-11-15T09:44:29.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.3,-5.5,1.0,50987.0,50987.0\n2024-11-15T09:45:29.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.8,55.3,55.7,-6.1,1.0,50988.0,50988.0\n2024-11-15T09:46:29.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,57.8,58.0,-5.3,1.0,50989.0,50989.0\n2024-11-15T09:47:29.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-6.0,1.0,50990.0,50990.0\n2024-11-15T09:48:29.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,58.0,58.2,-5.1,1.0,50991.0,50991.0\n2024-11-15T09:49:29.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,50991.0,50991.0\n2024-11-15T09:50:29.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,58.4,58.6,-5.2,1.0,50992.0,50992.0\n2024-11-15T09:51:29.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.2,-5.5,1.0,50993.0,50993.0\n2024-11-15T09:52:29.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.8,1.0,50994.0,50994.0\n2024-11-15T09:53:29.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.8,-5.5,1.0,50995.0,50995.0\n2024-11-15T09:54:29.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,50996.0,50996.0\n2024-11-15T09:55:29.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.8,-5.1,1.0,50997.0,50997.0\n2024-11-15T09:56:29.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.2,-5.4,1.0,50998.0,50998.0\n2024-11-15T09:57:29.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.0,-5.6,1.0,50999.0,50999.0\n2024-11-15T09:58:29.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,3.9,56.9,57.1,-5.3,1.0,51000.0,51000.0\n2024-11-15T09:59:29.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,51001.0,51001.0\n2024-11-15T10:00:29.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-6.0,1.0,51002.0,51002.0\n2024-11-15T10:01:29.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.5,-5.6,1.0,51003.0,51003.0\n2024-11-15T10:02:29.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,3.8,57.6,57.9,-5.6,1.0,51004.0,51004.0\n2024-11-15T10:03:29.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,51005.0,51005.0\n2024-11-15T10:04:29.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,3.9,57.1,57.4,-6.1,1.0,51006.0,51006.0\n2024-11-15T10:05:29.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.2,-5.2,1.0,51006.0,51006.0\n2024-11-15T10:06:29.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,3.7,57.1,57.3,-5.3,1.0,51007.0,51007.0\n2024-11-15T10:07:29.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.1,55.6,55.9,-5.9,1.0,51008.0,51008.0\n2024-11-15T10:08:29.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.6,56.9,-5.2,1.0,51009.0,51009.0\n2024-11-15T10:09:29.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.0,55.3,-6.0,1.0,51010.0,51010.0\n2024-11-15T10:10:29.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.8,-5.4,1.0,51011.0,51011.0\n2024-11-15T10:11:29.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.6,-5.3,1.0,51012.0,51012.0\n2024-11-15T10:12:29.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.1,-5.6,1.0,51013.0,51013.0\n2024-11-15T10:13:29.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.9,1.0,51014.0,51014.0\n2024-11-15T10:14:29.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.1,56.3,56.7,-6.3,1.0,51015.0,51015.0\n2024-11-15T10:15:29.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,54.9,55.3,-6.2,1.0,51016.0,51016.0\n2024-11-15T10:16:29.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.2,55.3,55.7,-6.4,1.0,51017.0,51017.0\n2024-11-15T10:17:29.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.2,57.0,57.3,-5.2,1.0,51018.0,51018.0\n2024-11-15T10:18:29.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,54.7,55.0,-6.2,1.0,51019.0,51019.0\n2024-11-15T10:19:29.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.8,-6.6,1.0,51020.0,51020.0\n2024-11-15T10:20:29.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.7,1.0,51021.0,51021.0\n2024-11-15T10:21:29.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.2,57.2,57.4,-5.2,1.0,51022.0,51022.0\n2024-11-15T10:22:29.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.3,-5.6,1.0,51022.0,51022.0\n2024-11-15T10:23:29.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.4,-5.5,1.0,51023.0,51023.0\n2024-11-15T10:24:29.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.7,1.0,51024.0,51024.0\n2024-11-15T10:25:29.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,56.6,56.9,-6.1,1.0,51025.0,51025.0\n2024-11-15T10:26:29.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,55.2,55.5,-5.9,1.0,51026.0,51026.0\n2024-11-15T10:27:29.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.0,1.0,51027.0,51027.0\n2024-11-15T10:28:30.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-6.1,1.0,51028.0,51028.0\n2024-11-15T10:29:30.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.2,56.7,57.0,-5.7,1.0,51029.0,51029.0\n2024-11-15T10:30:30.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.2,54.6,54.9,-5.8,1.0,51030.0,51030.0\n2024-11-15T10:31:30.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.2,55.5,55.8,-6.3,1.0,51031.0,51031.0\n2024-11-15T10:32:30.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.1,57.4,57.7,-5.3,1.0,51032.0,51032.0\n2024-11-15T10:33:30.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.1,58.0,58.3,-5.5,1.0,51033.0,51033.0\n2024-11-15T10:34:30.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.5,4.1,56.6,56.9,-5.8,1.0,51034.0,51034.0\n2024-11-15T10:35:30.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,3.9,57.2,57.5,-6.0,1.0,51035.0,51035.0\n2024-11-15T10:36:30.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.7,-5.8,1.0,51036.0,51036.0\n2024-11-15T10:37:30.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.5,4.2,55.2,55.5,-6.0,1.0,51037.0,51037.0\n2024-11-15T10:38:30.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.5,4.2,57.5,57.7,-5.4,1.0,51037.0,51037.0\n2024-11-15T10:39:30.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.2,55.1,55.4,-5.8,1.0,51038.0,51038.0\n2024-11-15T10:40:30.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.1,53.7,54.0,-5.5,1.0,51039.0,51039.0\n2024-11-15T10:41:30.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.5,4.1,58.4,58.7,-5.7,1.0,51040.0,51040.0\n2024-11-15T10:42:30.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.1,57.4,57.7,-6.1,1.0,51041.0,51041.0\n2024-11-15T10:43:30.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-4.8,1.0,51042.0,51042.0\n2024-11-15T10:44:30.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-6.1,1.0,51043.0,51043.0\n2024-11-15T10:45:30.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.3,56.6,56.9,-5.7,1.0,51044.0,51044.0\n2024-11-15T10:46:30.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.7,56.4,56.7,-6.0,1.0,51045.0,51045.0\n2024-11-15T10:47:30.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.8,56.6,56.8,-5.1,1.0,51046.0,51046.0\n2024-11-15T10:48:30.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.4,1.0,51047.0,51047.0\n2024-11-15T10:49:30.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,4.2,56.1,56.4,-5.4,1.0,51048.0,51048.0\n2024-11-15T10:50:30.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.0,1.0,51049.0,51049.0\n2024-11-15T10:51:30.000000+00:00,242.6,0.0,49.9,0.4,0.0,1.4,3.9,54.6,55.1,-7.1,1.0,51050.0,51050.0\n2024-11-15T10:52:30.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.2,54.3,54.8,-6.8,1.0,51051.0,51051.0\n2024-11-15T10:53:30.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,3.8,56.1,56.5,-6.3,1.0,51052.0,51052.0\n2024-11-15T10:54:30.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.3,1.0,51052.0,51052.0\n2024-11-15T10:55:30.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.2,-5.5,1.0,51053.0,51053.0\n2024-11-15T10:56:30.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.4,-6.6,1.0,51054.0,51054.0\n2024-11-15T10:57:30.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.8,57.1,-6.5,1.0,51055.0,51055.0\n2024-11-15T10:58:30.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,51056.0,51056.0\n2024-11-15T10:59:30.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,51057.0,51057.0\n2024-11-15T11:00:30.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,3.9,56.5,56.9,-6.8,1.0,51058.0,51058.0\n2024-11-15T11:01:30.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-5.6,1.0,51059.0,51059.0\n2024-11-15T11:02:30.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.7,1.0,51060.0,51060.0\n2024-11-15T11:03:30.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-6.3,1.0,51061.0,51061.0\n2024-11-15T11:04:30.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.1,53.5,53.9,-6.8,1.0,51062.0,51062.0\n2024-11-15T11:05:30.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,57.5,57.9,-6.5,1.0,51063.0,51063.0\n2024-11-15T11:06:30.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,55.6,56.0,-6.5,1.0,51064.0,51064.0\n2024-11-15T11:07:30.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,3.9,55.7,56.1,-6.3,1.0,51065.0,51065.0\n2024-11-15T11:08:30.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,51066.0,51066.0\n2024-11-15T11:09:30.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,55.2,55.6,-6.7,1.0,51067.0,51067.0\n2024-11-15T11:10:30.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.2,55.5,55.9,-6.8,1.0,51067.0,51067.0\n2024-11-15T11:11:30.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,57.8,58.2,-6.9,1.0,51068.0,51068.0\n2024-11-15T11:12:30.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.4,4.0,55.6,55.9,-6.0,1.0,51069.0,51069.0\n2024-11-15T11:13:30.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,57.6,57.9,-5.9,1.0,51070.0,51070.0\n2024-11-15T11:14:30.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.1,54.8,55.2,-6.6,1.0,51071.0,51071.0\n2024-11-15T11:15:30.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,51072.0,51072.0\n2024-11-15T11:16:30.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,54.1,54.6,-7.0,1.0,51073.0,51073.0\n2024-11-15T11:17:30.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.4,4.0,54.6,55.0,-6.9,1.0,51074.0,51074.0\n2024-11-15T11:18:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,3.7,56.0,56.4,-6.3,1.0,51075.0,51075.0\n2024-11-15T11:19:30.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,57.7,58.0,-5.8,1.0,51076.0,51076.0\n2024-11-15T11:20:30.000000+00:00,247.2,0.0,49.9,0.5,0.0,1.4,4.1,54.2,54.7,-6.9,1.0,51077.0,51077.0\n2024-11-15T11:21:30.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.2,-5.8,1.0,51078.0,51078.0\n2024-11-15T11:22:30.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.1,1.0,51079.0,51079.0\n2024-11-15T11:23:30.000000+00:00,247.6,0.0,50.0,0.5,0.0,1.4,4.1,57.4,57.8,-6.0,1.0,51080.0,51080.0\n2024-11-15T11:24:30.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.4,4.0,58.1,58.3,-5.2,1.0,51081.0,51081.0\n2024-11-15T11:25:30.000000+00:00,247.1,0.0,49.9,0.4,0.0,1.4,3.8,55.6,56.0,-6.4,1.0,51082.0,51082.0\n2024-11-15T11:26:30.000000+00:00,248.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.4,1.0,51083.0,51083.0\n2024-11-15T11:27:30.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.4,1.0,51084.0,51084.0\n2024-11-15T11:28:30.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.4,-6.6,1.0,51084.0,51084.0\n2024-11-15T11:29:30.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,3.9,56.6,57.1,-7.1,1.0,51085.0,51085.0\n2024-11-15T11:30:30.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-7.9,1.0,51086.0,51086.0\n2024-11-15T11:31:30.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.3,-6.9,1.0,51087.0,51087.0\n2024-11-15T11:32:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,3.8,57.3,57.7,-6.4,1.0,51088.0,51088.0\n2024-11-15T11:33:30.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.1,-6.1,1.0,51089.0,51089.0\n2024-11-15T11:34:30.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,54.2,54.6,-6.8,1.0,51090.0,51090.0\n2024-11-15T11:35:30.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.6,1.0,51091.0,51091.0\n2024-11-15T11:36:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.4,1.0,51092.0,51092.0\n2024-11-15T11:37:30.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,57.7,58.0,-6.0,1.0,51093.0,51093.0\n2024-11-15T11:38:30.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.5,-6.4,1.0,51094.0,51094.0\n2024-11-15T11:39:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,51095.0,51095.0\n2024-11-15T11:40:30.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.4,4.1,56.0,56.3,-5.6,1.0,51096.0,51096.0\n2024-11-15T11:41:30.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-6.1,1.0,51097.0,51097.0\n2024-11-15T11:42:30.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.5,-5.8,1.0,51098.0,51098.0\n2024-11-15T11:43:30.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.8,-5.9,1.0,51099.0,51099.0\n2024-11-15T11:44:30.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.4,1.0,51099.0,51099.0\n2024-11-15T11:45:30.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,3.9,55.5,55.8,-6.0,1.0,51100.0,51100.0\n2024-11-15T11:46:30.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.8,53.9,54.2,-6.3,1.0,51101.0,51101.0\n2024-11-15T11:47:30.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.9,1.0,51102.0,51102.0\n2024-11-15T11:48:30.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,57.7,58.0,-6.3,1.0,51103.0,51103.0\n2024-11-15T11:49:30.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-5.9,1.0,51104.0,51104.0\n2024-11-15T11:50:30.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-5.9,1.0,51105.0,51105.0\n2024-11-15T11:51:30.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.5,-5.7,1.0,51106.0,51106.0\n2024-11-15T11:52:30.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.2,56.2,56.6,-6.5,1.0,51107.0,51107.0\n2024-11-15T11:53:30.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.7,-6.3,1.0,51108.0,51108.0\n2024-11-15T11:54:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,57.4,57.7,-5.3,1.0,51109.0,51109.0\n2024-11-15T11:55:30.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,4.1,53.8,54.2,-6.7,1.0,51110.0,51110.0\n2024-11-15T11:56:30.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,57.7,58.1,-6.5,1.0,51111.0,51111.0\n2024-11-15T11:57:30.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,54.6,55.0,-6.9,1.0,51112.0,51112.0\n2024-11-15T11:58:30.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.2,56.9,57.2,-6.2,1.0,51113.0,51113.0\n2024-11-15T11:59:30.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.9,-6.4,1.0,51114.0,51114.0\n2024-11-15T12:00:30.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.6,1.0,51115.0,51115.0\n2024-11-15T12:01:30.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,4.1,55.9,56.3,-6.6,1.0,51115.0,51115.0\n2024-11-15T12:02:30.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.2,58.1,58.3,-5.8,1.0,51116.0,51116.0\n2024-11-15T12:03:30.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.2,58.6,58.9,-6.3,1.0,51117.0,51117.0\n2024-11-15T12:04:30.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,54.5,54.9,-6.4,1.0,51118.0,51118.0\n2024-11-15T12:05:30.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,54.7,55.1,-6.3,1.0,51119.0,51119.0\n2024-11-15T12:06:30.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,57.4,57.8,-6.3,1.0,51120.0,51120.0\n2024-11-15T12:07:30.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.1,58.6,59.0,-6.3,1.0,51121.0,51121.0\n2024-11-15T12:08:30.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.1,54.9,55.3,-6.7,1.0,51122.0,51122.0\n2024-11-15T12:09:31.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.9,1.0,51123.0,51123.0\n2024-11-15T12:10:31.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,3.7,57.4,57.7,-6.0,1.0,51124.0,51124.0\n2024-11-15T12:11:31.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-6.1,1.0,51125.0,51125.0\n2024-11-15T12:12:31.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.3,1.0,51126.0,51126.0\n2024-11-15T12:13:31.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,56.7,57.1,-6.6,1.0,51127.0,51127.0\n2024-11-15T12:14:31.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.7,1.0,51128.0,51128.0\n2024-11-15T12:15:31.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.4,-6.0,1.0,51129.0,51129.0\n2024-11-15T12:16:31.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.3,55.1,55.5,-6.0,1.0,51130.0,51130.0\n2024-11-15T12:17:31.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,57.9,58.2,-5.9,1.0,51130.0,51130.0\n2024-11-15T12:18:31.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.5,4.2,56.3,56.6,-6.2,1.0,51131.0,51131.0\n2024-11-15T12:19:31.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.5,4.3,56.4,56.7,-6.2,1.0,51132.0,51132.0\n2024-11-15T12:20:31.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.5,4.2,55.1,55.5,-6.7,1.0,51133.0,51133.0\n2024-11-15T12:21:31.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.3,57.6,57.9,-5.8,1.0,51134.0,51134.0\n2024-11-15T12:22:31.000000+00:00,247.2,0.0,49.9,0.5,0.0,1.5,4.1,54.0,54.4,-6.5,1.0,51135.0,51135.0\n2024-11-15T12:23:31.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.5,4.3,58.8,59.0,-5.5,1.0,51136.0,51136.0\n2024-11-15T12:24:31.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.5,4.3,59.2,59.5,-6.0,1.0,51137.0,51137.0\n2024-11-15T12:25:31.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.5,4.2,57.3,57.6,-6.0,1.0,51138.0,51138.0\n2024-11-15T12:26:31.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.5,4.1,55.2,55.5,-5.8,1.0,51139.0,51139.0\n2024-11-15T12:27:31.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.0,53.5,54.0,-6.9,1.0,51140.0,51140.0\n2024-11-15T12:28:31.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.5,4.3,53.7,54.1,-6.5,1.0,51141.0,51141.0\n2024-11-15T12:29:31.000000+00:00,247.8,0.0,49.9,0.5,0.0,1.4,4.2,55.0,55.4,-6.4,1.0,51142.0,51142.0\n2024-11-15T12:30:31.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.3,52.8,53.3,-7.1,1.0,51143.0,51143.0\n2024-11-15T12:31:31.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,54.8,55.2,-7.1,1.0,51144.0,51144.0\n2024-11-15T12:32:31.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-6.2,1.0,51145.0,51145.0\n2024-11-15T12:33:31.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.2,54.3,54.8,-7.0,1.0,51146.0,51146.0\n2024-11-15T12:34:31.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,3.8,57.0,57.3,-6.0,1.0,51147.0,51147.0\n2024-11-15T12:35:31.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-6.9,1.0,51147.0,51147.0\n2024-11-15T12:36:31.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.0,57.3,57.7,-6.7,1.0,51148.0,51148.0\n2024-11-15T12:37:31.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.0,-6.4,1.0,51149.0,51149.0\n2024-11-15T12:38:31.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,57.1,57.4,-6.0,1.0,51150.0,51150.0\n2024-11-15T12:39:31.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.5,-6.3,1.0,51151.0,51151.0\n2024-11-15T12:40:31.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.7,-6.2,1.0,51152.0,51152.0\n2024-11-15T12:41:31.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,51153.0,51153.0\n2024-11-15T12:42:31.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.7,-5.3,1.0,51154.0,51154.0\n2024-11-15T12:43:31.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,4.2,56.9,57.2,-5.8,1.0,51155.0,51155.0\n2024-11-15T12:44:31.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.7,-6.3,1.0,51156.0,51156.0\n2024-11-15T12:45:31.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.8,56.8,57.1,-5.9,1.0,51157.0,51157.0\n2024-11-15T12:46:31.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.3,-6.6,1.0,51158.0,51158.0\n2024-11-15T12:47:31.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,51159.0,51159.0\n2024-11-15T12:48:31.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.8,57.7,58.1,-6.4,1.0,51160.0,51160.0\n2024-11-15T12:49:31.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.7,-5.9,1.0,51166.0,51166.0\n2024-11-15T12:50:31.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,3.7,56.2,56.6,-6.6,1.0,51162.0,51162.0\n2024-11-15T12:51:31.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.2,-6.0,1.0,51162.0,51162.0\n2024-11-15T12:52:31.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.5,-6.1,1.0,51163.0,51163.0\n2024-11-15T12:53:31.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,4.0,54.8,55.2,-6.6,1.0,51164.0,51164.0\n2024-11-15T12:54:31.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-6.0,1.0,51165.0,51165.0\n2024-11-15T12:55:31.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.0,-6.1,1.0,51166.0,51166.0\n2024-11-15T12:56:31.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.0,57.2,57.5,-6.2,1.0,51167.0,51167.0\n2024-11-15T12:57:31.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,3.9,57.9,58.2,-5.8,1.0,51168.0,51168.0\n2024-11-15T12:58:31.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-6.9,1.0,51169.0,51169.0\n2024-11-15T12:59:31.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.1,-6.7,1.0,51170.0,51170.0\n2024-11-15T13:00:31.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,57.0,57.4,-6.6,1.0,51171.0,51171.0\n2024-11-15T13:01:31.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-6.9,1.0,51172.0,51172.0\n2024-11-15T13:02:31.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.8,-7.0,1.0,51173.0,51173.0\n2024-11-15T13:03:31.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.5,-6.5,1.0,51174.0,51174.0\n2024-11-15T13:04:31.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.8,-6.4,1.0,51175.0,51175.0\n2024-11-15T13:05:31.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.5,1.0,51176.0,51176.0\n2024-11-15T13:06:31.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.1,55.5,-6.8,1.0,51177.0,51177.0\n2024-11-15T13:07:31.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.1,56.2,56.5,-6.0,1.0,51178.0,51178.0\n2024-11-15T13:08:31.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.4,-6.5,1.0,51178.0,51178.0\n2024-11-15T13:09:31.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-6.5,1.0,51179.0,51179.0\n2024-11-15T13:10:31.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.0,55.4,-6.9,1.0,51180.0,51180.0\n2024-11-15T13:11:31.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,51181.0,51181.0\n2024-11-15T13:12:31.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-6.0,1.0,51182.0,51182.0\n2024-11-15T13:13:31.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-6.3,1.0,51183.0,51183.0\n2024-11-15T13:14:31.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.5,1.0,51184.0,51184.0\n2024-11-15T13:15:31.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.8,54.7,55.1,-6.6,1.0,51185.0,51185.0\n2024-11-15T13:16:31.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.3,-6.4,1.0,51186.0,51186.0\n2024-11-15T13:17:31.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,54.6,55.0,-6.8,1.0,51187.0,51187.0\n2024-11-15T13:18:31.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,55.5,55.9,-6.7,1.0,51188.0,51188.0\n2024-11-15T13:19:31.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.4,1.0,51189.0,51189.0\n2024-11-15T13:20:31.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.9,1.0,51190.0,51190.0\n2024-11-15T13:21:31.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-6.0,1.0,51191.0,51191.0\n2024-11-15T13:22:31.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,54.9,55.3,-6.9,1.0,51192.0,51192.0\n2024-11-15T13:23:31.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.8,56.7,57.0,-6.2,1.0,51193.0,51193.0\n2024-11-15T13:24:31.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,53.7,54.1,-6.8,1.0,51193.0,51193.0\n2024-11-15T13:25:31.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,57.2,57.5,-6.2,1.0,51194.0,51194.0\n2024-11-15T13:26:31.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.8,-6.6,1.0,51195.0,51195.0\n2024-11-15T13:27:31.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,57.3,57.5,-5.2,1.0,51196.0,51196.0\n2024-11-15T13:28:31.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.8,56.9,57.2,-5.5,1.0,51197.0,51197.0\n2024-11-15T13:29:31.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,4.1,55.6,55.9,-6.1,1.0,51198.0,51198.0\n2024-11-15T13:30:31.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,57.8,58.1,-5.7,1.0,51199.0,51199.0\n2024-11-15T13:31:31.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.1,1.0,51200.0,51200.0\n2024-11-15T13:32:31.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.2,1.0,51201.0,51201.0\n2024-11-15T13:33:31.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-6.4,1.0,51202.0,51202.0\n2024-11-15T13:34:31.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,51203.0,51203.0\n2024-11-15T13:35:31.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,56.4,56.7,-6.3,1.0,51204.0,51204.0\n2024-11-15T13:36:31.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,57.6,57.9,-6.0,1.0,51205.0,51205.0\n2024-11-15T13:37:31.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-6.1,1.0,51206.0,51206.0\n2024-11-15T13:38:31.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,51207.0,51207.0\n2024-11-15T13:39:32.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.5,55.9,-6.8,1.0,51208.0,51208.0\n2024-11-15T13:40:32.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.1,57.1,57.5,-6.4,1.0,51209.0,51209.0\n2024-11-15T13:41:32.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,57.7,58.0,-6.2,1.0,51209.0,51209.0\n2024-11-15T13:42:32.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-6.9,1.0,51210.0,51210.0\n2024-11-15T13:43:32.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,57.7,58.0,-5.9,1.0,51211.0,51211.0\n2024-11-15T13:44:32.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,57.6,58.0,-6.9,1.0,51212.0,51212.0\n2024-11-15T13:45:32.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-5.9,1.0,51213.0,51213.0\n2024-11-15T13:46:32.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.7,54.9,55.3,-6.4,1.0,51214.0,51214.0\n2024-11-15T13:47:32.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.3,3.7,54.6,55.1,-7.3,1.0,51215.0,51215.0\n2024-11-15T13:48:32.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.5,-6.1,1.0,51216.0,51216.0\n2024-11-15T13:49:32.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.8,57.1,57.5,-6.4,1.0,51217.0,51217.0\n2024-11-15T13:50:32.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.8,56.6,57.0,-6.8,1.0,51218.0,51218.0\n2024-11-15T13:51:32.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.2,-5.7,1.0,51219.0,51219.0\n2024-11-15T13:52:32.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-6.8,1.0,51220.0,51220.0\n2024-11-15T13:53:32.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.5,-6.1,1.0,51221.0,51221.0\n2024-11-15T13:54:32.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,57.4,57.7,-5.8,1.0,51222.0,51222.0\n2024-11-15T13:55:32.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,3.8,57.5,57.8,-6.0,1.0,51223.0,51223.0\n2024-11-15T13:56:32.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.8,1.0,51224.0,51224.0\n2024-11-15T13:57:32.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.4,1.0,51225.0,51225.0\n2024-11-15T13:58:32.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.6,1.0,51225.0,51225.0\n2024-11-15T13:59:32.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.7,57.2,57.5,-5.8,1.0,51226.0,51226.0\n2024-11-15T14:00:32.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.0,56.9,57.2,-5.8,1.0,51227.0,51227.0\n2024-11-15T14:01:32.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,51228.0,51228.0\n2024-11-15T14:02:32.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.1,-6.0,1.0,51229.0,51229.0\n2024-11-15T14:03:32.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-5.9,1.0,51230.0,51230.0\n2024-11-15T14:04:32.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.2,-5.4,1.0,51231.0,51231.0\n2024-11-15T14:05:32.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.2,55.5,-6.0,1.0,51232.0,51232.0\n2024-11-15T14:06:32.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,3.9,56.9,57.2,-5.7,1.0,51233.0,51233.0\n2024-11-15T14:07:32.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-6.2,1.0,51234.0,51234.0\n2024-11-15T14:08:32.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.5,1.0,51235.0,51235.0\n2024-11-15T14:09:32.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.8,-5.5,1.0,51236.0,51236.0\n2024-11-15T14:10:32.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.2,-5.6,1.0,51237.0,51237.0\n2024-11-15T14:11:32.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.8,56.9,57.2,-5.4,1.0,51238.0,51238.0\n2024-11-15T14:12:32.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.6,56.9,-5.8,1.0,51239.0,51239.0\n2024-11-15T14:13:32.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.0,-5.7,1.0,51240.0,51240.0\n2024-11-15T14:14:32.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.0,-5.8,1.0,51240.0,51240.0\n2024-11-15T14:15:32.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.8,1.0,51241.0,51241.0\n2024-11-15T14:16:32.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.7,58.2,58.5,-5.8,1.0,51242.0,51242.0\n2024-11-15T14:17:32.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,57.3,57.6,-5.8,1.0,51243.0,51243.0\n2024-11-15T14:18:32.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-6.6,1.0,51244.0,51244.0\n2024-11-15T14:19:32.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,55.3,55.7,-6.4,1.0,51245.0,51245.0\n2024-11-15T14:20:32.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,56.9,57.2,-6.0,1.0,51246.0,51246.0\n2024-11-15T14:21:32.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.2,56.2,56.6,-6.2,1.0,51247.0,51247.0\n2024-11-15T14:22:32.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.2,-6.0,1.0,51248.0,51248.0\n2024-11-15T14:23:32.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.8,1.0,51249.0,51249.0\n2024-11-15T14:24:32.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.2,1.0,51250.0,51250.0\n2024-11-15T14:25:32.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.4,-5.7,1.0,51251.0,51251.0\n2024-11-15T14:26:32.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,55.9,56.2,-6.0,1.0,51252.0,51252.0\n2024-11-15T14:27:32.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-5.6,1.0,51253.0,51253.0\n2024-11-15T14:28:32.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.1,1.0,51254.0,51254.0\n2024-11-15T14:29:32.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.8,56.9,57.2,-5.7,1.0,51255.0,51255.0\n2024-11-15T14:30:32.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.7,1.0,51255.0,51255.0\n2024-11-15T14:31:32.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.8,56.8,57.1,-5.5,1.0,51256.0,51256.0\n2024-11-15T14:32:32.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,51257.0,51257.0\n2024-11-15T14:33:32.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.2,55.5,-6.1,1.0,51258.0,51258.0\n2024-11-15T14:34:32.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.3,-5.5,1.0,51259.0,51259.0\n2024-11-15T14:35:32.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.7,1.0,51260.0,51260.0\n2024-11-15T14:36:32.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,3.9,56.7,56.7,-5.4,1.0,51266.0,51261.0\n2024-11-15T14:37:32.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-5.5,1.0,51262.0,51262.0\n2024-11-15T14:38:32.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,5.8,56.3,56.6,-5.8,1.0,51263.0,51263.0\n2024-11-15T14:39:32.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.7,-5.8,1.0,51264.0,51264.0\n2024-11-15T14:40:32.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,3.7,56.8,57.1,-5.2,1.0,51265.0,51265.0\n2024-11-15T14:41:32.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,55.5,55.8,-6.1,1.0,51266.0,51266.0\n2024-11-15T14:42:32.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.7,-5.4,1.0,51267.0,51267.0\n2024-11-15T14:43:32.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,3.9,57.7,57.9,-5.5,1.0,51268.0,51268.0\n2024-11-15T14:44:32.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.3,-5.9,1.0,51269.0,51269.0\n2024-11-15T14:45:32.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.8,-6.1,1.0,51270.0,51270.0\n2024-11-15T14:46:32.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.2,-5.3,1.0,51270.0,51270.0\n2024-11-15T14:47:32.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.3,-5.5,1.0,51271.0,51271.0\n2024-11-15T14:48:32.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.3,57.4,57.7,-5.5,1.0,51272.0,51272.0\n2024-11-15T14:49:32.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.3,57.3,57.6,-5.7,1.0,51273.0,51273.0\n2024-11-15T14:50:32.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,57.0,57.3,-6.2,1.0,51274.0,51274.0\n2024-11-15T14:51:32.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.5,1.0,51275.0,51275.0\n2024-11-15T14:52:32.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,53.7,54.0,-6.0,1.0,51276.0,51276.0\n2024-11-15T14:53:32.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.8,-6.3,1.0,51277.0,51277.0\n2024-11-15T14:54:32.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.2,53.6,53.9,-5.9,1.0,51278.0,51278.0\n2024-11-15T14:55:32.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.3,53.7,54.0,-6.0,1.0,51279.0,51279.0\n2024-11-15T14:56:32.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.3,54.0,54.3,-5.7,1.0,51280.0,51280.0\n2024-11-15T14:57:32.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,55.3,55.6,-6.0,1.0,51281.0,51281.0\n2024-11-15T14:58:32.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,57.7,58.0,-5.4,1.0,51282.0,51282.0\n2024-11-15T14:59:32.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.1,-6.0,1.0,51283.0,51283.0\n2024-11-15T15:00:32.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.3,57.6,57.9,-5.6,1.0,51284.0,51284.0\n2024-11-15T15:01:32.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.5,-5.9,1.0,51285.0,51285.0\n2024-11-15T15:02:32.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.2,56.8,57.1,-5.9,1.0,51286.0,51286.0\n2024-11-15T15:03:32.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.2,55.9,56.2,-5.7,1.0,51286.0,51286.0\n2024-11-15T15:04:32.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.1,-5.3,1.0,51287.0,51287.0\n2024-11-15T15:05:32.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,53.5,53.9,-6.5,1.0,51288.0,51288.0\n2024-11-15T15:06:32.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-6.1,1.0,51289.0,51289.0\n2024-11-15T15:07:32.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.2,56.6,56.9,-5.5,1.0,51290.0,51290.0\n2024-11-15T15:08:32.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.3,56.6,56.9,-5.7,1.0,51291.0,51291.0\n2024-11-15T15:09:32.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,56.7,57.0,-5.9,1.0,51292.0,51292.0\n2024-11-15T15:10:32.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,51293.0,51293.0\n2024-11-15T15:11:32.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.7,1.0,51294.0,51294.0\n2024-11-15T15:12:32.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.1,1.0,51295.0,51295.0\n2024-11-15T15:13:32.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.8,-5.7,1.0,51296.0,51296.0\n2024-11-15T15:14:32.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,51297.0,51297.0\n2024-11-15T15:15:32.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.1,54.3,54.6,-6.3,1.0,51298.0,51298.0\n2024-11-15T15:16:32.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,55.0,55.4,-6.0,1.0,51299.0,51299.0\n2024-11-15T15:17:32.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.7,1.0,51300.0,51300.0\n2024-11-15T15:18:33.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.8,1.0,51301.0,51301.0\n2024-11-15T15:19:33.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.9,-6.1,1.0,51301.0,51301.0\n2024-11-15T15:20:33.000000+00:00,247.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.8,1.0,51302.0,51302.0\n2024-11-15T15:21:33.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.3,-5.6,1.0,51303.0,51303.0\n2024-11-15T15:22:33.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-5.7,1.0,51304.0,51304.0\n2024-11-15T15:23:33.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.7,1.0,51305.0,51305.0\n2024-11-15T15:24:33.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.5,-5.5,1.0,51306.0,51306.0\n2024-11-15T15:25:33.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.1,-5.2,1.0,51307.0,51307.0\n2024-11-15T15:26:33.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.1,-5.0,1.0,51308.0,51308.0\n2024-11-15T15:27:33.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.7,-5.6,1.0,51314.0,51309.0\n2024-11-15T15:28:33.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,56.6,56.8,-4.9,1.0,51310.0,51310.0\n2024-11-15T15:29:33.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.8,57.0,57.3,-5.8,1.0,51311.0,51311.0\n2024-11-15T15:30:33.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.8,-5.6,1.0,51312.0,51312.0\n2024-11-15T15:31:33.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,51313.0,51313.0\n2024-11-15T15:32:33.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.8,54.9,55.3,-6.7,1.0,51314.0,51314.0\n2024-11-15T15:33:33.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,3.9,54.6,55.0,-6.6,1.0,51315.0,51315.0\n2024-11-15T15:34:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.7,-6.0,1.0,51316.0,51316.0\n2024-11-15T15:35:33.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.9,1.0,51317.0,51317.0\n2024-11-15T15:36:33.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.1,55.7,56.0,-6.0,1.0,51317.0,51317.0\n2024-11-15T15:37:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,51318.0,51318.0\n2024-11-15T15:38:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,51319.0,51319.0\n2024-11-15T15:39:33.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.5,-5.8,1.0,51320.0,51320.0\n2024-11-15T15:40:33.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.2,-5.2,1.0,51321.0,51321.0\n2024-11-15T15:41:33.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,3.8,57.3,57.5,-5.4,1.0,51322.0,51322.0\n2024-11-15T15:42:33.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-5.6,1.0,51323.0,51323.0\n2024-11-15T15:43:33.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.2,55.6,55.9,-5.8,1.0,51324.0,51324.0\n2024-11-15T15:44:33.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.8,1.0,51325.0,51325.0\n2024-11-15T15:45:33.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,51326.0,51326.0\n2024-11-15T15:46:33.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.4,-5.5,1.0,51327.0,51327.0\n2024-11-15T15:47:33.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.4,-5.7,1.0,51328.0,51328.0\n2024-11-15T15:48:33.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,54.6,54.9,-6.0,1.0,51329.0,51329.0\n2024-11-15T15:49:33.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,55.1,55.4,-5.9,1.0,51330.0,51330.0\n2024-11-15T15:50:33.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,57.6,57.7,-4.7,1.0,51331.0,51331.0\n2024-11-15T15:51:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.0,1.0,51332.0,51332.0\n2024-11-15T15:52:33.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,53.9,54.2,-6.0,1.0,51332.0,51332.0\n2024-11-15T15:53:33.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-5.3,1.0,51333.0,51333.0\n2024-11-15T15:54:33.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.8,-5.5,1.0,51334.0,51334.0\n2024-11-15T15:55:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.4,-5.6,1.0,51335.0,51335.0\n2024-11-15T15:56:33.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,54.9,55.4,-6.7,1.0,51336.0,51336.0\n2024-11-15T15:57:33.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,3.9,57.6,57.9,-5.7,1.0,51337.0,51337.0\n2024-11-15T15:58:33.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,55.3,55.6,-6.1,1.0,51338.0,51338.0\n2024-11-15T15:59:33.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,3.9,55.3,55.6,-5.8,1.0,51339.0,51339.0\n2024-11-15T16:00:33.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,3.8,55.1,55.4,-5.9,1.0,51340.0,51340.0\n2024-11-15T16:01:33.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,54.8,55.1,-6.0,1.0,51341.0,51341.0\n2024-11-15T16:02:33.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.6,1.0,51342.0,51342.0\n2024-11-15T16:03:33.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.3,-5.7,1.0,51343.0,51343.0\n2024-11-15T16:04:33.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,54.1,54.4,-5.9,1.0,51344.0,51344.0\n2024-11-15T16:05:33.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.1,58.0,58.3,-5.3,1.0,51345.0,51345.0\n2024-11-15T16:06:33.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.1,58.4,58.7,-5.5,1.0,51346.0,51346.0\n2024-11-15T16:07:33.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,58.1,58.4,-5.5,1.0,51347.0,51347.0\n2024-11-15T16:08:33.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.4,1.0,51348.0,51348.0\n2024-11-15T16:09:33.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.4,-4.9,1.0,51348.0,51348.0\n2024-11-15T16:10:33.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.5,4.1,58.0,58.2,-5.2,1.0,51349.0,51349.0\n2024-11-15T16:11:33.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.4,-4.9,1.0,51350.0,51350.0\n2024-11-15T16:12:33.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.2,-4.9,1.0,51351.0,51351.0\n2024-11-15T16:13:33.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.4,3.9,55.2,55.5,-5.7,1.0,51352.0,51352.0\n2024-11-15T16:14:33.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,57.3,57.6,-5.1,1.0,51353.0,51353.0\n2024-11-15T16:15:33.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,55.7,56.0,-6.0,1.0,51354.0,51354.0\n2024-11-15T16:16:33.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-5.8,1.0,51355.0,51355.0\n2024-11-15T16:17:33.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,57.2,57.5,-5.6,1.0,51356.0,51356.0\n2024-11-15T16:18:33.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.6,-5.5,1.0,51357.0,51357.0\n2024-11-15T16:19:33.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.2,1.0,51358.0,51358.0\n2024-11-15T16:20:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,57.2,57.4,-4.9,1.0,51359.0,51359.0\n2024-11-15T16:21:33.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,3.9,55.4,55.7,-6.1,1.0,51360.0,51360.0\n2024-11-15T16:22:33.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,55.7,55.9,-5.7,1.0,51361.0,51361.0\n2024-11-15T16:23:33.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.1,1.0,51362.0,51362.0\n2024-11-15T16:24:33.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.7,1.0,51363.0,51363.0\n2024-11-15T16:25:33.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.9,-5.8,1.0,51363.0,51363.0\n2024-11-15T16:26:33.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.3,1.0,51364.0,51364.0\n2024-11-15T16:27:33.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,57.6,57.8,-4.9,1.0,51365.0,51365.0\n2024-11-15T16:28:33.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.6,1.0,51366.0,51366.0\n2024-11-15T16:29:33.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,54.7,55.0,-5.9,1.0,51367.0,51367.0\n2024-11-15T16:30:33.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,57.2,57.5,-5.5,1.0,51368.0,51368.0\n2024-11-15T16:31:33.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.8,1.0,51369.0,51369.0\n2024-11-15T16:32:33.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.5,-5.7,1.0,51370.0,51370.0\n2024-11-15T16:33:33.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.1,-5.8,1.0,51371.0,51371.0\n2024-11-15T16:34:33.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.4,1.0,51372.0,51372.0\n2024-11-15T16:35:33.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,56.8,57.0,-5.1,1.0,51373.0,51373.0\n2024-11-15T16:36:33.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.9,55.8,56.1,-5.7,1.0,51374.0,51374.0\n2024-11-15T16:37:33.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.9,58.4,58.7,-5.3,1.0,51375.0,51375.0\n2024-11-15T16:38:33.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.8,55.0,55.4,-6.5,1.0,51376.0,51376.0\n2024-11-15T16:39:33.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.1,57.0,57.3,-5.7,1.0,51377.0,51377.0\n2024-11-15T16:40:33.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.2,58.1,58.4,-5.6,1.0,51378.0,51378.0\n2024-11-15T16:41:33.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.3,-5.2,1.0,51379.0,51379.0\n2024-11-15T16:42:33.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,3.8,53.8,54.1,-6.1,1.0,51379.0,51379.0\n2024-11-15T16:43:33.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.3,-5.6,1.0,51380.0,51380.0\n2024-11-15T16:44:33.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.2,-5.4,1.0,51381.0,51381.0\n2024-11-15T16:45:33.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.0,57.8,58.1,-5.1,1.0,51382.0,51382.0\n2024-11-15T16:46:33.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.8,1.0,51383.0,51383.0\n2024-11-15T16:47:33.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.2,1.0,51384.0,51384.0\n2024-11-15T16:48:33.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,3.9,57.9,58.2,-5.7,1.0,51385.0,51385.0\n2024-11-15T16:49:33.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.3,-6.8,1.0,51386.0,51386.0\n2024-11-15T16:50:33.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.5,4.0,58.1,58.4,-6.2,1.0,51387.0,51387.0\n2024-11-15T16:51:33.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.0,1.0,51388.0,51388.0\n2024-11-15T16:52:34.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,3.9,57.6,57.9,-5.6,1.0,51389.0,51389.0\n2024-11-15T16:53:34.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,51390.0,51390.0\n2024-11-15T16:54:34.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,57.2,57.5,-5.5,1.0,51391.0,51391.0\n2024-11-15T16:55:34.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.4,-5.9,1.0,51392.0,51392.0\n2024-11-15T16:56:34.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.1,-5.7,1.0,51393.0,51393.0\n2024-11-15T16:57:34.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.2,1.0,51394.0,51394.0\n2024-11-15T16:58:34.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.2,1.0,51394.0,51394.0\n2024-11-15T16:59:34.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.4,-5.5,1.0,51395.0,51395.0\n2024-11-15T17:00:34.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,57.3,57.6,-5.8,1.0,51396.0,51396.0\n2024-11-15T17:01:34.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.0,58.1,58.5,-6.2,1.0,51397.0,51397.0\n2024-11-15T17:02:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.2,1.0,51398.0,51398.0\n2024-11-15T17:03:34.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,3.9,58.3,58.6,-5.8,1.0,51399.0,51399.0\n2024-11-15T17:04:34.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.1,-6.2,1.0,51400.0,51400.0\n2024-11-15T17:05:34.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-6.5,1.0,51401.0,51401.0\n2024-11-15T17:06:34.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.1,54.1,54.5,-6.7,1.0,51402.0,51402.0\n2024-11-15T17:07:34.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,58.5,58.8,-5.8,1.0,51403.0,51403.0\n2024-11-15T17:08:34.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,54.8,55.2,-6.5,1.0,51404.0,51404.0\n2024-11-15T17:09:34.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,57.3,57.6,-5.8,1.0,51405.0,51405.0\n2024-11-15T17:10:34.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.4,-5.9,1.0,51406.0,51406.0\n2024-11-15T17:11:34.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,58.7,59.0,-5.5,1.0,51407.0,51407.0\n2024-11-15T17:12:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,58.4,58.7,-5.6,1.0,51408.0,51408.0\n2024-11-15T17:13:34.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.5,-6.3,1.0,51409.0,51409.0\n2024-11-15T17:14:34.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-5.5,1.0,51410.0,51413.0\n2024-11-15T17:15:34.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,3.9,55.4,55.8,-6.0,1.0,51410.0,51410.0\n2024-11-15T17:16:34.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,3.9,54.6,55.0,-6.0,1.0,51411.0,51411.0\n2024-11-15T17:17:34.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.7,-5.9,1.0,51412.0,51412.0\n2024-11-15T17:18:34.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,54.5,54.8,-6.2,1.0,51413.0,51413.0\n2024-11-15T17:19:34.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.1,55.7,56.1,-6.0,1.0,51414.0,51414.0\n2024-11-15T17:20:34.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.9,-6.3,1.0,51415.0,51415.0\n2024-11-15T17:21:34.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.3,54.4,54.7,-6.0,1.0,51416.0,51416.0\n2024-11-15T17:22:34.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.1,-6.1,1.0,51417.0,51417.0\n2024-11-15T17:23:34.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.0,54.8,55.0,-5.6,1.0,51418.0,51418.0\n2024-11-15T17:24:34.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,3.9,55.9,56.2,-5.8,1.0,51419.0,51419.0\n2024-11-15T17:25:34.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,53.7,54.1,-6.1,1.0,51420.0,51420.0\n2024-11-15T17:26:34.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.2,57.0,57.3,-6.2,1.0,51421.0,51421.0\n2024-11-15T17:27:34.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.5,4.2,57.4,57.7,-5.8,1.0,51422.0,51422.0\n2024-11-15T17:28:34.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.5,4.3,55.4,55.7,-5.8,1.0,51423.0,51423.0\n2024-11-15T17:29:34.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.1,-5.6,1.0,51424.0,51424.0\n2024-11-15T17:30:34.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.2,56.3,56.6,-6.0,1.0,51425.0,51425.0\n2024-11-15T17:31:34.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.5,4.2,56.1,56.5,-6.2,1.0,51426.0,51426.0\n2024-11-15T17:32:34.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.4,56.7,57.0,-6.1,1.0,51426.0,51426.0\n2024-11-15T17:33:34.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.1,-5.9,1.0,51427.0,51427.0\n2024-11-15T17:34:34.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.2,55.7,56.0,-5.9,1.0,51428.0,51428.0\n2024-11-15T17:35:34.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.3,56.6,56.9,-6.1,1.0,51429.0,51429.0\n2024-11-15T17:36:34.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.6,-6.5,1.0,51430.0,51430.0\n2024-11-15T17:37:34.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-6.4,1.0,51431.0,51431.0\n2024-11-15T17:38:34.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,51432.0,51432.0\n2024-11-15T17:39:34.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.3,1.0,51433.0,51433.0\n2024-11-15T17:40:34.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-6.2,1.0,51434.0,51434.0\n2024-11-15T17:41:34.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-6.1,1.0,51435.0,51435.0\n2024-11-15T17:42:34.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.0,1.0,51436.0,51436.0\n2024-11-15T17:43:34.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.5,-5.6,1.0,51437.0,51437.0\n2024-11-15T17:44:34.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,56.5,56.8,-6.4,1.0,51438.0,51438.0\n2024-11-15T17:45:34.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.8,54.7,55.1,-6.7,1.0,51439.0,51439.0\n2024-11-15T17:46:34.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.3,-6.6,1.0,51440.0,51440.0\n2024-11-15T17:47:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.8,56.1,56.4,-6.3,1.0,51441.0,51441.0\n2024-11-15T17:48:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.6,1.0,51441.0,51441.0\n2024-11-15T17:49:34.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.3,1.0,51442.0,51442.0\n2024-11-15T17:50:34.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.7,-5.9,1.0,51443.0,51443.0\n2024-11-15T17:51:34.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-6.0,1.0,51444.0,51444.0\n2024-11-15T17:52:34.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.3,-6.1,1.0,51445.0,51445.0\n2024-11-15T17:53:34.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.4,-5.9,1.0,51446.0,51446.0\n2024-11-15T17:54:34.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.6,56.9,-6.0,1.0,51447.0,51447.0\n2024-11-15T17:55:34.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-6.2,1.0,51448.0,51448.0\n2024-11-15T17:56:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-5.6,1.0,51449.0,51449.0\n2024-11-15T17:57:34.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.4,1.0,51450.0,51450.0\n2024-11-15T17:58:34.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,3.9,55.4,55.8,-6.6,1.0,51451.0,51451.0\n2024-11-15T17:59:34.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,53.8,54.1,-5.8,1.0,51452.0,51452.0\n2024-11-15T18:00:34.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.9,56.5,56.8,-6.3,1.0,51453.0,51453.0\n2024-11-15T18:01:34.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.7,56.4,56.8,-6.1,1.0,51454.0,51454.0\n2024-11-15T18:02:34.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.8,-6.7,1.0,51455.0,51455.0\n2024-11-15T18:03:34.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,56.9,57.3,-6.2,1.0,51456.0,51456.0\n2024-11-15T18:04:34.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.8,-6.9,1.0,51457.0,51457.0\n2024-11-15T18:05:34.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.3,-6.1,1.0,51457.0,51457.0\n2024-11-15T18:06:34.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.3,-6.0,1.0,51458.0,51458.0\n2024-11-15T18:07:34.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.5,1.0,51459.0,51459.0\n2024-11-15T18:08:34.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,51460.0,51460.0\n2024-11-15T18:09:34.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-6.2,1.0,51461.0,51461.0\n2024-11-15T18:10:34.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,56.7,56.9,-5.6,1.0,51467.0,51462.0\n2024-11-15T18:11:34.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.8,54.7,55.1,-6.6,1.0,51463.0,51463.0\n2024-11-15T18:12:34.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.6,-6.2,1.0,51464.0,51464.0\n2024-11-15T18:13:34.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.0,-5.7,1.0,51465.0,51465.0\n2024-11-15T18:14:34.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-5.8,1.0,51466.0,51466.0\n2024-11-15T18:15:34.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.9,-5.7,1.0,51467.0,51467.0\n2024-11-15T18:16:34.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.4,-5.6,1.0,51468.0,51468.0\n2024-11-15T18:17:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.8,56.9,57.2,-5.7,1.0,51469.0,51469.0\n2024-11-15T18:18:34.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.1,57.1,57.4,-5.5,1.0,51470.0,51470.0\n2024-11-15T18:19:34.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.9,-6.1,1.0,51471.0,51471.0\n2024-11-15T18:20:34.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.3,-5.8,1.0,51472.0,51472.0\n2024-11-15T18:21:34.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,57.3,57.6,-5.2,1.0,51473.0,51473.0\n2024-11-15T18:22:34.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.1,-5.5,1.0,51473.0,51473.0\n2024-11-15T18:23:34.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.1,56.6,56.9,-5.9,1.0,51474.0,51474.0\n2024-11-15T18:24:35.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.6,-6.1,1.0,51475.0,51475.0\n2024-11-15T18:25:35.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.7,-6.1,1.0,51476.0,51476.0\n2024-11-15T18:26:35.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.7,-6.1,1.0,51477.0,51477.0\n2024-11-15T18:27:35.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.4,1.0,51478.0,51478.0\n2024-11-15T18:28:35.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,3.9,56.9,57.2,-5.5,1.0,51479.0,51479.0\n2024-11-15T18:29:35.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,3.9,57.1,57.3,-5.6,1.0,51480.0,51480.0\n2024-11-15T18:30:35.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,57.2,57.5,-5.6,1.0,51481.0,51481.0\n2024-11-15T18:31:35.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,3.8,57.6,57.8,-5.2,1.0,51482.0,51482.0\n2024-11-15T18:32:35.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.4,-5.3,1.0,51483.0,51483.0\n2024-11-15T18:33:35.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.7,54.5,54.9,-6.1,1.0,51484.0,51484.0\n2024-11-15T18:34:35.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-6.1,1.0,51485.0,51485.0\n2024-11-15T18:35:35.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,51486.0,51486.0\n2024-11-15T18:36:35.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-5.7,1.0,51487.0,51487.0\n2024-11-15T18:37:35.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,55.6,55.9,-5.6,1.0,51488.0,51488.0\n2024-11-15T18:38:35.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.8,-5.6,1.0,51488.0,51488.0\n2024-11-15T18:39:35.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.7,-5.9,1.0,51489.0,51489.0\n2024-11-15T18:40:35.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.3,-5.8,1.0,51490.0,51490.0\n2024-11-15T18:41:35.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.0,-5.8,1.0,51491.0,51491.0\n2024-11-15T18:42:35.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,51492.0,51492.0\n2024-11-15T18:43:35.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.5,-5.8,1.0,51493.0,51493.0\n2024-11-15T18:44:35.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.2,-6.1,1.0,51494.0,51494.0\n2024-11-15T18:45:35.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.8,55.3,55.7,-6.5,1.0,51495.0,51495.0\n2024-11-15T18:46:35.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,57.7,58.0,-5.8,1.0,51496.0,51496.0\n2024-11-15T18:47:35.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,57.3,57.5,-5.2,1.0,51497.0,51497.0\n2024-11-15T18:48:35.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,54.7,55.1,-6.1,1.0,51498.0,51498.0\n2024-11-15T18:49:35.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,57.4,57.6,-4.9,1.0,51499.0,51499.0\n2024-11-15T18:50:35.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,57.2,57.4,-5.4,1.0,51500.0,51500.0\n2024-11-15T18:51:35.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.6,-5.9,1.0,51501.0,51501.0\n2024-11-15T18:52:35.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-6.0,1.0,51502.0,51502.0\n2024-11-15T18:53:35.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.0,-6.2,1.0,51503.0,51503.0\n2024-11-15T18:54:35.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.1,1.0,51503.0,51503.0\n2024-11-15T18:55:35.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.0,56.6,56.8,-5.4,1.0,51504.0,51504.0\n2024-11-15T18:56:35.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.4,-5.7,1.0,51505.0,51505.0\n2024-11-15T18:57:35.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,4.0,56.5,56.8,-5.9,1.0,51506.0,51506.0\n2024-11-15T18:58:35.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.5,-5.5,1.0,51507.0,51507.0\n2024-11-15T18:59:35.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,57.1,57.3,-5.4,1.0,51508.0,51508.0\n2024-11-15T19:00:35.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-6.0,1.0,51509.0,51509.0\n2024-11-15T19:01:35.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.2,-5.9,1.0,51510.0,51510.0\n2024-11-15T19:02:35.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,51511.0,51511.0\n2024-11-15T19:03:35.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,57.9,58.1,-5.7,1.0,51512.0,51512.0\n2024-11-15T19:04:35.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,54.3,54.7,-6.2,1.0,51513.0,51513.0\n2024-11-15T19:05:35.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,54.3,54.7,-6.4,1.0,51514.0,51514.0\n2024-11-15T19:06:35.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.5,4.1,55.8,56.5,-6.0,1.0,51520.0,51520.0\n2024-11-15T19:07:35.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,56.1,56.4,-5.8,1.0,51516.0,51516.0\n2024-11-15T19:08:35.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.5,4.3,56.0,56.3,-6.0,1.0,51517.0,51517.0\n2024-11-15T19:09:35.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.5,4.2,56.8,57.0,-5.7,1.0,51518.0,51518.0\n2024-11-15T19:10:35.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.5,4.3,56.2,56.5,-5.9,1.0,51519.0,51519.0\n2024-11-15T19:11:35.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.0,-5.6,1.0,51519.0,51519.0\n2024-11-15T19:12:35.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.5,4.2,56.7,57.0,-5.8,1.0,51520.0,51520.0\n2024-11-15T19:13:35.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.5,4.2,56.7,57.0,-5.7,1.0,51521.0,51521.0\n2024-11-15T19:14:35.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.1,-5.5,1.0,51522.0,51522.0\n2024-11-15T19:15:35.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.2,55.8,56.2,-6.0,1.0,51523.0,51523.0\n2024-11-15T19:16:35.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,54.6,54.9,-5.7,1.0,51524.0,51524.0\n2024-11-15T19:17:35.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.5,-6.2,1.0,51525.0,51525.0\n2024-11-15T19:18:35.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-6.1,1.0,51526.0,51526.0\n2024-11-15T19:19:35.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.6,-5.8,1.0,51527.0,51527.0\n2024-11-15T19:20:35.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.2,1.0,51528.0,51528.0\n2024-11-15T19:21:35.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-5.6,1.0,51529.0,51529.0\n2024-11-15T19:22:35.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.4,1.0,51530.0,51530.0\n2024-11-15T19:23:35.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.7,-5.2,1.0,51531.0,51531.0\n2024-11-15T19:24:35.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.3,-5.2,1.0,51532.0,51532.0\n2024-11-15T19:25:35.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.8,-4.9,1.0,51533.0,51533.0\n2024-11-15T19:26:35.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.2,-5.6,1.0,51534.0,51534.0\n2024-11-15T19:27:35.000000+00:00,246.7,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.7,-5.6,1.0,51535.0,51535.0\n2024-11-15T19:28:35.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.2,-5.4,1.0,51535.0,51535.0\n2024-11-15T19:29:35.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.3,-6.0,1.0,51536.0,51536.0\n2024-11-15T19:30:35.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.4,3.8,54.4,54.8,-6.3,1.0,51537.0,51537.0\n2024-11-15T19:31:35.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,3.9,57.9,58.1,-5.5,1.0,51538.0,51538.0\n2024-11-15T19:32:35.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.2,58.1,58.3,-5.0,1.0,51539.0,51539.0\n2024-11-15T19:33:35.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.5,-6.5,1.0,51540.0,51540.0\n2024-11-15T19:34:35.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.4,3.8,56.4,56.7,-5.2,1.0,51541.0,51541.0\n2024-11-15T19:35:35.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,3.9,57.1,57.4,-5.7,1.0,51542.0,51542.0\n2024-11-15T19:36:35.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.0,-5.6,1.0,51543.0,51543.0\n2024-11-15T19:37:35.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.7,-5.5,1.0,51544.0,51544.0\n2024-11-15T19:38:35.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,3.9,57.1,57.3,-5.0,1.0,51545.0,51545.0\n2024-11-15T19:39:35.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.1,-5.2,1.0,51546.0,51546.0\n2024-11-15T19:40:35.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.8,-4.9,1.0,51547.0,51547.0\n2024-11-15T19:41:35.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-5.7,1.0,51548.0,51548.0\n2024-11-15T19:42:35.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.7,1.0,51549.0,51549.0\n2024-11-15T19:43:35.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.8,-6.2,1.0,51550.0,51550.0\n2024-11-15T19:44:35.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.2,-5.4,1.0,51550.0,51550.0\n2024-11-15T19:45:35.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.4,-6.0,1.0,51551.0,51551.0\n2024-11-15T19:46:35.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.5,4.1,56.0,56.3,-5.6,1.0,51552.0,51552.0\n2024-11-15T19:47:35.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.0,-5.5,1.0,51553.0,51553.0\n2024-11-15T19:48:35.000000+00:00,246.6,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.8,-5.5,1.0,51554.0,51554.0\n2024-11-15T19:49:35.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.6,1.0,51555.0,51555.0\n2024-11-15T19:50:35.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,3.8,57.0,57.3,-5.6,1.0,51556.0,51556.0\n2024-11-15T19:51:35.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-5.5,1.0,51557.0,51557.0\n2024-11-15T19:52:35.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.6,-5.7,1.0,51558.0,51558.0\n2024-11-15T19:53:35.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.2,-5.5,1.0,51559.0,51559.0\n2024-11-15T19:54:35.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,51560.0,51560.0\n2024-11-15T19:55:35.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-6.0,1.0,51561.0,51561.0\n2024-11-15T19:56:35.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.8,1.0,51562.0,51562.0\n2024-11-15T19:57:35.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.6,1.0,51563.0,51563.0\n2024-11-15T19:58:35.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.3,-5.3,1.0,51564.0,51564.0\n2024-11-15T19:59:35.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,3.9,56.7,57.0,-5.9,1.0,51565.0,51565.0\n2024-11-15T20:00:35.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.1,-5.1,1.0,51566.0,51566.0\n2024-11-15T20:01:35.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.8,-5.6,1.0,51566.0,51566.0\n2024-11-15T20:02:35.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,3.9,55.6,55.9,-5.7,1.0,51567.0,51567.0\n2024-11-15T20:03:35.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,3.9,57.3,57.6,-5.5,1.0,51568.0,51568.0\n2024-11-15T20:04:36.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,3.8,54.5,54.8,-6.0,1.0,51569.0,51569.0\n2024-11-15T20:05:36.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,57.6,57.8,-4.8,1.0,51570.0,51570.0\n2024-11-15T20:06:36.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,55.2,55.4,-4.7,1.0,51571.0,51571.0\n2024-11-15T20:07:36.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.2,57.4,57.7,-5.5,1.0,51572.0,51572.0\n2024-11-15T20:08:36.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.5,3.9,58.4,58.7,-5.8,1.0,51573.0,51573.0\n2024-11-15T20:09:36.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.2,55.7,56.0,-5.6,1.0,51574.0,51574.0\n2024-11-15T20:10:36.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.6,1.0,51575.0,51575.0\n2024-11-15T20:11:36.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.8,1.0,51576.0,51576.0\n2024-11-15T20:12:36.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.6,1.0,51577.0,51577.0\n2024-11-15T20:13:36.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-5.2,1.0,51578.0,51578.0\n2024-11-15T20:14:36.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.5,1.0,51579.0,51579.0\n2024-11-15T20:15:36.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-5.5,1.0,51580.0,51580.0\n2024-11-15T20:16:36.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,51581.0,51581.0\n2024-11-15T20:17:36.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.3,-6.0,1.0,51582.0,51582.0\n2024-11-15T20:18:36.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,51582.0,51582.0\n2024-11-15T20:19:36.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.1,-5.5,1.0,51583.0,51583.0\n2024-11-15T20:20:36.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.4,1.0,51584.0,51584.0\n2024-11-15T20:21:36.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.8,-5.4,1.0,51585.0,51585.0\n2024-11-15T20:22:36.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.8,1.0,51586.0,51586.0\n2024-11-15T20:23:36.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.7,1.0,51587.0,51587.0\n2024-11-15T20:24:36.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.6,1.0,51588.0,51588.0\n2024-11-15T20:25:36.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.5,1.0,51589.0,51589.0\n2024-11-15T20:26:36.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.2,-5.3,1.0,51590.0,51590.0\n2024-11-15T20:27:36.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.5,4.0,56.9,57.2,-5.1,1.0,51591.0,51591.0\n2024-11-15T20:28:36.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-5.4,1.0,51592.0,51592.0\n2024-11-15T20:29:36.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,51593.0,51593.0\n2024-11-15T20:30:36.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.8,55.6,55.9,-5.5,1.0,51594.0,51594.0\n2024-11-15T20:31:36.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.0,1.0,51595.0,51595.0\n2024-11-15T20:32:36.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-6.0,1.0,51596.0,51596.0\n2024-11-15T20:33:36.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,51597.0,51597.0\n2024-11-15T20:34:36.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.3,1.0,51597.0,51597.0\n2024-11-15T20:35:36.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.2,56.8,57.0,-5.4,1.0,51598.0,51598.0\n2024-11-15T20:36:36.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,4.0,56.5,56.8,-5.9,1.0,51599.0,51599.0\n2024-11-15T20:37:36.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-6.0,1.0,51600.0,51600.0\n2024-11-15T20:38:36.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-6.1,1.0,51601.0,51601.0\n2024-11-15T20:39:36.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,55.6,55.9,-6.0,1.0,51602.0,51602.0\n2024-11-15T20:40:36.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,55.6,55.9,-5.5,1.0,51603.0,51603.0\n2024-11-15T20:41:36.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.3,-5.5,1.0,51604.0,51604.0\n2024-11-15T20:42:36.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.2,-5.5,1.0,51605.0,51605.0\n2024-11-15T20:43:36.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.4,-5.6,1.0,51606.0,51606.0\n2024-11-15T20:44:36.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.5,1.0,51607.0,51607.0\n2024-11-15T20:45:36.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.8,1.0,51608.0,51608.0\n2024-11-15T20:46:36.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.3,-5.9,1.0,51609.0,51609.0\n2024-11-15T20:47:36.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.3,-5.8,1.0,51610.0,51610.0\n2024-11-15T20:48:36.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.1,55.4,55.7,-5.8,1.0,51611.0,51611.0\n2024-11-15T20:49:36.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.5,4.0,56.7,57.0,-5.7,1.0,51612.0,51612.0\n2024-11-15T20:50:36.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,55.7,56.0,-5.4,1.0,51612.0,51612.0\n2024-11-15T20:51:36.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.7,1.0,51613.0,51613.0\n2024-11-15T20:52:36.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.2,-6.0,1.0,51614.0,51614.0\n2024-11-15T20:53:36.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.4,-6.1,1.0,51620.0,51620.0\n2024-11-15T20:54:36.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.9,1.0,51616.0,51616.0\n2024-11-15T20:55:36.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.7,1.0,51617.0,51617.0\n2024-11-15T20:56:36.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.2,-5.9,1.0,51618.0,51618.0\n2024-11-15T20:57:36.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-5.9,1.0,51619.0,51619.0\n2024-11-15T20:58:36.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.0,-5.4,1.0,51620.0,51620.0\n2024-11-15T20:59:36.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.8,1.0,51621.0,51621.0\n2024-11-15T21:00:36.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,54.4,54.8,-6.1,1.0,51622.0,51622.0\n2024-11-15T21:01:36.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.7,1.0,51623.0,51623.0\n2024-11-15T21:02:36.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.3,1.0,51624.0,51624.0\n2024-11-15T21:03:36.000000+00:00,242.6,0.0,49.9,0.4,0.0,1.4,3.9,55.0,55.3,-5.7,1.0,51625.0,51625.0\n2024-11-15T21:04:36.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,3.7,56.3,56.6,-5.9,1.0,51626.0,51626.0\n2024-11-15T21:05:36.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.4,1.0,51626.0,51626.0\n2024-11-15T21:06:36.000000+00:00,242.5,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.6,1.0,51627.0,51627.0\n2024-11-15T21:07:36.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-5.7,1.0,51628.0,51628.0\n2024-11-15T21:08:36.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.8,1.0,51629.0,51629.0\n2024-11-15T21:09:36.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-6.0,1.0,51630.0,51630.0\n2024-11-15T21:10:36.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.1,-5.4,1.0,51631.0,51631.0\n2024-11-15T21:11:36.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-5.7,1.0,51632.0,51632.0\n2024-11-15T21:12:36.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-5.9,1.0,51633.0,51633.0\n2024-11-15T21:13:36.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-5.5,1.0,51634.0,51634.0\n2024-11-15T21:14:36.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.9,1.0,51635.0,51635.0\n2024-11-15T21:15:36.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.1,-5.5,1.0,51636.0,51636.0\n2024-11-15T21:16:36.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.3,1.0,51637.0,51637.0\n2024-11-15T21:17:36.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.0,-5.5,1.0,51638.0,51638.0\n2024-11-15T21:18:36.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.4,-5.6,1.0,51639.0,51639.0\n2024-11-15T21:19:36.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.4,-6.0,1.0,51640.0,51640.0\n2024-11-15T21:20:36.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.8,-6.3,1.0,51641.0,51641.0\n2024-11-15T21:21:36.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.9,1.0,51642.0,51642.0\n2024-11-15T21:22:36.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.5,4.0,57.0,57.3,-5.7,1.0,51642.0,51642.0\n2024-11-15T21:23:36.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.7,1.0,51643.0,51643.0\n2024-11-15T21:24:36.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.8,-5.7,1.0,51644.0,51644.0\n2024-11-15T21:25:36.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-5.9,1.0,51645.0,51645.0\n2024-11-15T21:26:36.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.5,1.0,51646.0,51646.0\n2024-11-15T21:27:36.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-5.9,1.0,51647.0,51647.0\n2024-11-15T21:28:36.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,55.5,55.8,-5.5,1.0,51648.0,51648.0\n2024-11-15T21:29:36.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.2,1.0,51649.0,51649.0\n2024-11-15T21:30:36.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.6,-6.0,1.0,51650.0,51650.0\n2024-11-15T21:31:36.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.8,-5.9,1.0,51651.0,51651.0\n2024-11-15T21:32:36.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,3.8,56.9,57.2,-5.4,1.0,51652.0,51652.0\n2024-11-15T21:33:36.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.6,1.0,51653.0,51653.0\n2024-11-15T21:34:36.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.8,1.0,51654.0,51654.0\n2024-11-15T21:35:36.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.6,-5.4,1.0,51655.0,51655.0\n2024-11-15T21:36:36.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.0,-5.4,1.0,51656.0,51656.0\n2024-11-15T21:37:36.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.7,1.0,51656.0,51656.0\n2024-11-15T21:38:36.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.0,-6.5,1.0,51657.0,51657.0\n2024-11-15T21:39:37.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.0,55.7,56.0,-6.4,1.0,51658.0,51658.0\n2024-11-15T21:40:37.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-6.1,1.0,51659.0,51659.0\n2024-11-15T21:41:37.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.8,1.0,51660.0,51660.0\n2024-11-15T21:42:37.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.2,56.4,56.7,-6.0,1.0,51661.0,51661.0\n2024-11-15T21:43:37.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,51662.0,51662.0\n2024-11-15T21:44:37.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-5.6,1.0,51663.0,51663.0\n2024-11-15T21:45:37.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.6,1.0,51664.0,51664.0\n2024-11-15T21:46:37.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-6.1,1.0,51665.0,51665.0\n2024-11-15T21:47:37.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.0,-6.0,1.0,51666.0,51666.0\n2024-11-15T21:48:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.3,-5.6,1.0,51667.0,51667.0\n2024-11-15T21:49:37.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,56.7,56.0,-5.2,1.0,51668.0,51668.0\n2024-11-15T21:50:37.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.7,-5.5,1.0,51669.0,51669.0\n2024-11-15T21:51:37.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.4,1.0,51670.0,51670.0\n2024-11-15T21:52:37.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.7,-5.5,1.0,51671.0,51671.0\n2024-11-15T21:53:37.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,3.9,56.2,56.4,-5.5,1.0,51671.0,51671.0\n2024-11-15T21:54:37.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.2,-5.4,1.0,51672.0,51672.0\n2024-11-15T21:55:37.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-5.6,1.0,51672.0,51672.0\n2024-11-15T21:56:37.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.0,-5.5,1.0,51673.0,51673.0\n2024-11-15T21:57:37.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.6,-5.4,1.0,51674.0,51674.0\n2024-11-15T21:58:37.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.7,-6.1,1.0,51675.0,51675.0\n2024-11-15T21:59:37.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.1,-5.7,1.0,51676.0,51676.0\n2024-11-15T22:00:37.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.6,-6.5,1.0,51677.0,51677.0\n2024-11-15T22:01:37.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.1,54.9,55.2,-6.5,1.0,51678.0,51678.0\n2024-11-15T22:02:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-6.1,1.0,51679.0,51679.0\n2024-11-15T22:03:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.8,1.0,51680.0,51680.0\n2024-11-15T22:04:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.8,1.0,51681.0,51681.0\n2024-11-15T22:05:37.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.2,-5.8,1.0,51682.0,51682.0\n2024-11-15T22:06:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-5.6,1.0,51683.0,51683.0\n2024-11-15T22:07:37.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.7,-5.9,1.0,51684.0,51684.0\n2024-11-15T22:08:37.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.7,5.4,56.4,56.7,-5.7,1.0,51684.0,51684.0\n2024-11-15T22:09:37.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.3,1.0,51685.0,51685.0\n2024-11-15T22:10:37.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.4,1.0,51686.0,51686.0\n2024-11-15T22:11:37.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.8,56.5,56.9,-6.6,1.0,51687.0,51687.0\n2024-11-15T22:12:37.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.3,1.0,51688.0,51688.0\n2024-11-15T22:13:37.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.4,1.0,51689.0,51689.0\n2024-11-15T22:14:37.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.1,1.0,51690.0,51690.0\n2024-11-15T22:15:37.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.5,1.0,51691.0,51691.0\n2024-11-15T22:16:37.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,55.1,55.5,-6.7,1.0,51692.0,51692.0\n2024-11-15T22:17:37.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-6.4,1.0,51693.0,51693.0\n2024-11-15T22:18:37.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.2,-6.2,1.0,51694.0,51694.0\n2024-11-15T22:19:37.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-6.8,1.0,51695.0,51695.0\n2024-11-15T22:20:37.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.3,1.0,51696.0,51696.0\n2024-11-15T22:21:37.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.8,-6.5,1.0,51697.0,51697.0\n2024-11-15T22:22:37.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.0,-6.1,1.0,51698.0,51698.0\n2024-11-15T22:23:37.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-6.7,1.0,51699.0,51699.0\n2024-11-15T22:24:37.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-6.9,1.0,51700.0,51700.0\n2024-11-15T22:25:37.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,55.1,55.5,-6.7,1.0,51700.0,51700.0\n2024-11-15T22:26:37.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.6,1.0,51701.0,51701.0\n2024-11-15T22:27:37.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.6,1.0,51702.0,51702.0\n2024-11-15T22:28:37.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,55.6,56.0,-6.5,1.0,51703.0,51703.0\n2024-11-15T22:29:37.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-6.5,1.0,51704.0,51704.0\n2024-11-15T22:30:37.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-7.0,1.0,51705.0,51705.0\n2024-11-15T22:31:37.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-6.4,1.0,51706.0,51706.0\n2024-11-15T22:32:37.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,3.9,56.5,56.9,-6.3,1.0,51707.0,51707.0\n2024-11-15T22:33:37.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.2,-5.9,1.0,51708.0,51708.0\n2024-11-15T22:34:37.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,55.6,55.9,-6.4,1.0,51709.0,51709.0\n2024-11-15T22:35:37.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.6,-6.5,1.0,51710.0,51710.0\n2024-11-15T22:36:37.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.1,-6.5,1.0,51711.0,51711.0\n2024-11-15T22:37:37.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.1,1.0,51712.0,51712.0\n2024-11-15T22:38:37.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,56.5,56.9,-6.4,1.0,51713.0,51713.0\n2024-11-15T22:39:37.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.5,1.0,51714.0,51714.0\n2024-11-15T22:40:37.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.1,-6.3,1.0,51718.0,51714.0\n2024-11-15T22:41:37.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-6.0,1.0,51715.0,51715.0\n2024-11-15T22:42:37.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.3,1.0,51716.0,51716.0\n2024-11-15T22:43:37.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.5,4.2,56.1,56.4,-6.1,1.0,51717.0,51717.0\n2024-11-15T22:44:37.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.5,4.2,56.8,57.1,-6.0,1.0,51718.0,51718.0\n2024-11-15T22:45:37.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.2,1.0,51724.0,51719.0\n2024-11-15T22:46:37.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.1,-6.2,1.0,51720.0,51720.0\n2024-11-15T22:47:37.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.5,4.2,57.0,57.3,-5.9,1.0,51721.0,51721.0\n2024-11-15T22:48:37.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.5,4.2,55.7,56.1,-6.1,1.0,51722.0,51722.0\n2024-11-15T22:49:37.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.5,-6.2,1.0,51723.0,51723.0\n2024-11-15T22:50:37.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.3,56.7,57.1,-6.2,1.0,51724.0,51724.0\n2024-11-15T22:51:37.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.5,4.2,56.0,56.3,-6.1,1.0,51725.0,51725.0\n2024-11-15T22:52:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.7,-6.4,1.0,51726.0,51726.0\n2024-11-15T22:53:37.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.2,55.7,56.1,-6.3,1.0,51727.0,51727.0\n2024-11-15T22:54:37.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.1,-5.9,1.0,51728.0,51728.0\n2024-11-15T22:55:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.2,-6.0,1.0,51729.0,51729.0\n2024-11-15T22:56:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.2,55.7,56.1,-6.1,1.0,51729.0,51729.0\n2024-11-15T22:57:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.5,4.3,56.1,56.4,-6.0,1.0,51730.0,51730.0\n2024-11-15T22:58:37.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-5.9,1.0,51731.0,51731.0\n2024-11-15T22:59:37.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.5,4.1,55.8,56.1,-6.1,1.0,51732.0,51732.0\n2024-11-15T23:00:37.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.5,4.1,55.5,55.8,-6.4,1.0,51733.0,51733.0\n2024-11-15T23:01:37.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.2,55.0,55.3,-6.3,1.0,51734.0,51734.0\n2024-11-15T23:02:37.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.3,1.0,51735.0,51735.0\n2024-11-15T23:03:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.9,-6.1,1.0,51736.0,51736.0\n2024-11-15T23:04:37.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,51737.0,51737.0\n2024-11-15T23:05:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,54.3,54.5,-5.0,1.0,51738.0,51738.0\n2024-11-15T23:06:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.0,57.6,57.8,-5.4,1.0,51739.0,51739.0\n2024-11-15T23:07:37.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,54.3,54.7,-6.1,1.0,51740.0,51740.0\n2024-11-15T23:08:37.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-5.6,1.0,51741.0,51741.0\n2024-11-15T23:09:37.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.6,1.0,51742.0,51742.0\n2024-11-15T23:10:37.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.4,1.0,51743.0,51743.0\n2024-11-15T23:11:37.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.1,55.9,56.2,-5.3,1.0,51743.0,51743.0\n2024-11-15T23:12:37.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.1,-5.1,1.0,51744.0,51744.0\n2024-11-15T23:13:37.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-4.9,1.0,51745.0,51745.0\n2024-11-15T23:14:37.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,55.7,55.9,-5.3,1.0,51746.0,51746.0\n2024-11-15T23:15:37.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-5.3,1.0,51747.0,51747.0\n2024-11-15T23:16:37.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,55.4,55.7,-5.5,1.0,51748.0,51748.0\n2024-11-15T23:17:37.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.8,-5.3,1.0,51749.0,51749.0\n2024-11-15T23:18:37.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.1,1.0,51750.0,51750.0\n2024-11-15T23:19:37.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.2,-5.4,1.0,51751.0,51751.0\n2024-11-15T23:20:38.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.3,-5.0,1.0,51752.0,51752.0\n2024-11-15T23:21:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.7,1.0,51753.0,51753.0\n2024-11-15T23:22:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.8,1.0,51754.0,51754.0\n2024-11-15T23:23:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.2,57.1,57.4,-5.6,1.0,51755.0,51755.0\n2024-11-15T23:24:38.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.4,1.0,51756.0,51756.0\n2024-11-15T23:25:38.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-5.5,1.0,51757.0,51757.0\n2024-11-15T23:26:38.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-5.6,1.0,51758.0,51758.0\n2024-11-15T23:27:38.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.6,-5.6,1.0,51759.0,51759.0\n2024-11-15T23:28:38.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.1,-5.5,1.0,51759.0,51759.0\n2024-11-15T23:29:38.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.5,4.1,56.5,56.8,-5.6,1.0,51760.0,51760.0\n2024-11-15T23:30:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-5.6,1.0,51761.0,51761.0\n2024-11-15T23:31:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.5,4.1,56.7,57.0,-5.5,1.0,51762.0,51762.0\n2024-11-15T23:32:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.7,1.0,51763.0,51763.0\n2024-11-15T23:33:38.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-6.0,1.0,51764.0,51764.0\n2024-11-15T23:34:38.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.3,-6.0,1.0,51765.0,51765.0\n2024-11-15T23:35:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-6.2,1.0,51766.0,51766.0\n2024-11-15T23:36:38.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.6,-6.4,1.0,51767.0,51767.0\n2024-11-15T23:37:38.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-6.0,1.0,51768.0,51768.0\n2024-11-15T23:38:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.0,-6.1,1.0,51769.0,51769.0\n2024-11-15T23:39:38.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.0,57.6,57.9,-5.7,1.0,51770.0,51770.0\n2024-11-15T23:40:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.1,1.0,51771.0,51771.0\n2024-11-15T23:41:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.5,-6.1,1.0,51772.0,51772.0\n2024-11-15T23:42:38.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.2,56.3,56.6,-6.3,1.0,51773.0,51773.0\n2024-11-15T23:43:38.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.5,4.1,56.6,56.9,-5.6,1.0,51774.0,51774.0\n2024-11-15T23:44:38.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.9,1.0,51774.0,51774.0\n2024-11-15T23:45:38.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.1,56.9,57.1,-5.5,1.0,51775.0,51775.0\n2024-11-15T23:46:38.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.8,1.0,51776.0,51776.0\n2024-11-15T23:47:38.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.9,-6.1,1.0,51777.0,51777.0\n2024-11-15T23:48:38.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.2,1.0,51778.0,51778.0\n2024-11-15T23:49:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,57.0,-6.0,1.0,51779.0,51779.0\n2024-11-15T23:50:38.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.1,55.5,55.9,-6.2,1.0,51780.0,51780.0\n2024-11-15T23:51:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.2,1.0,51781.0,51781.0\n2024-11-15T23:52:38.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.1,-6.0,1.0,51782.0,51782.0\n2024-11-15T23:53:38.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-6.3,1.0,51783.0,51783.0\n2024-11-15T23:54:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.0,56.4,56.7,-6.3,1.0,51784.0,51784.0\n2024-11-15T23:55:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.7,1.0,51785.0,51785.0\n2024-11-15T23:56:38.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.2,1.0,51786.0,51786.0\n2024-11-15T23:57:38.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.0,1.0,51787.0,51787.0\n2024-11-15T23:58:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.3,1.0,51788.0,51788.0\n2024-11-15T23:59:38.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.7,-6.1,1.0,51789.0,51789.0\n2024-11-16T00:00:38.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.3,1.0,51789.0,51789.0\n2024-11-16T00:01:38.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-6.4,1.0,51790.0,51790.0\n2024-11-16T00:02:38.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.2,-6.1,1.0,51791.0,51791.0\n2024-11-16T00:03:38.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.2,1.0,51792.0,51792.0\n2024-11-16T00:04:38.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.7,-6.4,1.0,51793.0,51793.0\n2024-11-16T00:05:38.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,57.7,58.0,-6.1,1.0,51794.0,51794.0\n2024-11-16T00:06:38.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,55.0,55.4,-6.5,1.0,51795.0,51795.0\n2024-11-16T00:07:38.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,5.8,56.0,56.4,-6.9,1.0,51796.0,51796.0\n2024-11-16T00:08:38.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,5.9,55.7,56.1,-6.6,1.0,51797.0,51797.0\n2024-11-16T00:09:38.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.7,-6.6,1.0,51798.0,51798.0\n2024-11-16T00:10:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.6,1.0,51799.0,51799.0\n2024-11-16T00:11:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.5,1.0,51800.0,51800.0\n2024-11-16T00:12:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.7,1.0,51801.0,51801.0\n2024-11-16T00:13:38.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.4,1.0,51802.0,51802.0\n2024-11-16T00:14:38.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,51803.0,51803.0\n2024-11-16T00:15:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.6,1.0,51804.0,51804.0\n2024-11-16T00:16:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.6,1.0,51805.0,51805.0\n2024-11-16T00:17:38.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-6.7,1.0,51805.0,51805.0\n2024-11-16T00:18:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.7,1.0,51806.0,51806.0\n2024-11-16T00:19:38.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.4,1.0,51807.0,51807.0\n2024-11-16T00:20:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.4,1.0,51808.0,51808.0\n2024-11-16T00:21:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.3,1.0,51809.0,51809.0\n2024-11-16T00:22:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,57.6,58.0,-6.5,1.0,51810.0,51810.0\n2024-11-16T00:23:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-6.9,1.0,51811.0,51811.0\n2024-11-16T00:24:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.6,1.0,51812.0,51812.0\n2024-11-16T00:25:38.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.0,56.7,57.0,-6.4,1.0,51813.0,51813.0\n2024-11-16T00:26:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.0,1.0,51814.0,51814.0\n2024-11-16T00:27:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.7,1.0,51815.0,51815.0\n2024-11-16T00:28:38.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,51816.0,51816.0\n2024-11-16T00:29:38.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.6,1.0,51817.0,51817.0\n2024-11-16T00:30:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-7.0,1.0,51818.0,51818.0\n2024-11-16T00:31:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.6,1.0,51819.0,51819.0\n2024-11-16T00:32:38.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-6.5,1.0,51820.0,51825.0\n2024-11-16T00:33:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.6,1.0,51821.0,51821.0\n2024-11-16T00:34:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.6,-6.4,1.0,51821.0,51821.0\n2024-11-16T00:35:38.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.4,-6.5,1.0,51822.0,51822.0\n2024-11-16T00:36:38.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.5,1.0,51823.0,51823.0\n2024-11-16T00:37:38.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.3,-6.4,1.0,51824.0,51824.0\n2024-11-16T00:38:38.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.7,-7.1,1.0,51825.0,51825.0\n2024-11-16T00:39:38.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.0,1.0,51826.0,51826.0\n2024-11-16T00:40:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-6.9,1.0,51827.0,51827.0\n2024-11-16T00:41:38.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-6.5,1.0,51828.0,51828.0\n2024-11-16T00:42:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.2,1.0,51829.0,51829.0\n2024-11-16T00:43:38.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,51830.0,51830.0\n2024-11-16T00:44:38.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.8,-6.5,1.0,51831.0,51831.0\n2024-11-16T00:45:38.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-6.2,1.0,51832.0,51832.0\n2024-11-16T00:46:38.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.1,1.0,51833.0,51833.0\n2024-11-16T00:47:38.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-6.1,1.0,51834.0,51834.0\n2024-11-16T00:48:38.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-6.5,1.0,51835.0,51835.0\n2024-11-16T00:49:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.2,56.5,56.8,-6.4,1.0,51836.0,51836.0\n2024-11-16T00:50:38.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.9,1.0,51836.0,51836.0\n2024-11-16T00:51:38.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.4,-7.0,1.0,51837.0,51837.0\n2024-11-16T00:52:38.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-6.9,1.0,51838.0,51838.0\n2024-11-16T00:53:38.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.7,1.0,51839.0,51839.0\n2024-11-16T00:54:39.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.8,1.0,51840.0,51840.0\n2024-11-16T00:55:39.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.6,1.0,51841.0,51841.0\n2024-11-16T00:56:39.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.5,1.0,51842.0,51842.0\n2024-11-16T00:57:39.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,51843.0,51843.0\n2024-11-16T00:58:39.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,3.9,57.4,57.7,-6.1,1.0,51844.0,51844.0\n2024-11-16T00:59:39.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.3,-6.6,1.0,51845.0,51845.0\n2024-11-16T01:00:39.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,3.9,56.6,57.0,-6.3,1.0,51846.0,51846.0\n2024-11-16T01:01:39.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.5,-6.4,1.0,51847.0,51847.0\n2024-11-16T01:02:39.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,51848.0,51848.0\n2024-11-16T01:03:39.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,55.4,55.9,-6.8,1.0,51849.0,51849.0\n2024-11-16T01:04:39.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.5,1.0,51850.0,51850.0\n2024-11-16T01:05:39.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-6.4,1.0,51851.0,51851.0\n2024-11-16T01:06:39.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,3.9,56.2,56.5,-6.5,1.0,51852.0,51852.0\n2024-11-16T01:07:39.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.3,56.4,56.8,-6.7,1.0,51852.0,51852.0\n2024-11-16T01:08:39.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.5,4.0,55.2,55.6,-6.4,1.0,51853.0,51853.0\n2024-11-16T01:09:39.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,51854.0,51854.0\n2024-11-16T01:10:39.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,51855.0,51855.0\n2024-11-16T01:11:39.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.9,1.0,51856.0,51856.0\n2024-11-16T01:12:39.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-6.9,1.0,51857.0,51857.0\n2024-11-16T01:13:39.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.8,-7.0,1.0,51858.0,51858.0\n2024-11-16T01:14:39.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,51859.0,51859.0\n2024-11-16T01:15:39.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.9,1.0,51860.0,51860.0\n2024-11-16T01:16:39.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.0,1.0,51861.0,51861.0\n2024-11-16T01:17:39.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.2,56.2,56.6,-6.7,1.0,51862.0,51862.0\n2024-11-16T01:18:39.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,51863.0,51863.0\n2024-11-16T01:19:39.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,51864.0,51864.0\n2024-11-16T01:20:39.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-7.1,1.0,51865.0,51865.0\n2024-11-16T01:21:39.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-6.9,1.0,51866.0,51866.0\n2024-11-16T01:22:39.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-7.3,1.0,51867.0,51867.0\n2024-11-16T01:23:39.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.9,56.7,-6.9,1.0,51867.0,51867.0\n2024-11-16T01:24:39.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-7.0,1.0,51868.0,51868.0\n2024-11-16T01:25:39.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,4.0,55.6,56.0,-6.8,1.0,51869.0,51869.0\n2024-11-16T01:26:39.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-6.8,1.0,51870.0,51870.0\n2024-11-16T01:27:39.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.4,-7.1,1.0,51871.0,51871.0\n2024-11-16T01:28:39.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,51872.0,51872.0\n2024-11-16T01:29:39.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.8,1.0,51873.0,51873.0\n2024-11-16T01:30:39.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.7,1.0,51874.0,51874.0\n2024-11-16T01:31:39.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.7,1.0,51875.0,51875.0\n2024-11-16T01:32:39.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-6.9,1.0,51876.0,51876.0\n2024-11-16T01:33:39.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,51877.0,51877.0\n2024-11-16T01:34:39.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,51878.0,51878.0\n2024-11-16T01:35:39.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-7.1,1.0,51879.0,51879.0\n2024-11-16T01:36:40.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.9,1.0,51880.0,51880.0\n2024-11-16T01:37:40.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.2,-6.7,1.0,51881.0,51881.0\n2024-11-16T01:38:40.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.7,1.0,51882.0,51882.0\n2024-11-16T01:39:40.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,51883.0,51883.0\n2024-11-16T01:40:40.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.1,55.8,56.3,-6.9,1.0,51883.0,51883.0\n2024-11-16T01:41:40.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.1,55.5,55.9,-6.9,1.0,51884.0,51884.0\n2024-11-16T01:42:40.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.3,-7.2,1.0,51885.0,51885.0\n2024-11-16T01:43:40.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.9,-7.2,1.0,51886.0,51886.0\n2024-11-16T01:44:40.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.9,1.0,51887.0,51887.0\n2024-11-16T01:45:40.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.1,56.2,56.7,-7.0,1.0,51888.0,51888.0\n2024-11-16T01:46:40.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.0,1.0,51889.0,51889.0\n2024-11-16T01:47:40.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.5,-7.2,1.0,51890.0,51890.0\n2024-11-16T01:48:40.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.1,1.0,51891.0,51891.0\n2024-11-16T01:49:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-7.1,1.0,51892.0,51892.0\n2024-11-16T01:50:40.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.0,-7.5,1.0,51893.0,51893.0\n2024-11-16T01:51:40.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,51894.0,51894.0\n2024-11-16T01:52:40.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.8,-7.3,1.0,51895.0,51895.0\n2024-11-16T01:53:40.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.7,1.0,51896.0,51896.0\n2024-11-16T01:54:40.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.3,-7.4,1.0,51897.0,51897.0\n2024-11-16T01:55:40.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.5,4.1,57.1,57.6,-7.0,1.0,51898.0,51898.0\n2024-11-16T01:56:40.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.9,1.0,51898.0,51898.0\n2024-11-16T01:57:40.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,3.9,57.0,57.4,-7.1,1.0,51899.0,51899.0\n2024-11-16T01:58:40.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,3.9,56.1,56.6,-7.4,1.0,51900.0,51900.0\n2024-11-16T01:59:40.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.2,-7.3,1.0,51901.0,51901.0\n2024-11-16T02:00:40.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.2,1.0,51902.0,51902.0\n2024-11-16T02:01:40.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.1,55.7,56.1,-7.0,1.0,51903.0,51903.0\n2024-11-16T02:02:40.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-7.4,1.0,51904.0,51904.0\n2024-11-16T02:03:40.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,55.3,55.8,-7.3,1.0,51905.0,51905.0\n2024-11-16T02:04:40.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.2,-7.6,1.0,51906.0,51906.0\n2024-11-16T02:05:40.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.6,1.0,51907.0,51907.0\n2024-11-16T02:06:40.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,56.6,57.1,-7.1,1.0,51908.0,51908.0\n2024-11-16T02:07:40.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.9,1.0,51909.0,51909.0\n2024-11-16T02:08:40.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,5.9,56.4,56.8,-6.7,1.0,51910.0,51910.0\n2024-11-16T02:09:40.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.3,56.9,57.3,-6.9,1.0,51911.0,51911.0\n2024-11-16T02:10:40.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.3,55.5,55.9,-6.7,1.0,51912.0,51912.0\n2024-11-16T02:11:40.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.7,-6.8,1.0,51913.0,51913.0\n2024-11-16T02:12:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.9,1.0,51913.0,51913.0\n2024-11-16T02:13:40.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.6,-6.4,1.0,51914.0,51914.0\n2024-11-16T02:14:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.3,56.3,56.7,-6.7,1.0,51915.0,51915.0\n2024-11-16T02:15:40.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.3,-6.4,1.0,51916.0,51916.0\n2024-11-16T02:16:40.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.3,55.8,56.2,-6.7,1.0,51917.0,51917.0\n2024-11-16T02:17:40.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.4,57.1,57.4,-6.7,1.0,51918.0,51918.0\n2024-11-16T02:18:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.8,-6.6,1.0,51919.0,51919.0\n2024-11-16T02:19:40.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.9,1.0,51920.0,51920.0\n2024-11-16T02:20:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.9,57.3,-6.5,1.0,51921.0,51921.0\n2024-11-16T02:21:40.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.9,-6.5,1.0,51922.0,51922.0\n2024-11-16T02:22:40.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.2,55.5,56.0,-6.9,1.0,51923.0,51923.0\n2024-11-16T02:23:40.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.7,1.0,51924.0,51924.0\n2024-11-16T02:24:40.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,51925.0,51925.0\n2024-11-16T02:25:40.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.1,-7.0,1.0,51926.0,51926.0\n2024-11-16T02:26:40.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.4,1.0,51927.0,51927.0\n2024-11-16T02:27:40.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.9,57.4,-7.5,1.0,51927.0,51927.0\n2024-11-16T02:28:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.7,-7.8,1.0,51928.0,51928.0\n2024-11-16T02:29:40.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.6,1.0,51929.0,51929.0\n2024-11-16T02:30:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.1,-7.5,1.0,51930.0,51930.0\n2024-11-16T02:31:40.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.5,1.0,51931.0,51931.0\n2024-11-16T02:32:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.9,-7.6,1.0,51932.0,51932.0\n2024-11-16T02:33:40.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.5,1.0,51933.0,51933.0\n2024-11-16T02:34:40.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.5,1.0,51934.0,51934.0\n2024-11-16T02:35:40.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,4.1,55.7,56.2,-7.5,1.0,51935.0,51935.0\n2024-11-16T02:36:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,51936.0,51936.0\n2024-11-16T02:37:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.7,1.0,51937.0,51937.0\n2024-11-16T02:38:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-7.5,1.0,51938.0,51938.0\n2024-11-16T02:39:40.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.2,-7.7,1.0,51939.0,51939.0\n2024-11-16T02:40:40.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,4.0,56.8,57.4,-7.9,1.0,51940.0,51940.0\n2024-11-16T02:41:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.4,1.0,51941.0,51941.0\n2024-11-16T02:42:40.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.2,-7.9,1.0,51942.0,51942.0\n2024-11-16T02:43:40.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.1,1.0,51943.0,51943.0\n2024-11-16T02:44:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.6,-7.5,1.0,51943.0,51943.0\n2024-11-16T02:45:40.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-7.0,1.0,51944.0,51944.0\n2024-11-16T02:46:40.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-7.5,1.0,51945.0,51945.0\n2024-11-16T02:47:40.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.0,-7.3,1.0,51946.0,51946.0\n2024-11-16T02:48:40.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.7,-7.4,1.0,51947.0,51947.0\n2024-11-16T02:49:40.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-7.3,1.0,51948.0,51948.0\n2024-11-16T02:50:40.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.3,1.0,51949.0,51949.0\n2024-11-16T02:51:40.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.2,1.0,51950.0,51950.0\n2024-11-16T02:52:40.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.0,-6.8,1.0,51951.0,51951.0\n2024-11-16T02:53:40.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.7,1.0,51952.0,51952.0\n2024-11-16T02:54:40.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,3.9,57.2,57.6,-6.8,1.0,51953.0,51953.0\n2024-11-16T02:55:40.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-7.0,1.0,51954.0,51954.0\n2024-11-16T02:56:40.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,4.0,55.5,56.0,-7.1,1.0,51955.0,51955.0\n2024-11-16T02:57:40.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.8,-7.3,1.0,51956.0,51956.0\n2024-11-16T02:58:40.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-6.8,1.0,51957.0,51957.0\n2024-11-16T02:59:40.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.1,1.0,51958.0,51958.0\n2024-11-16T03:00:40.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.1,-7.3,1.0,51959.0,51959.0\n2024-11-16T03:01:40.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.3,-7.4,1.0,51959.0,51959.0\n2024-11-16T03:02:40.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.3,1.0,51960.0,51960.0\n2024-11-16T03:03:40.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.7,1.0,51961.0,51961.0\n2024-11-16T03:04:40.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.6,1.0,51962.0,51962.0\n2024-11-16T03:05:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-7.2,1.0,51963.0,51963.0\n2024-11-16T03:06:40.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,55.5,56.0,-7.6,1.0,51964.0,51964.0\n2024-11-16T03:07:40.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.2,1.0,51965.0,51965.0\n2024-11-16T03:08:40.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.1,1.0,51966.0,51966.0\n2024-11-16T03:09:40.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.7,1.0,51967.0,51967.0\n2024-11-16T03:10:40.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-7.4,1.0,51968.0,51968.0\n2024-11-16T03:11:40.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.3,1.0,51969.0,51969.0\n2024-11-16T03:12:40.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,55.5,56.0,-7.7,1.0,51970.0,51970.0\n2024-11-16T03:13:40.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.3,-7.3,1.0,51971.0,51971.0\n2024-11-16T03:14:40.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.5,-7.4,1.0,51972.0,51972.0\n2024-11-16T03:15:40.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.1,55.5,56.0,-7.3,1.0,51972.0,51972.0\n2024-11-16T03:16:41.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.6,1.0,51973.0,51973.0\n2024-11-16T03:17:41.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.6,57.1,-7.3,1.0,51974.0,51974.0\n2024-11-16T03:18:41.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-7.1,1.0,51975.0,51975.0\n2024-11-16T03:19:41.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,55.5,56.0,-7.1,1.0,51976.0,51976.0\n2024-11-16T03:20:41.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.0,-7.3,1.0,51977.0,51977.0\n2024-11-16T03:21:41.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.4,1.0,51978.0,51978.0\n2024-11-16T03:22:41.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.3,-7.3,1.0,51979.0,51979.0\n2024-11-16T03:23:41.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.6,1.0,51980.0,51980.0\n2024-11-16T03:24:41.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.7,-7.3,1.0,51981.0,51981.0\n2024-11-16T03:25:41.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.4,-7.0,1.0,51982.0,51982.0\n2024-11-16T03:26:41.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,3.9,56.5,57.0,-7.1,1.0,51983.0,51983.0\n2024-11-16T03:27:41.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.2,1.0,51984.0,51984.0\n2024-11-16T03:28:41.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.6,57.1,-7.4,1.0,51985.0,51985.0\n2024-11-16T03:29:41.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-7.2,1.0,51986.0,51986.0\n2024-11-16T03:30:41.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.9,-7.4,1.0,51987.0,51987.0\n2024-11-16T03:31:41.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.1,-7.4,1.0,51988.0,51988.0\n2024-11-16T03:32:41.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.1,55.5,56.0,-7.4,1.0,51989.0,51989.0\n2024-11-16T03:33:41.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.2,1.0,51989.0,51989.0\n2024-11-16T03:34:41.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-7.3,1.0,51990.0,51990.0\n2024-11-16T03:35:41.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.3,1.0,51991.0,51991.0\n2024-11-16T03:36:41.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.9,-7.4,1.0,51992.0,51992.0\n2024-11-16T03:37:41.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,3.9,56.9,57.4,-7.7,1.0,51993.0,51993.0\n2024-11-16T03:38:41.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.1,56.6,57.1,-7.6,1.0,51994.0,51994.0\n2024-11-16T03:39:41.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.8,-7.2,1.0,51995.0,51995.0\n2024-11-16T03:40:41.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.6,-8.0,1.0,51996.0,51996.0\n2024-11-16T03:41:41.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.2,56.5,57.0,-7.5,1.0,51997.0,51997.0\n2024-11-16T03:42:41.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.6,-7.7,1.0,51998.0,51998.0\n2024-11-16T03:43:41.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.2,55.6,56.1,-7.4,1.0,51999.0,51999.0\n2024-11-16T03:44:41.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-7.6,1.0,52000.0,52000.0\n2024-11-16T03:45:41.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.2,-7.4,1.0,52001.0,52001.0\n2024-11-16T03:46:41.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-7.3,1.0,52002.0,52002.0\n2024-11-16T03:47:41.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.2,-7.3,1.0,52003.0,52003.0\n2024-11-16T03:48:41.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.3,-7.1,1.0,52003.0,52003.0\n2024-11-16T03:49:41.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.5,-7.4,1.0,52004.0,52004.0\n2024-11-16T03:50:41.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.7,1.0,52005.0,52005.0\n2024-11-16T03:51:41.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.8,1.0,52006.0,52006.0\n2024-11-16T03:52:41.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-7.5,1.0,52007.0,52007.0\n2024-11-16T03:53:41.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.7,1.0,52008.0,52008.0\n2024-11-16T03:54:41.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.9,-7.8,1.0,52009.0,52009.0\n2024-11-16T03:55:41.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.1,-7.3,1.0,52010.0,52010.0\n2024-11-16T03:56:41.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.2,1.0,52011.0,52011.0\n2024-11-16T03:57:41.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.3,1.0,52012.0,52012.0\n2024-11-16T03:58:41.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.9,-7.4,1.0,52013.0,52013.0\n2024-11-16T03:59:41.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,3.9,56.1,56.7,-7.6,1.0,52014.0,52014.0\n2024-11-16T04:00:41.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.1,1.0,52015.0,52015.0\n2024-11-16T04:01:41.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.3,-7.5,1.0,52016.0,52016.0\n2024-11-16T04:02:41.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,55.5,56.0,-7.4,1.0,52017.0,52017.0\n2024-11-16T04:03:41.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.5,-7.3,1.0,52018.0,52018.0\n2024-11-16T04:04:41.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,4.0,55.6,56.0,-7.4,1.0,52018.0,52018.0\n2024-11-16T04:05:41.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.3,-7.7,1.0,52019.0,52019.0\n2024-11-16T04:06:41.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,52024.0,52024.0\n2024-11-16T04:07:41.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.8,-7.7,1.0,52021.0,52021.0\n2024-11-16T04:08:41.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.6,-7.8,1.0,52022.0,52022.0\n2024-11-16T04:09:41.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.8,1.0,52023.0,52023.0\n2024-11-16T04:10:41.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.8,-7.3,1.0,52024.0,52024.0\n2024-11-16T04:11:41.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.2,57.0,-8.0,1.0,52030.0,52030.0\n2024-11-16T04:12:41.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.8,-8.2,1.0,52026.0,52026.0\n2024-11-16T04:13:41.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.5,-7.7,1.0,52027.0,52027.0\n2024-11-16T04:14:41.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.5,1.0,52028.0,52028.0\n2024-11-16T04:15:41.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.5,1.0,52029.0,52029.0\n2024-11-16T04:16:41.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,55.4,55.9,-7.6,1.0,52030.0,52030.0\n2024-11-16T04:17:41.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.9,-7.7,1.0,52031.0,52031.0\n2024-11-16T04:18:41.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.4,1.0,52032.0,52032.0\n2024-11-16T04:19:41.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.1,55.6,56.1,-7.6,1.0,52033.0,52033.0\n2024-11-16T04:20:41.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.7,1.0,52033.0,52033.0\n2024-11-16T04:21:41.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.4,1.0,52034.0,52034.0\n2024-11-16T04:22:41.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.6,1.0,52035.0,52035.0\n2024-11-16T04:23:41.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,4.0,55.4,55.9,-7.7,1.0,52036.0,52036.0\n2024-11-16T04:24:41.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.8,1.0,52037.0,52037.0\n2024-11-16T04:25:41.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-7.3,1.0,52038.0,52038.0\n2024-11-16T04:26:41.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,4.0,55.3,55.8,-7.7,1.0,52039.0,52039.0\n2024-11-16T04:27:41.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.5,1.0,52040.0,52040.0\n2024-11-16T04:28:41.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.5,1.0,52041.0,52041.0\n2024-11-16T04:29:41.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.4,1.0,52042.0,52042.0\n2024-11-16T04:30:41.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.3,1.0,52043.0,52043.0\n2024-11-16T04:31:41.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.8,-7.7,1.0,52044.0,52044.0\n2024-11-16T04:32:41.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.3,1.0,52045.0,52045.0\n2024-11-16T04:33:41.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.5,1.0,52046.0,52046.0\n2024-11-16T04:34:41.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-7.0,1.0,52047.0,52047.0\n2024-11-16T04:35:41.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.5,1.0,52047.0,52047.0\n2024-11-16T04:36:41.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,55.5,56.0,-7.6,1.0,52048.0,52048.0\n2024-11-16T04:37:41.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.3,1.0,52049.0,52049.0\n2024-11-16T04:38:41.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.5,1.0,52050.0,52050.0\n2024-11-16T04:39:41.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.6,-7.6,1.0,52051.0,52051.0\n2024-11-16T04:40:41.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.5,57.0,-7.7,1.0,52052.0,52052.0\n2024-11-16T04:41:41.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.3,-7.6,1.0,52053.0,52053.0\n2024-11-16T04:42:41.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.5,1.0,52054.0,52054.0\n2024-11-16T04:43:41.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.1,1.0,52055.0,52055.0\n2024-11-16T04:44:41.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.1,56.3,56.7,-6.9,1.0,52056.0,52056.0\n2024-11-16T04:45:41.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.9,1.0,52057.0,52057.0\n2024-11-16T04:46:41.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.2,1.0,52058.0,52058.0\n2024-11-16T04:47:41.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-7.2,1.0,52059.0,52059.0\n2024-11-16T04:48:42.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.8,-7.0,1.0,52060.0,52060.0\n2024-11-16T04:49:42.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-6.9,1.0,52061.0,52061.0\n2024-11-16T04:50:42.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,52062.0,52062.0\n2024-11-16T04:51:42.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-6.9,1.0,52063.0,52063.0\n2024-11-16T04:52:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,52063.0,52063.0\n2024-11-16T04:53:42.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.3,1.0,52064.0,52064.0\n2024-11-16T04:54:42.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.1,56.3,56.7,-6.9,1.0,52065.0,52065.0\n2024-11-16T04:55:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.5,57.0,-7.2,1.0,52066.0,52066.0\n2024-11-16T04:56:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,52067.0,52067.0\n2024-11-16T04:57:42.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.7,1.0,52068.0,52068.0\n2024-11-16T04:58:42.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.1,55.6,56.0,-6.9,1.0,52069.0,52069.0\n2024-11-16T04:59:42.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.9,1.0,52070.0,52070.0\n2024-11-16T05:00:42.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-7.0,1.0,52071.0,52071.0\n2024-11-16T05:01:42.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-7.2,1.0,52072.0,52072.0\n2024-11-16T05:02:42.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,52073.0,52073.0\n2024-11-16T05:03:42.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.6,1.0,52074.0,52074.0\n2024-11-16T05:04:42.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.0,1.0,52075.0,52075.0\n2024-11-16T05:05:42.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,52076.0,52076.0\n2024-11-16T05:06:42.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.9,1.0,52077.0,52077.0\n2024-11-16T05:07:42.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.8,1.0,52078.0,52078.0\n2024-11-16T05:08:42.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-6.9,1.0,52078.0,52078.0\n2024-11-16T05:09:42.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-7.1,1.0,52079.0,52079.0\n2024-11-16T05:10:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.6,1.0,52080.0,52080.0\n2024-11-16T05:11:42.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,52081.0,52081.0\n2024-11-16T05:12:42.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.6,1.0,52082.0,52082.0\n2024-11-16T05:13:42.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.6,1.0,52083.0,52083.0\n2024-11-16T05:14:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.7,1.0,52084.0,52084.0\n2024-11-16T05:15:42.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,52085.0,52085.0\n2024-11-16T05:16:42.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,4.0,55.6,56.1,-7.4,1.0,52086.0,52086.0\n2024-11-16T05:17:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.3,1.0,52087.0,52087.0\n2024-11-16T05:18:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.7,1.0,52088.0,52088.0\n2024-11-16T05:19:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.8,1.0,52089.0,52089.0\n2024-11-16T05:20:42.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-7.3,1.0,52090.0,52090.0\n2024-11-16T05:21:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.8,1.0,52091.0,52091.0\n2024-11-16T05:22:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.2,55.9,56.3,-6.7,1.0,52092.0,52092.0\n2024-11-16T05:23:42.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.8,-6.5,1.0,52093.0,52093.0\n2024-11-16T05:24:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-6.4,1.0,52093.0,52093.0\n2024-11-16T05:25:42.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.2,1.0,52094.0,52094.0\n2024-11-16T05:26:42.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-5.8,1.0,52095.0,52095.0\n2024-11-16T05:27:42.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.5,-6.0,1.0,52096.0,52096.0\n2024-11-16T05:28:42.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.3,55.7,56.0,-5.9,1.0,52097.0,52097.0\n2024-11-16T05:29:42.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.8,57.1,-6.2,1.0,52098.0,52098.0\n2024-11-16T05:30:42.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.6,-6.2,1.0,52099.0,52099.0\n2024-11-16T05:31:42.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.3,56.1,56.4,-6.1,1.0,52100.0,52100.0\n2024-11-16T05:32:42.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.6,56.9,-6.2,1.0,52101.0,52101.0\n2024-11-16T05:33:42.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.2,-6.1,1.0,52102.0,52102.0\n2024-11-16T05:34:42.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.5,4.3,55.9,56.3,-6.3,1.0,52103.0,52103.0\n2024-11-16T05:35:42.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.5,4.1,56.0,56.3,-6.2,1.0,52104.0,52104.0\n2024-11-16T05:36:42.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.2,-6.3,1.0,52105.0,52105.0\n2024-11-16T05:37:42.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.5,-6.1,1.0,52106.0,52106.0\n2024-11-16T05:38:42.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.3,-6.0,1.0,52107.0,52107.0\n2024-11-16T05:39:42.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.3,56.0,56.3,-6.3,1.0,52108.0,52108.0\n2024-11-16T05:40:42.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.3,1.0,52108.0,52108.0\n2024-11-16T05:41:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.7,1.0,52109.0,52109.0\n2024-11-16T05:42:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.6,1.0,52110.0,52110.0\n2024-11-16T05:43:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.4,1.0,52111.0,52111.0\n2024-11-16T05:44:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-6.4,1.0,52112.0,52112.0\n2024-11-16T05:45:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.6,1.0,52113.0,52113.0\n2024-11-16T05:46:42.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.6,1.0,52114.0,52114.0\n2024-11-16T05:47:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.4,1.0,52115.0,52115.0\n2024-11-16T05:48:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-6.2,1.0,52116.0,52116.0\n2024-11-16T05:49:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.7,-6.7,1.0,52117.0,52117.0\n2024-11-16T05:50:42.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.3,1.0,52118.0,52118.0\n2024-11-16T05:51:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-6.1,1.0,52119.0,52119.0\n2024-11-16T05:52:42.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,52120.0,52120.0\n2024-11-16T05:53:42.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,52121.0,52121.0\n2024-11-16T05:54:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.3,-6.4,1.0,52122.0,52122.0\n2024-11-16T05:55:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.0,1.0,52122.0,52122.0\n2024-11-16T05:56:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-6.3,1.0,52123.0,52123.0\n2024-11-16T05:57:42.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.7,-6.1,1.0,52124.0,52124.0\n2024-11-16T05:58:42.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,56.3,-6.8,1.0,52129.0,52129.0\n2024-11-16T05:59:42.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-6.5,1.0,52126.0,52126.0\n2024-11-16T06:00:42.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.0,56.6,57.0,-6.4,1.0,52127.0,52127.0\n2024-11-16T06:01:42.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-6.2,1.0,52128.0,52128.0\n2024-11-16T06:02:42.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.2,1.0,52129.0,52129.0\n2024-11-16T06:03:42.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.3,1.0,52130.0,52130.0\n2024-11-16T06:04:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.9,1.0,52131.0,52131.0\n2024-11-16T06:05:42.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.7,56.9,-5.5,1.0,52132.0,52132.0\n2024-11-16T06:06:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.1,1.0,52133.0,52133.0\n2024-11-16T06:07:42.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.4,1.0,52134.0,52134.0\n2024-11-16T06:08:42.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,4.1,56.1,56.4,-6.1,1.0,52135.0,52135.0\n2024-11-16T06:09:42.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,52136.0,52136.0\n2024-11-16T06:10:42.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.4,1.0,52137.0,52137.0\n2024-11-16T06:11:42.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-6.2,1.0,52138.0,52138.0\n2024-11-16T06:12:42.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-6.3,1.0,52139.0,52139.0\n2024-11-16T06:13:42.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-6.2,1.0,52139.0,52139.0\n2024-11-16T06:14:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-6.3,1.0,52140.0,52140.0\n2024-11-16T06:15:42.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.1,1.0,52141.0,52141.0\n2024-11-16T06:16:42.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.5,4.0,57.5,57.8,-5.9,1.0,52142.0,52142.0\n2024-11-16T06:17:42.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.4,1.0,52143.0,52143.0\n2024-11-16T06:18:42.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.3,1.0,52144.0,52144.0\n2024-11-16T06:19:42.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.8,1.0,52145.0,52145.0\n2024-11-16T06:20:42.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.9,1.0,52146.0,52146.0\n2024-11-16T06:21:42.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.9,1.0,52147.0,52147.0\n2024-11-16T06:22:42.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.6,1.0,52148.0,52148.0\n2024-11-16T06:23:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.9,56.3,-5.7,1.0,52149.0,52149.0\n2024-11-16T06:24:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.9,1.0,52150.0,52150.0\n2024-11-16T06:25:43.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.8,-5.9,1.0,52151.0,52151.0\n2024-11-16T06:26:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.5,1.0,52152.0,52152.0\n2024-11-16T06:27:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.3,-5.7,1.0,52153.0,52153.0\n2024-11-16T06:28:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.0,57.2,57.5,-5.8,1.0,52153.0,52153.0\n2024-11-16T06:29:43.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.3,1.0,52154.0,52154.0\n2024-11-16T06:30:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.5,1.0,52155.0,52155.0\n2024-11-16T06:31:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.3,1.0,52156.0,52156.0\n2024-11-16T06:32:43.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.5,1.0,52157.0,52157.0\n2024-11-16T06:33:43.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,52158.0,52158.0\n2024-11-16T06:34:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-5.9,1.0,52159.0,52159.0\n2024-11-16T06:35:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.9,1.0,52160.0,52160.0\n2024-11-16T06:36:43.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.1,1.0,52161.0,52161.0\n2024-11-16T06:37:43.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.4,1.0,52162.0,52162.0\n2024-11-16T06:38:43.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.3,-6.1,1.0,52163.0,52163.0\n2024-11-16T06:39:43.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-6.1,1.0,52164.0,52164.0\n2024-11-16T06:40:43.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.4,-6.4,1.0,52165.0,52165.0\n2024-11-16T06:41:43.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.1,55.6,56.0,-6.5,1.0,52166.0,52166.0\n2024-11-16T06:42:43.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.0,1.0,52167.0,52167.0\n2024-11-16T06:43:43.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.6,-6.0,1.0,52168.0,52168.0\n2024-11-16T06:44:43.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-5.9,1.0,52168.0,52168.0\n2024-11-16T06:45:43.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.8,1.0,52169.0,52169.0\n2024-11-16T06:46:43.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.7,1.0,52170.0,52170.0\n2024-11-16T06:47:43.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.7,1.0,52171.0,52171.0\n2024-11-16T06:48:43.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.9,1.0,52172.0,52172.0\n2024-11-16T06:49:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,55.9,56.2,-5.7,1.0,52173.0,52173.0\n2024-11-16T06:50:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.0,1.0,52174.0,52174.0\n2024-11-16T06:51:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.0,56.4,56.7,-5.7,1.0,52175.0,52175.0\n2024-11-16T06:52:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.8,1.0,52176.0,52176.0\n2024-11-16T06:53:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-5.9,1.0,52177.0,52177.0\n2024-11-16T06:54:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.1,-6.0,1.0,52178.0,52178.0\n2024-11-16T06:55:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,55.6,55.9,-5.8,1.0,52179.0,52179.0\n2024-11-16T06:56:43.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-5.8,1.0,52180.0,52180.0\n2024-11-16T06:57:43.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.3,56.5,56.7,-5.7,1.0,52181.0,52181.0\n2024-11-16T06:58:43.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.1,-6.1,1.0,52182.0,52182.0\n2024-11-16T06:59:43.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.9,1.0,52183.0,52183.0\n2024-11-16T07:00:43.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.5,4.1,57.0,57.3,-5.3,1.0,52184.0,52184.0\n2024-11-16T07:01:43.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.2,55.7,55.9,-5.4,1.0,52184.0,52184.0\n2024-11-16T07:02:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.8,-5.1,1.0,52185.0,52185.0\n2024-11-16T07:03:43.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.8,-5.1,1.0,52186.0,52186.0\n2024-11-16T07:04:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.5,1.0,52187.0,52187.0\n2024-11-16T07:05:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.1,-5.0,1.0,52188.0,52188.0\n2024-11-16T07:06:43.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.1,56.1,56.3,-4.8,1.0,52189.0,52189.0\n2024-11-16T07:07:43.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.6,4.1,55.2,55.4,-4.8,1.0,52190.0,52190.0\n2024-11-16T07:08:43.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.6,4.1,55.7,56.0,-4.9,1.0,52191.0,52191.0\n2024-11-16T07:09:43.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.5,4.2,55.6,55.9,-5.1,1.0,52192.0,52192.0\n2024-11-16T07:10:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.4,-5.3,1.0,52193.0,52193.0\n2024-11-16T07:11:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.2,-4.8,1.0,52194.0,52194.0\n2024-11-16T07:12:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-5.4,1.0,52195.0,52195.0\n2024-11-16T07:13:43.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.1,57.4,57.6,-5.0,1.0,52196.0,52196.0\n2024-11-16T07:14:43.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,56.7,57.0,-5.1,1.0,52197.0,52197.0\n2024-11-16T07:15:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.6,1.0,52198.0,52198.0\n2024-11-16T07:16:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.5,1.0,52199.0,52199.0\n2024-11-16T07:17:43.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.1,56.3,56.6,-5.6,1.0,52200.0,52200.0\n2024-11-16T07:18:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,55.6,55.9,-5.7,1.0,52200.0,52200.0\n2024-11-16T07:19:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,55.7,56.0,-5.3,1.0,52201.0,52201.0\n2024-11-16T07:20:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.3,56.7,57.0,-5.5,1.0,52202.0,52202.0\n2024-11-16T07:21:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.1,-5.5,1.0,52203.0,52203.0\n2024-11-16T07:22:43.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,56.7,56.9,-5.3,1.0,52204.0,52204.0\n2024-11-16T07:23:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.3,1.0,52205.0,52205.0\n2024-11-16T07:24:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,56.0,56.2,-4.9,1.0,52206.0,52206.0\n2024-11-16T07:25:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.1,-5.2,1.0,52207.0,52207.0\n2024-11-16T07:26:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.4,-5.2,1.0,52208.0,52208.0\n2024-11-16T07:27:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.1,1.0,52209.0,52209.0\n2024-11-16T07:28:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.0,-5.3,1.0,52210.0,52210.0\n2024-11-16T07:29:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.4,-5.0,1.0,52211.0,52211.0\n2024-11-16T07:30:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,57.2,57.4,-5.3,1.0,52212.0,52212.0\n2024-11-16T07:31:43.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.2,55.8,56.0,-5.1,1.0,52213.0,52213.0\n2024-11-16T07:32:43.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.1,56.7,56.9,-5.2,1.0,52214.0,52214.0\n2024-11-16T07:33:43.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.2,56.3,56.5,-4.9,1.0,52215.0,52215.0\n2024-11-16T07:34:43.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.1,56.4,56.6,-5.1,1.0,52215.0,52215.0\n2024-11-16T07:35:43.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.3,1.0,52216.0,52216.0\n2024-11-16T07:36:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.1,-5.4,1.0,52217.0,52217.0\n2024-11-16T07:37:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.6,-4.7,1.0,52218.0,52218.0\n2024-11-16T07:38:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,55.7,55.9,-5.0,1.0,52219.0,52219.0\n2024-11-16T07:39:43.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.1,57.5,57.7,-5.2,1.0,52220.0,52220.0\n2024-11-16T07:40:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-4.9,1.0,52221.0,52221.0\n2024-11-16T07:41:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.5,-4.9,1.0,52222.0,52222.0\n2024-11-16T07:42:43.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.2,1.0,52223.0,52223.0\n2024-11-16T07:43:43.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.2,56.1,56.3,-5.0,1.0,52224.0,52224.0\n2024-11-16T07:44:43.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.2,-5.3,1.0,52225.0,52225.0\n2024-11-16T07:45:43.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.2,56.5,56.7,-5.0,1.0,52226.0,52226.0\n2024-11-16T07:46:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.2,-4.9,1.0,52227.0,52227.0\n2024-11-16T07:47:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-4.7,1.0,52228.0,52228.0\n2024-11-16T07:48:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.4,-4.8,1.0,52229.0,52229.0\n2024-11-16T07:49:43.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.5,-5.2,1.0,52230.0,52230.0\n2024-11-16T07:50:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.8,-5.0,1.0,52231.0,52231.0\n2024-11-16T07:51:43.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.2,1.0,52231.0,52231.0\n2024-11-16T07:52:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.4,-5.3,1.0,52232.0,52232.0\n2024-11-16T07:53:43.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-5.2,1.0,52233.0,52233.0\n2024-11-16T07:54:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.5,-4.9,1.0,52234.0,52234.0\n2024-11-16T07:55:43.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-4.9,1.0,52235.0,52235.0\n2024-11-16T07:56:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.2,1.0,52236.0,52236.0\n2024-11-16T07:57:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.3,1.0,52237.0,52237.0\n2024-11-16T07:58:43.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.0,1.0,52238.0,52238.0\n2024-11-16T07:59:43.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.1,1.0,52239.0,52239.0\n2024-11-16T08:00:43.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,57.3,57.5,-5.0,1.0,52240.0,52240.0\n2024-11-16T08:01:43.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.7,-4.6,1.0,52241.0,52241.0\n2024-11-16T08:02:43.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.2,56.0,56.2,-4.9,1.0,52242.0,52242.0\n2024-11-16T08:03:43.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.2,-4.6,1.0,52243.0,52243.0\n2024-11-16T08:04:43.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.8,1.0,52244.0,52244.0\n2024-11-16T08:05:43.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.4,-4.6,1.0,52245.0,52245.0\n2024-11-16T08:06:43.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.0,-4.5,1.0,52246.0,52246.0\n2024-11-16T08:07:44.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.6,-4.3,1.0,52246.0,52246.0\n2024-11-16T08:08:44.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.8,-4.7,1.0,52247.0,52247.0\n2024-11-16T08:09:44.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.1,56.3,56.4,-4.5,1.0,52248.0,52248.0\n2024-11-16T08:10:44.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.5,4.1,56.7,56.9,-4.5,1.0,52249.0,52249.0\n2024-11-16T08:11:44.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.3,-4.7,1.0,52250.0,52250.0\n2024-11-16T08:12:44.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.2,-4.6,1.0,52251.0,52251.0\n2024-11-16T08:13:44.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-4.5,1.0,52252.0,52252.0\n2024-11-16T08:14:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-4.5,1.0,52253.0,52253.0\n2024-11-16T08:15:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-4.2,1.0,52254.0,52254.0\n2024-11-16T08:16:44.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.1,-4.7,1.0,52255.0,52255.0\n2024-11-16T08:17:44.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.2,-4.4,1.0,52256.0,52256.0\n2024-11-16T08:18:44.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.2,-4.5,1.0,52257.0,52257.0\n2024-11-16T08:19:44.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.3,-4.3,1.0,52258.0,52258.0\n2024-11-16T08:20:44.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.2,56.3,56.5,-4.5,1.0,52259.0,52259.0\n2024-11-16T08:21:44.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.5,4.2,56.8,57.0,-4.4,1.0,52260.0,52260.0\n2024-11-16T08:22:44.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.2,56.8,56.9,-4.1,1.0,52261.0,52261.0\n2024-11-16T08:23:44.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.1,-4.5,1.0,52261.0,52261.0\n2024-11-16T08:24:44.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.2,56.3,56.5,-4.8,1.0,52262.0,52262.0\n2024-11-16T08:25:44.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,55.4,55.6,-4.7,1.0,52263.0,52263.0\n2024-11-16T08:26:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.6,56.8,-4.8,1.0,52264.0,52264.0\n2024-11-16T08:27:44.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.4,55.6,55.8,-5.0,1.0,52265.0,52265.0\n2024-11-16T08:28:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,55.6,55.8,-4.8,1.0,52266.0,52266.0\n2024-11-16T08:29:44.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.5,-5.3,1.0,52267.0,52267.0\n2024-11-16T08:30:44.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.3,57.2,57.4,-4.6,1.0,52268.0,52268.0\n2024-11-16T08:31:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.3,56.6,56.8,-4.7,1.0,52269.0,52269.0\n2024-11-16T08:32:44.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.3,56.9,57.1,-4.6,1.0,52270.0,52270.0\n2024-11-16T08:33:44.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.4,56.2,56.4,-4.6,1.0,52271.0,52271.0\n2024-11-16T08:34:44.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.2,-5.0,1.0,52272.0,52272.0\n2024-11-16T08:35:44.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.5,4.3,56.1,56.3,-4.4,1.0,52273.0,52273.0\n2024-11-16T08:36:44.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.3,56.8,56.1,-4.8,1.0,52279.0,52279.0\n2024-11-16T08:37:44.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.3,56.6,56.8,-4.8,1.0,52275.0,52275.0\n2024-11-16T08:38:44.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.4,-4.9,1.0,52276.0,52276.0\n2024-11-16T08:39:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.3,55.1,55.3,-5.0,1.0,52276.0,52276.0\n2024-11-16T08:40:44.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.0,-4.9,1.0,52277.0,52277.0\n2024-11-16T08:41:44.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.5,4.3,56.1,56.2,-4.4,1.0,52278.0,52278.0\n2024-11-16T08:42:44.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.3,55.4,55.6,-4.6,1.0,52279.0,52279.0\n2024-11-16T08:43:44.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.3,56.4,56.6,-4.7,1.0,52280.0,52280.0\n2024-11-16T08:44:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.5,-4.6,1.0,52281.0,52281.0\n2024-11-16T08:45:44.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.6,-4.3,1.0,52282.0,52282.0\n2024-11-16T08:46:44.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,55.6,55.8,-4.8,1.0,52283.0,52283.0\n2024-11-16T08:47:44.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,55.7,55.9,-4.5,1.0,52284.0,52284.0\n2024-11-16T08:48:44.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.3,-4.6,1.0,52285.0,52285.0\n2024-11-16T08:49:44.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.3,56.1,56.2,-4.3,1.0,52286.0,52286.0\n2024-11-16T08:50:44.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.5,4.4,55.9,56.1,-4.7,1.0,52287.0,52287.0\n2024-11-16T08:51:44.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.1,-4.5,1.0,52288.0,52288.0\n2024-11-16T08:52:44.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.2,57.3,57.5,-4.8,1.0,52289.0,52289.0\n2024-11-16T08:53:44.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.3,56.1,56.3,-4.7,1.0,52290.0,52290.0\n2024-11-16T08:54:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.1,55.6,55.8,-4.5,1.0,52290.0,52290.0\n2024-11-16T08:55:44.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.2,57.7,57.8,-4.2,1.0,52291.0,52291.0\n2024-11-16T08:56:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.7,-4.5,1.0,52292.0,52292.0\n2024-11-16T08:57:44.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.1,55.5,55.7,-4.8,1.0,52293.0,52293.0\n2024-11-16T08:58:44.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.0,-4.9,1.0,52294.0,52294.0\n2024-11-16T08:59:44.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.4,-4.8,1.0,52295.0,52295.0\n2024-11-16T09:00:44.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,55.8,55.9,-4.5,1.0,52296.0,52296.0\n2024-11-16T09:01:44.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,56.7,56.8,-4.6,1.0,52297.0,52297.0\n2024-11-16T09:02:44.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.5,4.2,55.6,55.8,-4.7,1.0,52298.0,52298.0\n2024-11-16T09:03:44.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.2,-4.5,1.0,52299.0,52299.0\n2024-11-16T09:04:44.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-4.7,1.0,52300.0,52300.0\n2024-11-16T09:05:44.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.4,-4.4,1.0,52301.0,52301.0\n2024-11-16T09:06:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-4.3,1.0,52302.0,52302.0\n2024-11-16T09:07:44.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.2,1.0,52303.0,52303.0\n2024-11-16T09:08:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.2,55.9,56.0,-4.5,1.0,52304.0,52304.0\n2024-11-16T09:09:44.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.3,-4.4,1.0,52305.0,52305.0\n2024-11-16T09:10:44.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.0,-4.6,1.0,52306.0,52306.0\n2024-11-16T09:11:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.1,-4.5,1.0,52306.0,52306.0\n2024-11-16T09:12:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,3.9,56.7,56.9,-4.6,1.0,52307.0,52307.0\n2024-11-16T09:13:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-4.7,1.0,52308.0,52308.0\n2024-11-16T09:14:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.8,55.9,-4.4,1.0,52309.0,52309.0\n2024-11-16T09:15:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.1,56.8,56.9,-4.3,1.0,52310.0,52310.0\n2024-11-16T09:16:44.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.1,56.7,56.9,-4.2,1.0,52311.0,52311.0\n2024-11-16T09:17:44.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-4.4,1.0,52312.0,52312.0\n2024-11-16T09:18:44.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-4.9,1.0,52313.0,52313.0\n2024-11-16T09:19:44.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-5.0,1.0,52314.0,52314.0\n2024-11-16T09:20:44.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-4.7,1.0,52315.0,52315.0\n2024-11-16T09:21:44.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.4,-4.5,1.0,52316.0,52316.0\n2024-11-16T09:22:44.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.8,-4.9,1.0,52317.0,52317.0\n2024-11-16T09:23:44.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.2,-4.3,1.0,52318.0,52318.0\n2024-11-16T09:24:44.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-4.8,1.0,52319.0,52319.0\n2024-11-16T09:25:44.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-4.9,1.0,52320.0,52320.0\n2024-11-16T09:26:44.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.5,-4.9,1.0,52321.0,52321.0\n2024-11-16T09:27:44.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.1,-4.7,1.0,52321.0,52321.0\n2024-11-16T09:28:44.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.2,56.8,57.0,-4.7,1.0,52322.0,52322.0\n2024-11-16T09:29:44.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.7,56.9,-4.9,1.0,52323.0,52323.0\n2024-11-16T09:30:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-4.5,1.0,52324.0,52324.0\n2024-11-16T09:31:44.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.2,56.7,56.9,-4.3,1.0,52325.0,52325.0\n2024-11-16T09:32:44.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.0,-4.7,1.0,52326.0,52331.0\n2024-11-16T09:33:44.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-4.4,1.0,52327.0,52327.0\n2024-11-16T09:34:44.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.6,-4.6,1.0,52328.0,52328.0\n2024-11-16T09:35:44.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.4,-4.5,1.0,52329.0,52329.0\n2024-11-16T09:36:44.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-4.8,1.0,52330.0,52330.0\n2024-11-16T09:37:44.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.6,-4.9,1.0,52331.0,52331.0\n2024-11-16T09:38:44.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.7,56.9,-5.1,1.0,52332.0,52332.0\n2024-11-16T09:39:45.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.1,1.0,52333.0,52333.0\n2024-11-16T09:40:45.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.2,56.4,56.6,-4.8,1.0,52334.0,52334.0\n2024-11-16T09:41:45.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-4.5,1.0,52335.0,52335.0\n2024-11-16T09:42:45.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.0,-4.7,1.0,52336.0,52336.0\n2024-11-16T09:43:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.0,-4.8,1.0,52336.0,52336.0\n2024-11-16T09:44:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.2,56.7,56.9,-4.5,1.0,52337.0,52337.0\n2024-11-16T09:45:45.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.0,-4.7,1.0,52338.0,52338.0\n2024-11-16T09:46:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,55.9,-4.7,1.0,52339.0,52339.0\n2024-11-16T09:47:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.7,-4.3,1.0,52340.0,52340.0\n2024-11-16T09:48:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.5,-4.8,1.0,52341.0,52341.0\n2024-11-16T09:49:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.8,-4.8,1.0,52342.0,52342.0\n2024-11-16T09:50:45.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.4,1.0,52343.0,52343.0\n2024-11-16T09:51:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.7,-5.2,1.0,52344.0,52344.0\n2024-11-16T09:52:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.0,1.0,52345.0,52345.0\n2024-11-16T09:53:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-4.9,1.0,52346.0,52346.0\n2024-11-16T09:54:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.2,55.5,55.7,-4.7,1.0,52347.0,52347.0\n2024-11-16T09:55:45.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.1,1.0,52348.0,52348.0\n2024-11-16T09:56:45.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.3,-5.8,1.0,52349.0,52349.0\n2024-11-16T09:57:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.3,1.0,52350.0,52350.0\n2024-11-16T09:58:45.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.0,-5.3,1.0,52351.0,52351.0\n2024-11-16T09:59:45.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-5.4,1.0,52351.0,52351.0\n2024-11-16T10:00:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.8,-5.4,1.0,52352.0,52352.0\n2024-11-16T10:01:45.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.2,-5.2,1.0,52353.0,52353.0\n2024-11-16T10:02:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.4,1.0,52354.0,52354.0\n2024-11-16T10:03:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-6.1,1.0,52355.0,52355.0\n2024-11-16T10:04:45.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.6,1.0,52356.0,52356.0\n2024-11-16T10:05:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.8,1.0,52357.0,52357.0\n2024-11-16T10:06:45.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.4,1.0,52358.0,52358.0\n2024-11-16T10:07:45.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.2,1.0,52359.0,52359.0\n2024-11-16T10:08:45.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,55.5,55.8,-5.5,1.0,52360.0,52360.0\n2024-11-16T10:09:45.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-5.2,1.0,52361.0,52361.0\n2024-11-16T10:10:45.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.3,-5.0,1.0,52362.0,52362.0\n2024-11-16T10:11:45.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.0,-5.1,1.0,52363.0,52363.0\n2024-11-16T10:12:45.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.0,1.0,52364.0,52364.0\n2024-11-16T10:13:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,55.9,-5.0,1.0,52365.0,52365.0\n2024-11-16T10:14:45.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.3,-5.5,1.0,52366.0,52366.0\n2024-11-16T10:15:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,3.9,57.1,57.3,-5.2,1.0,52367.0,52367.0\n2024-11-16T10:16:45.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.3,-5.5,1.0,52367.0,52367.0\n2024-11-16T10:17:45.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.0,56.6,56.9,-5.6,1.0,52368.0,52368.0\n2024-11-16T10:18:45.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.2,-5.3,1.0,52369.0,52369.0\n2024-11-16T10:19:45.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-5.3,1.0,52370.0,52370.0\n2024-11-16T10:20:45.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.1,57.2,57.5,-5.3,1.0,52371.0,52371.0\n2024-11-16T10:21:45.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.7,-5.4,1.0,52372.0,52372.0\n2024-11-16T10:22:45.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.4,-5.7,1.0,52373.0,52373.0\n2024-11-16T10:23:45.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52374.0,52374.0\n2024-11-16T10:24:45.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.6,1.0,52375.0,52375.0\n2024-11-16T10:25:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.6,1.0,52376.0,52376.0\n2024-11-16T10:26:45.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-5.1,1.0,52377.0,52377.0\n2024-11-16T10:27:45.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.1,-5.4,1.0,52378.0,52378.0\n2024-11-16T10:28:45.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.7,-5.6,1.0,52379.0,52384.0\n2024-11-16T10:29:45.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.5,-5.7,1.0,52380.0,52380.0\n2024-11-16T10:30:45.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.5,1.0,52381.0,52381.0\n2024-11-16T10:31:45.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.7,-5.5,1.0,52381.0,52381.0\n2024-11-16T10:32:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.8,-5.0,1.0,52382.0,52382.0\n2024-11-16T10:33:45.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.1,1.0,52383.0,52383.0\n2024-11-16T10:34:45.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.8,-5.2,1.0,52384.0,52384.0\n2024-11-16T10:35:45.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.5,-5.0,1.0,52385.0,52385.0\n2024-11-16T10:36:45.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.1,1.0,52386.0,52386.0\n2024-11-16T10:37:45.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.1,55.5,55.7,-5.4,1.0,52387.0,52387.0\n2024-11-16T10:38:45.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.4,1.0,52388.0,52388.0\n2024-11-16T10:39:45.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,56.0,56.2,-5.2,1.0,52389.0,52389.0\n2024-11-16T10:40:45.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.0,-5.0,1.0,52390.0,52390.0\n2024-11-16T10:41:45.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.0,1.0,52391.0,52391.0\n2024-11-16T10:42:45.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.6,1.0,52392.0,52392.0\n2024-11-16T10:43:45.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.6,-5.7,1.0,52393.0,52393.0\n2024-11-16T10:44:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.7,1.0,52394.0,52394.0\n2024-11-16T10:45:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.3,-5.5,1.0,52395.0,52395.0\n2024-11-16T10:46:45.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-5.0,1.0,52396.0,52396.0\n2024-11-16T10:47:45.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,55.7,55.9,-5.0,1.0,52397.0,52397.0\n2024-11-16T10:48:45.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.0,1.0,52397.0,52397.0\n2024-11-16T10:49:45.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.1,-5.2,1.0,52398.0,52398.0\n2024-11-16T10:50:45.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.2,56.7,56.9,-5.0,1.0,52399.0,52399.0\n2024-11-16T10:51:45.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.0,55.6,55.8,-5.0,1.0,52400.0,52400.0\n2024-11-16T10:52:45.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.1,-5.3,1.0,52401.0,52401.0\n2024-11-16T10:53:45.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.8,-5.5,1.0,52402.0,52402.0\n2024-11-16T10:54:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.3,1.0,52403.0,52403.0\n2024-11-16T10:55:45.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.3,-5.3,1.0,52404.0,52404.0\n2024-11-16T10:56:45.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.3,-5.1,1.0,52405.0,52405.0\n2024-11-16T10:57:45.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.2,57.0,57.2,-4.8,1.0,52406.0,52406.0\n2024-11-16T10:58:45.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.0,1.0,52407.0,52407.0\n2024-11-16T10:59:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.2,1.0,52408.0,52408.0\n2024-11-16T11:00:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.5,1.0,52409.0,52409.0\n2024-11-16T11:01:45.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.1,-5.1,1.0,52410.0,52410.0\n2024-11-16T11:02:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.3,-5.4,1.0,52411.0,52411.0\n2024-11-16T11:03:45.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,57.8,58.0,-5.0,1.0,52412.0,52412.0\n2024-11-16T11:04:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-4.9,1.0,52413.0,52413.0\n2024-11-16T11:05:45.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-4.9,1.0,52413.0,52413.0\n2024-11-16T11:06:45.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-4.7,1.0,52414.0,52414.0\n2024-11-16T11:07:45.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.5,-4.8,1.0,52415.0,52415.0\n2024-11-16T11:08:45.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,55.7,56.0,-5.1,1.0,52416.0,52416.0\n2024-11-16T11:09:45.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.2,1.0,52417.0,52417.0\n2024-11-16T11:10:45.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-4.9,1.0,52418.0,52418.0\n2024-11-16T11:11:46.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.6,-4.9,1.0,52419.0,52419.0\n2024-11-16T11:12:46.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.1,1.0,52420.0,52420.0\n2024-11-16T11:13:46.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.0,-4.9,1.0,52421.0,52421.0\n2024-11-16T11:14:46.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.8,-5.4,1.0,52422.0,52422.0\n2024-11-16T11:15:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.5,4.1,57.2,57.4,-4.9,1.0,52423.0,52423.0\n2024-11-16T11:16:46.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-4.9,1.0,52424.0,52424.0\n2024-11-16T11:17:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.2,1.0,52425.0,52425.0\n2024-11-16T11:18:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.8,-5.3,1.0,52426.0,52426.0\n2024-11-16T11:19:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.0,1.0,52427.0,52427.0\n2024-11-16T11:20:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.8,-5.3,1.0,52428.0,52428.0\n2024-11-16T11:21:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-4.9,1.0,52428.0,52428.0\n2024-11-16T11:22:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.0,57.0,57.2,-4.9,1.0,52429.0,52429.0\n2024-11-16T11:23:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.1,-5.3,1.0,52430.0,52430.0\n2024-11-16T11:24:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.2,1.0,52431.0,52431.0\n2024-11-16T11:25:46.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.2,-5.1,1.0,52432.0,52432.0\n2024-11-16T11:26:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.6,-5.2,1.0,52433.0,52433.0\n2024-11-16T11:27:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.1,-5.0,1.0,52434.0,52434.0\n2024-11-16T11:28:46.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.2,56.7,57.0,-5.2,1.0,52435.0,52435.0\n2024-11-16T11:29:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,55.1,55.4,-5.6,1.0,52436.0,52436.0\n2024-11-16T11:30:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.7,1.0,52437.0,52437.0\n2024-11-16T11:31:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.7,1.0,52438.0,52438.0\n2024-11-16T11:32:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.5,1.0,52439.0,52439.0\n2024-11-16T11:33:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.4,1.0,52440.0,52440.0\n2024-11-16T11:34:46.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-5.1,1.0,52441.0,52441.0\n2024-11-16T11:35:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.5,4.2,56.8,57.1,-5.5,1.0,52442.0,52442.0\n2024-11-16T11:36:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.4,-5.5,1.0,52443.0,52443.0\n2024-11-16T11:37:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.0,1.0,52443.0,52443.0\n2024-11-16T11:38:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.2,1.0,52444.0,52444.0\n2024-11-16T11:39:46.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.5,-5.4,1.0,52445.0,52445.0\n2024-11-16T11:40:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.5,1.0,52446.0,52446.0\n2024-11-16T11:41:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.4,1.0,52447.0,52447.0\n2024-11-16T11:42:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.6,-5.3,1.0,52448.0,52448.0\n2024-11-16T11:43:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.2,55.5,55.8,-5.3,1.0,52449.0,52449.0\n2024-11-16T11:44:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.7,-5.7,1.0,52450.0,52450.0\n2024-11-16T11:45:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.7,1.0,52451.0,52451.0\n2024-11-16T11:46:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.3,1.0,52452.0,52452.0\n2024-11-16T11:47:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.6,1.0,52453.0,52453.0\n2024-11-16T11:48:46.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.2,56.6,56.9,-5.4,1.0,52454.0,52454.0\n2024-11-16T11:49:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.3,-5.0,1.0,52455.0,52455.0\n2024-11-16T11:50:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-5.2,1.0,52456.0,52456.0\n2024-11-16T11:51:46.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.5,4.2,56.7,56.9,-4.9,1.0,52457.0,52457.0\n2024-11-16T11:52:46.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.2,1.0,52458.0,52458.0\n2024-11-16T11:53:46.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.1,1.0,52459.0,52459.0\n2024-11-16T11:54:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.0,-5.1,1.0,52459.0,52459.0\n2024-11-16T11:55:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.2,56.5,56.7,-4.9,1.0,52460.0,52460.0\n2024-11-16T11:56:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.2,1.0,52461.0,52461.0\n2024-11-16T11:57:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.1,1.0,52462.0,52462.0\n2024-11-16T11:58:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.4,1.0,52463.0,52463.0\n2024-11-16T11:59:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-5.3,1.0,52464.0,52464.0\n2024-11-16T12:00:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-5.8,1.0,52465.0,52465.0\n2024-11-16T12:01:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.2,-5.5,1.0,52466.0,52466.0\n2024-11-16T12:02:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.8,1.0,52467.0,52467.0\n2024-11-16T12:03:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.1,1.0,52468.0,52468.0\n2024-11-16T12:04:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-5.5,1.0,52469.0,52469.0\n2024-11-16T12:05:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.4,1.0,52470.0,52470.0\n2024-11-16T12:06:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.5,1.0,52471.0,52471.0\n2024-11-16T12:07:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.4,1.0,52472.0,52472.0\n2024-11-16T12:08:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.4,-5.2,1.0,52473.0,52473.0\n2024-11-16T12:09:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.3,1.0,52474.0,52474.0\n2024-11-16T12:10:46.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.2,56.7,56.9,-5.7,1.0,52475.0,52475.0\n2024-11-16T12:11:46.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.2,55.8,56.1,-5.7,1.0,52475.0,52475.0\n2024-11-16T12:12:46.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.1,-5.8,1.0,52476.0,52476.0\n2024-11-16T12:13:46.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.2,56.1,56.5,-5.9,1.0,52477.0,52477.0\n2024-11-16T12:14:46.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.1,56.0,56.3,-5.7,1.0,52478.0,52478.0\n2024-11-16T12:15:46.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.5,4.3,56.2,56.5,-5.6,1.0,52484.0,52484.0\n2024-11-16T12:16:46.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.5,4.3,56.4,56.7,-5.8,1.0,52480.0,52480.0\n2024-11-16T12:17:46.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.3,56.7,57.1,-6.1,1.0,52481.0,52481.0\n2024-11-16T12:18:46.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.5,4.3,56.4,56.7,-5.7,1.0,52482.0,52482.0\n2024-11-16T12:19:46.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.5,4.3,56.5,56.8,-5.5,1.0,52483.0,52483.0\n2024-11-16T12:20:46.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-5.5,1.0,52484.0,52484.0\n2024-11-16T12:21:46.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.3,56.3,56.5,-5.4,1.0,52485.0,52485.0\n2024-11-16T12:22:46.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.2,56.7,56.9,-5.4,1.0,52486.0,52486.0\n2024-11-16T12:23:46.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-5.7,1.0,52487.0,52487.0\n2024-11-16T12:24:46.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.2,57.6,57.8,-5.4,1.0,52488.0,52488.0\n2024-11-16T12:25:46.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.5,-5.9,1.0,52489.0,52489.0\n2024-11-16T12:26:46.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-5.5,1.0,52490.0,52490.0\n2024-11-16T12:27:46.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,55.9,56.2,-5.8,1.0,52490.0,52490.0\n2024-11-16T12:28:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.6,-5.7,1.0,52491.0,52491.0\n2024-11-16T12:29:46.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.2,56.0,56.4,-5.9,1.0,52492.0,52492.0\n2024-11-16T12:30:46.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.2,57.1,57.5,-6.2,1.0,52493.0,52493.0\n2024-11-16T12:31:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.6,-5.8,1.0,52494.0,52494.0\n2024-11-16T12:32:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,57.1,57.3,-5.6,1.0,52495.0,52495.0\n2024-11-16T12:33:46.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.4,-5.7,1.0,52496.0,52496.0\n2024-11-16T12:34:46.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.5,1.0,52497.0,52497.0\n2024-11-16T12:35:46.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.3,1.0,52498.0,52498.0\n2024-11-16T12:36:46.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.3,1.0,52499.0,52499.0\n2024-11-16T12:37:46.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.1,1.0,52500.0,52500.0\n2024-11-16T12:38:46.000000+00:00,247.2,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.6,1.0,52501.0,52501.0\n2024-11-16T12:39:46.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.3,1.0,52502.0,52502.0\n2024-11-16T12:40:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.5,1.0,52503.0,52503.0\n2024-11-16T12:41:46.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.7,1.0,52504.0,52504.0\n2024-11-16T12:42:46.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-5.5,1.0,52505.0,52505.0\n2024-11-16T12:43:46.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.7,1.0,52506.0,52506.0\n2024-11-16T12:44:46.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,52506.0,52506.0\n2024-11-16T12:45:46.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.6,1.0,52507.0,52507.0\n2024-11-16T12:46:46.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.2,-5.5,1.0,52508.0,52508.0\n2024-11-16T12:47:46.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-5.5,1.0,52509.0,52509.0\n2024-11-16T12:48:46.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.0,1.0,52510.0,52510.0\n2024-11-16T12:49:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.2,-6.0,1.0,52511.0,52511.0\n2024-11-16T12:50:47.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.7,1.0,52512.0,52512.0\n2024-11-16T12:51:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.7,56.9,-5.4,1.0,52513.0,52513.0\n2024-11-16T12:52:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.3,-5.6,1.0,52514.0,52514.0\n2024-11-16T12:53:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.5,1.0,52515.0,52515.0\n2024-11-16T12:54:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.1,1.0,52516.0,52516.0\n2024-11-16T12:55:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,57.5,57.8,-5.9,1.0,52517.0,52517.0\n2024-11-16T12:56:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.7,1.0,52518.0,52518.0\n2024-11-16T12:57:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.9,1.0,52519.0,52519.0\n2024-11-16T12:58:47.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.8,-5.5,1.0,52520.0,52520.0\n2024-11-16T12:59:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.2,-5.9,1.0,52521.0,52521.0\n2024-11-16T13:00:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.8,1.0,52521.0,52521.0\n2024-11-16T13:01:47.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.3,1.0,52522.0,52522.0\n2024-11-16T13:02:47.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.5,1.0,52523.0,52523.0\n2024-11-16T13:03:47.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-5.6,1.0,52524.0,52524.0\n2024-11-16T13:04:47.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.0,1.0,52525.0,52525.0\n2024-11-16T13:05:47.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.5,-5.5,1.0,52526.0,52526.0\n2024-11-16T13:06:47.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.7,1.0,52527.0,52532.0\n2024-11-16T13:07:47.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.0,-5.7,1.0,52528.0,52528.0\n2024-11-16T13:08:47.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-6.0,1.0,52529.0,52529.0\n2024-11-16T13:09:47.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-5.9,1.0,52530.0,52530.0\n2024-11-16T13:10:47.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.7,1.0,52531.0,52531.0\n2024-11-16T13:11:47.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-5.9,1.0,52532.0,52532.0\n2024-11-16T13:12:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.4,-5.5,1.0,52533.0,52533.0\n2024-11-16T13:13:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,52534.0,52534.0\n2024-11-16T13:14:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.5,1.0,52535.0,52535.0\n2024-11-16T13:15:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.8,1.0,52536.0,52536.0\n2024-11-16T13:16:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-6.0,1.0,52537.0,52537.0\n2024-11-16T13:17:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,52537.0,52537.0\n2024-11-16T13:18:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.6,1.0,52538.0,52538.0\n2024-11-16T13:19:47.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.5,56.8,-5.9,1.0,52539.0,52539.0\n2024-11-16T13:20:47.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.0,1.0,52540.0,52540.0\n2024-11-16T13:21:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.5,1.0,52541.0,52541.0\n2024-11-16T13:22:47.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.8,1.0,52542.0,52542.0\n2024-11-16T13:23:47.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.9,1.0,52543.0,52543.0\n2024-11-16T13:24:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.7,1.0,52544.0,52544.0\n2024-11-16T13:25:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.5,1.0,52545.0,52545.0\n2024-11-16T13:26:47.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,52546.0,52546.0\n2024-11-16T13:27:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.6,1.0,52547.0,52547.0\n2024-11-16T13:28:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.6,1.0,52548.0,52548.0\n2024-11-16T13:29:47.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.5,1.0,52549.0,52549.0\n2024-11-16T13:30:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.6,1.0,52550.0,52550.0\n2024-11-16T13:31:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,56.0,56.3,-5.7,1.0,52551.0,52551.0\n2024-11-16T13:32:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.8,1.0,52552.0,52552.0\n2024-11-16T13:33:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.1,1.0,52552.0,52552.0\n2024-11-16T13:34:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-5.5,1.0,52553.0,52553.0\n2024-11-16T13:35:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.6,1.0,52554.0,52554.0\n2024-11-16T13:36:47.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,52555.0,52555.0\n2024-11-16T13:37:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.9,-5.6,1.0,52556.0,52556.0\n2024-11-16T13:38:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.5,4.1,56.7,56.9,-5.4,1.0,52557.0,52557.0\n2024-11-16T13:39:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.6,1.0,52558.0,52558.0\n2024-11-16T13:40:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.1,-5.8,1.0,52559.0,52559.0\n2024-11-16T13:41:47.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.0,-5.5,1.0,52560.0,52560.0\n2024-11-16T13:42:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.4,-5.4,1.0,52561.0,52561.0\n2024-11-16T13:43:47.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52562.0,52562.0\n2024-11-16T13:44:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.6,-5.9,1.0,52563.0,52563.0\n2024-11-16T13:45:47.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.2,56.9,57.3,-6.2,1.0,52564.0,52564.0\n2024-11-16T13:46:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52565.0,52565.0\n2024-11-16T13:47:47.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-5.8,1.0,52566.0,52566.0\n2024-11-16T13:48:47.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.5,4.1,57.5,57.8,-5.5,1.0,52567.0,52567.0\n2024-11-16T13:49:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.7,1.0,52568.0,52568.0\n2024-11-16T13:50:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.9,1.0,52568.0,52568.0\n2024-11-16T13:51:47.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.1,56.7,56.9,-5.3,1.0,52569.0,52569.0\n2024-11-16T13:52:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.0,1.0,52570.0,52570.0\n2024-11-16T13:53:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.4,1.0,52571.0,52571.0\n2024-11-16T13:54:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.5,-5.5,1.0,52572.0,52572.0\n2024-11-16T13:55:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,52573.0,52573.0\n2024-11-16T13:56:47.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.2,1.0,52574.0,52574.0\n2024-11-16T13:57:47.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.9,1.0,52575.0,52575.0\n2024-11-16T13:58:47.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.3,56.2,56.5,-5.8,1.0,52576.0,52576.0\n2024-11-16T13:59:47.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-6.2,1.0,52577.0,52577.0\n2024-11-16T14:00:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.7,1.0,52578.0,52578.0\n2024-11-16T14:01:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,52579.0,52579.0\n2024-11-16T14:02:47.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.8,1.0,52585.0,52585.0\n2024-11-16T14:03:47.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.3,-6.0,1.0,52581.0,52581.0\n2024-11-16T14:04:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,57.1,57.4,-5.5,1.0,52582.0,52582.0\n2024-11-16T14:05:47.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.9,1.0,52583.0,52583.0\n2024-11-16T14:06:47.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.6,-5.8,1.0,52584.0,52584.0\n2024-11-16T14:07:47.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.2,1.0,52584.0,52584.0\n2024-11-16T14:08:47.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.6,5.7,54.8,55.1,-6.1,1.0,52585.0,52585.0\n2024-11-16T14:09:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.6,-6.3,1.0,52586.0,52586.0\n2024-11-16T14:10:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.1,1.0,52587.0,52587.0\n2024-11-16T14:11:47.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,57.3,57.6,-6.1,1.0,52588.0,52588.0\n2024-11-16T14:12:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,56.7,57.1,-6.4,1.0,52589.0,52589.0\n2024-11-16T14:13:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-6.0,1.0,52590.0,52590.0\n2024-11-16T14:14:47.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-6.0,1.0,52591.0,52591.0\n2024-11-16T14:15:47.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.0,-5.9,1.0,52592.0,52592.0\n2024-11-16T14:16:47.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.2,-5.9,1.0,52593.0,52593.0\n2024-11-16T14:17:47.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.5,4.2,57.2,57.5,-5.4,1.0,52594.0,52594.0\n2024-11-16T14:18:47.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-6.1,1.0,52595.0,52595.0\n2024-11-16T14:19:47.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.2,1.0,52596.0,52596.0\n2024-11-16T14:20:47.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,55.5,55.9,-6.4,1.0,52597.0,52597.0\n2024-11-16T14:21:48.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,57.8,58.1,-5.8,1.0,52598.0,52598.0\n2024-11-16T14:22:48.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,3.9,54.7,55.2,-7.1,1.0,52599.0,52599.0\n2024-11-16T14:23:48.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.9,-6.4,1.0,52599.0,52599.0\n2024-11-16T14:24:48.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,3.9,55.5,55.8,-6.2,1.0,52600.0,52600.0\n2024-11-16T14:25:48.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.2,1.0,52601.0,52601.0\n2024-11-16T14:26:48.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.0,1.0,52602.0,52602.0\n2024-11-16T14:27:48.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.9,1.0,52603.0,52603.0\n2024-11-16T14:28:48.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.5,1.0,52604.0,52604.0\n2024-11-16T14:29:48.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.8,1.0,52605.0,52605.0\n2024-11-16T14:30:48.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.1,1.0,52606.0,52606.0\n2024-11-16T14:31:48.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.6,1.0,52607.0,52607.0\n2024-11-16T14:32:48.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,3.9,57.4,57.6,-5.4,1.0,52608.0,52608.0\n2024-11-16T14:33:48.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.3,1.0,52609.0,52609.0\n2024-11-16T14:34:48.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.7,1.0,52610.0,52610.0\n2024-11-16T14:35:48.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,55.1,55.5,-6.3,1.0,52611.0,52611.0\n2024-11-16T14:36:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.0,1.0,52612.0,52612.0\n2024-11-16T14:37:48.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,54.9,55.2,-6.1,1.0,52613.0,52613.0\n2024-11-16T14:38:48.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.2,-6.1,1.0,52614.0,52614.0\n2024-11-16T14:39:48.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.8,-6.2,1.0,52614.0,52614.0\n2024-11-16T14:40:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,57.3,57.6,-5.6,1.0,52615.0,52615.0\n2024-11-16T14:41:48.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.4,-5.8,1.0,52616.0,52616.0\n2024-11-16T14:42:48.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.1,53.2,53.6,-6.4,1.0,52617.0,52617.0\n2024-11-16T14:43:48.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.6,1.0,52618.0,52618.0\n2024-11-16T14:44:48.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.3,1.0,52619.0,52619.0\n2024-11-16T14:45:48.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,4.0,56.7,56.9,-5.4,1.0,52620.0,52620.0\n2024-11-16T14:46:48.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-6.0,1.0,52621.0,52621.0\n2024-11-16T14:47:48.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.2,-6.1,1.0,52622.0,52622.0\n2024-11-16T14:48:48.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.2,-5.8,1.0,52623.0,52623.0\n2024-11-16T14:49:48.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-5.9,1.0,52624.0,52624.0\n2024-11-16T14:50:48.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-6.1,1.0,52625.0,52625.0\n2024-11-16T14:51:48.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.6,-6.7,1.0,52626.0,52626.0\n2024-11-16T14:52:48.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.5,-6.8,1.0,52627.0,52627.0\n2024-11-16T14:53:48.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.3,1.0,52628.0,52628.0\n2024-11-16T14:54:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.0,57.3,57.6,-5.5,1.0,52629.0,52629.0\n2024-11-16T14:55:48.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-6.1,1.0,52630.0,52630.0\n2024-11-16T14:56:48.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,53.5,53.9,-6.5,1.0,52630.0,52630.0\n2024-11-16T14:57:48.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.0,58.4,58.7,-5.8,1.0,52631.0,52631.0\n2024-11-16T14:58:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.1,57.5,57.0,-6.0,1.0,52632.0,52632.0\n2024-11-16T14:59:48.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-6.0,1.0,52633.0,52633.0\n2024-11-16T15:00:48.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.2,56.4,56.7,-6.4,1.0,52634.0,52634.0\n2024-11-16T15:01:48.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.2,1.0,52635.0,52635.0\n2024-11-16T15:02:48.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.9,1.0,52636.0,52636.0\n2024-11-16T15:03:48.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.0,1.0,52637.0,52637.0\n2024-11-16T15:04:48.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.1,55.8,56.1,-6.2,1.0,52638.0,52638.0\n2024-11-16T15:05:48.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,52639.0,52639.0\n2024-11-16T15:06:48.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-6.1,1.0,52640.0,52640.0\n2024-11-16T15:07:48.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,52641.0,52641.0\n2024-11-16T15:08:48.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.4,1.0,52642.0,52642.0\n2024-11-16T15:09:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.6,-6.6,1.0,52643.0,52643.0\n2024-11-16T15:10:48.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.0,1.0,52644.0,52644.0\n2024-11-16T15:11:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.6,1.0,52645.0,52645.0\n2024-11-16T15:12:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.0,1.0,52646.0,52646.0\n2024-11-16T15:13:48.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.3,-6.3,1.0,52646.0,52646.0\n2024-11-16T15:14:48.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-6.4,1.0,52647.0,52647.0\n2024-11-16T15:15:48.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-6.1,1.0,52648.0,52648.0\n2024-11-16T15:16:48.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.2,-6.0,1.0,52649.0,52649.0\n2024-11-16T15:17:48.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.8,1.0,52650.0,52650.0\n2024-11-16T15:18:48.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.3,1.0,52651.0,52651.0\n2024-11-16T15:19:48.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-5.4,1.0,52652.0,52652.0\n2024-11-16T15:20:48.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,57.4,57.7,-5.7,1.0,52653.0,52653.0\n2024-11-16T15:21:48.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.3,1.0,52654.0,52654.0\n2024-11-16T15:22:48.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,3.9,54.8,55.1,-6.2,1.0,52655.0,52655.0\n2024-11-16T15:23:48.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.5,1.0,52656.0,52656.0\n2024-11-16T15:24:48.000000+00:00,247.1,0.0,49.9,0.5,0.0,1.4,4.0,54.8,55.2,-6.3,1.0,52657.0,52657.0\n2024-11-16T15:25:48.000000+00:00,247.2,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.4,-5.7,1.0,52658.0,52658.0\n2024-11-16T15:26:48.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,3.8,57.4,57.8,-6.2,1.0,52659.0,52659.0\n2024-11-16T15:27:48.000000+00:00,247.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.6,1.0,52660.0,52660.0\n2024-11-16T15:28:48.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.1,57.1,57.4,-5.9,1.0,52661.0,52661.0\n2024-11-16T15:29:48.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.4,1.0,52661.0,52661.0\n2024-11-16T15:30:48.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.4,-5.7,1.0,52662.0,52662.0\n2024-11-16T15:31:48.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.3,-5.9,1.0,52663.0,52663.0\n2024-11-16T15:32:48.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.6,-5.6,1.0,52664.0,52664.0\n2024-11-16T15:33:48.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,4.0,55.5,55.8,-5.9,1.0,52665.0,52665.0\n2024-11-16T15:34:48.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,3.9,55.0,55.4,-6.2,1.0,52666.0,52666.0\n2024-11-16T15:35:48.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,4.0,55.3,55.6,-5.6,1.0,52667.0,52667.0\n2024-11-16T15:36:48.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-5.3,1.0,52668.0,52668.0\n2024-11-16T15:37:48.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-5.1,1.0,52669.0,52669.0\n2024-11-16T15:38:48.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,3.9,56.6,56.9,-5.5,1.0,52670.0,52670.0\n2024-11-16T15:39:48.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.4,4.0,55.5,55.8,-5.7,1.0,52671.0,52671.0\n2024-11-16T15:40:48.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,3.9,55.3,55.7,-6.2,1.0,52672.0,52672.0\n2024-11-16T15:41:48.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.9,-5.9,1.0,52673.0,52673.0\n2024-11-16T15:42:48.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.0,58.2,58.4,-5.2,1.0,52674.0,52674.0\n2024-11-16T15:43:48.000000+00:00,246.5,0.0,49.9,0.4,0.0,1.4,3.8,54.9,55.2,-6.2,1.0,52675.0,52675.0\n2024-11-16T15:44:48.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.0,-6.0,1.0,52676.0,52676.0\n2024-11-16T15:45:48.000000+00:00,246.9,0.0,50.0,0.4,0.0,1.4,4.0,56.6,56.9,-5.9,1.0,52677.0,52677.0\n2024-11-16T15:46:48.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.8,1.0,52677.0,52677.0\n2024-11-16T15:47:48.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.8,1.0,52678.0,52678.0\n2024-11-16T15:48:48.000000+00:00,247.0,0.0,49.9,0.4,0.0,1.4,4.0,57.0,57.3,-5.6,1.0,52679.0,52679.0\n2024-11-16T15:49:48.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,4.0,55.1,56.2,-6.2,1.0,52680.0,52680.0\n2024-11-16T15:50:48.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.0,-6.0,1.0,52681.0,52681.0\n2024-11-16T15:51:48.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,52682.0,52682.0\n2024-11-16T15:52:48.000000+00:00,246.9,0.0,49.9,0.4,0.0,1.4,3.9,57.6,57.8,-5.7,1.0,52683.0,52683.0\n2024-11-16T15:53:48.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.4,1.0,52684.0,52684.0\n2024-11-16T15:54:48.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,54.9,55.2,-6.1,1.0,52685.0,52685.0\n2024-11-16T15:55:49.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.4,-5.3,1.0,52686.0,52686.0\n2024-11-16T15:56:49.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.6,1.0,52687.0,52687.0\n2024-11-16T15:57:49.000000+00:00,246.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-5.3,1.0,52688.0,52688.0\n2024-11-16T15:58:49.000000+00:00,246.8,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.4,-5.7,1.0,52689.0,52689.0\n2024-11-16T15:59:49.000000+00:00,247.0,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.1,-5.7,1.0,52690.0,52690.0\n2024-11-16T16:00:49.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.0,-5.5,1.0,52691.0,52691.0\n2024-11-16T16:01:49.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.8,-5.8,1.0,52692.0,52692.0\n2024-11-16T16:02:49.000000+00:00,247.2,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.3,-5.6,1.0,52693.0,52693.0\n2024-11-16T16:03:49.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.3,-5.9,1.0,52693.0,52693.0\n2024-11-16T16:04:49.000000+00:00,247.0,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.4,-5.5,1.0,52694.0,52694.0\n2024-11-16T16:05:49.000000+00:00,246.9,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-5.6,1.0,52695.0,52695.0\n2024-11-16T16:06:49.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-5.8,1.0,52696.0,52696.0\n2024-11-16T16:07:49.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.5,4.1,56.1,56.4,-5.8,1.0,52697.0,52697.0\n2024-11-16T16:08:49.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.6,4.1,55.1,55.4,-5.7,1.0,52698.0,52698.0\n2024-11-16T16:09:49.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.5,4.8,56.3,56.5,-5.0,1.0,52699.0,52699.0\n2024-11-16T16:10:49.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.5,-5.4,1.0,52700.0,52700.0\n2024-11-16T16:11:49.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.5,4.2,56.9,57.2,-5.6,1.0,52701.0,52701.0\n2024-11-16T16:12:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.5,-5.3,1.0,52702.0,52702.0\n2024-11-16T16:13:49.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.3,57.4,57.6,-5.4,1.0,52703.0,52703.0\n2024-11-16T16:14:49.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.8,-5.5,1.0,52704.0,52704.0\n2024-11-16T16:15:49.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.2,55.7,55.9,-5.1,1.0,52705.0,52705.0\n2024-11-16T16:16:49.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,54.1,54.4,-5.8,1.0,52706.0,52706.0\n2024-11-16T16:17:49.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-4.8,1.0,52707.0,52707.0\n2024-11-16T16:18:49.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.2,55.8,56.1,-5.5,1.0,52708.0,52708.0\n2024-11-16T16:19:49.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.2,54.2,54.5,-6.1,1.0,52709.0,52709.0\n2024-11-16T16:20:49.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.5,4.2,56.8,57.1,-5.4,1.0,52709.0,52709.0\n2024-11-16T16:21:49.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.1,-5.3,1.0,52710.0,52710.0\n2024-11-16T16:22:49.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.4,-5.3,1.0,52711.0,52711.0\n2024-11-16T16:23:49.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.2,57.8,58.0,-5.0,1.0,52712.0,52712.0\n2024-11-16T16:24:49.000000+00:00,246.4,0.0,49.9,0.4,0.0,1.4,4.0,55.6,55.8,-5.4,1.0,52713.0,52713.0\n2024-11-16T16:25:49.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,3.9,56.8,57.0,-4.9,1.0,52714.0,52714.0\n2024-11-16T16:26:49.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.6,-5.7,1.0,52715.0,52715.0\n2024-11-16T16:27:49.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.5,-4.6,1.0,52716.0,52716.0\n2024-11-16T16:28:49.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,3.9,56.7,57.0,-5.6,1.0,52717.0,52717.0\n2024-11-16T16:29:49.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,3.9,57.3,57.6,-5.1,1.0,52718.0,52718.0\n2024-11-16T16:30:49.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.1,-5.3,1.0,52719.0,52719.0\n2024-11-16T16:31:49.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.8,56.6,56.8,-5.0,1.0,52720.0,52720.0\n2024-11-16T16:32:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,57.1,57.3,-5.2,1.0,52721.0,52721.0\n2024-11-16T16:33:49.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.4,-5.4,1.0,52722.0,52722.0\n2024-11-16T16:34:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.5,-5.5,1.0,52723.0,52723.0\n2024-11-16T16:35:49.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.3,-4.9,1.0,52724.0,52724.0\n2024-11-16T16:36:49.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.0,-5.0,1.0,52725.0,52725.0\n2024-11-16T16:37:49.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.1,-4.9,1.0,52725.0,52725.0\n2024-11-16T16:38:49.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,5.7,56.3,56.5,-5.0,1.0,52726.0,52726.0\n2024-11-16T16:39:49.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.0,-5.1,1.0,52727.0,52727.0\n2024-11-16T16:40:49.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,4.0,55.3,55.5,-5.2,1.0,52728.0,52728.0\n2024-11-16T16:41:49.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.2,-4.9,1.0,52729.0,52729.0\n2024-11-16T16:42:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.7,-4.9,1.0,52730.0,52730.0\n2024-11-16T16:43:49.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.1,-5.0,1.0,52731.0,52731.0\n2024-11-16T16:44:49.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.6,-5.0,1.0,52732.0,52732.0\n2024-11-16T16:45:49.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.4,55.7,-5.2,1.0,52738.0,52733.0\n2024-11-16T16:46:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.6,-5.4,1.0,52734.0,52734.0\n2024-11-16T16:47:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.7,56.9,-5.0,1.0,52735.0,52735.0\n2024-11-16T16:48:49.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.3,-5.2,1.0,52736.0,52736.0\n2024-11-16T16:49:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.6,-5.6,1.0,52737.0,52737.0\n2024-11-16T16:50:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.1,-5.5,1.0,52738.0,52738.0\n2024-11-16T16:51:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.2,-5.3,1.0,52739.0,52739.0\n2024-11-16T16:52:49.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.1,-5.2,1.0,52740.0,52740.0\n2024-11-16T16:53:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.0,-4.9,1.0,52740.0,52740.0\n2024-11-16T16:54:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.4,-5.0,1.0,52741.0,52741.0\n2024-11-16T16:55:49.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.2,-4.7,1.0,52742.0,52742.0\n2024-11-16T16:56:49.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.1,-4.6,1.0,52743.0,52743.0\n2024-11-16T16:57:49.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.6,-5.2,1.0,52744.0,52744.0\n2024-11-16T16:58:49.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,57.5,57.7,-4.9,1.0,52745.0,52745.0\n2024-11-16T16:59:49.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.6,56.8,-5.0,1.0,52746.0,52746.0\n2024-11-16T17:00:49.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.0,-5.2,1.0,52747.0,52747.0\n2024-11-16T17:01:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,57.1,57.3,-5.3,1.0,52748.0,52748.0\n2024-11-16T17:02:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.5,-5.4,1.0,52749.0,52749.0\n2024-11-16T17:03:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.2,-5.6,1.0,52750.0,52750.0\n2024-11-16T17:04:49.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.2,1.0,52751.0,52751.0\n2024-11-16T17:05:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.6,56.9,-5.6,1.0,52752.0,52752.0\n2024-11-16T17:06:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.5,-5.0,1.0,52753.0,52753.0\n2024-11-16T17:07:49.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.1,1.0,52754.0,52754.0\n2024-11-16T17:08:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.0,-5.0,1.0,52755.0,52755.0\n2024-11-16T17:09:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.7,56.9,-4.8,1.0,52755.0,52755.0\n2024-11-16T17:10:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.7,-4.4,1.0,52756.0,52756.0\n2024-11-16T17:11:49.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.8,-4.6,1.0,52757.0,52757.0\n2024-11-16T17:12:49.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.0,-5.2,1.0,52758.0,52758.0\n2024-11-16T17:13:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.2,-5.3,1.0,52759.0,52759.0\n2024-11-16T17:14:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.7,56.9,-4.9,1.0,52760.0,52760.0\n2024-11-16T17:15:49.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.7,56.9,-4.9,1.0,52761.0,52761.0\n2024-11-16T17:16:49.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.6,1.0,52762.0,52762.0\n2024-11-16T17:17:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.7,1.0,52763.0,52763.0\n2024-11-16T17:18:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.1,-5.1,1.0,52764.0,52764.0\n2024-11-16T17:19:49.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-5.3,1.0,52765.0,52765.0\n2024-11-16T17:20:49.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.8,-4.9,1.0,52766.0,52766.0\n2024-11-16T17:21:49.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,55.9,-5.0,1.0,52767.0,52767.0\n2024-11-16T17:22:49.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,57.0,57.3,-5.3,1.0,52768.0,52768.0\n2024-11-16T17:23:49.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,56.5,56.7,-5.0,1.0,52769.0,52769.0\n2024-11-16T17:24:49.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.2,-5.0,1.0,52770.0,52770.0\n2024-11-16T17:25:49.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,3.9,56.6,56.8,-4.8,1.0,52770.0,52770.0\n2024-11-16T17:26:49.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.2,-5.0,1.0,52771.0,52771.0\n2024-11-16T17:27:49.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.1,-5.4,1.0,52772.0,52772.0\n2024-11-16T17:28:49.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.4,-4.8,1.0,52773.0,52773.0\n2024-11-16T17:29:49.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.9,57.1,-4.8,1.0,52774.0,52774.0\n2024-11-16T17:30:50.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.8,56.2,56.4,-5.1,1.0,52775.0,52775.0\n2024-11-16T17:31:50.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.4,-5.3,1.0,52776.0,52776.0\n2024-11-16T17:32:50.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.6,-5.4,1.0,52777.0,52777.0\n2024-11-16T17:33:50.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52778.0,52778.0\n2024-11-16T17:34:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.1,-5.0,1.0,52779.0,52779.0\n2024-11-16T17:35:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.2,-5.2,1.0,52780.0,52780.0\n2024-11-16T17:36:50.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.1,56.4,56.6,-5.1,1.0,52786.0,52781.0\n2024-11-16T17:37:50.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.7,56.9,-5.3,1.0,52782.0,52782.0\n2024-11-16T17:38:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-5.3,1.0,52783.0,52783.0\n2024-11-16T17:39:50.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.5,-5.1,1.0,52784.0,52784.0\n2024-11-16T17:40:50.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.3,-5.1,1.0,52785.0,52785.0\n2024-11-16T17:41:50.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.8,-4.9,1.0,52791.0,52791.0\n2024-11-16T17:42:50.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.1,-5.0,1.0,52786.0,52786.0\n2024-11-16T17:43:50.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.4,-5.2,1.0,52787.0,52787.0\n2024-11-16T17:44:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.3,-5.3,1.0,52788.0,52788.0\n2024-11-16T17:45:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,56.8,57.0,-5.1,1.0,52789.0,52789.0\n2024-11-16T17:46:50.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.6,-5.1,1.0,52790.0,52790.0\n2024-11-16T17:47:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-5.5,1.0,52791.0,52791.0\n2024-11-16T17:48:50.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.8,56.4,56.6,-5.5,1.0,52792.0,52792.0\n2024-11-16T17:49:50.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.4,-5.4,1.0,52793.0,52793.0\n2024-11-16T17:50:50.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.8,1.0,52794.0,52794.0\n2024-11-16T17:51:50.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.6,55.8,-5.3,1.0,52795.0,52795.0\n2024-11-16T17:52:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-4.9,1.0,52796.0,52796.0\n2024-11-16T17:53:50.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.6,-5.2,1.0,52797.0,52797.0\n2024-11-16T17:54:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.5,-5.2,1.0,52798.0,52798.0\n2024-11-16T17:55:50.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.3,-5.0,1.0,52799.0,52799.0\n2024-11-16T17:56:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,56.9,57.2,-5.5,1.0,52800.0,52800.0\n2024-11-16T17:57:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.3,-5.5,1.0,52801.0,52801.0\n2024-11-16T17:58:50.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.2,-5.0,1.0,52802.0,52802.0\n2024-11-16T17:59:50.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-5.2,1.0,52802.0,52802.0\n2024-11-16T18:00:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.4,-4.9,1.0,52803.0,52803.0\n2024-11-16T18:01:50.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.2,1.0,52804.0,52804.0\n2024-11-16T18:02:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.3,1.0,52805.0,52805.0\n2024-11-16T18:03:50.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.7,-5.3,1.0,52806.0,52806.0\n2024-11-16T18:04:50.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.1,-5.3,1.0,52807.0,52807.0\n2024-11-16T18:05:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,52808.0,52808.0\n2024-11-16T18:06:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.7,-5.6,1.0,52809.0,52809.0\n2024-11-16T18:07:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.2,1.0,52810.0,52810.0\n2024-11-16T18:08:50.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.7,-5.0,1.0,52811.0,52811.0\n2024-11-16T18:09:50.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-4.8,1.0,52812.0,52812.0\n2024-11-16T18:10:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.7,56.9,-5.3,1.0,52813.0,52813.0\n2024-11-16T18:11:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.6,-5.3,1.0,52814.0,52814.0\n2024-11-16T18:12:50.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.1,-5.7,1.0,52815.0,52815.0\n2024-11-16T18:13:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,52816.0,52816.0\n2024-11-16T18:14:50.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.5,-5.5,1.0,52817.0,52817.0\n2024-11-16T18:15:50.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.6,56.8,-5.4,1.0,52817.0,52817.0\n2024-11-16T18:16:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.6,-5.5,1.0,52818.0,52818.0\n2024-11-16T18:17:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-5.9,1.0,52819.0,52819.0\n2024-11-16T18:18:50.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.8,-5.5,1.0,52820.0,52820.0\n2024-11-16T18:19:50.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.6,-5.5,1.0,52821.0,52821.0\n2024-11-16T18:20:50.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.6,-5.8,1.0,52822.0,52822.0\n2024-11-16T18:21:50.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.4,-5.7,1.0,52823.0,52823.0\n2024-11-16T18:22:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.6,1.0,52824.0,52824.0\n2024-11-16T18:23:50.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.5,-5.3,1.0,52825.0,52825.0\n2024-11-16T18:24:50.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.3,56.1,56.4,-5.5,1.0,52826.0,52826.0\n2024-11-16T18:25:50.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.7,-5.4,1.0,52827.0,52827.0\n2024-11-16T18:26:50.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.0,-5.3,1.0,52828.0,52828.0\n2024-11-16T18:27:50.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.6,-5.5,1.0,52829.0,52829.0\n2024-11-16T18:28:50.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52830.0,52830.0\n2024-11-16T18:29:50.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.7,1.0,52831.0,52831.0\n2024-11-16T18:30:50.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.4,1.0,52832.0,52832.0\n2024-11-16T18:31:50.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-5.1,1.0,52832.0,52832.0\n2024-11-16T18:32:50.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.3,-5.2,1.0,52833.0,52833.0\n2024-11-16T18:33:50.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.8,-5.4,1.0,52834.0,52834.0\n2024-11-16T18:34:50.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-5.6,1.0,52835.0,52835.0\n2024-11-16T18:35:50.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-5.3,1.0,52836.0,52836.0\n2024-11-16T18:36:50.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.5,-5.7,1.0,52837.0,52837.0\n2024-11-16T18:37:50.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.4,-5.5,1.0,52838.0,52838.0\n2024-11-16T18:38:50.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,3.9,56.7,57.0,-5.9,1.0,52839.0,52839.0\n2024-11-16T18:39:50.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.1,1.0,52840.0,52840.0\n2024-11-16T18:40:50.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.1,1.0,52841.0,52841.0\n2024-11-16T18:41:50.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.5,-5.7,1.0,52842.0,52842.0\n2024-11-16T18:42:50.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.7,1.0,52843.0,52843.0\n2024-11-16T18:43:50.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-5.8,1.0,52844.0,52844.0\n2024-11-16T18:44:50.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.7,1.0,52845.0,52845.0\n2024-11-16T18:45:50.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.8,-5.7,1.0,52846.0,52846.0\n2024-11-16T18:46:50.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.6,-5.9,1.0,52847.0,52847.0\n2024-11-16T18:47:50.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,3.9,57.0,57.3,-5.9,1.0,52848.0,52848.0\n2024-11-16T18:48:50.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.2,-5.9,1.0,52848.0,52848.0\n2024-11-16T18:49:50.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,3.9,57.6,57.8,-5.9,1.0,52849.0,52849.0\n2024-11-16T18:50:50.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.0,1.0,52850.0,52850.0\n2024-11-16T18:51:50.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.4,-5.9,1.0,52851.0,52851.0\n2024-11-16T18:52:50.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.4,-6.0,1.0,52852.0,52852.0\n2024-11-16T18:53:50.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-6.1,1.0,52853.0,52853.0\n2024-11-16T18:54:50.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.3,-6.1,1.0,52854.0,52854.0\n2024-11-16T18:55:50.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.2,-5.9,1.0,52855.0,52855.0\n2024-11-16T18:56:50.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,52856.0,52856.0\n2024-11-16T18:57:50.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.7,-5.7,1.0,52857.0,52857.0\n2024-11-16T18:58:50.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,3.9,57.4,57.7,-5.5,1.0,52858.0,52858.0\n2024-11-16T18:59:50.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,52859.0,52859.0\n2024-11-16T19:00:50.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,3.9,55.8,56.1,-5.7,1.0,52860.0,52860.0\n2024-11-16T19:01:50.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.0,55.3,-6.0,1.0,52861.0,52861.0\n2024-11-16T19:02:50.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.4,1.0,52862.0,52862.0\n2024-11-16T19:03:51.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.5,-5.9,1.0,52863.0,52863.0\n2024-11-16T19:04:51.000000+00:00,246.8,0.0,49.9,0.5,0.0,1.4,4.0,57.5,57.8,-5.7,1.0,52863.0,52863.0\n2024-11-16T19:05:51.000000+00:00,247.5,0.0,49.9,0.5,0.0,1.4,4.1,57.5,57.8,-5.8,1.0,52864.0,52864.0\n2024-11-16T19:06:51.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.1,-5.4,1.0,52865.0,52865.0\n2024-11-16T19:07:51.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.3,-5.4,1.0,52866.0,52866.0\n2024-11-16T19:08:51.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.0,57.0,57.2,-5.2,1.0,52867.0,52867.0\n2024-11-16T19:09:51.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.0,-5.6,1.0,52868.0,52868.0\n2024-11-16T19:10:51.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.7,-5.6,1.0,52869.0,52869.0\n2024-11-16T19:11:51.000000+00:00,242.4,0.0,50.0,0.4,0.0,1.4,4.0,55.7,55.9,-5.6,1.0,52870.0,52870.0\n2024-11-16T19:12:51.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-5.9,1.0,52871.0,52871.0\n2024-11-16T19:13:51.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,3.9,56.2,56.5,-5.9,1.0,52872.0,52872.0\n2024-11-16T19:14:51.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.6,-6.0,1.0,52873.0,52873.0\n2024-11-16T19:15:51.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.4,-6.0,1.0,52874.0,52874.0\n2024-11-16T19:16:51.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-6.5,1.0,52875.0,52875.0\n2024-11-16T19:17:51.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.4,1.0,52876.0,52876.0\n2024-11-16T19:18:51.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.6,-5.6,1.0,52877.0,52877.0\n2024-11-16T19:19:51.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.0,-6.0,1.0,52878.0,52878.0\n2024-11-16T19:20:51.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.6,1.0,52878.0,52878.0\n2024-11-16T19:21:51.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.6,1.0,52879.0,52879.0\n2024-11-16T19:22:51.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.2,-5.9,1.0,52880.0,52880.0\n2024-11-16T19:23:51.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,52881.0,52881.0\n2024-11-16T19:24:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.6,-6.3,1.0,52882.0,52882.0\n2024-11-16T19:25:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.7,-6.1,1.0,52883.0,52883.0\n2024-11-16T19:26:51.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,52884.0,52884.0\n2024-11-16T19:27:51.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.0,-6.1,1.0,52885.0,52885.0\n2024-11-16T19:28:51.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.2,-5.9,1.0,52886.0,52886.0\n2024-11-16T19:29:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.9,-6.2,1.0,52887.0,52887.0\n2024-11-16T19:30:51.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.4,1.0,52888.0,52888.0\n2024-11-16T19:31:51.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.4,1.0,52889.0,52889.0\n2024-11-16T19:32:51.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-6.9,1.0,52890.0,52890.0\n2024-11-16T19:33:51.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.4,1.0,52891.0,52891.0\n2024-11-16T19:34:51.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-6.4,1.0,52892.0,52892.0\n2024-11-16T19:35:51.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.5,56.2,56.6,-6.7,1.0,52892.0,52892.0\n2024-11-16T19:36:51.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-6.5,1.0,52893.0,52893.0\n2024-11-16T19:37:51.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,52894.0,52894.0\n2024-11-16T19:38:51.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-6.4,1.0,52895.0,52895.0\n2024-11-16T19:39:51.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.1,55.5,55.8,-6.3,1.0,52896.0,52896.0\n2024-11-16T19:40:51.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.2,55.8,56.1,-6.1,1.0,52897.0,52897.0\n2024-11-16T19:41:51.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.5,-6.1,1.0,52898.0,52898.0\n2024-11-16T19:42:51.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.7,-5.7,1.0,52899.0,52899.0\n2024-11-16T19:43:51.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.2,56.5,56.8,-5.9,1.0,52900.0,52900.0\n2024-11-16T19:44:51.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-5.9,1.0,52901.0,52901.0\n2024-11-16T19:45:51.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.1,56.7,57.0,-6.1,1.0,52902.0,52902.0\n2024-11-16T19:46:51.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-5.9,1.0,52903.0,52903.0\n2024-11-16T19:47:51.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.2,55.7,56.0,-5.7,1.0,52904.0,52904.0\n2024-11-16T19:48:51.000000+00:00,242.4,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.6,-6.1,1.0,52905.0,52905.0\n2024-11-16T19:49:51.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.4,-6.0,1.0,52906.0,52906.0\n2024-11-16T19:50:51.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.7,-6.3,1.0,52906.0,52906.0\n2024-11-16T19:51:51.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.5,-6.2,1.0,52907.0,52907.0\n2024-11-16T19:52:51.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.2,56.1,56.4,-6.6,1.0,52908.0,52908.0\n2024-11-16T19:53:51.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.5,-6.5,1.0,52909.0,52909.0\n2024-11-16T19:54:51.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.1,56.5,56.9,-6.4,1.0,52910.0,52910.0\n2024-11-16T19:55:51.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.3,-6.4,1.0,52911.0,52911.0\n2024-11-16T19:56:51.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.7,-6.3,1.0,52912.0,52912.0\n2024-11-16T19:57:51.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.7,-6.2,1.0,52913.0,52913.0\n2024-11-16T19:58:51.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.7,-6.6,1.0,52914.0,52914.0\n2024-11-16T19:59:51.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.7,1.0,52915.0,52915.0\n2024-11-16T20:00:51.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.3,-6.5,1.0,52916.0,52916.0\n2024-11-16T20:01:51.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-7.0,1.0,52917.0,52917.0\n2024-11-16T20:02:51.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,4.1,55.7,56.1,-6.7,1.0,52918.0,52918.0\n2024-11-16T20:03:51.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-6.4,1.0,52919.0,52919.0\n2024-11-16T20:04:51.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,3.9,56.6,57.0,-6.6,1.0,52920.0,52920.0\n2024-11-16T20:05:51.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.7,1.0,52920.0,52920.0\n2024-11-16T20:06:51.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.6,1.0,52921.0,52921.0\n2024-11-16T20:07:51.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,52922.0,52922.0\n2024-11-16T20:08:51.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.7,-6.8,1.0,52923.0,52923.0\n2024-11-16T20:09:51.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,52924.0,52924.0\n2024-11-16T20:10:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.9,1.0,52925.0,52925.0\n2024-11-16T20:11:51.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.0,1.0,52926.0,52926.0\n2024-11-16T20:12:51.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.6,-7.1,1.0,52927.0,52927.0\n2024-11-16T20:13:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,55.6,56.1,-7.5,1.0,52928.0,52928.0\n2024-11-16T20:14:51.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.2,1.0,52929.0,52929.0\n2024-11-16T20:15:51.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.8,56.5,57.0,-7.1,1.0,52930.0,52930.0\n2024-11-16T20:16:51.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.9,1.0,52931.0,52931.0\n2024-11-16T20:17:51.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,3.9,56.6,57.0,-6.9,1.0,52932.0,52932.0\n2024-11-16T20:18:51.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.8,-7.2,1.0,52933.0,52933.0\n2024-11-16T20:19:51.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.4,-7.0,1.0,52934.0,52939.0\n2024-11-16T20:20:51.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.5,1.0,52935.0,52935.0\n2024-11-16T20:21:51.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-7.0,1.0,52936.0,52936.0\n2024-11-16T20:22:51.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-7.0,1.0,52936.0,52936.0\n2024-11-16T20:23:51.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-6.9,1.0,52937.0,52937.0\n2024-11-16T20:24:51.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.4,-7.2,1.0,52938.0,52938.0\n2024-11-16T20:25:51.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-6.9,1.0,52939.0,52939.0\n2024-11-16T20:26:51.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.2,-7.4,1.0,52940.0,52940.0\n2024-11-16T20:27:51.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.5,1.0,52941.0,52941.0\n2024-11-16T20:28:51.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-7.2,1.0,52942.0,52942.0\n2024-11-16T20:29:51.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,3.9,57.1,57.5,-7.2,1.0,52943.0,52943.0\n2024-11-16T20:30:51.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,52944.0,52944.0\n2024-11-16T20:31:51.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.0,1.0,52945.0,52945.0\n2024-11-16T20:32:51.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.6,1.0,52946.0,52946.0\n2024-11-16T20:33:51.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-6.2,1.0,52947.0,52947.0\n2024-11-16T20:34:51.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.2,55.8,56.2,-6.4,1.0,52948.0,52948.0\n2024-11-16T20:35:51.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.8,-6.7,1.0,52949.0,52949.0\n2024-11-16T20:36:51.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.6,1.0,52950.0,52950.0\n2024-11-16T20:37:51.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.6,1.0,52951.0,52951.0\n2024-11-16T20:38:51.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,52951.0,52951.0\n2024-11-16T20:39:51.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.6,1.0,52952.0,52952.0\n2024-11-16T20:40:52.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.6,1.0,52953.0,52953.0\n2024-11-16T20:41:52.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.9,-7.1,1.0,52954.0,52954.0\n2024-11-16T20:42:52.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.0,1.0,52955.0,52955.0\n2024-11-16T20:43:52.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.1,-7.1,1.0,52956.0,52956.0\n2024-11-16T20:44:52.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.8,1.0,52957.0,52957.0\n2024-11-16T20:45:52.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.8,1.0,52958.0,52958.0\n2024-11-16T20:46:52.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.4,1.0,52959.0,52959.0\n2024-11-16T20:47:52.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.6,1.0,52960.0,52960.0\n2024-11-16T20:48:52.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.2,-7.1,1.0,52961.0,52961.0\n2024-11-16T20:49:52.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,55.2,55.7,-6.9,1.0,52962.0,52962.0\n2024-11-16T20:50:52.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.9,1.0,52963.0,52963.0\n2024-11-16T20:51:52.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-6.9,1.0,52964.0,52964.0\n2024-11-16T20:52:52.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-6.8,1.0,52965.0,52965.0\n2024-11-16T20:53:52.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.8,-6.8,1.0,52965.0,52965.0\n2024-11-16T20:54:52.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.5,-7.0,1.0,52966.0,52966.0\n2024-11-16T20:55:52.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.6,-6.9,1.0,52967.0,52967.0\n2024-11-16T20:56:52.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.1,1.0,52968.0,52968.0\n2024-11-16T20:57:52.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.0,-7.0,1.0,52969.0,52969.0\n2024-11-16T20:58:52.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.8,-6.6,1.0,52970.0,52970.0\n2024-11-16T20:59:52.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.1,1.0,52971.0,52971.0\n2024-11-16T21:00:52.000000+00:00,242.0,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.9,-6.8,1.0,52972.0,52972.0\n2024-11-16T21:01:52.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.4,1.0,52973.0,52973.0\n2024-11-16T21:02:52.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.2,1.0,52974.0,52974.0\n2024-11-16T21:03:52.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.9,56.7,57.1,-6.5,1.0,52975.0,52975.0\n2024-11-16T21:04:52.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.5,-6.6,1.0,52976.0,52976.0\n2024-11-16T21:05:52.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.7,-6.6,1.0,52977.0,52977.0\n2024-11-16T21:06:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.3,-6.8,1.0,52978.0,52978.0\n2024-11-16T21:07:52.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.5,-6.6,1.0,52979.0,52979.0\n2024-11-16T21:08:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.4,1.0,52979.0,52979.0\n2024-11-16T21:09:52.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.7,1.0,52980.0,52980.0\n2024-11-16T21:10:52.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.4,1.0,52981.0,52981.0\n2024-11-16T21:11:52.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.6,-6.6,1.0,52982.0,52982.0\n2024-11-16T21:12:52.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.2,56.2,56.6,-6.8,1.0,52983.0,52983.0\n2024-11-16T21:13:52.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,52984.0,52984.0\n2024-11-16T21:14:52.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,52985.0,52985.0\n2024-11-16T21:15:52.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.4,-6.7,1.0,52991.0,52991.0\n2024-11-16T21:16:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.5,1.0,52987.0,52987.0\n2024-11-16T21:17:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.6,1.0,52988.0,52988.0\n2024-11-16T21:18:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.4,1.0,52989.0,52989.0\n2024-11-16T21:19:52.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.2,1.0,52990.0,52990.0\n2024-11-16T21:20:52.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,52991.0,52991.0\n2024-11-16T21:21:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.6,1.0,52992.0,52992.0\n2024-11-16T21:22:52.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.7,1.0,52993.0,52993.0\n2024-11-16T21:23:52.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.2,55.6,56.0,-6.6,1.0,52994.0,52994.0\n2024-11-16T21:24:52.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.1,1.0,52995.0,52995.0\n2024-11-16T21:25:52.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.7,1.0,52995.0,52995.0\n2024-11-16T21:26:52.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.1,1.0,52996.0,52996.0\n2024-11-16T21:27:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.1,1.0,52997.0,52997.0\n2024-11-16T21:28:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.2,56.6,57.0,-6.8,1.0,52998.0,52998.0\n2024-11-16T21:29:52.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,52999.0,52999.0\n2024-11-16T21:30:52.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,3.9,55.7,56.1,-6.5,1.0,53000.0,53000.0\n2024-11-16T21:31:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.8,1.0,53001.0,53001.0\n2024-11-16T21:32:52.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,3.9,56.6,57.0,-6.7,1.0,53002.0,53002.0\n2024-11-16T21:33:52.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-7.0,1.0,53003.0,53003.0\n2024-11-16T21:34:52.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,53004.0,53004.0\n2024-11-16T21:35:52.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-6.5,1.0,53005.0,53005.0\n2024-11-16T21:36:52.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.1,-6.9,1.0,53006.0,53006.0\n2024-11-16T21:37:52.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53007.0,53007.0\n2024-11-16T21:38:52.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-7.1,1.0,53008.0,53008.0\n2024-11-16T21:39:52.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.2,-6.6,1.0,53009.0,53009.0\n2024-11-16T21:40:52.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.9,-6.8,1.0,53010.0,53010.0\n2024-11-16T21:41:52.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.8,1.0,53010.0,53010.0\n2024-11-16T21:42:52.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,55.4,55.8,-7.1,1.0,53011.0,53011.0\n2024-11-16T21:43:52.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,53012.0,53012.0\n2024-11-16T21:44:52.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,53013.0,53013.0\n2024-11-16T21:45:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.7,1.0,53014.0,53014.0\n2024-11-16T21:46:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-6.9,1.0,53015.0,53015.0\n2024-11-16T21:47:52.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.9,1.0,53016.0,53016.0\n2024-11-16T21:48:52.000000+00:00,246.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-6.9,1.0,53017.0,53017.0\n2024-11-16T21:49:52.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,4.0,56.5,57.0,-7.2,1.0,53018.0,53018.0\n2024-11-16T21:50:52.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,3.9,57.0,57.4,-7.4,1.0,53019.0,53019.0\n2024-11-16T21:51:52.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-7.0,1.0,53020.0,53020.0\n2024-11-16T21:52:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.2,-7.1,1.0,53021.0,53021.0\n2024-11-16T21:53:52.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,4.1,55.9,56.3,-6.7,1.0,53022.0,53022.0\n2024-11-16T21:54:52.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,53023.0,53023.0\n2024-11-16T21:55:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.8,1.0,53024.0,53024.0\n2024-11-16T21:56:52.000000+00:00,246.0,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.0,1.0,53025.0,53025.0\n2024-11-16T21:57:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.5,57.0,-6.8,1.0,53026.0,53026.0\n2024-11-16T21:58:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.8,1.0,53026.0,53026.0\n2024-11-16T21:59:52.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.0,1.0,53027.0,53027.0\n2024-11-16T22:00:52.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-6.4,1.0,53028.0,53028.0\n2024-11-16T22:01:52.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,53029.0,53029.0\n2024-11-16T22:02:52.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.5,1.0,53030.0,53030.0\n2024-11-16T22:03:52.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.9,1.0,53031.0,53031.0\n2024-11-16T22:04:52.000000+00:00,246.1,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-6.8,1.0,53032.0,53032.0\n2024-11-16T22:05:52.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,53033.0,53033.0\n2024-11-16T22:06:52.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.2,-6.7,1.0,53039.0,53034.0\n2024-11-16T22:07:52.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.9,1.0,53035.0,53035.0\n2024-11-16T22:08:52.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.0,-6.5,1.0,53036.0,53036.0\n2024-11-16T22:09:52.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.2,1.0,53037.0,53037.0\n2024-11-16T22:10:52.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.6,-7.2,1.0,53038.0,53038.0\n2024-11-16T22:11:52.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,53039.0,53039.0\n2024-11-16T22:12:52.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.5,4.1,56.9,57.3,-6.6,1.0,53040.0,53040.0\n2024-11-16T22:13:52.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.4,-6.9,1.0,53040.0,53040.0\n2024-11-16T22:14:52.000000+00:00,246.7,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-7.0,1.0,53041.0,53041.0\n2024-11-16T22:15:52.000000+00:00,246.6,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.2,1.0,53042.0,53042.0\n2024-11-16T22:16:52.000000+00:00,246.3,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-7.0,1.0,53043.0,53043.0\n2024-11-16T22:17:52.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.7,1.0,53044.0,53044.0\n2024-11-16T22:18:52.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.1,55.7,56.1,-6.6,1.0,53045.0,53045.0\n2024-11-16T22:19:52.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-7.0,1.0,53046.0,53046.0\n2024-11-16T22:20:52.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.2,1.0,53047.0,53047.0\n2024-11-16T22:21:53.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.9,1.0,53048.0,53048.0\n2024-11-16T22:22:53.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.7,1.0,53049.0,53049.0\n2024-11-16T22:23:53.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.8,1.0,53050.0,53050.0\n2024-11-16T22:24:53.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.8,1.0,53051.0,53051.0\n2024-11-16T22:25:53.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53052.0,53052.0\n2024-11-16T22:26:53.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.7,1.0,53053.0,53053.0\n2024-11-16T22:27:53.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,53054.0,53054.0\n2024-11-16T22:28:53.000000+00:00,245.9,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.1,1.0,53055.0,53055.0\n2024-11-16T22:29:53.000000+00:00,246.0,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.9,-6.9,1.0,53056.0,53056.0\n2024-11-16T22:30:53.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-7.3,1.0,53056.0,53056.0\n2024-11-16T22:31:53.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.4,-6.9,1.0,53057.0,53057.0\n2024-11-16T22:32:53.000000+00:00,246.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.0,1.0,53058.0,53058.0\n2024-11-16T22:33:53.000000+00:00,246.4,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.7,1.0,53059.0,53059.0\n2024-11-16T22:34:53.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-7.1,1.0,53060.0,53060.0\n2024-11-16T22:35:53.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.6,1.0,53061.0,53061.0\n2024-11-16T22:36:53.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.7,1.0,53062.0,53062.0\n2024-11-16T22:37:53.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.1,-6.9,1.0,53063.0,53063.0\n2024-11-16T22:38:53.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.7,-6.9,1.0,53064.0,53064.0\n2024-11-16T22:39:53.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.1,1.0,53065.0,53065.0\n2024-11-16T22:40:53.000000+00:00,246.3,0.0,50.0,0.4,0.0,1.4,3.9,55.4,55.8,-6.9,1.0,53066.0,53066.0\n2024-11-16T22:41:53.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.9,1.0,53067.0,53067.0\n2024-11-16T22:42:53.000000+00:00,246.5,0.0,50.0,0.5,0.0,1.4,4.0,57.4,57.8,-6.8,1.0,53068.0,53068.0\n2024-11-16T22:43:53.000000+00:00,246.4,0.0,50.0,0.4,0.0,1.4,4.1,55.8,56.3,-7.2,1.0,53069.0,53069.0\n2024-11-16T22:44:53.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-7.1,1.0,53070.0,53070.0\n2024-11-16T22:45:53.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,57.6,58.0,-7.0,1.0,53071.0,53071.0\n2024-11-16T22:46:53.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-7.1,1.0,53071.0,53071.0\n2024-11-16T22:47:53.000000+00:00,246.7,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.8,1.0,53072.0,53072.0\n2024-11-16T22:48:53.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.9,55.5,56.1,-7.8,1.0,53073.0,53073.0\n2024-11-16T22:49:53.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.8,55.6,56.1,-7.5,1.0,53074.0,53074.0\n2024-11-16T22:50:53.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.4,-7.2,1.0,53075.0,53075.0\n2024-11-16T22:51:53.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.1,55.3,55.7,-7.2,1.0,53076.0,53076.0\n2024-11-16T22:52:53.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-7.4,1.0,53077.0,53077.0\n2024-11-16T22:53:53.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.3,56.3,56.8,-7.3,1.0,53078.0,53078.0\n2024-11-16T22:54:53.000000+00:00,242.1,0.0,50.0,0.5,0.0,1.5,4.2,56.0,56.5,-7.0,1.0,53079.0,53079.0\n2024-11-16T22:55:53.000000+00:00,241.8,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.7,-7.0,1.0,53080.0,53080.0\n2024-11-16T22:56:53.000000+00:00,241.6,0.0,50.0,0.5,0.0,1.5,4.2,55.9,56.3,-6.9,1.0,53081.0,53081.0\n2024-11-16T22:57:53.000000+00:00,241.3,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.3,-7.1,1.0,53082.0,53082.0\n2024-11-16T22:58:53.000000+00:00,241.0,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.9,-7.0,1.0,53083.0,53083.0\n2024-11-16T22:59:53.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.3,56.8,57.2,-6.7,1.0,53084.0,53084.0\n2024-11-16T23:00:53.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.4,-6.7,1.0,53085.0,53085.0\n2024-11-16T23:01:53.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.2,-7.0,1.0,53085.0,53085.0\n2024-11-16T23:02:53.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,57.8,57.3,-6.4,1.0,53086.0,53086.0\n2024-11-16T23:03:53.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.0,57.9,58.2,-6.3,1.0,53087.0,53087.0\n2024-11-16T23:04:53.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,54.1,54.5,-6.8,1.0,53088.0,53088.0\n2024-11-16T23:05:53.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.2,54.7,55.2,-6.9,1.0,53089.0,53089.0\n2024-11-16T23:06:53.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,3.9,56.9,57.3,-6.4,1.0,53090.0,53090.0\n2024-11-16T23:07:53.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.2,57.2,57.6,-6.5,1.0,53091.0,53091.0\n2024-11-16T23:08:53.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.1,56.0,56.4,-7.1,1.0,53092.0,53092.0\n2024-11-16T23:09:53.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-7.0,1.0,53093.0,53093.0\n2024-11-16T23:10:53.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.7,-7.4,1.0,53094.0,53094.0\n2024-11-16T23:11:53.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-7.1,1.0,53095.0,53095.0\n2024-11-16T23:12:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-6.8,1.0,53096.0,53096.0\n2024-11-16T23:13:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.6,-7.0,1.0,53097.0,53097.0\n2024-11-16T23:14:53.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,53098.0,53098.0\n2024-11-16T23:15:53.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-7.2,1.0,53099.0,53099.0\n2024-11-16T23:16:53.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,56.7,57.2,-7.2,1.0,53100.0,53100.0\n2024-11-16T23:17:53.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,57.0,57.4,-6.9,1.0,53101.0,53101.0\n2024-11-16T23:18:53.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.0,1.0,53101.0,53101.0\n2024-11-16T23:19:53.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.0,-7.2,1.0,53102.0,53102.0\n2024-11-16T23:20:53.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.3,1.0,53103.0,53103.0\n2024-11-16T23:21:53.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,53104.0,53104.0\n2024-11-16T23:22:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.8,55.8,56.3,-7.2,1.0,53105.0,53105.0\n2024-11-16T23:23:53.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.4,-7.8,1.0,53106.0,53106.0\n2024-11-16T23:24:53.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.7,1.0,53107.0,53107.0\n2024-11-16T23:25:53.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.7,-7.3,1.0,53108.0,53108.0\n2024-11-16T23:26:53.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.3,1.0,53109.0,53109.0\n2024-11-16T23:27:53.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.9,-7.2,1.0,53110.0,53110.0\n2024-11-16T23:28:53.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,3.8,57.0,57.5,-7.1,1.0,53111.0,53111.0\n2024-11-16T23:29:53.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.7,-7.1,1.0,53112.0,53112.0\n2024-11-16T23:30:53.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.5,1.0,53113.0,53113.0\n2024-11-16T23:31:53.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.3,3.8,55.9,56.3,-7.1,1.0,53114.0,53114.0\n2024-11-16T23:32:53.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.2,1.0,53115.0,53115.0\n2024-11-16T23:33:53.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.5,-7.0,1.0,53116.0,53116.0\n2024-11-16T23:34:53.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.4,-7.5,1.0,53116.0,53116.0\n2024-11-16T23:35:53.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.8,-7.8,1.0,53117.0,53117.0\n2024-11-16T23:36:53.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.6,-7.6,1.0,53118.0,53118.0\n2024-11-16T23:37:53.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,53119.0,53119.0\n2024-11-16T23:38:53.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.8,56.8,57.4,-8.0,1.0,53120.0,53120.0\n2024-11-16T23:39:53.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.6,1.0,53121.0,53121.0\n2024-11-16T23:40:53.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.3,-7.0,1.0,53122.0,53122.0\n2024-11-16T23:41:53.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.5,-7.3,1.0,53123.0,53123.0\n2024-11-16T23:42:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.4,1.0,53124.0,53124.0\n2024-11-16T23:43:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.5,-7.0,1.0,53125.0,53125.0\n2024-11-16T23:44:53.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.8,-7.3,1.0,53126.0,53126.0\n2024-11-16T23:45:53.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.8,55.9,56.4,-7.5,1.0,53127.0,53127.0\n2024-11-16T23:46:53.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.3,3.8,56.2,56.7,-7.4,1.0,53128.0,53128.0\n2024-11-16T23:47:53.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.8,-7.4,1.0,53129.0,53129.0\n2024-11-16T23:48:53.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.6,-7.5,1.0,53130.0,53130.0\n2024-11-16T23:49:53.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.4,-7.1,1.0,53130.0,53130.0\n2024-11-16T23:50:53.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,57.0,57.5,-7.7,1.0,53131.0,53131.0\n2024-11-16T23:51:53.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.8,57.6,58.1,-7.4,1.0,53132.0,53132.0\n2024-11-16T23:52:53.000000+00:00,245.0,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.4,-7.9,1.0,53133.0,53133.0\n2024-11-16T23:53:53.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.6,-7.7,1.0,53134.0,53134.0\n2024-11-16T23:54:53.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.8,1.0,53135.0,53135.0\n2024-11-16T23:55:53.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.9,1.0,53136.0,53136.0\n2024-11-16T23:56:53.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.4,1.0,53137.0,53137.0\n2024-11-16T23:57:53.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.2,1.0,53138.0,53138.0\n2024-11-16T23:58:53.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.6,-7.6,1.0,53139.0,53139.0\n2024-11-16T23:59:53.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,56.8,57.3,-7.1,1.0,53140.0,53140.0\n2024-11-17T00:00:53.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.1,-6.7,1.0,53141.0,53141.0\n2024-11-17T00:01:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.4,-6.9,1.0,53142.0,53142.0\n2024-11-17T00:02:54.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.8,57.3,57.7,-7.0,1.0,53143.0,53143.0\n2024-11-17T00:03:54.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.0,1.0,53144.0,53144.0\n2024-11-17T00:04:54.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.1,-7.4,1.0,53145.0,53145.0\n2024-11-17T00:05:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.5,1.0,53146.0,53146.0\n2024-11-17T00:06:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-6.9,1.0,53146.0,53146.0\n2024-11-17T00:07:54.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.4,1.0,53147.0,53147.0\n2024-11-17T00:08:54.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.8,-7.8,1.0,53148.0,53148.0\n2024-11-17T00:09:54.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.3,3.9,55.7,56.2,-7.5,1.0,53149.0,53149.0\n2024-11-17T00:10:54.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.8,55.8,56.3,-7.5,1.0,53150.0,53150.0\n2024-11-17T00:11:54.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,57.4,57.9,-7.5,1.0,53151.0,53151.0\n2024-11-17T00:12:54.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.6,1.0,53152.0,53152.0\n2024-11-17T00:13:54.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.4,3.9,57.4,57.8,-7.1,1.0,53153.0,53153.0\n2024-11-17T00:14:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.5,1.0,53154.0,53154.0\n2024-11-17T00:15:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.1,1.0,53155.0,53155.0\n2024-11-17T00:16:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-6.9,1.0,53156.0,53156.0\n2024-11-17T00:17:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.7,-7.2,1.0,53157.0,53157.0\n2024-11-17T00:18:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.6,-7.2,1.0,53158.0,53158.0\n2024-11-17T00:19:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.7,-7.5,1.0,53159.0,53159.0\n2024-11-17T00:20:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.8,55.7,56.2,-7.7,1.0,53160.0,53160.0\n2024-11-17T00:21:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.7,1.0,53161.0,53161.0\n2024-11-17T00:22:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,57.2,57.7,-7.5,1.0,53161.0,53161.0\n2024-11-17T00:23:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.2,-7.4,1.0,53162.0,53162.0\n2024-11-17T00:24:54.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.7,57.2,-7.6,1.0,53163.0,53163.0\n2024-11-17T00:25:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.5,-7.4,1.0,53164.0,53164.0\n2024-11-17T00:26:54.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.6,-7.8,1.0,53165.0,53165.0\n2024-11-17T00:27:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.6,1.0,53166.0,53166.0\n2024-11-17T00:28:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.5,-7.8,1.0,53167.0,53167.0\n2024-11-17T00:29:54.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.5,1.0,53168.0,53168.0\n2024-11-17T00:30:54.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.6,1.0,53169.0,53169.0\n2024-11-17T00:31:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.8,56.0,56.5,-8.0,1.0,53170.0,53170.0\n2024-11-17T00:32:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.3,3.9,55.8,56.4,-8.2,1.0,53171.0,53171.0\n2024-11-17T00:33:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.2,-7.7,1.0,53172.0,53172.0\n2024-11-17T00:34:54.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.8,1.0,53173.0,53173.0\n2024-11-17T00:35:54.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,57.1,57.6,-7.6,1.0,53174.0,53174.0\n2024-11-17T00:36:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.6,-7.4,1.0,53175.0,53175.0\n2024-11-17T00:37:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,4.0,55.2,55.7,-7.2,1.0,53175.0,53175.0\n2024-11-17T00:38:54.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.2,-7.6,1.0,53176.0,53176.0\n2024-11-17T00:39:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.8,55.5,56.0,-7.8,1.0,53177.0,53177.0\n2024-11-17T00:40:54.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.3,3.9,55.6,56.1,-7.5,1.0,53178.0,53178.0\n2024-11-17T00:41:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.7,55.8,56.3,-7.5,1.0,53179.0,53179.0\n2024-11-17T00:42:54.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.3,1.0,53180.0,53180.0\n2024-11-17T00:43:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.3,-7.5,1.0,53181.0,53181.0\n2024-11-17T00:44:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.8,56.5,57.0,-7.8,1.0,53182.0,53182.0\n2024-11-17T00:45:54.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.8,-7.7,1.0,53183.0,53183.0\n2024-11-17T00:46:54.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.8,56.8,57.3,-7.6,1.0,53184.0,53184.0\n2024-11-17T00:47:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.9,-7.6,1.0,53185.0,53185.0\n2024-11-17T00:48:54.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.3,3.8,56.6,57.1,-7.6,1.0,53186.0,53186.0\n2024-11-17T00:49:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.4,-7.7,1.0,53187.0,53192.0\n2024-11-17T00:50:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.7,56.3,56.8,-7.5,1.0,53188.0,53188.0\n2024-11-17T00:51:54.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.6,-8.3,1.0,53189.0,53189.0\n2024-11-17T00:52:54.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.3,3.9,56.1,56.6,-8.1,1.0,53190.0,53190.0\n2024-11-17T00:53:54.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.5,1.0,53190.0,53190.0\n2024-11-17T00:54:54.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.6,1.0,53191.0,53191.0\n2024-11-17T00:55:54.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.0,-7.7,1.0,53192.0,53192.0\n2024-11-17T00:56:54.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.8,56.6,57.1,-7.7,1.0,53193.0,53193.0\n2024-11-17T00:57:54.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.4,1.0,53194.0,53194.0\n2024-11-17T00:58:54.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.8,56.6,57.1,-7.5,1.0,53195.0,53195.0\n2024-11-17T00:59:54.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.3,3.9,55.6,56.1,-7.2,1.0,53196.0,53196.0\n2024-11-17T01:00:54.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.3,3.8,55.4,56.0,-8.0,1.0,53197.0,53197.0\n2024-11-17T01:01:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.3,-7.8,1.0,53198.0,53198.0\n2024-11-17T01:02:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.6,1.0,53199.0,53199.0\n2024-11-17T01:03:54.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.3,3.8,55.3,55.9,-7.9,1.0,53200.0,53200.0\n2024-11-17T01:04:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-7.1,1.0,53201.0,53201.0\n2024-11-17T01:05:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.0,-7.4,1.0,53202.0,53202.0\n2024-11-17T01:06:54.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.7,1.0,53203.0,53203.0\n2024-11-17T01:07:54.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.3,-7.8,1.0,53204.0,53204.0\n2024-11-17T01:08:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.2,-7.6,1.0,53205.0,53205.0\n2024-11-17T01:09:54.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.1,1.0,53205.0,53205.0\n2024-11-17T01:10:54.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-7.3,1.0,53206.0,53206.0\n2024-11-17T01:11:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.7,1.0,53207.0,53207.0\n2024-11-17T01:12:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,55.7,56.2,-7.8,1.0,53208.0,53208.0\n2024-11-17T01:13:54.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.5,1.0,53209.0,53209.0\n2024-11-17T01:14:54.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.3,3.8,56.4,56.9,-7.8,1.0,53210.0,53210.0\n2024-11-17T01:15:54.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.3,3.8,56.4,56.9,-7.7,1.0,53211.0,53211.0\n2024-11-17T01:16:54.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.8,56.6,57.2,-7.8,1.0,53212.0,53212.0\n2024-11-17T01:17:54.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,3.8,56.3,56.9,-8.0,1.0,53213.0,53213.0\n2024-11-17T01:18:54.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.8,1.0,53214.0,53214.0\n2024-11-17T01:19:54.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.3,3.8,56.0,56.6,-7.7,1.0,53215.0,53215.0\n2024-11-17T01:20:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.8,56.4,56.9,-7.6,1.0,53216.0,53216.0\n2024-11-17T01:21:54.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.4,-7.5,1.0,53217.0,53217.0\n2024-11-17T01:22:54.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.5,-7.7,1.0,53218.0,53218.0\n2024-11-17T01:23:54.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,53219.0,53219.0\n2024-11-17T01:24:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.6,-7.8,1.0,53220.0,53220.0\n2024-11-17T01:25:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.9,56.3,56.8,-7.6,1.0,53220.0,53220.0\n2024-11-17T01:26:54.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.7,-7.8,1.0,53221.0,53221.0\n2024-11-17T01:27:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.3,3.8,55.9,56.4,-7.7,1.0,53222.0,53222.0\n2024-11-17T01:28:54.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.8,56.5,57.0,-7.4,1.0,53223.0,53223.0\n2024-11-17T01:29:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.8,57.0,57.5,-7.7,1.0,53224.0,53224.0\n2024-11-17T01:30:54.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.6,1.0,53225.0,53225.0\n2024-11-17T01:31:54.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,57.2,57.6,-7.3,1.0,53226.0,53226.0\n2024-11-17T01:32:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.4,1.0,53227.0,53227.0\n2024-11-17T01:33:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,55.6,56.1,-7.3,1.0,53228.0,53228.0\n2024-11-17T01:34:54.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.9,55.6,56.1,-7.4,1.0,53229.0,53229.0\n2024-11-17T01:35:54.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,3.8,56.4,57.0,-7.8,1.0,53230.0,53230.0\n2024-11-17T01:36:54.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.9,56.1,56.6,-7.7,1.0,53231.0,53231.0\n2024-11-17T01:37:54.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.9,-7.7,1.0,53232.0,53232.0\n2024-11-17T01:38:54.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.2,-7.5,1.0,53233.0,53233.0\n2024-11-17T01:39:54.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.8,55.8,56.4,-7.6,1.0,53234.0,53234.0\n2024-11-17T01:40:55.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.7,56.4,-6.9,1.0,53234.0,53234.0\n2024-11-17T01:41:55.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.6,-7.2,1.0,53235.0,53235.0\n2024-11-17T01:42:55.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.3,-7.2,1.0,53236.0,53236.0\n2024-11-17T01:43:55.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.3,3.8,55.7,56.2,-7.6,1.0,53237.0,53237.0\n2024-11-17T01:44:55.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.3,3.8,55.5,56.1,-7.8,1.0,53238.0,53238.0\n2024-11-17T01:45:55.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.5,-7.5,1.0,53244.0,53239.0\n2024-11-17T01:46:55.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.6,57.1,-7.6,1.0,53240.0,53240.0\n2024-11-17T01:47:55.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,55.2,55.8,-8.2,1.0,53241.0,53241.0\n2024-11-17T01:48:55.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.3,-7.9,1.0,53242.0,53242.0\n2024-11-17T01:49:55.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.9,-8.0,1.0,53243.0,53243.0\n2024-11-17T01:50:55.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.8,1.0,53244.0,53244.0\n2024-11-17T01:51:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.4,1.0,53245.0,53245.0\n2024-11-17T01:52:55.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.2,-7.3,1.0,53246.0,53246.0\n2024-11-17T01:53:55.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.7,1.0,53247.0,53247.0\n2024-11-17T01:54:55.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.1,-7.4,1.0,53248.0,53248.0\n2024-11-17T01:55:55.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.7,-7.2,1.0,53249.0,53249.0\n2024-11-17T01:56:55.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.5,-7.2,1.0,53249.0,53249.0\n2024-11-17T01:57:55.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.3,-7.1,1.0,53250.0,53250.0\n2024-11-17T01:58:55.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.2,-7.3,1.0,53251.0,53251.0\n2024-11-17T01:59:55.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.8,1.0,53252.0,53252.0\n2024-11-17T02:00:55.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.1,-7.3,1.0,53253.0,53253.0\n2024-11-17T02:01:55.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.5,-6.7,1.0,53254.0,53254.0\n2024-11-17T02:02:55.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.4,-6.7,1.0,53255.0,53255.0\n2024-11-17T02:03:55.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.7,-7.2,1.0,53256.0,53256.0\n2024-11-17T02:04:55.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.2,56.9,57.3,-6.4,1.0,53257.0,53257.0\n2024-11-17T02:05:55.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,53258.0,53258.0\n2024-11-17T02:06:55.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-6.6,1.0,53259.0,53259.0\n2024-11-17T02:07:55.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.4,-7.2,1.0,53260.0,53260.0\n2024-11-17T02:08:55.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-7.0,1.0,53261.0,53261.0\n2024-11-17T02:09:55.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.9,-7.1,1.0,53262.0,53262.0\n2024-11-17T02:10:55.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.8,56.0,56.5,-7.0,1.0,53263.0,53263.0\n2024-11-17T02:11:55.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.2,1.0,53264.0,53264.0\n2024-11-17T02:12:55.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.9,-7.4,1.0,53264.0,53264.0\n2024-11-17T02:13:55.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,3.9,57.1,57.5,-7.3,1.0,53265.0,53265.0\n2024-11-17T02:14:55.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.4,-7.7,1.0,53266.0,53266.0\n2024-11-17T02:15:55.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.7,1.0,53267.0,53267.0\n2024-11-17T02:16:55.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.5,-7.6,1.0,53268.0,53268.0\n2024-11-17T02:17:55.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.3,3.9,56.0,56.5,-7.6,1.0,53269.0,53269.0\n2024-11-17T02:18:55.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.8,56.2,56.7,-7.7,1.0,53270.0,53270.0\n2024-11-17T02:19:55.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.7,1.0,53271.0,53271.0\n2024-11-17T02:20:55.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.8,1.0,53272.0,53272.0\n2024-11-17T02:21:55.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.7,-8.1,1.0,53273.0,53273.0\n2024-11-17T02:22:55.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-7.4,1.0,53274.0,53274.0\n2024-11-17T02:23:55.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.5,-7.6,1.0,53275.0,53275.0\n2024-11-17T02:24:55.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.8,-7.7,1.0,53276.0,53276.0\n2024-11-17T02:25:55.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.4,1.0,53277.0,53277.0\n2024-11-17T02:26:55.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.8,56.4,56.9,-7.6,1.0,53278.0,53278.0\n2024-11-17T02:27:55.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.7,1.0,53279.0,53279.0\n2024-11-17T02:28:55.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.1,-7.3,1.0,53279.0,53279.0\n2024-11-17T02:29:55.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.5,1.0,53280.0,53280.0\n2024-11-17T02:30:55.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.5,-7.4,1.0,53281.0,53281.0\n2024-11-17T02:31:55.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.8,1.0,53282.0,53282.0\n2024-11-17T02:32:55.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.9,57.4,-7.7,1.0,53283.0,53283.0\n2024-11-17T02:33:55.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.2,-7.7,1.0,53284.0,53284.0\n2024-11-17T02:34:55.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.6,-7.6,1.0,53285.0,53285.0\n2024-11-17T02:35:55.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.4,1.0,53286.0,53286.0\n2024-11-17T02:36:55.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.2,1.0,53292.0,53292.0\n2024-11-17T02:37:55.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.8,56.8,57.3,-7.1,1.0,53288.0,53288.0\n2024-11-17T02:38:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.3,3.8,56.1,56.6,-7.3,1.0,53289.0,53289.0\n2024-11-17T02:39:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.5,-7.8,1.0,53290.0,53290.0\n2024-11-17T02:40:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-7.1,1.0,53291.0,53291.0\n2024-11-17T02:41:55.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.3,3.9,55.3,55.8,-7.5,1.0,53292.0,53292.0\n2024-11-17T02:42:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.8,55.3,55.9,-8.0,1.0,53293.0,53293.0\n2024-11-17T02:43:55.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.7,-7.9,1.0,53293.0,53293.0\n2024-11-17T02:44:55.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,57.0,57.6,-8.1,1.0,53294.0,53294.0\n2024-11-17T02:45:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.8,55.7,56.3,-7.7,1.0,53295.0,53295.0\n2024-11-17T02:46:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.3,3.9,55.5,56.0,-7.5,1.0,53296.0,53296.0\n2024-11-17T02:47:55.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.7,1.0,53297.0,53297.0\n2024-11-17T02:48:55.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.8,-7.4,1.0,53298.0,53298.0\n2024-11-17T02:49:55.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,56.9,57.4,-7.6,1.0,53299.0,53299.0\n2024-11-17T02:50:55.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.5,-7.6,1.0,53300.0,53300.0\n2024-11-17T02:51:55.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.3,3.9,55.5,56.0,-8.0,1.0,53301.0,53301.0\n2024-11-17T02:52:55.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-7.6,1.0,53302.0,53302.0\n2024-11-17T02:53:55.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.3,3.9,55.8,56.3,-7.9,1.0,53303.0,53303.0\n2024-11-17T02:54:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.6,-8.2,1.0,53304.0,53304.0\n2024-11-17T02:55:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-7.5,1.0,53305.0,53305.0\n2024-11-17T02:56:55.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.5,1.0,53306.0,53306.0\n2024-11-17T02:57:55.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,57.0,57.6,-7.8,1.0,53307.0,53307.0\n2024-11-17T02:58:55.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.8,56.5,57.0,-7.7,1.0,53307.0,53307.0\n2024-11-17T02:59:55.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.7,1.0,53308.0,53308.0\n2024-11-17T03:00:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.8,1.0,53309.0,53309.0\n2024-11-17T03:01:55.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.2,-7.4,1.0,53310.0,53310.0\n2024-11-17T03:02:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.6,1.0,53311.0,53311.0\n2024-11-17T03:03:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-7.1,1.0,53312.0,53312.0\n2024-11-17T03:04:55.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.8,1.0,53313.0,53313.0\n2024-11-17T03:05:55.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.1,1.0,53314.0,53314.0\n2024-11-17T03:06:55.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.2,1.0,53315.0,53315.0\n2024-11-17T03:07:55.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.3,55.7,-7.0,1.0,53315.0,53315.0\n2024-11-17T03:08:55.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,55.9,56.4,-7.2,1.0,53316.0,53316.0\n2024-11-17T03:09:55.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,56.9,57.3,-7.3,1.0,53317.0,53317.0\n2024-11-17T03:10:55.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.8,55.6,56.1,-7.8,1.0,53318.0,53318.0\n2024-11-17T03:11:55.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.3,-7.5,1.0,53319.0,53319.0\n2024-11-17T03:12:55.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.4,-7.6,1.0,53320.0,53320.0\n2024-11-17T03:13:55.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.7,1.0,53320.0,53320.0\n2024-11-17T03:14:55.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.6,-8.0,1.0,53321.0,53321.0\n2024-11-17T03:15:55.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.6,1.0,53322.0,53322.0\n2024-11-17T03:16:55.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,55.3,55.9,-8.0,1.0,53323.0,53323.0\n2024-11-17T03:17:55.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.6,-7.8,1.0,53324.0,53324.0\n2024-11-17T03:18:56.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.6,1.0,53325.0,53325.0\n2024-11-17T03:19:56.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.1,55.6,-7.5,1.0,53326.0,53326.0\n2024-11-17T03:20:56.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.1,1.0,53327.0,53327.0\n2024-11-17T03:21:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.0,-7.0,1.0,53328.0,53328.0\n2024-11-17T03:22:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.6,1.0,53329.0,53329.0\n2024-11-17T03:23:56.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.8,1.0,53330.0,53330.0\n2024-11-17T03:24:56.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.7,1.0,53331.0,53331.0\n2024-11-17T03:25:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.3,-7.7,1.0,53332.0,53332.0\n2024-11-17T03:26:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.1,-7.5,1.0,53333.0,53333.0\n2024-11-17T03:27:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.4,-7.2,1.0,53334.0,53334.0\n2024-11-17T03:28:56.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.6,-7.3,1.0,53335.0,53335.0\n2024-11-17T03:29:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-7.2,1.0,53335.0,53335.0\n2024-11-17T03:30:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.2,55.7,-7.2,1.0,53336.0,53336.0\n2024-11-17T03:31:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,53337.0,53337.0\n2024-11-17T03:32:56.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.9,-7.1,1.0,53342.0,53342.0\n2024-11-17T03:33:56.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.6,-7.3,1.0,53339.0,53339.0\n2024-11-17T03:34:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.1,1.0,53340.0,53340.0\n2024-11-17T03:35:56.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.3,-7.9,1.0,53341.0,53341.0\n2024-11-17T03:36:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.7,1.0,53342.0,53342.0\n2024-11-17T03:37:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.3,1.0,53343.0,53343.0\n2024-11-17T03:38:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.3,1.0,53344.0,53344.0\n2024-11-17T03:39:56.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.6,1.0,53345.0,53345.0\n2024-11-17T03:40:56.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.2,-7.7,1.0,53346.0,53346.0\n2024-11-17T03:41:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.1,-7.2,1.0,53347.0,53347.0\n2024-11-17T03:42:56.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,55.3,55.9,-7.5,1.0,53348.0,53348.0\n2024-11-17T03:43:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,57.3,57.7,-7.1,1.0,53349.0,53349.0\n2024-11-17T03:44:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,57.3,57.7,-7.0,1.0,53350.0,53350.0\n2024-11-17T03:45:56.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-6.8,1.0,53350.0,53350.0\n2024-11-17T03:46:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.0,-7.0,1.0,53351.0,53351.0\n2024-11-17T03:47:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.5,1.0,53352.0,53352.0\n2024-11-17T03:48:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.3,1.0,53353.0,53353.0\n2024-11-17T03:49:56.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-7.1,1.0,53354.0,53354.0\n2024-11-17T03:50:56.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-7.3,1.0,53355.0,53355.0\n2024-11-17T03:51:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.8,57.1,57.6,-7.8,1.0,53356.0,53356.0\n2024-11-17T03:52:56.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.2,-7.9,1.0,53357.0,53357.0\n2024-11-17T03:53:56.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.8,1.0,53358.0,53358.0\n2024-11-17T03:54:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,57.1,57.6,-7.8,1.0,53359.0,53359.0\n2024-11-17T03:55:56.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.6,57.1,-7.5,1.0,53360.0,53360.0\n2024-11-17T03:56:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-7.2,1.0,53361.0,53361.0\n2024-11-17T03:57:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.9,-7.4,1.0,53362.0,53362.0\n2024-11-17T03:58:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-7.6,1.0,53363.0,53363.0\n2024-11-17T03:59:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,55.4,55.9,-7.7,1.0,53364.0,53364.0\n2024-11-17T04:00:56.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.8,55.7,56.2,-7.7,1.0,53364.0,53364.0\n2024-11-17T04:01:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-7.6,1.0,53365.0,53365.0\n2024-11-17T04:02:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.2,-7.9,1.0,53366.0,53366.0\n2024-11-17T04:03:56.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.8,55.8,56.2,-7.3,1.0,53367.0,53367.0\n2024-11-17T04:04:56.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-7.3,1.0,53368.0,53368.0\n2024-11-17T04:05:56.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.2,-7.6,1.0,53369.0,53369.0\n2024-11-17T04:06:56.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.1,1.0,53370.0,53370.0\n2024-11-17T04:07:56.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.4,-7.1,1.0,53371.0,53371.0\n2024-11-17T04:08:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-7.0,1.0,53372.0,53372.0\n2024-11-17T04:09:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.0,1.0,53373.0,53373.0\n2024-11-17T04:10:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.8,55.5,56.0,-7.2,1.0,53374.0,53374.0\n2024-11-17T04:11:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.5,57.0,-7.5,1.0,53375.0,53375.0\n2024-11-17T04:12:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.3,-7.1,1.0,53376.0,53376.0\n2024-11-17T04:13:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.3,-6.9,1.0,53377.0,53377.0\n2024-11-17T04:14:56.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.9,-7.3,1.0,53378.0,53378.0\n2024-11-17T04:15:56.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.1,1.0,53379.0,53379.0\n2024-11-17T04:16:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.2,-6.9,1.0,53379.0,53379.0\n2024-11-17T04:17:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.5,1.0,53380.0,53380.0\n2024-11-17T04:18:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.8,56.7,57.2,-7.4,1.0,53381.0,53381.0\n2024-11-17T04:19:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,53382.0,53382.0\n2024-11-17T04:20:56.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-7.3,1.0,53383.0,53383.0\n2024-11-17T04:21:56.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.3,-7.1,1.0,53384.0,53384.0\n2024-11-17T04:22:56.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.6,-7.5,1.0,53385.0,53385.0\n2024-11-17T04:23:56.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.9,-7.5,1.0,53386.0,53386.0\n2024-11-17T04:24:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.3,55.8,-7.3,1.0,53387.0,53387.0\n2024-11-17T04:25:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.4,1.0,53388.0,53388.0\n2024-11-17T04:26:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.7,1.0,53389.0,53389.0\n2024-11-17T04:27:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.6,-7.8,1.0,53390.0,53390.0\n2024-11-17T04:28:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.2,-7.3,1.0,53391.0,53391.0\n2024-11-17T04:29:56.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.4,1.0,53392.0,53392.0\n2024-11-17T04:30:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.8,56.5,56.9,-7.0,1.0,53393.0,53393.0\n2024-11-17T04:31:56.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-7.1,1.0,53393.0,53393.0\n2024-11-17T04:32:56.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.5,-7.3,1.0,53394.0,53394.0\n2024-11-17T04:33:56.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.1,56.1,56.6,-7.5,1.0,53395.0,53395.0\n2024-11-17T04:34:56.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.7,1.0,53396.0,53396.0\n2024-11-17T04:35:56.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.9,1.0,53397.0,53397.0\n2024-11-17T04:36:56.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-7.0,1.0,53398.0,53398.0\n2024-11-17T04:37:56.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.2,-7.0,1.0,53399.0,53399.0\n2024-11-17T04:38:56.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-7.0,1.0,53400.0,53400.0\n2024-11-17T04:39:56.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.4,4.2,55.9,56.3,-6.9,1.0,53401.0,53401.0\n2024-11-17T04:40:56.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.5,-6.3,1.0,53402.0,53402.0\n2024-11-17T04:41:56.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.3,55.8,56.2,-6.5,1.0,53403.0,53403.0\n2024-11-17T04:42:56.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.0,55.8,56.2,-6.6,1.0,53404.0,53404.0\n2024-11-17T04:43:56.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.6,-6.5,1.0,53405.0,53405.0\n2024-11-17T04:44:56.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.2,55.0,55.4,-6.7,1.0,53406.0,53406.0\n2024-11-17T04:45:56.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.2,55.8,56.2,-6.8,1.0,53407.0,53407.0\n2024-11-17T04:46:56.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.6,-6.6,1.0,53407.0,53407.0\n2024-11-17T04:47:56.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.4,4.2,55.5,55.9,-6.8,1.0,53408.0,53408.0\n2024-11-17T04:48:56.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.8,-6.5,1.0,53409.0,53409.0\n2024-11-17T04:49:56.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.1,55.6,56.0,-6.2,1.0,53410.0,53410.0\n2024-11-17T04:50:56.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.2,55.8,56.2,-6.5,1.0,53411.0,53411.0\n2024-11-17T04:51:56.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.9,1.0,53412.0,53412.0\n2024-11-17T04:52:56.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.5,4.1,56.5,56.9,-6.7,1.0,53413.0,53413.0\n2024-11-17T04:53:56.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.4,-6.7,1.0,53414.0,53414.0\n2024-11-17T04:54:56.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.3,55.9,56.3,-6.7,1.0,53415.0,53415.0\n2024-11-17T04:55:56.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.3,1.0,53416.0,53416.0\n2024-11-17T04:56:56.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,56.5,57.0,-7.3,1.0,53417.0,53417.0\n2024-11-17T04:57:56.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,53418.0,53418.0\n2024-11-17T04:58:56.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.3,-7.7,1.0,53419.0,53419.0\n2024-11-17T04:59:56.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.4,-7.2,1.0,53420.0,53420.0\n2024-11-17T05:00:56.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,55.1,55.6,-7.3,1.0,53421.0,53421.0\n2024-11-17T05:01:57.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.5,57.0,-7.2,1.0,53422.0,53422.0\n2024-11-17T05:02:57.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.0,-7.3,1.0,53422.0,53422.0\n2024-11-17T05:03:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.5,56.0,-7.1,1.0,53423.0,53423.0\n2024-11-17T05:04:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-6.7,1.0,53424.0,53424.0\n2024-11-17T05:05:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,53425.0,53425.0\n2024-11-17T05:06:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.9,-7.0,1.0,53426.0,53426.0\n2024-11-17T05:07:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.3,1.0,53427.0,53427.0\n2024-11-17T05:08:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-6.9,1.0,53428.0,53428.0\n2024-11-17T05:09:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,56.5,57.0,-6.9,1.0,53429.0,53429.0\n2024-11-17T05:10:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.0,-7.0,1.0,53430.0,53430.0\n2024-11-17T05:11:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.2,1.0,53431.0,53431.0\n2024-11-17T05:12:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.1,-6.9,1.0,53432.0,53432.0\n2024-11-17T05:13:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.5,1.0,53433.0,53433.0\n2024-11-17T05:14:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.5,1.0,53434.0,53434.0\n2024-11-17T05:15:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.4,1.0,53435.0,53435.0\n2024-11-17T05:16:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-6.9,1.0,53436.0,53436.0\n2024-11-17T05:17:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,53437.0,53437.0\n2024-11-17T05:18:57.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.0,-7.1,1.0,53437.0,53437.0\n2024-11-17T05:19:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.1,1.0,53438.0,53438.0\n2024-11-17T05:20:57.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,53439.0,53439.0\n2024-11-17T05:21:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.9,1.0,53440.0,53440.0\n2024-11-17T05:22:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.2,1.0,53441.0,53441.0\n2024-11-17T05:23:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.3,1.0,53442.0,53442.0\n2024-11-17T05:24:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.3,-7.0,1.0,53443.0,53443.0\n2024-11-17T05:25:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.5,1.0,53444.0,53444.0\n2024-11-17T05:26:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-6.9,1.0,53445.0,53445.0\n2024-11-17T05:27:57.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.3,-7.2,1.0,53446.0,53446.0\n2024-11-17T05:28:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.7,-7.0,1.0,53447.0,53447.0\n2024-11-17T05:29:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-6.9,1.0,53448.0,53448.0\n2024-11-17T05:30:57.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.8,-7.0,1.0,53449.0,53449.0\n2024-11-17T05:31:57.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.8,-7.3,1.0,53450.0,53450.0\n2024-11-17T05:32:57.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,3.8,55.9,56.4,-7.5,1.0,53451.0,53451.0\n2024-11-17T05:33:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.6,1.0,53452.0,53452.0\n2024-11-17T05:34:57.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-7.1,1.0,53452.0,53452.0\n2024-11-17T05:35:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.4,1.0,53453.0,53453.0\n2024-11-17T05:36:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.4,1.0,53454.0,53454.0\n2024-11-17T05:37:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53455.0,53455.0\n2024-11-17T05:38:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,53456.0,53456.0\n2024-11-17T05:39:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.2,1.0,53457.0,53457.0\n2024-11-17T05:40:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.3,1.0,53458.0,53458.0\n2024-11-17T05:41:57.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.5,1.0,53459.0,53459.0\n2024-11-17T05:42:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.3,1.0,53460.0,53460.0\n2024-11-17T05:43:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.7,1.0,53461.0,53461.0\n2024-11-17T05:44:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.5,1.0,53462.0,53462.0\n2024-11-17T05:45:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.9,-7.2,1.0,53463.0,53463.0\n2024-11-17T05:46:57.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-7.3,1.0,53464.0,53464.0\n2024-11-17T05:47:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.3,1.0,53465.0,53465.0\n2024-11-17T05:48:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.1,-7.1,1.0,53466.0,53466.0\n2024-11-17T05:49:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.2,1.0,53466.0,53466.0\n2024-11-17T05:50:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.8,-6.7,1.0,53467.0,53467.0\n2024-11-17T05:51:57.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.3,1.0,53468.0,53468.0\n2024-11-17T05:52:57.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.8,1.0,53469.0,53469.0\n2024-11-17T05:53:57.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-7.1,1.0,53470.0,53470.0\n2024-11-17T05:54:57.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.5,55.9,-7.3,1.0,53471.0,53471.0\n2024-11-17T05:55:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-7.3,1.0,53472.0,53472.0\n2024-11-17T05:56:57.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-7.0,1.0,53473.0,53473.0\n2024-11-17T05:57:57.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.4,-7.4,1.0,53474.0,53474.0\n2024-11-17T05:58:57.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.3,1.0,53475.0,53475.0\n2024-11-17T05:59:57.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.1,1.0,53476.0,53476.0\n2024-11-17T06:00:57.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-6.9,1.0,53477.0,53477.0\n2024-11-17T06:01:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-6.8,1.0,53478.0,53478.0\n2024-11-17T06:02:57.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.0,1.0,53479.0,53479.0\n2024-11-17T06:03:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.5,-6.9,1.0,53480.0,53480.0\n2024-11-17T06:04:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,53480.0,53480.0\n2024-11-17T06:05:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,53481.0,53481.0\n2024-11-17T06:06:57.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.7,-7.1,1.0,53482.0,53482.0\n2024-11-17T06:07:57.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-7.0,1.0,53483.0,53483.0\n2024-11-17T06:08:57.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.0,-7.2,1.0,53484.0,53484.0\n2024-11-17T06:09:57.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-7.1,1.0,53485.0,53485.0\n2024-11-17T06:10:57.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.0,-7.2,1.0,53486.0,53486.0\n2024-11-17T06:11:57.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.1,1.0,53487.0,53487.0\n2024-11-17T06:12:57.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-6.8,1.0,53488.0,53488.0\n2024-11-17T06:13:57.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,53489.0,53489.0\n2024-11-17T06:14:57.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.9,1.0,53490.0,53490.0\n2024-11-17T06:15:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-6.9,1.0,53496.0,53496.0\n2024-11-17T06:16:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.3,1.0,53492.0,53492.0\n2024-11-17T06:17:57.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.8,-7.1,1.0,53493.0,53493.0\n2024-11-17T06:18:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-6.8,1.0,53494.0,53494.0\n2024-11-17T06:19:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,53495.0,53495.0\n2024-11-17T06:20:57.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.0,-7.1,1.0,53495.0,53495.0\n2024-11-17T06:21:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.1,1.0,53496.0,53496.0\n2024-11-17T06:22:57.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.5,-6.9,1.0,53497.0,53497.0\n2024-11-17T06:23:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.3,-6.7,1.0,53498.0,53498.0\n2024-11-17T06:24:57.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.8,-7.0,1.0,53499.0,53499.0\n2024-11-17T06:25:57.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.8,-6.9,1.0,53500.0,53500.0\n2024-11-17T06:26:57.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.8,-7.3,1.0,53501.0,53501.0\n2024-11-17T06:27:57.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.5,-7.4,1.0,53502.0,53502.0\n2024-11-17T06:28:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,56.6,57.1,-7.6,1.0,53503.0,53503.0\n2024-11-17T06:29:57.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.8,-7.4,1.0,53504.0,53504.0\n2024-11-17T06:30:57.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.1,1.0,53505.0,53505.0\n2024-11-17T06:31:57.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.9,1.0,53506.0,53506.0\n2024-11-17T06:32:57.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,53507.0,53507.0\n2024-11-17T06:33:57.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.1,56.8,57.2,-7.1,1.0,53508.0,53508.0\n2024-11-17T06:34:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-6.9,1.0,53509.0,53509.0\n2024-11-17T06:35:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.1,-7.0,1.0,53510.0,53510.0\n2024-11-17T06:36:57.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-7.0,1.0,53510.0,53510.0\n2024-11-17T06:37:57.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-7.0,1.0,53511.0,53511.0\n2024-11-17T06:38:58.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.0,1.0,53512.0,53512.0\n2024-11-17T06:39:58.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,3.9,56.6,57.1,-7.1,1.0,53513.0,53513.0\n2024-11-17T06:40:58.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.7,-6.9,1.0,53514.0,53514.0\n2024-11-17T06:41:58.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,53515.0,53515.0\n2024-11-17T06:42:58.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.4,-7.1,1.0,53516.0,53516.0\n2024-11-17T06:43:58.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-7.2,1.0,53517.0,53517.0\n2024-11-17T06:44:58.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-7.1,1.0,53518.0,53518.0\n2024-11-17T06:45:58.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.1,1.0,53519.0,53519.0\n2024-11-17T06:46:58.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.3,1.0,53520.0,53520.0\n2024-11-17T06:47:58.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.6,-7.2,1.0,53521.0,53521.0\n2024-11-17T06:48:58.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.6,-7.4,1.0,53522.0,53522.0\n2024-11-17T06:49:58.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.3,-7.4,1.0,53523.0,53523.0\n2024-11-17T06:50:58.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.4,1.0,53524.0,53524.0\n2024-11-17T06:51:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.7,-7.2,1.0,53525.0,53525.0\n2024-11-17T06:52:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-7.1,1.0,53525.0,53525.0\n2024-11-17T06:53:58.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.2,1.0,53526.0,53526.0\n2024-11-17T06:54:58.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-7.1,1.0,53527.0,53527.0\n2024-11-17T06:55:58.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.3,1.0,53528.0,53528.0\n2024-11-17T06:56:58.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.1,-7.7,1.0,53529.0,53529.0\n2024-11-17T06:57:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.7,-7.5,1.0,53530.0,53530.0\n2024-11-17T06:58:58.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.3,1.0,53531.0,53531.0\n2024-11-17T06:59:58.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.3,1.0,53532.0,53532.0\n2024-11-17T07:00:58.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.8,-7.2,1.0,53533.0,53533.0\n2024-11-17T07:01:58.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.0,1.0,53534.0,53534.0\n2024-11-17T07:02:58.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.4,1.0,53535.0,53535.0\n2024-11-17T07:03:58.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.5,-7.1,1.0,53536.0,53536.0\n2024-11-17T07:04:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.8,56.5,57.0,-7.1,1.0,53537.0,53537.0\n2024-11-17T07:05:58.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.5,1.0,53538.0,53538.0\n2024-11-17T07:06:58.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.8,-6.5,1.0,53539.0,53539.0\n2024-11-17T07:07:58.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,53539.0,53539.0\n2024-11-17T07:08:58.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,5.6,55.9,56.3,-6.8,1.0,53540.0,53540.0\n2024-11-17T07:09:58.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.5,4.2,55.9,56.3,-6.3,1.0,53541.0,53541.0\n2024-11-17T07:10:58.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.5,4.1,56.9,57.3,-6.4,1.0,53542.0,53542.0\n2024-11-17T07:11:58.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.5,-6.5,1.0,53543.0,53543.0\n2024-11-17T07:12:58.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.5,4.2,57.0,57.3,-6.5,1.0,53544.0,53544.0\n2024-11-17T07:13:58.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,55.7,56.1,-6.3,1.0,53545.0,53545.0\n2024-11-17T07:14:58.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.2,55.7,56.1,-6.2,1.0,53546.0,53546.0\n2024-11-17T07:15:58.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.4,56.0,56.4,-6.5,1.0,53547.0,53547.0\n2024-11-17T07:16:58.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.6,1.0,53548.0,53548.0\n2024-11-17T07:17:58.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.3,-6.1,1.0,53549.0,53549.0\n2024-11-17T07:18:58.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.2,1.0,53550.0,53550.0\n2024-11-17T07:19:58.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.6,-6.3,1.0,53551.0,53551.0\n2024-11-17T07:20:58.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.2,1.0,53552.0,53552.0\n2024-11-17T07:21:58.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.5,4.1,56.1,56.4,-6.3,1.0,53553.0,53553.0\n2024-11-17T07:22:58.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-6.4,1.0,53554.0,53554.0\n2024-11-17T07:23:58.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.5,4.2,56.1,56.4,-6.2,1.0,53554.0,53554.0\n2024-11-17T07:24:58.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.4,1.0,53555.0,53555.0\n2024-11-17T07:25:58.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53556.0,53556.0\n2024-11-17T07:26:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.7,1.0,53557.0,53557.0\n2024-11-17T07:27:58.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.4,-6.9,1.0,53558.0,53558.0\n2024-11-17T07:28:58.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.2,-7.5,1.0,53559.0,53559.0\n2024-11-17T07:29:58.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.2,-7.0,1.0,53560.0,53560.0\n2024-11-17T07:30:58.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.1,-7.1,1.0,53561.0,53561.0\n2024-11-17T07:31:58.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-7.3,1.0,53562.0,53562.0\n2024-11-17T07:32:58.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.4,1.0,53563.0,53563.0\n2024-11-17T07:33:58.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.7,-7.0,1.0,53564.0,53564.0\n2024-11-17T07:34:58.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-7.0,1.0,53565.0,53565.0\n2024-11-17T07:35:58.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.2,-7.0,1.0,53566.0,53566.0\n2024-11-17T07:36:58.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.0,1.0,53567.0,53567.0\n2024-11-17T07:37:58.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-6.7,1.0,53568.0,53568.0\n2024-11-17T07:38:58.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.7,-6.8,1.0,53569.0,53569.0\n2024-11-17T07:39:58.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.8,-6.8,1.0,53569.0,53569.0\n2024-11-17T07:40:58.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-6.7,1.0,53570.0,53570.0\n2024-11-17T07:41:58.000000+00:00,244.8,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.4,-6.7,1.0,53571.0,53571.0\n2024-11-17T07:42:58.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-7.2,1.0,53572.0,53572.0\n2024-11-17T07:43:58.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.4,-7.1,1.0,53573.0,53573.0\n2024-11-17T07:44:58.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.9,1.0,53574.0,53574.0\n2024-11-17T07:45:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.9,1.0,53575.0,53575.0\n2024-11-17T07:46:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.5,1.0,53576.0,53576.0\n2024-11-17T07:47:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.5,-6.8,1.0,53577.0,53577.0\n2024-11-17T07:48:58.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,53578.0,53578.0\n2024-11-17T07:49:58.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.7,1.0,53579.0,53579.0\n2024-11-17T07:50:58.000000+00:00,244.6,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.9,1.0,53580.0,53580.0\n2024-11-17T07:51:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.9,1.0,53581.0,53581.0\n2024-11-17T07:52:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-6.4,1.0,53582.0,53582.0\n2024-11-17T07:53:58.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.2,57.1,57.4,-6.5,1.0,53583.0,53583.0\n2024-11-17T07:54:58.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.9,1.0,53584.0,53584.0\n2024-11-17T07:55:58.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-6.7,1.0,53584.0,53584.0\n2024-11-17T07:56:58.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.7,-7.2,1.0,53585.0,53585.0\n2024-11-17T07:57:58.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-7.0,1.0,53586.0,53586.0\n2024-11-17T07:58:58.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,53587.0,53587.0\n2024-11-17T07:59:58.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-7.0,1.0,53588.0,53588.0\n2024-11-17T08:00:58.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.6,-7.0,1.0,53589.0,53589.0\n2024-11-17T08:01:58.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.5,56.9,-6.8,1.0,53590.0,53590.0\n2024-11-17T08:02:58.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.5,55.9,-6.6,1.0,53596.0,53596.0\n2024-11-17T08:03:58.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.7,-7.1,1.0,53592.0,53592.0\n2024-11-17T08:04:58.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.9,1.0,53593.0,53593.0\n2024-11-17T08:05:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.5,1.0,53594.0,53594.0\n2024-11-17T08:06:58.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.4,1.0,53595.0,53595.0\n2024-11-17T08:07:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.6,1.0,53596.0,53596.0\n2024-11-17T08:08:58.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.2,1.0,53597.0,53597.0\n2024-11-17T08:09:58.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.7,1.0,53598.0,53598.0\n2024-11-17T08:10:58.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-7.0,1.0,53599.0,53599.0\n2024-11-17T08:11:58.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53599.0,53599.0\n2024-11-17T08:12:58.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-6.6,1.0,53600.0,53600.0\n2024-11-17T08:13:58.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.8,-6.3,1.0,53601.0,53601.0\n2024-11-17T08:14:58.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.6,1.0,53602.0,53602.0\n2024-11-17T08:15:58.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,57.1,57.5,-6.4,1.0,53603.0,53603.0\n2024-11-17T08:16:58.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.6,1.0,53604.0,53604.0\n2024-11-17T08:17:59.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-6.2,1.0,53605.0,53605.0\n2024-11-17T08:18:59.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53606.0,53606.0\n2024-11-17T08:19:59.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,53607.0,53607.0\n2024-11-17T08:20:59.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.3,-6.8,1.0,53608.0,53608.0\n2024-11-17T08:21:59.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.7,-6.8,1.0,53609.0,53609.0\n2024-11-17T08:22:59.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,53610.0,53610.0\n2024-11-17T08:23:59.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.1,-6.7,1.0,53611.0,53611.0\n2024-11-17T08:24:59.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.5,1.0,53612.0,53612.0\n2024-11-17T08:25:59.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,53613.0,53613.0\n2024-11-17T08:26:59.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,53614.0,53614.0\n2024-11-17T08:27:59.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.0,-6.5,1.0,53614.0,53614.0\n2024-11-17T08:28:59.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,55.5,55.9,-6.7,1.0,53615.0,53615.0\n2024-11-17T08:29:59.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.2,56.3,56.7,-7.0,1.0,53616.0,53616.0\n2024-11-17T08:30:59.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,4.1,55.4,55.8,-6.5,1.0,53617.0,53617.0\n2024-11-17T08:31:59.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.9,1.0,53618.0,53618.0\n2024-11-17T08:32:59.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,53619.0,53619.0\n2024-11-17T08:33:59.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.3,-6.6,1.0,53620.0,53620.0\n2024-11-17T08:34:59.000000+00:00,245.1,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-6.5,1.0,53621.0,53621.0\n2024-11-17T08:35:59.000000+00:00,245.2,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.6,1.0,53622.0,53622.0\n2024-11-17T08:36:59.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.8,1.0,53623.0,53623.0\n2024-11-17T08:37:59.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.2,-6.9,1.0,53624.0,53624.0\n2024-11-17T08:38:59.000000+00:00,244.8,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,53625.0,53625.0\n2024-11-17T08:39:59.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.7,-6.7,1.0,53626.0,53626.0\n2024-11-17T08:40:59.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.2,56.6,57.0,-6.6,1.0,53627.0,53627.0\n2024-11-17T08:41:59.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.5,-6.5,1.0,53628.0,53628.0\n2024-11-17T08:42:59.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,53628.0,53628.0\n2024-11-17T08:43:59.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,53629.0,53629.0\n2024-11-17T08:44:59.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.5,-7.0,1.0,53630.0,53630.0\n2024-11-17T08:45:59.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.3,-6.5,1.0,53631.0,53631.0\n2024-11-17T08:46:59.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.6,1.0,53632.0,53632.0\n2024-11-17T08:47:59.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,53633.0,53633.0\n2024-11-17T08:48:59.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.3,1.0,53634.0,53634.0\n2024-11-17T08:49:59.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-6.4,1.0,53635.0,53635.0\n2024-11-17T08:50:59.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.2,1.0,53636.0,53636.0\n2024-11-17T08:51:59.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.5,1.0,53637.0,53637.0\n2024-11-17T08:52:59.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.6,1.0,53638.0,53638.0\n2024-11-17T08:53:59.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.2,56.6,56.9,-6.1,1.0,53639.0,53639.0\n2024-11-17T08:54:59.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.2,55.9,56.3,-6.7,1.0,53640.0,53640.0\n2024-11-17T08:55:59.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.6,1.0,53641.0,53641.0\n2024-11-17T08:56:59.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-7.1,1.0,53642.0,53642.0\n2024-11-17T08:57:59.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,53643.0,53643.0\n2024-11-17T08:58:59.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-7.1,1.0,53643.0,53643.0\n2024-11-17T08:59:59.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.8,-6.8,1.0,53644.0,53644.0\n2024-11-17T09:00:59.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.6,1.0,53645.0,53645.0\n2024-11-17T09:01:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,53646.0,53646.0\n2024-11-17T09:02:59.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.7,1.0,53647.0,53647.0\n2024-11-17T09:03:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.7,-6.9,1.0,53648.0,53648.0\n2024-11-17T09:04:59.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.3,55.7,-6.9,1.0,53649.0,53649.0\n2024-11-17T09:05:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.5,1.0,53650.0,53650.0\n2024-11-17T09:06:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.2,1.0,53651.0,53651.0\n2024-11-17T09:07:59.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,4.1,55.3,55.7,-6.7,1.0,53652.0,53652.0\n2024-11-17T09:08:59.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.6,-6.5,1.0,53653.0,53653.0\n2024-11-17T09:09:59.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,53654.0,53654.0\n2024-11-17T09:10:59.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,4.0,55.5,55.9,-7.1,1.0,53655.0,53655.0\n2024-11-17T09:11:59.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,4.1,56.6,57.0,-6.9,1.0,53656.0,53656.0\n2024-11-17T09:12:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.6,-6.8,1.0,53657.0,53657.0\n2024-11-17T09:13:59.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,53658.0,53658.0\n2024-11-17T09:14:59.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-6.9,1.0,53658.0,53658.0\n2024-11-17T09:15:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.6,1.0,53659.0,53659.0\n2024-11-17T09:16:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.8,1.0,53660.0,53660.0\n2024-11-17T09:17:59.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-6.8,1.0,53661.0,53661.0\n2024-11-17T09:18:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53662.0,53662.0\n2024-11-17T09:19:59.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,3.9,55.9,56.3,-6.5,1.0,53663.0,53663.0\n2024-11-17T09:20:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,53664.0,53664.0\n2024-11-17T09:21:59.000000+00:00,243.8,0.0,50.0,0.5,0.0,1.4,4.2,56.2,56.6,-6.9,1.0,53665.0,53665.0\n2024-11-17T09:22:59.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,4.1,55.8,56.2,-6.8,1.0,53666.0,53666.0\n2024-11-17T09:23:59.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.1,-6.8,1.0,53667.0,53667.0\n2024-11-17T09:24:59.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.2,-6.9,1.0,53668.0,53668.0\n2024-11-17T09:25:59.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.8,1.0,53669.0,53669.0\n2024-11-17T09:26:59.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.7,-6.6,1.0,53670.0,53670.0\n2024-11-17T09:27:59.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,57.6,58.0,-6.7,1.0,53671.0,53671.0\n2024-11-17T09:28:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.2,1.0,53672.0,53672.0\n2024-11-17T09:29:59.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-6.9,1.0,53673.0,53673.0\n2024-11-17T09:30:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,53673.0,53673.0\n2024-11-17T09:31:59.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.5,1.0,53674.0,53674.0\n2024-11-17T09:32:59.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.8,1.0,53675.0,53675.0\n2024-11-17T09:33:59.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,3.9,56.6,57.0,-6.5,1.0,53676.0,53676.0\n2024-11-17T09:34:59.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.2,1.0,53677.0,53677.0\n2024-11-17T09:35:59.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.8,-6.2,1.0,53678.0,53678.0\n2024-11-17T09:36:59.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,53679.0,53679.0\n2024-11-17T09:37:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.6,1.0,53680.0,53680.0\n2024-11-17T09:38:59.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.3,-6.6,1.0,53681.0,53681.0\n2024-11-17T09:39:59.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.9,-6.8,1.0,53682.0,53682.0\n2024-11-17T09:40:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-7.0,1.0,53683.0,53683.0\n2024-11-17T09:41:59.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.1,55.3,55.7,-6.9,1.0,53684.0,53684.0\n2024-11-17T09:42:59.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.1,-7.2,1.0,53685.0,53685.0\n2024-11-17T09:43:59.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,53686.0,53686.0\n2024-11-17T09:44:59.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.3,-6.9,1.0,53687.0,53687.0\n2024-11-17T09:45:59.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.1,57.1,57.5,-6.7,1.0,53687.0,53687.0\n2024-11-17T09:46:59.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.2,-6.6,1.0,53688.0,53688.0\n2024-11-17T09:47:59.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.8,-6.4,1.0,53689.0,53689.0\n2024-11-17T09:48:59.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.8,-6.2,1.0,53690.0,53690.0\n2024-11-17T09:49:59.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.7,-6.6,1.0,53691.0,53696.0\n2024-11-17T09:50:59.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.5,4.1,56.3,56.6,-6.4,1.0,53692.0,53692.0\n2024-11-17T09:51:59.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.5,4.3,56.3,56.7,-6.4,1.0,53693.0,53693.0\n2024-11-17T09:52:59.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.5,4.3,55.7,56.0,-6.2,1.0,53694.0,53694.0\n2024-11-17T09:53:59.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.2,-6.6,1.0,53695.0,53695.0\n2024-11-17T09:54:59.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.3,57.4,57.7,-6.6,1.0,53696.0,53696.0\n2024-11-17T09:55:59.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.5,4.3,55.7,56.1,-6.5,1.0,53697.0,53697.0\n2024-11-17T09:56:59.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.5,4.3,56.6,56.9,-6.2,1.0,53698.0,53698.0\n2024-11-17T09:57:59.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.5,4.3,56.2,56.6,-6.6,1.0,53699.0,53699.0\n2024-11-17T09:58:59.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.3,-6.4,1.0,53700.0,53700.0\n2024-11-17T09:59:59.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.1,56.1,56.5,-6.5,1.0,53701.0,53701.0\n2024-11-17T10:01:00.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.2,55.4,55.8,-6.9,1.0,53701.0,53701.0\n2024-11-17T10:02:00.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-6.5,1.0,53702.0,53702.0\n2024-11-17T10:03:00.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.4,-6.6,1.0,53703.0,53703.0\n2024-11-17T10:04:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,55.5,55.9,-6.2,1.0,53704.0,53704.0\n2024-11-17T10:05:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.5,4.1,55.6,56.4,-6.3,1.0,53705.0,53705.0\n2024-11-17T10:06:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.3,-6.4,1.0,53706.0,53706.0\n2024-11-17T10:07:00.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,53707.0,53707.0\n2024-11-17T10:08:00.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.7,1.0,53708.0,53708.0\n2024-11-17T10:09:00.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.5,1.0,53709.0,53709.0\n2024-11-17T10:10:00.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-6.6,1.0,53710.0,53710.0\n2024-11-17T10:11:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.0,55.7,56.1,-6.8,1.0,53711.0,53711.0\n2024-11-17T10:12:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.7,1.0,53712.0,53712.0\n2024-11-17T10:13:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-6.8,1.0,53713.0,53713.0\n2024-11-17T10:14:00.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.0,56.5,57.0,-7.0,1.0,53714.0,53714.0\n2024-11-17T10:15:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-6.7,1.0,53715.0,53715.0\n2024-11-17T10:16:00.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.5,1.0,53716.0,53716.0\n2024-11-17T10:17:00.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.0,55.2,55.6,-6.8,1.0,53716.0,53716.0\n2024-11-17T10:18:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,55.4,55.8,-6.7,1.0,53717.0,53717.0\n2024-11-17T10:19:00.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.5,1.0,53718.0,53718.0\n2024-11-17T10:20:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.5,1.0,53719.0,53719.0\n2024-11-17T10:21:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,53720.0,53720.0\n2024-11-17T10:22:00.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.4,1.0,53721.0,53721.0\n2024-11-17T10:23:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.8,1.0,53722.0,53722.0\n2024-11-17T10:24:00.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,53723.0,53723.0\n2024-11-17T10:25:00.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.6,-6.8,1.0,53724.0,53724.0\n2024-11-17T10:26:00.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.6,1.0,53725.0,53725.0\n2024-11-17T10:27:00.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.8,1.0,53726.0,53726.0\n2024-11-17T10:28:00.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-6.5,1.0,53727.0,53727.0\n2024-11-17T10:29:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,53728.0,53728.0\n2024-11-17T10:30:00.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.6,1.0,53729.0,53729.0\n2024-11-17T10:31:00.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.4,-6.6,1.0,53730.0,53730.0\n2024-11-17T10:32:00.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.2,-6.6,1.0,53730.0,53730.0\n2024-11-17T10:33:00.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.8,-6.4,1.0,53731.0,53731.0\n2024-11-17T10:34:00.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53732.0,53732.0\n2024-11-17T10:35:00.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.7,1.0,53733.0,53733.0\n2024-11-17T10:36:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.2,1.0,53734.0,53734.0\n2024-11-17T10:37:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.8,-6.4,1.0,53735.0,53735.0\n2024-11-17T10:38:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.5,1.0,53736.0,53736.0\n2024-11-17T10:39:00.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.8,-6.5,1.0,53737.0,53737.0\n2024-11-17T10:40:00.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.8,1.0,53738.0,53738.0\n2024-11-17T10:41:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.5,4.0,55.4,57.4,-6.8,1.0,53739.0,53744.0\n2024-11-17T10:42:00.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.2,-7.1,1.0,53740.0,53740.0\n2024-11-17T10:43:00.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-7.1,1.0,53741.0,53741.0\n2024-11-17T10:44:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-6.6,1.0,53742.0,53742.0\n2024-11-17T10:45:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.6,1.0,53743.0,53743.0\n2024-11-17T10:46:00.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.5,4.0,56.8,57.2,-6.8,1.0,53749.0,53749.0\n2024-11-17T10:47:00.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.4,1.0,53745.0,53745.0\n2024-11-17T10:48:00.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.6,-6.6,1.0,53745.0,53745.0\n2024-11-17T10:49:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.9,1.0,53746.0,53746.0\n2024-11-17T10:50:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.5,1.0,53747.0,53747.0\n2024-11-17T10:51:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53748.0,53748.0\n2024-11-17T10:52:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53749.0,53749.0\n2024-11-17T10:53:00.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-6.7,1.0,53750.0,53750.0\n2024-11-17T10:54:00.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.9,-6.7,1.0,53751.0,53751.0\n2024-11-17T10:55:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,3.9,55.7,56.1,-6.9,1.0,53752.0,53752.0\n2024-11-17T10:56:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,53753.0,53753.0\n2024-11-17T10:57:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.5,4.0,56.2,56.6,-6.6,1.0,53754.0,53754.0\n2024-11-17T10:58:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.0,1.0,53755.0,53755.0\n2024-11-17T10:59:00.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.5,1.0,53756.0,53756.0\n2024-11-17T11:00:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.6,-6.1,1.0,53757.0,53757.0\n2024-11-17T11:01:00.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.5,1.0,53758.0,53758.0\n2024-11-17T11:02:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-7.1,1.0,53759.0,53759.0\n2024-11-17T11:03:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.2,56.2,56.6,-6.8,1.0,53760.0,53760.0\n2024-11-17T11:04:00.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.3,-6.5,1.0,53760.0,53760.0\n2024-11-17T11:05:00.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.7,1.0,53761.0,53761.0\n2024-11-17T11:06:00.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.5,1.0,53762.0,53762.0\n2024-11-17T11:07:00.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,53763.0,53763.0\n2024-11-17T11:08:00.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.5,55.9,-7.0,1.0,53764.0,53764.0\n2024-11-17T11:09:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.9,1.0,53765.0,53765.0\n2024-11-17T11:10:00.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.6,-7.1,1.0,53766.0,53766.0\n2024-11-17T11:11:00.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.7,1.0,53767.0,53767.0\n2024-11-17T11:12:00.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.6,1.0,53768.0,53768.0\n2024-11-17T11:13:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.4,1.0,53769.0,53769.0\n2024-11-17T11:14:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.6,1.0,53770.0,53770.0\n2024-11-17T11:15:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.7,-7.0,1.0,53771.0,53771.0\n2024-11-17T11:16:00.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.8,1.0,53772.0,53772.0\n2024-11-17T11:17:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-7.1,1.0,53773.0,53773.0\n2024-11-17T11:18:00.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.5,4.0,56.6,57.1,-7.5,1.0,53774.0,53774.0\n2024-11-17T11:19:00.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.5,4.1,56.3,56.8,-7.1,1.0,53774.0,53774.0\n2024-11-17T11:20:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.0,1.0,53775.0,53775.0\n2024-11-17T11:21:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.2,1.0,53776.0,53776.0\n2024-11-17T11:22:00.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-7.0,1.0,53777.0,53777.0\n2024-11-17T11:23:00.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.9,-6.8,1.0,53778.0,53778.0\n2024-11-17T11:24:00.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,53779.0,53779.0\n2024-11-17T11:25:00.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,53780.0,53780.0\n2024-11-17T11:26:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-6.9,1.0,53781.0,53781.0\n2024-11-17T11:27:00.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-7.1,1.0,53782.0,53782.0\n2024-11-17T11:28:00.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.6,-6.9,1.0,53783.0,53783.0\n2024-11-17T11:29:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.6,1.0,53784.0,53784.0\n2024-11-17T11:30:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,53785.0,53785.0\n2024-11-17T11:31:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,53786.0,53786.0\n2024-11-17T11:32:00.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.5,1.0,53786.0,53786.0\n2024-11-17T11:33:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,53787.0,53787.0\n2024-11-17T11:34:00.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.1,1.0,53788.0,53788.0\n2024-11-17T11:35:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.4,-7.2,1.0,53788.0,53788.0\n2024-11-17T11:36:00.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.1,-6.7,1.0,53789.0,53789.0\n2024-11-17T11:37:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.3,-6.7,1.0,53794.0,53794.0\n2024-11-17T11:38:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.9,-6.5,1.0,53791.0,53791.0\n2024-11-17T11:39:00.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.1,55.4,55.8,-6.7,1.0,53792.0,53792.0\n2024-11-17T11:40:00.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.8,1.0,53793.0,53793.0\n2024-11-17T11:41:00.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53794.0,53794.0\n2024-11-17T11:42:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,55.6,56.0,-6.7,1.0,53795.0,53795.0\n2024-11-17T11:43:00.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-6.7,1.0,53796.0,53796.0\n2024-11-17T11:44:00.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.6,1.0,53797.0,53797.0\n2024-11-17T11:45:01.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.9,-6.8,1.0,53798.0,53798.0\n2024-11-17T11:46:01.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.7,1.0,53799.0,53799.0\n2024-11-17T11:47:01.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,53800.0,53800.0\n2024-11-17T11:48:01.000000+00:00,243.1,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.1,1.0,53801.0,53801.0\n2024-11-17T11:49:01.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.7,1.0,53802.0,53802.0\n2024-11-17T11:50:01.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.4,-7.5,1.0,53802.0,53802.0\n2024-11-17T11:51:01.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.2,1.0,53803.0,53803.0\n2024-11-17T11:52:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-7.1,1.0,53804.0,53804.0\n2024-11-17T11:53:01.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.6,1.0,53805.0,53805.0\n2024-11-17T11:54:01.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.8,1.0,53806.0,53806.0\n2024-11-17T11:55:01.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,3.9,55.9,56.3,-6.6,1.0,53807.0,53807.0\n2024-11-17T11:56:01.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53808.0,53808.0\n2024-11-17T11:57:01.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.1,55.6,-7.1,1.0,53809.0,53809.0\n2024-11-17T11:58:01.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,53810.0,53810.0\n2024-11-17T11:59:01.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-7.3,1.0,53811.0,53811.0\n2024-11-17T12:00:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.3,1.0,53812.0,53812.0\n2024-11-17T12:01:01.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.4,-7.9,1.0,53813.0,53813.0\n2024-11-17T12:02:01.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.2,-7.4,1.0,53814.0,53814.0\n2024-11-17T12:03:01.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.3,-7.2,1.0,53815.0,53815.0\n2024-11-17T12:04:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.7,-7.1,1.0,53816.0,53816.0\n2024-11-17T12:05:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,53817.0,53817.0\n2024-11-17T12:06:01.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,53817.0,53817.0\n2024-11-17T12:07:01.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-7.1,1.0,53818.0,53818.0\n2024-11-17T12:08:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.0,55.7,56.1,-7.0,1.0,53819.0,53819.0\n2024-11-17T12:09:01.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,5.8,56.1,56.5,-6.8,1.0,53820.0,53820.0\n2024-11-17T12:10:01.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.1,-6.7,1.0,53821.0,53821.0\n2024-11-17T12:11:01.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.7,-7.2,1.0,53822.0,53822.0\n2024-11-17T12:12:01.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.3,1.0,53823.0,53823.0\n2024-11-17T12:13:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.5,1.0,53824.0,53824.0\n2024-11-17T12:14:01.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.6,-7.5,1.0,53825.0,53825.0\n2024-11-17T12:15:01.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.4,-7.4,1.0,53826.0,53826.0\n2024-11-17T12:16:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.9,1.0,53827.0,53827.0\n2024-11-17T12:17:01.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,3.9,56.1,56.6,-7.2,1.0,53828.0,53828.0\n2024-11-17T12:18:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.7,1.0,53829.0,53829.0\n2024-11-17T12:19:01.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.0,-6.9,1.0,53830.0,53830.0\n2024-11-17T12:20:01.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.2,-7.5,1.0,53831.0,53831.0\n2024-11-17T12:21:01.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,57.2,57.6,-7.0,1.0,53831.0,53831.0\n2024-11-17T12:22:01.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.2,1.0,53832.0,53832.0\n2024-11-17T12:23:01.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.9,1.0,53833.0,53833.0\n2024-11-17T12:24:01.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.2,1.0,53834.0,53834.0\n2024-11-17T12:25:01.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.4,-7.3,1.0,53835.0,53835.0\n2024-11-17T12:26:01.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.0,1.0,53836.0,53836.0\n2024-11-17T12:27:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.8,-7.1,1.0,53837.0,53837.0\n2024-11-17T12:28:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,3.9,55.8,56.3,-7.1,1.0,53838.0,53838.0\n2024-11-17T12:29:01.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-7.1,1.0,53839.0,53839.0\n2024-11-17T12:30:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,53840.0,53840.0\n2024-11-17T12:31:01.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.5,1.0,53841.0,53841.0\n2024-11-17T12:32:01.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.3,1.0,53842.0,53842.0\n2024-11-17T12:33:01.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,56.1,55.9,-7.3,1.0,53848.0,53848.0\n2024-11-17T12:34:01.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-7.3,1.0,53844.0,53844.0\n2024-11-17T12:35:01.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-7.4,1.0,53845.0,53845.0\n2024-11-17T12:36:01.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,53846.0,53846.0\n2024-11-17T12:37:01.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.5,-7.4,1.0,53846.0,53846.0\n2024-11-17T12:38:01.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.4,-7.3,1.0,53847.0,53847.0\n2024-11-17T12:39:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.2,55.7,56.2,-7.3,1.0,53848.0,53848.0\n2024-11-17T12:40:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-7.3,1.0,53849.0,53849.0\n2024-11-17T12:41:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-6.9,1.0,53850.0,53850.0\n2024-11-17T12:42:01.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.4,-7.0,1.0,53851.0,53851.0\n2024-11-17T12:43:01.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.9,1.0,53852.0,53852.0\n2024-11-17T12:44:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.6,1.0,53853.0,53853.0\n2024-11-17T12:45:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.8,1.0,53854.0,53854.0\n2024-11-17T12:46:01.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-7.2,1.0,53855.0,53855.0\n2024-11-17T12:47:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.8,1.0,53856.0,53856.0\n2024-11-17T12:48:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.8,-7.1,1.0,53857.0,53857.0\n2024-11-17T12:49:01.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.8,-7.1,1.0,53858.0,53858.0\n2024-11-17T12:50:01.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.6,-6.9,1.0,53859.0,53859.0\n2024-11-17T12:51:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.2,-7.3,1.0,53860.0,53860.0\n2024-11-17T12:52:01.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,53861.0,53861.0\n2024-11-17T12:53:01.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.4,-7.1,1.0,53861.0,53861.0\n2024-11-17T12:54:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,53862.0,53862.0\n2024-11-17T12:55:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-7.0,1.0,53863.0,53863.0\n2024-11-17T12:56:01.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.4,-7.2,1.0,53864.0,53864.0\n2024-11-17T12:57:01.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,55.6,56.1,-7.0,1.0,53865.0,53865.0\n2024-11-17T12:58:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.3,1.0,53866.0,53866.0\n2024-11-17T12:59:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.0,1.0,53867.0,53867.0\n2024-11-17T13:00:01.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.9,-7.0,1.0,53868.0,53868.0\n2024-11-17T13:01:01.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,55.6,56.1,-7.1,1.0,53869.0,53869.0\n2024-11-17T13:02:01.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,53870.0,53870.0\n2024-11-17T13:03:01.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.2,1.0,53871.0,53871.0\n2024-11-17T13:04:01.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.4,1.0,53872.0,53872.0\n2024-11-17T13:05:01.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-7.1,1.0,53873.0,53873.0\n2024-11-17T13:06:01.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.4,-7.0,1.0,53874.0,53874.0\n2024-11-17T13:07:01.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,3.9,56.1,56.5,-6.6,1.0,53875.0,53875.0\n2024-11-17T13:08:01.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.0,-6.7,1.0,53876.0,53876.0\n2024-11-17T13:09:01.000000+00:00,244.6,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,53876.0,53876.0\n2024-11-17T13:10:01.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-7.5,1.0,53877.0,53877.0\n2024-11-17T13:11:01.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.9,1.0,53878.0,53878.0\n2024-11-17T13:12:01.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.5,1.0,53879.0,53879.0\n2024-11-17T13:13:01.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-6.9,1.0,53880.0,53880.0\n2024-11-17T13:14:01.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.7,1.0,53881.0,53881.0\n2024-11-17T13:15:01.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.8,-7.0,1.0,53882.0,53882.0\n2024-11-17T13:16:01.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.5,4.2,56.4,56.8,-6.7,1.0,53883.0,53883.0\n2024-11-17T13:17:01.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.8,-7.0,1.0,53884.0,53884.0\n2024-11-17T13:18:01.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-6.6,1.0,53885.0,53885.0\n2024-11-17T13:19:01.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.3,55.7,56.1,-6.8,1.0,53886.0,53886.0\n2024-11-17T13:20:01.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.2,57.2,57.6,-6.4,1.0,53887.0,53887.0\n2024-11-17T13:21:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.3,56.5,56.9,-6.5,1.0,53888.0,53888.0\n2024-11-17T13:22:01.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.7,1.0,53889.0,53889.0\n2024-11-17T13:23:01.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.6,-6.7,1.0,53890.0,53890.0\n2024-11-17T13:24:01.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,55.3,55.7,-6.8,1.0,53891.0,53891.0\n2024-11-17T13:25:01.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.5,4.2,56.3,56.6,-6.4,1.0,53891.0,53891.0\n2024-11-17T13:26:02.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.8,-6.8,1.0,53892.0,53892.0\n2024-11-17T13:27:02.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.8,1.0,53893.0,53893.0\n2024-11-17T13:28:02.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.5,-7.0,1.0,53894.0,53894.0\n2024-11-17T13:29:02.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.1,56.1,56.5,-6.9,1.0,53895.0,53895.0\n2024-11-17T13:30:02.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.4,-7.1,1.0,53896.0,53896.0\n2024-11-17T13:31:02.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-7.1,1.0,53897.0,53897.0\n2024-11-17T13:32:02.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.1,56.9,57.3,-6.5,1.0,53898.0,53898.0\n2024-11-17T13:33:02.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-7.0,1.0,53899.0,53899.0\n2024-11-17T13:34:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-7.5,1.0,53900.0,53900.0\n2024-11-17T13:35:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.2,-7.1,1.0,53901.0,53901.0\n2024-11-17T13:36:02.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,53902.0,53902.0\n2024-11-17T13:37:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.5,57.0,-7.2,1.0,53903.0,53903.0\n2024-11-17T13:38:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.7,-7.5,1.0,53904.0,53904.0\n2024-11-17T13:39:02.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.9,1.0,53905.0,53905.0\n2024-11-17T13:40:02.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.9,1.0,53906.0,53906.0\n2024-11-17T13:41:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.7,1.0,53906.0,53906.0\n2024-11-17T13:42:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.6,1.0,53907.0,53907.0\n2024-11-17T13:43:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.8,1.0,53908.0,53908.0\n2024-11-17T13:44:02.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-6.9,1.0,53909.0,53909.0\n2024-11-17T13:45:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-7.2,1.0,53910.0,53910.0\n2024-11-17T13:46:02.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.4,-7.4,1.0,53911.0,53911.0\n2024-11-17T13:47:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-7.1,1.0,53912.0,53912.0\n2024-11-17T13:48:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.6,-7.4,1.0,53913.0,53913.0\n2024-11-17T13:49:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.4,-7.5,1.0,53914.0,53914.0\n2024-11-17T13:50:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.4,-7.2,1.0,53915.0,53915.0\n2024-11-17T13:51:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-7.1,1.0,53916.0,53916.0\n2024-11-17T13:52:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.0,55.5,-7.2,1.0,53917.0,53917.0\n2024-11-17T13:53:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.3,-7.3,1.0,53918.0,53918.0\n2024-11-17T13:54:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-7.3,1.0,53919.0,53919.0\n2024-11-17T13:55:02.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.7,-7.2,1.0,53920.0,53920.0\n2024-11-17T13:56:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-7.3,1.0,53921.0,53921.0\n2024-11-17T13:57:02.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-7.6,1.0,53921.0,53921.0\n2024-11-17T13:58:02.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-7.3,1.0,53922.0,53922.0\n2024-11-17T13:59:02.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.9,-7.4,1.0,53923.0,53923.0\n2024-11-17T14:00:02.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-7.0,1.0,53924.0,53924.0\n2024-11-17T14:01:02.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.9,1.0,53925.0,53925.0\n2024-11-17T14:02:02.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.6,1.0,53926.0,53926.0\n2024-11-17T14:03:02.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,55.4,55.8,-6.7,1.0,53927.0,53927.0\n2024-11-17T14:04:02.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,53928.0,53928.0\n2024-11-17T14:05:02.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.6,-7.0,1.0,53929.0,53929.0\n2024-11-17T14:06:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.7,-7.2,1.0,53930.0,53930.0\n2024-11-17T14:07:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.8,-7.1,1.0,53931.0,53931.0\n2024-11-17T14:08:02.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.7,4.1,57.6,58.0,-6.7,1.0,53932.0,53932.0\n2024-11-17T14:09:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.6,1.0,53933.0,53933.0\n2024-11-17T14:10:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.3,-7.2,1.0,53934.0,53934.0\n2024-11-17T14:11:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.0,57.3,57.8,-7.2,1.0,53935.0,53935.0\n2024-11-17T14:12:02.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-7.0,1.0,53936.0,53936.0\n2024-11-17T14:13:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.8,-6.7,1.0,53936.0,53936.0\n2024-11-17T14:14:02.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-6.9,1.0,53937.0,53937.0\n2024-11-17T14:15:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.7,1.0,53938.0,53938.0\n2024-11-17T14:16:02.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-6.9,1.0,53939.0,53939.0\n2024-11-17T14:17:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,53940.0,53940.0\n2024-11-17T14:18:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.9,-7.0,1.0,53941.0,53941.0\n2024-11-17T14:19:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.7,1.0,53942.0,53942.0\n2024-11-17T14:20:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.9,1.0,53943.0,53943.0\n2024-11-17T14:21:02.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.5,57.0,-7.5,1.0,53944.0,53944.0\n2024-11-17T14:22:02.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.8,-6.9,1.0,53945.0,53945.0\n2024-11-17T14:23:02.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.5,-7.0,1.0,53946.0,53946.0\n2024-11-17T14:24:02.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.3,-7.0,1.0,53947.0,53947.0\n2024-11-17T14:25:02.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.1,1.0,53948.0,53948.0\n2024-11-17T14:26:02.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-7.0,1.0,53949.0,53949.0\n2024-11-17T14:27:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.6,-7.1,1.0,53950.0,53950.0\n2024-11-17T14:28:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.5,57.0,-6.9,1.0,53951.0,53951.0\n2024-11-17T14:29:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.8,1.0,53951.0,53951.0\n2024-11-17T14:30:02.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-7.3,1.0,53952.0,53952.0\n2024-11-17T14:31:02.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.4,-6.9,1.0,53953.0,53953.0\n2024-11-17T14:32:02.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,53954.0,53954.0\n2024-11-17T14:33:02.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.0,56.7,57.1,-7.0,1.0,53955.0,53955.0\n2024-11-17T14:34:02.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.3,-7.0,1.0,53956.0,53956.0\n2024-11-17T14:35:02.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.2,1.0,53957.0,53957.0\n2024-11-17T14:36:02.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.8,1.0,53958.0,53958.0\n2024-11-17T14:37:02.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.5,-7.0,1.0,53959.0,53959.0\n2024-11-17T14:38:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.1,57.6,58.0,-6.6,1.0,53960.0,53960.0\n2024-11-17T14:39:02.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.6,4.0,55.3,55.7,-6.4,1.0,53961.0,53961.0\n2024-11-17T14:40:02.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,54.6,55.0,-6.8,1.0,53962.0,53962.0\n2024-11-17T14:41:02.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.0,57.9,58.3,-6.6,1.0,53963.0,53963.0\n2024-11-17T14:42:02.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.0,58.4,58.8,-6.9,1.0,53964.0,53964.0\n2024-11-17T14:43:02.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.0,58.5,58.9,-6.4,1.0,53965.0,53965.0\n2024-11-17T14:44:02.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.1,55.0,55.4,-6.9,1.0,53966.0,53966.0\n2024-11-17T14:45:02.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.6,-6.8,1.0,53967.0,53967.0\n2024-11-17T14:46:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.0,55.8,56.3,-7.3,1.0,53967.0,53967.0\n2024-11-17T14:47:02.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.1,56.6,57.0,-7.3,1.0,53968.0,53968.0\n2024-11-17T14:48:02.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.1,55.6,56.1,-7.3,1.0,53969.0,53969.0\n2024-11-17T14:49:02.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,55.2,55.7,-7.5,1.0,53970.0,53970.0\n2024-11-17T14:50:02.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.1,1.0,53971.0,53971.0\n2024-11-17T14:51:02.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.1,1.0,53972.0,53972.0\n2024-11-17T14:52:02.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.3,-7.5,1.0,53973.0,53973.0\n2024-11-17T14:53:02.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.8,-7.5,1.0,53974.0,53974.0\n2024-11-17T14:54:02.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.9,1.0,53975.0,53975.0\n2024-11-17T14:55:02.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-7.5,1.0,53976.0,53976.0\n2024-11-17T14:56:02.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.5,1.0,53977.0,53977.0\n2024-11-17T14:57:02.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.5,1.0,53978.0,53978.0\n2024-11-17T14:58:02.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.4,1.0,53979.0,53979.0\n2024-11-17T14:59:03.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.3,-7.3,1.0,53980.0,53980.0\n2024-11-17T15:00:03.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,55.5,56.0,-7.4,1.0,53981.0,53981.0\n2024-11-17T15:01:03.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.5,1.0,53981.0,53981.0\n2024-11-17T15:02:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.6,-7.1,1.0,53982.0,53982.0\n2024-11-17T15:03:03.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.4,1.0,53983.0,53983.0\n2024-11-17T15:04:03.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-7.2,1.0,53984.0,53984.0\n2024-11-17T15:05:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.2,-7.1,1.0,53985.0,53985.0\n2024-11-17T15:06:03.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,4.1,55.4,55.9,-7.5,1.0,53986.0,53986.0\n2024-11-17T15:07:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.2,-7.3,1.0,53987.0,53987.0\n2024-11-17T15:08:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.2,-7.3,1.0,53988.0,53988.0\n2024-11-17T15:09:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.4,-7.4,1.0,53989.0,53989.0\n2024-11-17T15:10:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-7.5,1.0,53990.0,53990.0\n2024-11-17T15:11:03.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.2,1.0,53991.0,53991.0\n2024-11-17T15:12:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.1,55.6,-7.2,1.0,53992.0,53992.0\n2024-11-17T15:13:03.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,53993.0,53993.0\n2024-11-17T15:14:03.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.2,1.0,53994.0,53994.0\n2024-11-17T15:15:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.2,1.0,53995.0,53995.0\n2024-11-17T15:16:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.9,1.0,54001.0,54001.0\n2024-11-17T15:17:03.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.0,-6.8,1.0,53996.0,53996.0\n2024-11-17T15:18:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,57.5,57.9,-7.0,1.0,53997.0,53997.0\n2024-11-17T15:19:03.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.4,-6.8,1.0,53998.0,53998.0\n2024-11-17T15:20:03.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,54.6,55.1,-7.2,1.0,53999.0,53999.0\n2024-11-17T15:21:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.9,-6.7,1.0,54000.0,54000.0\n2024-11-17T15:22:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.2,57.5,57.9,-6.7,1.0,54001.0,54001.0\n2024-11-17T15:23:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.0,55.0,55.5,-7.3,1.0,54002.0,54002.0\n2024-11-17T15:24:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-7.3,1.0,54003.0,54003.0\n2024-11-17T15:25:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.0,1.0,54004.0,54004.0\n2024-11-17T15:26:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,57.3,57.8,-7.1,1.0,54005.0,54005.0\n2024-11-17T15:27:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.3,1.0,54006.0,54006.0\n2024-11-17T15:28:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,54007.0,54007.0\n2024-11-17T15:29:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.3,1.0,54008.0,54008.0\n2024-11-17T15:30:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.6,1.0,54009.0,54009.0\n2024-11-17T15:31:03.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.4,-7.5,1.0,54010.0,54010.0\n2024-11-17T15:32:03.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.1,55.6,56.0,-6.9,1.0,54011.0,54011.0\n2024-11-17T15:33:03.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,54012.0,54012.0\n2024-11-17T15:34:03.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.2,-6.7,1.0,54012.0,54012.0\n2024-11-17T15:35:03.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.6,1.0,54013.0,54013.0\n2024-11-17T15:36:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.2,1.0,54014.0,54014.0\n2024-11-17T15:37:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.4,1.0,54015.0,54015.0\n2024-11-17T15:38:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.0,57.7,58.0,-5.8,1.0,54016.0,54016.0\n2024-11-17T15:39:03.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,54017.0,54017.0\n2024-11-17T15:40:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.3,1.0,54018.0,54018.0\n2024-11-17T15:41:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-6.1,1.0,54019.0,54019.0\n2024-11-17T15:42:03.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-6.4,1.0,54020.0,54020.0\n2024-11-17T15:43:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.8,-7.3,1.0,54021.0,54021.0\n2024-11-17T15:44:03.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.2,-6.6,1.0,54022.0,54022.0\n2024-11-17T15:45:03.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,57.4,57.8,-6.7,1.0,54023.0,54023.0\n2024-11-17T15:46:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.6,1.0,54024.0,54024.0\n2024-11-17T15:47:03.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,54025.0,54025.0\n2024-11-17T15:48:03.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-6.5,1.0,54026.0,54026.0\n2024-11-17T15:49:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.5,1.0,54027.0,54027.0\n2024-11-17T15:50:03.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,54027.0,54027.0\n2024-11-17T15:51:03.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-6.8,1.0,54028.0,54028.0\n2024-11-17T15:52:03.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.4,-6.8,1.0,54029.0,54029.0\n2024-11-17T15:53:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.8,1.0,54030.0,54030.0\n2024-11-17T15:54:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,57.9,58.3,-7.0,1.0,54031.0,54031.0\n2024-11-17T15:55:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.0,57.3,57.7,-6.7,1.0,54032.0,54032.0\n2024-11-17T15:56:03.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.6,1.0,54033.0,54033.0\n2024-11-17T15:57:03.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.3,1.0,54034.0,54034.0\n2024-11-17T15:58:03.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.1,-6.6,1.0,54035.0,54035.0\n2024-11-17T15:59:03.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.9,-6.7,1.0,54036.0,54036.0\n2024-11-17T16:00:03.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.8,1.0,54037.0,54037.0\n2024-11-17T16:01:03.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-6.5,1.0,54038.0,54038.0\n2024-11-17T16:02:03.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.4,1.0,54039.0,54039.0\n2024-11-17T16:03:03.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.2,1.0,54040.0,54040.0\n2024-11-17T16:04:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.1,1.0,54041.0,54041.0\n2024-11-17T16:05:03.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,57.2,57.6,-6.8,1.0,54042.0,54042.0\n2024-11-17T16:06:03.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.1,56.8,57.2,-6.9,1.0,54042.0,54042.0\n2024-11-17T16:07:03.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.6,-7.2,1.0,54043.0,54043.0\n2024-11-17T16:08:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,5.6,58.4,58.8,-6.9,1.0,54044.0,54044.0\n2024-11-17T16:09:03.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.9,1.0,54045.0,54045.0\n2024-11-17T16:10:03.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.0,56.5,56.9,-6.5,1.0,54046.0,54046.0\n2024-11-17T16:11:03.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-6.5,1.0,54047.0,54047.0\n2024-11-17T16:12:03.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.2,-5.9,1.0,54048.0,54048.0\n2024-11-17T16:13:03.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.5,4.2,56.8,57.1,-5.9,1.0,54049.0,54049.0\n2024-11-17T16:14:03.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.3,-6.1,1.0,54050.0,54050.0\n2024-11-17T16:15:03.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.5,4.0,56.9,57.1,-5.3,1.0,54051.0,54051.0\n2024-11-17T16:16:03.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.1,56.6,56.9,-5.9,1.0,54052.0,54052.0\n2024-11-17T16:17:03.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.2,56.3,56.6,-6.0,1.0,54053.0,54053.0\n2024-11-17T16:18:03.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.2,-6.1,1.0,54054.0,54054.0\n2024-11-17T16:19:03.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.4,1.0,54055.0,54055.0\n2024-11-17T16:20:03.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.0,1.0,54056.0,54056.0\n2024-11-17T16:21:03.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-5.8,1.0,54057.0,54057.0\n2024-11-17T16:22:03.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.6,-6.0,1.0,54057.0,54057.0\n2024-11-17T16:23:03.000000+00:00,246.0,0.0,49.9,0.5,0.0,1.5,4.1,56.7,56.9,-5.5,1.0,54058.0,54058.0\n2024-11-17T16:24:03.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-6.0,1.0,54059.0,54059.0\n2024-11-17T16:25:03.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.1,-5.9,1.0,54060.0,54060.0\n2024-11-17T16:26:03.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,57.1,57.4,-5.7,1.0,54061.0,54061.0\n2024-11-17T16:27:03.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.8,-6.1,1.0,54062.0,54062.0\n2024-11-17T16:28:03.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.6,-5.9,1.0,54063.0,54063.0\n2024-11-17T16:29:03.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.0,-5.3,1.0,54064.0,54064.0\n2024-11-17T16:30:03.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.2,56.2,56.5,-5.8,1.0,54065.0,54065.0\n2024-11-17T16:31:03.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-6.1,1.0,54066.0,54066.0\n2024-11-17T16:32:03.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,55.7,56.1,-6.1,1.0,54067.0,54067.0\n2024-11-17T16:33:04.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.5,4.1,55.8,56.1,-6.1,1.0,54068.0,54068.0\n2024-11-17T16:34:04.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.1,56.4,56.7,-6.2,1.0,54069.0,54069.0\n2024-11-17T16:35:04.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.5,4.2,56.7,57.1,-6.3,1.0,54070.0,54070.0\n2024-11-17T16:36:04.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.3,-6.2,1.0,54071.0,54071.0\n2024-11-17T16:37:04.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,57.2,57.5,-6.0,1.0,54072.0,54072.0\n2024-11-17T16:38:04.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.1,1.0,54073.0,54073.0\n2024-11-17T16:39:04.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,56.7,57.0,-6.1,1.0,54073.0,54073.0\n2024-11-17T16:40:04.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,57.0,57.2,-5.6,1.0,54074.0,54074.0\n2024-11-17T16:41:04.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.1,56.5,56.8,-5.6,1.0,54075.0,54075.0\n2024-11-17T16:42:04.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.2,-5.8,1.0,54076.0,54076.0\n2024-11-17T16:43:04.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,54077.0,54077.0\n2024-11-17T16:44:04.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-5.9,1.0,54078.0,54078.0\n2024-11-17T16:45:04.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.2,1.0,54079.0,54079.0\n2024-11-17T16:46:04.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.2,-6.0,1.0,54080.0,54080.0\n2024-11-17T16:47:04.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.6,57.0,-6.7,1.0,54081.0,54081.0\n2024-11-17T16:48:04.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.5,4.1,56.1,56.5,-6.2,1.0,54082.0,54082.0\n2024-11-17T16:49:04.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,54083.0,54083.0\n2024-11-17T16:50:04.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.8,-6.2,1.0,54084.0,54084.0\n2024-11-17T16:51:04.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.6,-5.8,1.0,54085.0,54085.0\n2024-11-17T16:52:04.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-5.8,1.0,54086.0,54086.0\n2024-11-17T16:53:04.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.1,1.0,54087.0,54087.0\n2024-11-17T16:54:04.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.3,56.1,56.4,-5.7,1.0,54088.0,54088.0\n2024-11-17T16:55:04.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.2,-5.9,1.0,54088.0,54088.0\n2024-11-17T16:56:04.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.0,-6.1,1.0,54089.0,54089.0\n2024-11-17T16:57:04.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.1,-5.8,1.0,54090.0,54090.0\n2024-11-17T16:58:04.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,54091.0,54091.0\n2024-11-17T16:59:04.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-6.3,1.0,54092.0,54092.0\n2024-11-17T17:00:04.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,54093.0,54093.0\n2024-11-17T17:01:04.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.5,1.0,54094.0,54094.0\n2024-11-17T17:02:04.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.9,1.0,54095.0,54095.0\n2024-11-17T17:03:04.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.3,1.0,54096.0,54096.0\n2024-11-17T17:04:04.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,57.2,57.5,-5.6,1.0,54097.0,54097.0\n2024-11-17T17:05:04.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.6,1.0,54098.0,54098.0\n2024-11-17T17:06:04.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.7,1.0,54099.0,54099.0\n2024-11-17T17:07:04.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.4,1.0,54100.0,54100.0\n2024-11-17T17:08:04.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.6,1.0,54101.0,54101.0\n2024-11-17T17:09:04.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.2,-5.9,1.0,54102.0,54102.0\n2024-11-17T17:10:04.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.7,-6.0,1.0,54102.0,54102.0\n2024-11-17T17:11:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.1,56.0,56.3,-5.7,1.0,54103.0,54103.0\n2024-11-17T17:12:04.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.3,55.7,56.0,-5.7,1.0,54104.0,54104.0\n2024-11-17T17:13:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-5.6,1.0,54105.0,54105.0\n2024-11-17T17:14:04.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,55.8,56.1,-5.4,1.0,54106.0,54106.0\n2024-11-17T17:15:04.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-5.7,1.0,54107.0,54107.0\n2024-11-17T17:16:04.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.4,-5.7,1.0,54108.0,54108.0\n2024-11-17T17:17:04.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.3,55.7,56.0,-5.7,1.0,54109.0,54109.0\n2024-11-17T17:18:04.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.3,55.3,55.6,-5.6,1.0,54110.0,54110.0\n2024-11-17T17:19:04.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.5,4.2,57.1,57.4,-5.5,1.0,54111.0,54111.0\n2024-11-17T17:20:04.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.2,55.9,56.2,-5.6,1.0,54112.0,54112.0\n2024-11-17T17:21:04.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.4,56.0,56.3,-5.3,1.0,54113.0,54113.0\n2024-11-17T17:22:04.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.5,4.1,55.8,56.1,-5.6,1.0,54114.0,54114.0\n2024-11-17T17:23:04.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.5,4.2,55.5,55.8,-5.5,1.0,54115.0,54115.0\n2024-11-17T17:24:04.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.5,4.3,56.5,56.9,-5.9,1.0,54116.0,54116.0\n2024-11-17T17:25:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.5,-5.5,1.0,54117.0,54117.0\n2024-11-17T17:26:04.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.4,-5.5,1.0,54118.0,54118.0\n2024-11-17T17:27:04.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.5,4.2,56.1,56.4,-5.9,1.0,54118.0,54118.0\n2024-11-17T17:28:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.2,56.7,57.0,-5.9,1.0,54119.0,54119.0\n2024-11-17T17:29:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.7,1.0,54120.0,54120.0\n2024-11-17T17:30:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.0,1.0,54121.0,54121.0\n2024-11-17T17:31:04.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.8,1.0,54122.0,54122.0\n2024-11-17T17:32:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.5,1.0,54123.0,54123.0\n2024-11-17T17:33:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.5,1.0,54124.0,54124.0\n2024-11-17T17:34:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,54125.0,54125.0\n2024-11-17T17:35:04.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.3,55.8,56.0,-5.1,1.0,54126.0,54126.0\n2024-11-17T17:36:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.1,-5.3,1.0,54127.0,54127.0\n2024-11-17T17:37:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.6,1.0,54128.0,54128.0\n2024-11-17T17:38:04.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-5.9,1.0,54129.0,54129.0\n2024-11-17T17:39:04.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-5.4,1.0,54130.0,54130.0\n2024-11-17T17:40:04.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,54131.0,54131.0\n2024-11-17T17:41:04.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.1,-6.1,1.0,54132.0,54132.0\n2024-11-17T17:42:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.5,4.1,56.3,56.6,-5.6,1.0,54132.0,54132.0\n2024-11-17T17:43:04.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-5.9,1.0,54133.0,54133.0\n2024-11-17T17:44:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.2,1.0,54134.0,54134.0\n2024-11-17T17:45:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,54135.0,54135.0\n2024-11-17T17:46:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.7,1.0,54136.0,54136.0\n2024-11-17T17:47:04.000000+00:00,243.9,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-5.8,1.0,54137.0,54137.0\n2024-11-17T17:48:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.3,-5.6,1.0,54138.0,54138.0\n2024-11-17T17:49:04.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.5,-5.7,1.0,54139.0,54139.0\n2024-11-17T17:50:04.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.4,4.1,55.7,55.9,-5.4,1.0,54140.0,54140.0\n2024-11-17T17:51:04.000000+00:00,243.8,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.4,-5.2,1.0,54141.0,54141.0\n2024-11-17T17:52:04.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.2,-5.9,1.0,54142.0,54142.0\n2024-11-17T17:53:04.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,56.5,56.8,-5.7,1.0,54143.0,54143.0\n2024-11-17T17:54:04.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.8,1.0,54144.0,54144.0\n2024-11-17T17:55:04.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,54145.0,54145.0\n2024-11-17T17:56:04.000000+00:00,244.0,0.0,50.0,0.5,0.0,1.4,4.1,55.7,56.0,-5.6,1.0,54146.0,54146.0\n2024-11-17T17:57:04.000000+00:00,243.9,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.6,-5.9,1.0,54147.0,54147.0\n2024-11-17T17:58:04.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-5.7,1.0,54148.0,54148.0\n2024-11-17T17:59:04.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.7,1.0,54148.0,54148.0\n2024-11-17T18:00:04.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.1,1.0,54149.0,54149.0\n2024-11-17T18:01:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.1,-6.2,1.0,54150.0,54150.0\n2024-11-17T18:02:04.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,54151.0,54151.0\n2024-11-17T18:03:04.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.3,-6.0,1.0,54152.0,54152.0\n2024-11-17T18:04:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.2,55.4,55.8,-5.9,1.0,54153.0,54153.0\n2024-11-17T18:05:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.1,1.0,54154.0,54154.0\n2024-11-17T18:06:04.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-6.2,1.0,54155.0,54155.0\n2024-11-17T18:07:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-6.2,1.0,54156.0,54156.0\n2024-11-17T18:08:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.2,1.0,54157.0,54157.0\n2024-11-17T18:09:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-6.0,1.0,54158.0,54158.0\n2024-11-17T18:10:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,3.9,56.7,56.9,-5.7,1.0,54159.0,54159.0\n2024-11-17T18:11:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.8,1.0,54160.0,54160.0\n2024-11-17T18:12:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.9,1.0,54161.0,54161.0\n2024-11-17T18:13:05.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,4.1,55.1,55.4,-6.2,1.0,54162.0,54162.0\n2024-11-17T18:14:05.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.3,-6.1,1.0,54163.0,54163.0\n2024-11-17T18:15:05.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,56.6,56.9,-5.9,1.0,54163.0,54163.0\n2024-11-17T18:16:05.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-5.4,1.0,54164.0,54164.0\n2024-11-17T18:17:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.1,1.0,54165.0,54165.0\n2024-11-17T18:18:05.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.0,1.0,54166.0,54166.0\n2024-11-17T18:19:05.000000+00:00,244.0,0.0,49.9,0.5,0.0,1.5,4.2,55.8,56.1,-5.9,1.0,54167.0,54167.0\n2024-11-17T18:20:05.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.2,56.0,56.3,-5.7,1.0,54168.0,54168.0\n2024-11-17T18:21:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-5.9,1.0,54169.0,54169.0\n2024-11-17T18:22:05.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.1,-5.5,1.0,54170.0,54170.0\n2024-11-17T18:23:05.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,55.5,55.8,-6.0,1.0,54171.0,54171.0\n2024-11-17T18:24:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.1,1.0,54172.0,54172.0\n2024-11-17T18:25:05.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-6.0,1.0,54173.0,54173.0\n2024-11-17T18:26:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.5,1.0,54174.0,54174.0\n2024-11-17T18:27:05.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,3.9,56.6,56.9,-5.9,1.0,54175.0,54175.0\n2024-11-17T18:28:05.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.1,-5.9,1.0,54176.0,54176.0\n2024-11-17T18:29:05.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,54177.0,54177.0\n2024-11-17T18:30:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.8,1.0,54178.0,54178.0\n2024-11-17T18:31:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.8,1.0,54178.0,54178.0\n2024-11-17T18:32:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,54179.0,54179.0\n2024-11-17T18:33:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.0,-6.1,1.0,54180.0,54180.0\n2024-11-17T18:34:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.2,1.0,54181.0,54181.0\n2024-11-17T18:35:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.0,-5.7,1.0,54182.0,54182.0\n2024-11-17T18:36:05.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,54183.0,54183.0\n2024-11-17T18:37:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.2,1.0,54184.0,54184.0\n2024-11-17T18:38:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.2,-5.8,1.0,54185.0,54185.0\n2024-11-17T18:39:05.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.9,1.0,54186.0,54186.0\n2024-11-17T18:40:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.5,-6.2,1.0,54187.0,54187.0\n2024-11-17T18:41:05.000000+00:00,244.9,0.0,50.0,0.4,0.0,1.4,4.1,56.0,56.4,-6.2,1.0,54188.0,54188.0\n2024-11-17T18:42:05.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.1,55.3,55.7,-6.5,1.0,54189.0,54189.0\n2024-11-17T18:43:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.4,1.0,54190.0,54190.0\n2024-11-17T18:44:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-6.6,1.0,54191.0,54191.0\n2024-11-17T18:45:05.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,54192.0,54192.0\n2024-11-17T18:46:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.3,1.0,54193.0,54193.0\n2024-11-17T18:47:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.4,1.0,54193.0,54193.0\n2024-11-17T18:48:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.1,56.4,56.8,-6.1,1.0,54194.0,54194.0\n2024-11-17T18:49:05.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.0,1.0,54195.0,54195.0\n2024-11-17T18:50:05.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.0,55.5,56.0,-6.3,1.0,54201.0,54201.0\n2024-11-17T18:51:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,55.4,55.8,-6.0,1.0,54197.0,54197.0\n2024-11-17T18:52:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-6.2,1.0,54198.0,54198.0\n2024-11-17T18:53:05.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.1,56.7,57.1,-6.1,1.0,54199.0,54199.0\n2024-11-17T18:54:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.7,1.0,54200.0,54200.0\n2024-11-17T18:55:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.9,1.0,54201.0,54201.0\n2024-11-17T18:56:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.2,1.0,54202.0,54202.0\n2024-11-17T18:57:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,3.9,56.4,56.7,-6.1,1.0,54203.0,54203.0\n2024-11-17T18:58:05.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-5.8,1.0,54204.0,54204.0\n2024-11-17T18:59:05.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.8,-5.6,1.0,54205.0,54205.0\n2024-11-17T19:00:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.9,1.0,54206.0,54206.0\n2024-11-17T19:01:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.7,4.1,56.4,56.7,-5.7,1.0,54207.0,54207.0\n2024-11-17T19:02:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.5,1.0,54207.0,54207.0\n2024-11-17T19:03:05.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.1,56.2,56.5,-6.4,1.0,54208.0,54208.0\n2024-11-17T19:04:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-6.0,1.0,54209.0,54209.0\n2024-11-17T19:05:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.0,1.0,54210.0,54210.0\n2024-11-17T19:06:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-6.0,1.0,54211.0,54211.0\n2024-11-17T19:07:05.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,3.9,56.6,57.1,-6.8,1.0,54212.0,54212.0\n2024-11-17T19:08:05.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.5,1.0,54213.0,54213.0\n2024-11-17T19:09:05.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-7.0,1.0,54214.0,54214.0\n2024-11-17T19:10:05.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.1,-6.8,1.0,54215.0,54215.0\n2024-11-17T19:11:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.5,1.0,54216.0,54216.0\n2024-11-17T19:12:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.5,-7.0,1.0,54217.0,54217.0\n2024-11-17T19:13:05.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.1,-6.5,1.0,54218.0,54218.0\n2024-11-17T19:14:05.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.4,1.0,54219.0,54219.0\n2024-11-17T19:15:05.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.2,1.0,54220.0,54220.0\n2024-11-17T19:16:05.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,4.1,55.3,55.7,-6.8,1.0,54221.0,54221.0\n2024-11-17T19:17:05.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.6,-7.0,1.0,54222.0,54222.0\n2024-11-17T19:18:05.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.2,56.4,56.8,-6.5,1.0,54223.0,54223.0\n2024-11-17T19:19:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,54223.0,54223.0\n2024-11-17T19:20:05.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.7,57.0,-6.2,1.0,54224.0,54224.0\n2024-11-17T19:21:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,54225.0,54225.0\n2024-11-17T19:22:05.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.1,-6.3,1.0,54226.0,54226.0\n2024-11-17T19:23:05.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.4,-6.3,1.0,54227.0,54227.0\n2024-11-17T19:24:05.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.3,1.0,54228.0,54228.0\n2024-11-17T19:25:05.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.0,1.0,54229.0,54229.0\n2024-11-17T19:26:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,54230.0,54230.0\n2024-11-17T19:27:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,54231.0,54231.0\n2024-11-17T19:28:05.000000+00:00,244.2,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.7,-6.4,1.0,54232.0,54232.0\n2024-11-17T19:29:05.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.1,-7.2,1.0,54233.0,54233.0\n2024-11-17T19:30:05.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.8,1.0,54234.0,54234.0\n2024-11-17T19:31:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.7,-6.7,1.0,54235.0,54235.0\n2024-11-17T19:32:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.6,1.0,54236.0,54236.0\n2024-11-17T19:33:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-6.5,1.0,54237.0,54237.0\n2024-11-17T19:34:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.5,1.0,54237.0,54237.0\n2024-11-17T19:35:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,54238.0,54238.0\n2024-11-17T19:36:05.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.6,-6.1,1.0,54239.0,54239.0\n2024-11-17T19:37:05.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.6,-6.3,1.0,54240.0,54240.0\n2024-11-17T19:38:05.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-6.1,1.0,54241.0,54241.0\n2024-11-17T19:39:05.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.1,-6.3,1.0,54242.0,54242.0\n2024-11-17T19:40:05.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.6,-6.2,1.0,54243.0,54243.0\n2024-11-17T19:41:05.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.4,1.0,54244.0,54244.0\n2024-11-17T19:42:05.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.7,-7.0,1.0,54245.0,54245.0\n2024-11-17T19:43:05.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.0,1.0,54246.0,54246.0\n2024-11-17T19:44:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.0,1.0,54247.0,54247.0\n2024-11-17T19:45:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,3.9,56.3,56.7,-6.9,1.0,54248.0,54248.0\n2024-11-17T19:46:06.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.1,1.0,54249.0,54249.0\n2024-11-17T19:47:06.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-6.5,1.0,54250.0,54250.0\n2024-11-17T19:48:06.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.2,56.4,56.8,-6.7,1.0,54251.0,54251.0\n2024-11-17T19:49:06.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.1,1.0,54252.0,54252.0\n2024-11-17T19:50:06.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.8,-7.1,1.0,54252.0,54252.0\n2024-11-17T19:51:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-7.0,1.0,54253.0,54253.0\n2024-11-17T19:52:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.5,1.0,54254.0,54254.0\n2024-11-17T19:53:06.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.8,-6.6,1.0,54255.0,54255.0\n2024-11-17T19:54:06.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.1,55.7,56.0,-6.4,1.0,54256.0,54256.0\n2024-11-17T19:55:06.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.1,-6.8,1.0,54257.0,54257.0\n2024-11-17T19:56:06.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.9,-6.4,1.0,54258.0,54258.0\n2024-11-17T19:57:06.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.5,1.0,54259.0,54259.0\n2024-11-17T19:58:06.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-6.5,1.0,54260.0,54260.0\n2024-11-17T19:59:06.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.8,1.0,54261.0,54261.0\n2024-11-17T20:00:06.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.4,-6.7,1.0,54262.0,54262.0\n2024-11-17T20:01:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-7.1,1.0,54263.0,54263.0\n2024-11-17T20:02:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,54264.0,54264.0\n2024-11-17T20:03:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.8,-6.5,1.0,54265.0,54265.0\n2024-11-17T20:04:06.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-7.0,1.0,54266.0,54266.0\n2024-11-17T20:05:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.8,1.0,54267.0,54267.0\n2024-11-17T20:06:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.8,1.0,54267.0,54267.0\n2024-11-17T20:07:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,54268.0,54268.0\n2024-11-17T20:08:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.0,55.1,55.5,-6.4,1.0,54269.0,54269.0\n2024-11-17T20:09:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.1,56.3,56.7,-6.3,1.0,54270.0,54270.0\n2024-11-17T20:10:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.1,57.2,57.5,-6.4,1.0,54271.0,54271.0\n2024-11-17T20:11:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.7,1.0,54272.0,54272.0\n2024-11-17T20:12:06.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.2,1.0,54273.0,54273.0\n2024-11-17T20:13:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-6.4,1.0,54274.0,54274.0\n2024-11-17T20:14:06.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.3,-6.9,1.0,54275.0,54275.0\n2024-11-17T20:15:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-6.6,1.0,54276.0,54276.0\n2024-11-17T20:16:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.1,56.6,57.0,-6.6,1.0,54277.0,54277.0\n2024-11-17T20:17:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.9,-6.2,1.0,54278.0,54278.0\n2024-11-17T20:18:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.6,56.0,-6.6,1.0,54279.0,54279.0\n2024-11-17T20:19:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.4,1.0,54280.0,54280.0\n2024-11-17T20:20:06.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.2,1.0,54281.0,54281.0\n2024-11-17T20:21:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,54282.0,54282.0\n2024-11-17T20:22:06.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.3,-6.9,1.0,54282.0,54282.0\n2024-11-17T20:23:06.000000+00:00,244.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.9,1.0,54283.0,54283.0\n2024-11-17T20:24:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.2,-6.8,1.0,54284.0,54284.0\n2024-11-17T20:25:06.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.5,4.1,57.2,57.6,-6.8,1.0,54285.0,54285.0\n2024-11-17T20:26:06.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.7,-7.0,1.0,54286.0,54286.0\n2024-11-17T20:27:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,55.6,56.0,-6.6,1.0,54287.0,54287.0\n2024-11-17T20:28:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.3,-7.1,1.0,54288.0,54288.0\n2024-11-17T20:29:06.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-7.0,1.0,54289.0,54289.0\n2024-11-17T20:30:06.000000+00:00,245.0,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,54290.0,54290.0\n2024-11-17T20:31:06.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.9,-7.1,1.0,54291.0,54291.0\n2024-11-17T20:32:06.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,57.5,57.9,-6.8,1.0,54292.0,54292.0\n2024-11-17T20:33:06.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,54293.0,54293.0\n2024-11-17T20:34:06.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,55.6,56.1,-7.0,1.0,54294.0,54294.0\n2024-11-17T20:35:06.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.2,-7.1,1.0,54295.0,54295.0\n2024-11-17T20:36:06.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.0,-6.6,1.0,54296.0,54296.0\n2024-11-17T20:37:06.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.2,56.7,56.9,-6.6,1.0,54297.0,54297.0\n2024-11-17T20:38:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.5,4.2,56.9,57.3,-6.9,1.0,54297.0,54297.0\n2024-11-17T20:39:06.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.5,4.2,55.9,56.3,-6.6,1.0,54298.0,54298.0\n2024-11-17T20:40:06.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.5,4.2,56.5,56.9,-6.8,1.0,54299.0,54299.0\n2024-11-17T20:41:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.2,56.4,56.7,-6.4,1.0,54300.0,54300.0\n2024-11-17T20:42:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.3,56.0,56.5,-6.8,1.0,54301.0,54301.0\n2024-11-17T20:43:06.000000+00:00,244.5,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.6,-6.5,1.0,54302.0,54302.0\n2024-11-17T20:44:06.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.2,56.6,57.0,-6.6,1.0,54303.0,54303.0\n2024-11-17T20:45:06.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.2,56.2,56.6,-6.7,1.0,54304.0,54304.0\n2024-11-17T20:46:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.5,4.2,55.5,55.9,-6.7,1.0,54305.0,54305.0\n2024-11-17T20:47:06.000000+00:00,244.4,0.0,50.0,0.5,0.0,1.5,4.3,56.7,57.1,-6.4,1.0,54306.0,54306.0\n2024-11-17T20:48:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.3,56.3,56.7,-6.6,1.0,54307.0,54307.0\n2024-11-17T20:49:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.2,56.1,56.5,-6.7,1.0,54308.0,54308.0\n2024-11-17T20:50:06.000000+00:00,244.6,0.0,50.0,0.5,0.0,1.5,4.2,55.9,56.3,-6.7,1.0,54309.0,54309.0\n2024-11-17T20:51:06.000000+00:00,244.3,0.0,50.0,0.5,0.0,1.5,4.2,55.2,55.6,-6.6,1.0,54310.0,54310.0\n2024-11-17T20:52:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.5,4.2,56.0,56.4,-6.6,1.0,54311.0,54311.0\n2024-11-17T20:53:06.000000+00:00,244.7,0.0,50.0,0.5,0.0,1.4,4.1,55.5,55.9,-6.8,1.0,54312.0,54312.0\n2024-11-17T20:54:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.2,55.9,56.4,-6.9,1.0,54312.0,54312.0\n2024-11-17T20:55:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.5,-7.0,1.0,54313.0,54313.0\n2024-11-17T20:56:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.1,1.0,54314.0,54314.0\n2024-11-17T20:57:06.000000+00:00,245.2,0.0,50.1,0.5,0.0,1.4,4.0,56.5,57.0,-7.2,1.0,54315.0,54315.0\n2024-11-17T20:58:06.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.2,56.3,56.7,-7.3,1.0,54316.0,54316.0\n2024-11-17T20:59:06.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.3,1.0,54317.0,54317.0\n2024-11-17T21:00:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.8,1.0,54318.0,54318.0\n2024-11-17T21:01:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.0,56.4,56.8,-7.0,1.0,54319.0,54319.0\n2024-11-17T21:02:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.7,-7.3,1.0,54320.0,54320.0\n2024-11-17T21:03:06.000000+00:00,244.5,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.7,1.0,54321.0,54321.0\n2024-11-17T21:04:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.9,1.0,54322.0,54322.0\n2024-11-17T21:05:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.5,-7.3,1.0,54323.0,54323.0\n2024-11-17T21:06:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.8,1.0,54324.0,54324.0\n2024-11-17T21:07:06.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-6.8,1.0,54325.0,54325.0\n2024-11-17T21:08:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-6.8,1.0,54326.0,54326.0\n2024-11-17T21:09:06.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.4,-6.9,1.0,54327.0,54327.0\n2024-11-17T21:10:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-6.5,1.0,54327.0,54327.0\n2024-11-17T21:11:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-6.8,1.0,54328.0,54328.0\n2024-11-17T21:12:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.7,1.0,54329.0,54329.0\n2024-11-17T21:13:06.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,3.9,56.3,56.7,-7.0,1.0,54330.0,54330.0\n2024-11-17T21:14:06.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.8,-7.1,1.0,54331.0,54331.0\n2024-11-17T21:15:06.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-7.0,1.0,54332.0,54332.0\n2024-11-17T21:16:06.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.1,-7.2,1.0,54333.0,54333.0\n2024-11-17T21:17:06.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.9,1.0,54334.0,54334.0\n2024-11-17T21:18:06.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.8,-6.7,1.0,54335.0,54335.0\n2024-11-17T21:19:06.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.5,-6.8,1.0,54336.0,54336.0\n2024-11-17T21:20:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.5,1.0,54337.0,54337.0\n2024-11-17T21:21:06.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.9,-6.7,1.0,54338.0,54338.0\n2024-11-17T21:22:06.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,54339.0,54339.0\n2024-11-17T21:23:06.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.2,57.0,57.4,-7.0,1.0,54339.0,54339.0\n2024-11-17T21:24:06.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.8,1.0,54340.0,54340.0\n2024-11-17T21:25:07.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-7.0,1.0,54341.0,54341.0\n2024-11-17T21:26:07.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.3,-6.6,1.0,54341.0,54341.0\n2024-11-17T21:27:07.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-7.0,1.0,54342.0,54342.0\n2024-11-17T21:28:07.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-6.7,1.0,54343.0,54343.0\n2024-11-17T21:29:07.000000+00:00,245.1,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.1,1.0,54344.0,54344.0\n2024-11-17T21:30:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,55.5,56.0,-7.3,1.0,54345.0,54345.0\n2024-11-17T21:31:07.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.9,-6.7,1.0,54346.0,54346.0\n2024-11-17T21:32:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.4,-7.0,1.0,54347.0,54347.0\n2024-11-17T21:33:07.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.5,-6.6,1.0,54348.0,54348.0\n2024-11-17T21:34:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.9,1.0,54349.0,54349.0\n2024-11-17T21:35:07.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.7,1.0,54350.0,54350.0\n2024-11-17T21:36:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.2,-7.0,1.0,54351.0,54351.0\n2024-11-17T21:37:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,3.9,56.2,56.7,-7.1,1.0,54352.0,54352.0\n2024-11-17T21:38:07.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-6.6,1.0,54353.0,54353.0\n2024-11-17T21:39:07.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.6,1.0,54354.0,54354.0\n2024-11-17T21:40:07.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.9,1.0,54355.0,54355.0\n2024-11-17T21:41:07.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.2,-6.7,1.0,54356.0,54356.0\n2024-11-17T21:42:07.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.3,-6.8,1.0,54356.0,54356.0\n2024-11-17T21:43:07.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-6.8,1.0,54357.0,54357.0\n2024-11-17T21:44:07.000000+00:00,244.9,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.3,-7.3,1.0,54358.0,54358.0\n2024-11-17T21:45:07.000000+00:00,245.1,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.2,1.0,54359.0,54359.0\n2024-11-17T21:46:07.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.0,-7.0,1.0,54360.0,54360.0\n2024-11-17T21:47:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.1,-6.6,1.0,54361.0,54361.0\n2024-11-17T21:48:07.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.4,57.5,57.9,-7.2,1.0,54362.0,54362.0\n2024-11-17T21:49:07.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.3,1.0,54363.0,54363.0\n2024-11-17T21:50:07.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,55.6,56.1,-7.2,1.0,54364.0,54364.0\n2024-11-17T21:51:07.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.7,-7.3,1.0,54365.0,54365.0\n2024-11-17T21:52:07.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.1,-7.4,1.0,54366.0,54366.0\n2024-11-17T21:53:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.3,-7.2,1.0,54367.0,54367.0\n2024-11-17T21:54:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.5,-7.3,1.0,54368.0,54368.0\n2024-11-17T21:55:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.7,57.1,-7.2,1.0,54369.0,54369.0\n2024-11-17T21:56:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.0,57.2,57.7,-7.4,1.0,54370.0,54370.0\n2024-11-17T21:57:07.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.9,-7.3,1.0,54371.0,54371.0\n2024-11-17T21:58:07.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.2,56.7,57.1,-6.8,1.0,54371.0,54371.0\n2024-11-17T21:59:07.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-6.7,1.0,54372.0,54372.0\n2024-11-17T22:00:07.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.7,1.0,54373.0,54373.0\n2024-11-17T22:01:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.5,-6.8,1.0,54374.0,54374.0\n2024-11-17T22:02:07.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.7,-7.5,1.0,54375.0,54375.0\n2024-11-17T22:03:07.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.9,-7.1,1.0,54376.0,54376.0\n2024-11-17T22:04:07.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.7,-7.0,1.0,54377.0,54377.0\n2024-11-17T22:05:07.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.0,-6.9,1.0,54378.0,54378.0\n2024-11-17T22:06:07.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,57.2,57.7,-7.0,1.0,54379.0,54379.0\n2024-11-17T22:07:07.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.5,-6.9,1.0,54380.0,54380.0\n2024-11-17T22:08:07.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.3,1.0,54381.0,54381.0\n2024-11-17T22:09:07.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.3,-7.4,1.0,54381.0,54381.0\n2024-11-17T22:10:07.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.4,-7.3,1.0,54382.0,54382.0\n2024-11-17T22:11:07.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.3,-7.2,1.0,54383.0,54383.0\n2024-11-17T22:12:07.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.2,1.0,54384.0,54384.0\n2024-11-17T22:13:07.000000+00:00,245.9,0.0,50.0,0.4,0.0,1.4,4.1,55.8,56.3,-7.3,1.0,54385.0,54385.0\n2024-11-17T22:14:07.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.2,1.0,54385.0,54385.0\n2024-11-17T22:15:07.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.8,-7.9,1.0,54386.0,54386.0\n2024-11-17T22:16:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.9,-7.7,1.0,54387.0,54387.0\n2024-11-17T22:17:07.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-7.9,1.0,54388.0,54388.0\n2024-11-17T22:18:07.000000+00:00,246.4,0.0,50.0,0.5,0.0,1.5,4.1,57.4,57.8,-7.2,1.0,54389.0,54389.0\n2024-11-17T22:19:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.5,4.1,56.8,57.2,-6.9,1.0,54390.0,54390.0\n2024-11-17T22:20:07.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.8,-6.9,1.0,54391.0,54391.0\n2024-11-17T22:21:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.2,-6.9,1.0,54392.0,54392.0\n2024-11-17T22:22:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.7,-7.2,1.0,54393.0,54393.0\n2024-11-17T22:23:07.000000+00:00,246.2,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.6,-7.0,1.0,54394.0,54394.0\n2024-11-17T22:24:07.000000+00:00,246.1,0.0,50.0,0.4,0.0,1.4,4.1,56.2,56.7,-7.3,1.0,54395.0,54395.0\n2024-11-17T22:25:07.000000+00:00,246.2,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.2,-7.5,1.0,54396.0,54396.0\n2024-11-17T22:26:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.5,-7.5,1.0,54397.0,54397.0\n2024-11-17T22:27:07.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.6,-7.2,1.0,54398.0,54398.0\n2024-11-17T22:28:07.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,4.0,56.5,56.9,-7.3,1.0,54399.0,54399.0\n2024-11-17T22:29:07.000000+00:00,246.3,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.4,-6.8,1.0,54400.0,54400.0\n2024-11-17T22:30:07.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.8,-7.0,1.0,54401.0,54401.0\n2024-11-17T22:31:07.000000+00:00,246.2,0.0,49.9,0.5,0.0,1.4,4.1,56.6,57.1,-7.0,1.0,54401.0,54401.0\n2024-11-17T22:32:07.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-7.3,1.0,54402.0,54402.0\n2024-11-17T22:33:07.000000+00:00,245.8,0.0,49.9,0.4,0.0,1.4,4.0,56.1,55.9,-7.6,1.0,54403.0,54403.0\n2024-11-17T22:34:07.000000+00:00,245.0,0.0,49.9,0.4,0.0,1.4,3.9,55.5,56.1,-7.5,1.0,54404.0,54404.0\n2024-11-17T22:35:07.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.6,1.0,54405.0,54405.0\n2024-11-17T22:36:07.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.2,-7.2,1.0,54406.0,54406.0\n2024-11-17T22:37:07.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.3,1.0,54407.0,54407.0\n2024-11-17T22:38:07.000000+00:00,245.2,0.0,50.0,0.5,0.0,1.4,3.9,56.5,57.0,-7.6,1.0,54408.0,54408.0\n2024-11-17T22:39:07.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.6,57.1,-7.5,1.0,54409.0,54409.0\n2024-11-17T22:40:07.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.6,-8.0,1.0,54410.0,54410.0\n2024-11-17T22:41:07.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.6,-8.0,1.0,54411.0,54411.0\n2024-11-17T22:42:07.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.4,-7.8,1.0,54412.0,54412.0\n2024-11-17T22:43:07.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.5,-7.4,1.0,54413.0,54413.0\n2024-11-17T22:44:07.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.2,-7.8,1.0,54414.0,54414.0\n2024-11-17T22:45:07.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.5,1.0,54415.0,54415.0\n2024-11-17T22:46:07.000000+00:00,245.6,0.0,50.0,0.4,0.0,1.4,4.0,56.8,57.3,-7.6,1.0,54415.0,54415.0\n2024-11-17T22:47:07.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.3,-7.7,1.0,54416.0,54416.0\n2024-11-17T22:48:07.000000+00:00,245.7,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.4,-7.8,1.0,54417.0,54417.0\n2024-11-17T22:49:07.000000+00:00,245.8,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.6,-8.0,1.0,54418.0,54418.0\n2024-11-17T22:50:07.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.5,-7.9,1.0,54419.0,54419.0\n2024-11-17T22:51:07.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.5,-7.5,1.0,54420.0,54420.0\n2024-11-17T22:52:07.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.9,-7.7,1.0,54421.0,54421.0\n2024-11-17T22:53:07.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.7,-7.4,1.0,54422.0,54422.0\n2024-11-17T22:54:07.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,3.9,56.5,56.9,-7.3,1.0,54423.0,54423.0\n2024-11-17T22:55:07.000000+00:00,245.5,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.3,-7.9,1.0,54424.0,54424.0\n2024-11-17T22:56:07.000000+00:00,245.4,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.0,1.0,54425.0,54425.0\n2024-11-17T22:57:07.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.1,1.0,54426.0,54426.0\n2024-11-17T22:58:07.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.7,-8.1,1.0,54427.0,54427.0\n2024-11-17T22:59:07.000000+00:00,245.3,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.9,-7.4,1.0,54428.0,54428.0\n2024-11-17T23:00:07.000000+00:00,245.2,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.0,-7.6,1.0,54429.0,54429.0\n2024-11-17T23:01:07.000000+00:00,244.9,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.4,1.0,54430.0,54430.0\n2024-11-17T23:02:07.000000+00:00,244.7,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.6,1.0,54431.0,54431.0\n2024-11-17T23:03:07.000000+00:00,244.3,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.7,1.0,54432.0,54432.0\n2024-11-17T23:04:07.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-7.6,1.0,54432.0,54432.0\n2024-11-17T23:05:07.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.6,1.0,54433.0,54433.0\n2024-11-17T23:06:07.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.9,1.0,54434.0,54434.0\n2024-11-17T23:07:07.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-8.0,1.0,54435.0,54435.0\n2024-11-17T23:08:08.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,4.0,55.5,56.0,-7.6,1.0,54436.0,54436.0\n2024-11-17T23:09:08.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-7.5,1.0,54437.0,54437.0\n2024-11-17T23:10:08.000000+00:00,244.1,0.0,49.9,0.4,0.0,1.4,3.9,55.5,56.0,-7.7,1.0,54438.0,54438.0\n2024-11-17T23:11:08.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.7,-7.5,1.0,54439.0,54439.0\n2024-11-17T23:12:08.000000+00:00,244.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.3,1.0,54440.0,54440.0\n2024-11-17T23:13:08.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.4,-7.4,1.0,54441.0,54441.0\n2024-11-17T23:14:08.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.7,1.0,54442.0,54442.0\n2024-11-17T23:15:08.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.5,-7.7,1.0,54443.0,54443.0\n2024-11-17T23:16:08.000000+00:00,244.2,0.0,49.9,0.4,0.0,1.4,4.0,56.4,56.9,-7.6,1.0,54444.0,54444.0\n2024-11-17T23:17:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.3,-7.6,1.0,54445.0,54445.0\n2024-11-17T23:18:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.6,57.1,-7.7,1.0,54446.0,54446.0\n2024-11-17T23:19:08.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.0,1.0,54446.0,54446.0\n2024-11-17T23:20:08.000000+00:00,244.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.9,1.0,54447.0,54447.0\n2024-11-17T23:21:08.000000+00:00,244.7,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.9,-8.0,1.0,54448.0,54448.0\n2024-11-17T23:22:08.000000+00:00,244.4,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.8,1.0,54449.0,54449.0\n2024-11-17T23:23:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.9,-8.2,1.0,54450.0,54450.0\n2024-11-17T23:24:08.000000+00:00,244.5,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.2,-8.4,1.0,54451.0,54451.0\n2024-11-17T23:25:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.8,1.0,54452.0,54452.0\n2024-11-17T23:26:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.1,-8.3,1.0,54453.0,54453.0\n2024-11-17T23:27:08.000000+00:00,244.3,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.1,-8.3,1.0,54454.0,54454.0\n2024-11-17T23:28:08.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.0,56.7,57.2,-7.9,1.0,54455.0,54455.0\n2024-11-17T23:29:08.000000+00:00,244.1,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.6,-7.5,1.0,54456.0,54456.0\n2024-11-17T23:30:08.000000+00:00,244.2,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.6,-7.1,1.0,54457.0,54457.0\n2024-11-17T23:31:08.000000+00:00,244.4,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.2,-7.8,1.0,54458.0,54458.0\n2024-11-17T23:32:08.000000+00:00,244.2,0.0,50.0,0.4,0.0,1.4,3.9,56.4,56.9,-7.8,1.0,54459.0,54459.0\n2024-11-17T23:33:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,56.6,57.1,-7.9,1.0,54460.0,54460.0\n2024-11-17T23:34:08.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.7,-7.9,1.0,54460.0,54460.0\n2024-11-17T23:35:08.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.5,1.0,54461.0,54461.0\n2024-11-17T23:36:08.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-7.9,1.0,54462.0,54462.0\n2024-11-17T23:37:08.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.6,-8.0,1.0,54463.0,54463.0\n2024-11-17T23:38:08.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.5,-8.1,1.0,54464.0,54464.0\n2024-11-17T23:39:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.3,3.9,55.7,56.2,-8.0,1.0,54465.0,54465.0\n2024-11-17T23:40:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,55.6,56.2,-8.4,1.0,54466.0,54466.0\n2024-11-17T23:41:08.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.7,-8.4,1.0,54467.0,54467.0\n2024-11-17T23:42:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.8,55.8,56.4,-8.3,1.0,54468.0,54468.0\n2024-11-17T23:43:08.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.3,-8.1,1.0,54469.0,54469.0\n2024-11-17T23:44:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.7,-8.7,1.0,54470.0,54470.0\n2024-11-17T23:45:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.8,56.2,56.8,-8.4,1.0,54471.0,54471.0\n2024-11-17T23:46:08.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.7,-8.4,1.0,54472.0,54472.0\n2024-11-17T23:47:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.3,-8.3,1.0,54473.0,54473.0\n2024-11-17T23:48:08.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.4,-7.9,1.0,54474.0,54474.0\n2024-11-17T23:49:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.5,-8.0,1.0,54475.0,54475.0\n2024-11-17T23:50:08.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.4,-7.6,1.0,54475.0,54475.0\n2024-11-17T23:51:08.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.2,-7.5,1.0,54476.0,54476.0\n2024-11-17T23:52:08.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,4.0,55.8,56.3,-7.8,1.0,54477.0,54477.0\n2024-11-17T23:53:08.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.9,-8.2,1.0,54478.0,54478.0\n2024-11-17T23:54:08.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-7.9,1.0,54479.0,54479.0\n2024-11-17T23:55:08.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.6,-7.4,1.0,54480.0,54480.0\n2024-11-17T23:56:08.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,55.5,56.0,-7.1,1.0,54481.0,54481.0\n2024-11-17T23:57:08.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.6,-6.9,1.0,54482.0,54482.0\n2024-11-17T23:58:08.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.8,-7.3,1.0,54483.0,54483.0\n2024-11-17T23:59:08.000000+00:00,242.4,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.3,-7.6,1.0,54484.0,54484.0\n2024-11-18T00:00:08.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.5,-7.6,1.0,54485.0,54485.0\n2024-11-18T00:01:08.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.8,-7.5,1.0,54486.0,54486.0\n2024-11-18T00:02:08.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.8,-7.3,1.0,54487.0,54487.0\n2024-11-18T00:03:08.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.2,57.0,57.4,-7.0,1.0,54488.0,54488.0\n2024-11-18T00:04:08.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.6,-7.1,1.0,54488.0,54488.0\n2024-11-18T00:05:08.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.1,55.5,56.0,-7.5,1.0,54489.0,54489.0\n2024-11-18T00:06:08.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.6,1.0,54490.0,54490.0\n2024-11-18T00:07:08.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.6,1.0,54491.0,54491.0\n2024-11-18T00:08:08.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,6.6,54.7,55.2,-7.6,1.0,54492.0,54492.0\n2024-11-18T00:09:08.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.3,-7.6,1.0,54493.0,54493.0\n2024-11-18T00:10:08.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,3.9,56.5,57.0,-7.7,1.0,54494.0,54494.0\n2024-11-18T00:11:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.5,-7.7,1.0,54495.0,54495.0\n2024-11-18T00:12:08.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.8,-7.9,1.0,54496.0,54496.0\n2024-11-18T00:13:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.4,-8.2,1.0,54497.0,54497.0\n2024-11-18T00:14:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.5,-8.5,1.0,54498.0,54498.0\n2024-11-18T00:15:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.8,56.2,56.9,-8.4,1.0,54499.0,54499.0\n2024-11-18T00:16:08.000000+00:00,244.0,0.0,49.9,0.4,0.0,1.4,4.0,56.4,57.0,-7.9,1.0,54500.0,54500.0\n2024-11-18T00:17:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.1,55.9,56.4,-7.8,1.0,54501.0,54501.0\n2024-11-18T00:18:08.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.1,-8.2,1.0,54502.0,54502.0\n2024-11-18T00:19:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.3,-8.0,1.0,54503.0,54503.0\n2024-11-18T00:20:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-8.2,1.0,54503.0,54503.0\n2024-11-18T00:21:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.8,-8.0,1.0,54504.0,54504.0\n2024-11-18T00:22:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.3,-7.9,1.0,54505.0,54505.0\n2024-11-18T00:23:08.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.2,-7.7,1.0,54506.0,54506.0\n2024-11-18T00:24:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.3,-8.0,1.0,54507.0,54507.0\n2024-11-18T00:25:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.3,56.8,-7.5,1.0,54508.0,54508.0\n2024-11-18T00:26:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.7,1.0,54509.0,54509.0\n2024-11-18T00:27:08.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-8.2,1.0,54510.0,54510.0\n2024-11-18T00:28:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.9,56.4,57.0,-8.0,1.0,54511.0,54511.0\n2024-11-18T00:29:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,55.4,56.0,-7.9,1.0,54512.0,54512.0\n2024-11-18T00:30:08.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.9,57.4,-8.0,1.0,54513.0,54513.0\n2024-11-18T00:31:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.8,-7.8,1.0,54514.0,54514.0\n2024-11-18T00:32:08.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,55.5,56.0,-7.7,1.0,54515.0,54515.0\n2024-11-18T00:33:08.000000+00:00,243.7,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.6,-8.1,1.0,54516.0,54516.0\n2024-11-18T00:34:08.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.9,1.0,54517.0,54517.0\n2024-11-18T00:35:08.000000+00:00,243.9,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.3,-8.1,1.0,54517.0,54517.0\n2024-11-18T00:36:08.000000+00:00,243.8,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.0,-8.3,1.0,54518.0,54518.0\n2024-11-18T00:37:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.3,-8.3,1.0,54519.0,54519.0\n2024-11-18T00:38:08.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.1,1.0,54520.0,54520.0\n2024-11-18T00:39:08.000000+00:00,244.1,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.7,-8.1,1.0,54521.0,54521.0\n2024-11-18T00:40:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,56.6,57.1,-8.0,1.0,54522.0,54522.0\n2024-11-18T00:41:08.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.7,-7.9,1.0,54523.0,54523.0\n2024-11-18T00:42:08.000000+00:00,244.0,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.2,1.0,54524.0,54524.0\n2024-11-18T00:43:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.3,1.0,54525.0,54525.0\n2024-11-18T00:44:08.000000+00:00,243.9,0.0,50.0,0.4,0.0,1.4,3.8,57.1,57.7,-8.7,1.0,54526.0,54526.0\n2024-11-18T00:45:08.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.5,-8.5,1.0,54527.0,54527.0\n2024-11-18T00:46:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.3,3.7,55.8,56.5,-8.6,1.0,54528.0,54528.0\n2024-11-18T00:47:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.7,56.9,57.6,-8.9,1.0,54529.0,54529.0\n2024-11-18T00:48:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.8,-8.7,1.0,54530.0,54530.0\n2024-11-18T00:49:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,55.7,56.4,-8.7,1.0,54531.0,54531.0\n2024-11-18T00:50:08.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,4.0,56.4,57.1,-8.8,1.0,54532.0,54532.0\n2024-11-18T00:51:08.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.1,-8.2,1.0,54533.0,54533.0\n2024-11-18T00:52:09.000000+00:00,243.8,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.8,-8.2,1.0,54533.0,54533.0\n2024-11-18T00:53:09.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.8,-8.3,1.0,54534.0,54534.0\n2024-11-18T00:54:09.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.4,57.0,-8.2,1.0,54535.0,54535.0\n2024-11-18T00:55:09.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.6,-7.8,1.0,54536.0,54536.0\n2024-11-18T00:56:09.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.9,-8.0,1.0,54537.0,54537.0\n2024-11-18T00:57:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.4,-8.0,1.0,54538.0,54538.0\n2024-11-18T00:58:09.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.9,-8.1,1.0,54539.0,54539.0\n2024-11-18T00:59:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,55.6,56.2,-8.1,1.0,54540.0,54540.0\n2024-11-18T01:00:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.4,-7.9,1.0,54541.0,54541.0\n2024-11-18T01:01:09.000000+00:00,242.5,0.0,49.9,0.4,0.0,1.4,3.9,55.8,56.4,-8.0,1.0,54542.0,54542.0\n2024-11-18T01:02:09.000000+00:00,242.3,0.0,49.9,0.4,0.0,1.3,3.8,55.8,56.4,-7.9,1.0,54543.0,54543.0\n2024-11-18T01:03:09.000000+00:00,242.6,0.0,49.9,0.4,0.0,1.3,3.8,55.8,56.4,-8.3,1.0,54544.0,54544.0\n2024-11-18T01:04:09.000000+00:00,242.5,0.0,49.9,0.4,0.0,1.4,3.8,56.7,57.3,-8.6,1.0,54545.0,54545.0\n2024-11-18T01:05:09.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.8,-8.8,1.0,54546.0,54546.0\n2024-11-18T01:06:09.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.7,-8.8,1.0,54547.0,54547.0\n2024-11-18T01:07:09.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.3,3.7,56.3,57.0,-8.9,1.0,54547.0,54547.0\n2024-11-18T01:08:09.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.0,-8.7,1.0,54548.0,54548.0\n2024-11-18T01:09:09.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.8,56.6,57.3,-8.5,1.0,54549.0,54549.0\n2024-11-18T01:10:09.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,56.4,57.0,-8.1,1.0,54550.0,54550.0\n2024-11-18T01:11:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-8.0,1.0,54551.0,54551.0\n2024-11-18T01:12:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.1,-8.3,1.0,54552.0,54552.0\n2024-11-18T01:13:09.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.9,55.7,56.4,-8.9,1.0,54553.0,54553.0\n2024-11-18T01:14:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,56.3,57.0,-8.8,1.0,54554.0,54554.0\n2024-11-18T01:15:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,56.4,57.0,-8.5,1.0,54555.0,54555.0\n2024-11-18T01:16:09.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.3,3.9,55.4,56.1,-8.4,1.0,54556.0,54556.0\n2024-11-18T01:17:09.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.7,1.0,54557.0,54557.0\n2024-11-18T01:18:09.000000+00:00,243.7,0.0,50.0,0.4,0.0,1.3,3.8,55.7,56.4,-8.6,1.0,54558.0,54558.0\n2024-11-18T01:19:09.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.3,-8.8,1.0,54559.0,54559.0\n2024-11-18T01:20:09.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.3,-8.4,1.0,54560.0,54560.0\n2024-11-18T01:21:09.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.1,-8.7,1.0,54561.0,54561.0\n2024-11-18T01:22:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,55.5,56.2,-8.8,1.0,54561.0,54561.0\n2024-11-18T01:23:09.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.5,1.0,54562.0,54562.0\n2024-11-18T01:24:09.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.7,-8.1,1.0,54563.0,54563.0\n2024-11-18T01:25:09.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.0,-8.2,1.0,54564.0,54564.0\n2024-11-18T01:26:09.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,55.6,56.2,-7.9,1.0,54565.0,54565.0\n2024-11-18T01:27:09.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.1,-8.6,1.0,54566.0,54566.0\n2024-11-18T01:28:09.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.8,55.8,56.4,-8.8,1.0,54567.0,54567.0\n2024-11-18T01:29:09.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.7,-8.5,1.0,54568.0,54568.0\n2024-11-18T01:30:09.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.4,57.1,-9.1,1.0,54569.0,54569.0\n2024-11-18T01:31:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.5,-8.5,1.0,54570.0,54570.0\n2024-11-18T01:32:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.3,3.9,56.0,56.7,-8.8,1.0,54571.0,54571.0\n2024-11-18T01:33:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.8,56.8,57.4,-8.7,1.0,54572.0,54572.0\n2024-11-18T01:34:09.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.8,56.5,57.2,-9.0,1.0,54573.0,54573.0\n2024-11-18T01:35:09.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.4,-8.6,1.0,54574.0,54574.0\n2024-11-18T01:36:09.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,3.8,56.3,56.9,-8.5,1.0,54575.0,54575.0\n2024-11-18T01:37:09.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.8,57.1,57.7,-8.5,1.0,54575.0,54575.0\n2024-11-18T01:38:09.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.3,-8.1,1.0,54576.0,54576.0\n2024-11-18T01:39:09.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,56.4,57.1,-8.8,1.0,54577.0,54577.0\n2024-11-18T01:40:09.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,3.8,56.4,57.1,-9.0,1.0,54578.0,54578.0\n2024-11-18T01:41:09.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.7,-8.7,1.0,54579.0,54579.0\n2024-11-18T01:42:09.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.9,55.9,56.7,-9.1,1.0,54580.0,54580.0\n2024-11-18T01:43:09.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.9,-8.5,1.0,54581.0,54581.0\n2024-11-18T01:44:09.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,55.6,56.2,-8.5,1.0,54582.0,54582.0\n2024-11-18T01:45:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.3,3.8,55.5,56.2,-8.5,1.0,54583.0,54583.0\n2024-11-18T01:46:09.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.4,57.1,-8.7,1.0,54584.0,54584.0\n2024-11-18T01:47:09.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.3,3.8,55.5,56.2,-8.6,1.0,54585.0,54585.0\n2024-11-18T01:48:09.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.6,-8.7,1.0,54586.0,54586.0\n2024-11-18T01:49:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.8,55.9,56.6,-8.9,1.0,54587.0,54587.0\n2024-11-18T01:50:09.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.8,-9.3,1.0,54588.0,54588.0\n2024-11-18T01:51:09.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.9,-8.8,1.0,54589.0,54589.0\n2024-11-18T01:52:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.6,-8.2,1.0,54589.0,54589.0\n2024-11-18T01:53:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.6,-9.0,1.0,54590.0,54590.0\n2024-11-18T01:54:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.5,-8.7,1.0,54591.0,54591.0\n2024-11-18T01:55:09.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.3,3.9,55.6,56.2,-8.6,1.0,54592.0,54592.0\n2024-11-18T01:56:09.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.2,56.8,-8.2,1.0,54593.0,54593.0\n2024-11-18T01:57:09.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.0,-8.2,1.0,54594.0,54594.0\n2024-11-18T01:58:09.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.8,56.1,56.7,-8.5,1.0,54595.0,54595.0\n2024-11-18T01:59:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.9,-8.6,1.0,54596.0,54596.0\n2024-11-18T02:00:09.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.8,-8.8,1.0,54597.0,54597.0\n2024-11-18T02:01:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.4,-8.7,1.0,54598.0,54598.0\n2024-11-18T02:02:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.8,-9.0,1.0,54599.0,54599.0\n2024-11-18T02:03:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.3,3.8,55.9,56.6,-9.0,1.0,54600.0,54600.0\n2024-11-18T02:04:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.1,-8.9,1.0,54601.0,54601.0\n2024-11-18T02:05:09.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.8,56.5,57.2,-9.1,1.0,54602.0,54602.0\n2024-11-18T02:06:09.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,3.8,56.0,56.7,-8.8,1.0,54603.0,54603.0\n2024-11-18T02:07:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.4,-8.6,1.0,54604.0,54604.0\n2024-11-18T02:08:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.6,-8.5,1.0,54604.0,54604.0\n2024-11-18T02:09:09.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.3,-8.3,1.0,54605.0,54605.0\n2024-11-18T02:10:09.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.8,-8.2,1.0,54606.0,54606.0\n2024-11-18T02:11:09.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.1,56.0,56.6,-8.3,1.0,54607.0,54607.0\n2024-11-18T02:12:09.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.3,3.9,55.7,56.3,-8.5,1.0,54608.0,54608.0\n2024-11-18T02:13:10.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,3.7,56.1,56.7,-8.2,1.0,54609.0,54609.0\n2024-11-18T02:14:10.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.9,55.8,56.4,-8.2,1.0,54610.0,54610.0\n2024-11-18T02:15:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.3,3.8,55.6,56.3,-8.5,1.0,54611.0,54611.0\n2024-11-18T02:16:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.3,-8.3,1.0,54612.0,54612.0\n2024-11-18T02:17:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.3,3.8,55.8,56.4,-8.3,1.0,54613.0,54613.0\n2024-11-18T02:18:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.7,-8.5,1.0,54614.0,54614.0\n2024-11-18T02:19:10.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.8,56.5,57.1,-8.4,1.0,54615.0,54615.0\n2024-11-18T02:20:10.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.3,3.8,55.7,56.4,-8.8,1.0,54616.0,54616.0\n2024-11-18T02:21:10.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.8,56.2,56.9,-8.7,1.0,54617.0,54617.0\n2024-11-18T02:22:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.6,-8.5,1.0,54618.0,54618.0\n2024-11-18T02:23:10.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.3,-8.6,1.0,54618.0,54618.0\n2024-11-18T02:24:10.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.5,1.0,54619.0,54619.0\n2024-11-18T02:25:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.5,-8.3,1.0,54620.0,54620.0\n2024-11-18T02:26:10.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,4.0,55.9,56.5,-8.1,1.0,54621.0,54621.0\n2024-11-18T02:27:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,56.1,56.7,-8.3,1.0,54622.0,54622.0\n2024-11-18T02:28:10.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.7,-8.7,1.0,54623.0,54623.0\n2024-11-18T02:29:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.5,57.1,-8.4,1.0,54624.0,54624.0\n2024-11-18T02:30:10.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.9,56.3,57.0,-8.7,1.0,54625.0,54625.0\n2024-11-18T02:31:10.000000+00:00,243.4,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.6,-8.1,1.0,54626.0,54626.0\n2024-11-18T02:32:10.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.3,-8.0,1.0,54627.0,54627.0\n2024-11-18T02:33:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.5,57.1,-8.0,1.0,54628.0,54628.0\n2024-11-18T02:34:10.000000+00:00,243.6,0.0,49.9,0.4,0.0,1.3,3.8,55.7,56.4,-8.3,1.0,54629.0,54629.0\n2024-11-18T02:35:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.6,1.0,54630.0,54630.0\n2024-11-18T02:36:10.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,3.8,55.9,56.5,-8.7,1.0,54631.0,54631.0\n2024-11-18T02:37:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.6,-8.5,1.0,54632.0,54632.0\n2024-11-18T02:38:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.3,3.8,55.9,56.6,-9.0,1.0,54632.0,54632.0\n2024-11-18T02:39:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,56.6,57.2,-8.6,1.0,54633.0,54633.0\n2024-11-18T02:40:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.8,55.8,56.4,-8.5,1.0,54634.0,54634.0\n2024-11-18T02:41:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.6,-8.6,1.0,54635.0,54635.0\n2024-11-18T02:42:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.9,-8.3,1.0,54636.0,54636.0\n2024-11-18T02:43:10.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.9,-8.5,1.0,54637.0,54637.0\n2024-11-18T02:44:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.4,-8.1,1.0,54638.0,54638.0\n2024-11-18T02:45:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.6,-8.3,1.0,54639.0,54639.0\n2024-11-18T02:46:10.000000+00:00,243.5,0.0,50.0,0.4,0.0,1.4,3.8,55.9,56.5,-8.6,1.0,54640.0,54640.0\n2024-11-18T02:47:10.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.3,3.8,56.1,56.8,-8.7,1.0,54641.0,54641.0\n2024-11-18T02:48:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.7,-8.6,1.0,54642.0,54642.0\n2024-11-18T02:49:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.3,3.8,55.7,56.3,-8.5,1.0,54643.0,54643.0\n2024-11-18T02:50:10.000000+00:00,243.2,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.7,-8.4,1.0,54644.0,54644.0\n2024-11-18T02:51:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.8,-8.7,1.0,54645.0,54645.0\n2024-11-18T02:52:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.6,-8.2,1.0,54646.0,54646.0\n2024-11-18T02:53:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.7,-8.5,1.0,54647.0,54647.0\n2024-11-18T02:54:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.8,56.8,57.4,-8.2,1.0,54647.0,54647.0\n2024-11-18T02:55:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.3,3.8,56.0,56.7,-8.6,1.0,54648.0,54648.0\n2024-11-18T02:56:10.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.3,3.8,55.7,56.3,-8.3,1.0,54649.0,54649.0\n2024-11-18T02:57:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.8,56.0,56.7,-8.4,1.0,54650.0,54650.0\n2024-11-18T02:58:10.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.4,57.1,-8.9,1.0,54651.0,54651.0\n2024-11-18T02:59:10.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.7,-8.5,1.0,54652.0,54652.0\n2024-11-18T03:00:10.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.3,-8.4,1.0,54653.0,54653.0\n2024-11-18T03:01:10.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.7,-8.2,1.0,54654.0,54654.0\n2024-11-18T03:02:10.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.3,-7.8,1.0,54655.0,54655.0\n2024-11-18T03:03:10.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.2,56.1,56.5,-6.9,1.0,54656.0,54656.0\n2024-11-18T03:04:10.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.9,-7.7,1.0,54657.0,54657.0\n2024-11-18T03:05:10.000000+00:00,242.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.0,-7.4,1.0,54658.0,54658.0\n2024-11-18T03:06:10.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.2,-7.3,1.0,54659.0,54659.0\n2024-11-18T03:07:10.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.4,-7.6,1.0,54660.0,54660.0\n2024-11-18T03:08:10.000000+00:00,241.6,0.0,50.0,0.5,0.0,1.4,4.0,55.3,55.9,-7.8,1.0,54661.0,54661.0\n2024-11-18T03:09:10.000000+00:00,241.8,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.8,-8.1,1.0,54661.0,54661.0\n2024-11-18T03:10:10.000000+00:00,241.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.5,-8.0,1.0,54662.0,54662.0\n2024-11-18T03:11:10.000000+00:00,241.5,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.2,-7.7,1.0,54663.0,54663.0\n2024-11-18T03:12:10.000000+00:00,241.9,0.0,50.0,0.5,0.0,1.4,4.1,55.3,55.8,-7.3,1.0,54664.0,54664.0\n2024-11-18T03:13:10.000000+00:00,241.9,0.0,50.0,0.5,0.0,1.5,4.1,56.7,57.2,-7.5,1.0,54665.0,54665.0\n2024-11-18T03:14:10.000000+00:00,241.8,0.0,50.0,0.5,0.0,1.4,4.1,55.9,56.5,-7.8,1.0,54666.0,54666.0\n2024-11-18T03:15:10.000000+00:00,241.8,0.0,50.0,0.5,0.0,1.5,4.2,57.0,57.6,-7.7,1.0,54667.0,54667.0\n2024-11-18T03:16:10.000000+00:00,241.7,0.0,50.0,0.5,0.0,1.5,4.1,56.2,56.8,-7.8,1.0,54668.0,54668.0\n2024-11-18T03:17:10.000000+00:00,241.6,0.0,50.0,0.5,0.0,1.5,4.2,56.0,56.6,-7.8,1.0,54669.0,54669.0\n2024-11-18T03:18:10.000000+00:00,241.6,0.0,49.9,0.5,0.0,1.5,4.3,56.6,57.1,-7.9,1.0,54670.0,54670.0\n2024-11-18T03:19:10.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.1,55.7,56.3,-8.2,1.0,54671.0,54671.0\n2024-11-18T03:20:10.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.1,-8.1,1.0,54672.0,54672.0\n2024-11-18T03:21:10.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,4.0,55.4,56.0,-7.9,1.0,54673.0,54673.0\n2024-11-18T03:22:10.000000+00:00,242.2,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.5,-8.0,1.0,54674.0,54674.0\n2024-11-18T03:23:10.000000+00:00,241.7,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.8,-8.4,1.0,54675.0,54675.0\n2024-11-18T03:24:10.000000+00:00,242.0,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.4,-8.2,1.0,54675.0,54675.0\n2024-11-18T03:25:10.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.0,55.3,56.0,-8.5,1.0,54676.0,54676.0\n2024-11-18T03:26:10.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.4,4.1,56.1,56.7,-8.4,1.0,54677.0,54677.0\n2024-11-18T03:27:10.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.8,-8.1,1.0,54678.0,54678.0\n2024-11-18T03:28:10.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,55.6,56.2,-8.4,1.0,54679.0,54679.0\n2024-11-18T03:29:10.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,4.0,56.3,56.9,-8.3,1.0,54680.0,54680.0\n2024-11-18T03:30:10.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.2,-8.2,1.0,54681.0,54681.0\n2024-11-18T03:31:10.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,56.4,57.0,-8.2,1.0,54682.0,54682.0\n2024-11-18T03:32:10.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,4.0,55.3,55.9,-8.5,1.0,54683.0,54683.0\n2024-11-18T03:33:10.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,3.9,56.4,57.0,-8.3,1.0,54684.0,54684.0\n2024-11-18T03:34:10.000000+00:00,243.1,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.6,-8.6,1.0,54685.0,54685.0\n2024-11-18T03:35:10.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.2,55.9,-8.5,1.0,54686.0,54686.0\n2024-11-18T03:36:10.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.4,-8.5,1.0,54687.0,54687.0\n2024-11-18T03:37:10.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.2,56.8,57.3,-8.0,1.0,54688.0,54688.0\n2024-11-18T03:38:10.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,3.9,56.6,57.2,-8.5,1.0,54689.0,54689.0\n2024-11-18T03:39:10.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,3.9,56.1,56.8,-8.8,1.0,54690.0,54690.0\n2024-11-18T03:40:10.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,3.9,56.9,57.5,-8.6,1.0,54690.0,54690.0\n2024-11-18T03:41:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.7,56.3,-8.2,1.0,54691.0,54691.0\n2024-11-18T03:42:11.000000+00:00,243.0,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.4,-8.7,1.0,54692.0,54692.0\n2024-11-18T03:43:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.6,56.2,-8.5,1.0,54693.0,54693.0\n2024-11-18T03:44:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.6,-8.7,1.0,54694.0,54694.0\n2024-11-18T03:45:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.6,-8.3,1.0,54695.0,54695.0\n2024-11-18T03:46:11.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,55.9,56.5,-8.7,1.0,54696.0,54696.0\n2024-11-18T03:47:11.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,55.7,56.4,-8.6,1.0,54697.0,54697.0\n2024-11-18T03:48:11.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.8,-8.7,1.0,54698.0,54698.0\n2024-11-18T03:49:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,3.8,56.4,57.1,-9.1,1.0,54699.0,54699.0\n2024-11-18T03:50:11.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,3.9,56.7,57.1,-8.7,1.0,54705.0,54700.0\n2024-11-18T03:51:11.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.2,-8.7,1.0,54701.0,54701.0\n2024-11-18T03:52:11.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,56.3,56.9,-8.7,1.0,54702.0,54702.0\n2024-11-18T03:53:11.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,3.9,56.8,57.5,-8.8,1.0,54703.0,54703.0\n2024-11-18T03:54:11.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.3,-8.5,1.0,54704.0,54704.0\n2024-11-18T03:55:11.000000+00:00,242.7,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.5,-8.3,1.0,54704.0,54704.0\n2024-11-18T03:56:11.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.9,56.0,56.6,-8.7,1.0,54705.0,54705.0\n2024-11-18T03:57:11.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,3.8,55.5,56.2,-8.6,1.0,54706.0,54706.0\n2024-11-18T03:58:11.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.3,3.9,55.1,55.7,-8.5,1.0,54707.0,54707.0\n2024-11-18T03:59:11.000000+00:00,243.0,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.6,-8.6,1.0,54708.0,54708.0\n2024-11-18T04:00:11.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,3.8,56.8,57.4,-8.6,1.0,54709.0,54709.0\n2024-11-18T04:01:11.000000+00:00,243.3,0.0,50.1,0.4,0.0,1.4,3.8,55.7,56.3,-8.5,1.0,54710.0,54710.0\n2024-11-18T04:02:11.000000+00:00,243.1,0.0,50.0,0.4,0.0,1.4,4.0,56.5,57.1,-8.3,1.0,54711.0,54711.0\n2024-11-18T04:03:11.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.5,-8.1,1.0,54712.0,54712.0\n2024-11-18T04:04:11.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,4.0,56.0,56.6,-8.4,1.0,54713.0,54713.0\n2024-11-18T04:05:11.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.7,-8.4,1.0,54714.0,54714.0\n2024-11-18T04:06:11.000000+00:00,242.4,0.0,50.0,0.4,0.0,1.4,3.8,55.4,56.0,-8.6,1.0,54715.0,54715.0\n2024-11-18T04:07:11.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,3.8,55.3,55.9,-8.2,1.0,54716.0,54716.0\n2024-11-18T04:08:11.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,4.0,56.1,56.9,-9.1,1.0,54717.0,54717.0\n2024-11-18T04:09:11.000000+00:00,242.4,0.0,50.0,0.4,0.0,1.4,3.9,55.9,56.7,-9.0,1.0,54718.0,54718.0\n2024-11-18T04:10:11.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.4,-9.0,1.0,54718.0,54718.0\n2024-11-18T04:11:11.000000+00:00,242.2,0.0,50.0,0.4,0.0,1.4,3.9,56.3,57.0,-8.7,1.0,54719.0,54719.0\n2024-11-18T04:12:11.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.1,-8.4,1.0,54720.0,54720.0\n2024-11-18T04:13:11.000000+00:00,242.1,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-8.3,1.0,54721.0,54721.0\n2024-11-18T04:14:11.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.9,-7.8,1.0,54722.0,54722.0\n2024-11-18T04:15:11.000000+00:00,242.2,0.0,50.0,0.4,0.0,1.4,3.8,56.3,56.9,-8.2,1.0,54723.0,54723.0\n2024-11-18T04:16:11.000000+00:00,242.0,0.0,50.0,0.4,0.0,1.4,3.8,56.7,57.3,-8.2,1.0,54724.0,54724.0\n2024-11-18T04:17:11.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.9,-8.1,1.0,54725.0,54725.0\n2024-11-18T04:18:11.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.3,3.9,55.2,55.8,-8.0,1.0,54726.0,54726.0\n2024-11-18T04:19:11.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,3.9,55.8,56.3,-7.8,1.0,54727.0,54727.0\n2024-11-18T04:20:11.000000+00:00,242.0,0.0,50.0,0.4,0.0,1.4,3.9,56.7,57.3,-8.2,1.0,54728.0,54728.0\n2024-11-18T04:21:11.000000+00:00,242.1,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.1,-8.5,1.0,54729.0,54729.0\n2024-11-18T04:22:11.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.8,-8.2,1.0,54730.0,54730.0\n2024-11-18T04:23:11.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.4,4.1,56.5,57.1,-8.3,1.0,54731.0,54731.0\n2024-11-18T04:24:11.000000+00:00,242.3,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.5,-8.0,1.0,54732.0,54732.0\n2024-11-18T04:25:11.000000+00:00,242.2,0.0,50.0,0.4,0.0,1.4,3.9,55.7,56.2,-7.7,1.0,54733.0,54733.0\n2024-11-18T04:26:11.000000+00:00,242.0,0.0,50.0,0.4,0.0,1.4,3.9,55.5,56.0,-7.7,1.0,54733.0,54733.0\n2024-11-18T04:27:11.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.5,1.0,54734.0,54734.0\n2024-11-18T04:28:11.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.5,-7.8,1.0,54735.0,54735.0\n2024-11-18T04:29:11.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.0,55.4,55.9,-8.0,1.0,54736.0,54736.0\n2024-11-18T04:30:11.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-8.0,1.0,54737.0,54737.0\n2024-11-18T04:31:11.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-8.1,1.0,54738.0,54738.0\n2024-11-18T04:32:11.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.7,-7.7,1.0,54739.0,54739.0\n2024-11-18T04:33:11.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.8,-7.7,1.0,54740.0,54740.0\n2024-11-18T04:34:11.000000+00:00,241.8,0.0,49.9,0.5,0.0,1.4,4.1,56.5,57.0,-7.8,1.0,54741.0,54741.0\n2024-11-18T04:35:11.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,56.6,57.1,-7.8,1.0,54742.0,54742.0\n2024-11-18T04:36:11.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.5,-7.9,1.0,54743.0,54743.0\n2024-11-18T04:37:11.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,55.5,56.1,-8.2,1.0,54744.0,54744.0\n2024-11-18T04:38:11.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.8,-7.9,1.0,54745.0,54745.0\n2024-11-18T04:39:11.000000+00:00,241.7,0.0,49.9,0.5,0.0,1.4,4.0,56.5,57.0,-7.9,1.0,54746.0,54746.0\n2024-11-18T04:40:11.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.5,57.0,-7.4,1.0,54747.0,54747.0\n2024-11-18T04:41:11.000000+00:00,245.6,0.0,49.9,0.4,0.0,1.4,4.0,56.5,57.0,-7.4,1.0,54751.0,54747.0\n2024-11-18T04:42:11.000000+00:00,245.3,0.0,49.9,0.4,0.0,1.4,3.9,55.4,55.9,-7.7,1.0,54748.0,54748.0\n2024-11-18T04:43:11.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,56.8,57.3,-7.5,1.0,54749.0,54749.0\n2024-11-18T04:44:11.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,3.9,56.4,56.9,-7.8,1.0,54750.0,54750.0\n2024-11-18T04:45:11.000000+00:00,245.7,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.7,-7.4,1.0,54751.0,54751.0\n2024-11-18T04:46:11.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,3.9,56.7,57.3,-8.3,1.0,54752.0,54757.0\n2024-11-18T04:47:11.000000+00:00,246.0,0.0,50.0,0.5,0.0,1.4,3.9,56.8,57.3,-7.8,1.0,54753.0,54753.0\n2024-11-18T04:48:11.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.6,57.1,-7.2,1.0,54754.0,54754.0\n2024-11-18T04:49:11.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.5,-7.8,1.0,54755.0,54755.0\n2024-11-18T04:50:11.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,57.3,57.9,-7.8,1.0,54756.0,54756.0\n2024-11-18T04:51:11.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,3.9,57.0,57.4,-7.2,1.0,54757.0,54757.0\n2024-11-18T04:52:11.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,57.1,57.6,-7.3,1.0,54758.0,54758.0\n2024-11-18T04:53:11.000000+00:00,245.5,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.9,-7.1,1.0,54759.0,54759.0\n2024-11-18T04:54:11.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,55.8,56.3,-7.4,1.0,54760.0,54760.0\n2024-11-18T04:55:11.000000+00:00,245.4,0.0,49.9,0.4,0.0,1.4,4.0,56.1,56.6,-7.4,1.0,54761.0,54761.0\n2024-11-18T04:56:11.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.8,-7.7,1.0,54762.0,54762.0\n2024-11-18T04:57:11.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.3,-7.6,1.0,54762.0,54762.0\n2024-11-18T04:58:11.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,56.8,57.2,-7.3,1.0,54763.0,54763.0\n2024-11-18T04:59:11.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.1,57.0,57.5,-7.7,1.0,54764.0,54764.0\n2024-11-18T05:00:11.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.8,57.3,-7.4,1.0,54765.0,54765.0\n2024-11-18T05:01:11.000000+00:00,246.2,0.0,50.1,0.5,0.0,1.4,4.0,56.6,57.0,-6.9,1.0,54766.0,54766.0\n2024-11-18T05:02:11.000000+00:00,246.2,0.0,50.1,0.5,0.0,1.4,4.0,57.1,57.6,-7.3,1.0,54767.0,54767.0\n2024-11-18T05:03:11.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-7.1,1.0,54768.0,54768.0\n2024-11-18T05:04:11.000000+00:00,246.2,0.0,50.0,0.5,0.0,1.4,4.0,56.9,57.4,-7.2,1.0,54769.0,54769.0\n2024-11-18T05:05:11.000000+00:00,245.9,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.8,-6.5,1.0,54770.0,54770.0\n2024-11-18T05:06:11.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.9,1.0,54771.0,54771.0\n2024-11-18T05:07:11.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.2,56.9,57.2,-6.4,1.0,54772.0,54772.0\n2024-11-18T05:08:11.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,3.9,55.8,56.2,-6.7,1.0,54773.0,54773.0\n2024-11-18T05:09:11.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.7,-6.9,1.0,54774.0,54774.0\n2024-11-18T05:10:11.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,58.1,58.5,-6.8,1.0,54775.0,54775.0\n2024-11-18T05:11:11.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.9,-7.0,1.0,54776.0,54776.0\n2024-11-18T05:12:12.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.0,59.3,59.6,-6.7,1.0,54777.0,54777.0\n2024-11-18T05:13:12.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.5,4.0,56.3,56.7,-6.4,1.0,54778.0,54778.0\n2024-11-18T05:14:12.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.2,57.8,58.1,-6.4,1.0,54778.0,54778.0\n2024-11-18T05:15:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.4,-6.3,1.0,54779.0,54779.0\n2024-11-18T05:16:12.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.5,-6.4,1.0,54780.0,54780.0\n2024-11-18T05:17:12.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.7,-6.3,1.0,54781.0,54781.0\n2024-11-18T05:18:12.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.8,-6.2,1.0,54782.0,54782.0\n2024-11-18T05:19:12.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.5,4.0,57.1,57.5,-6.2,1.0,54783.0,54783.0\n2024-11-18T05:20:12.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.4,-6.3,1.0,54784.0,54784.0\n2024-11-18T05:21:12.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.4,-6.3,1.0,54785.0,54785.0\n2024-11-18T05:22:12.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.3,-6.6,1.0,54786.0,54786.0\n2024-11-18T05:23:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.2,-6.6,1.0,54787.0,54787.0\n2024-11-18T05:24:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,57.2,57.6,-7.0,1.0,54788.0,54788.0\n2024-11-18T05:25:12.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,54.9,55.4,-6.9,1.0,54789.0,54789.0\n2024-11-18T05:26:12.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.4,4.0,56.7,57.1,-6.9,1.0,54790.0,54790.0\n2024-11-18T05:27:12.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.4,4.1,56.8,57.1,-6.3,1.0,54791.0,54791.0\n2024-11-18T05:28:12.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.2,-6.8,1.0,54792.0,54792.0\n2024-11-18T05:29:12.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-6.7,1.0,54793.0,54793.0\n2024-11-18T05:30:12.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.6,-6.3,1.0,54793.0,54793.0\n2024-11-18T05:31:12.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,56.5,56.9,-6.2,1.0,54794.0,54794.0\n2024-11-18T05:32:12.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.1,-6.4,1.0,54795.0,54795.0\n2024-11-18T05:33:12.000000+00:00,246.6,0.0,50.0,0.5,0.0,1.5,4.1,57.2,57.5,-6.1,1.0,54796.0,54796.0\n2024-11-18T05:34:12.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.5,4.1,56.6,56.9,-6.3,1.0,54797.0,54797.0\n2024-11-18T05:35:12.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.3,-7.0,1.0,54798.0,54798.0\n2024-11-18T05:36:12.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,57.5,57.9,-6.3,1.0,54799.0,54799.0\n2024-11-18T05:37:12.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.3,-6.5,1.0,54805.0,54800.0\n2024-11-18T05:38:12.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.8,-6.0,1.0,54801.0,54801.0\n2024-11-18T05:39:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,57.6,57.9,-5.7,1.0,54802.0,54802.0\n2024-11-18T05:40:12.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.8,-5.9,1.0,54803.0,54803.0\n2024-11-18T05:41:12.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,3.9,57.8,58.1,-5.9,1.0,54804.0,54804.0\n2024-11-18T05:42:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-5.5,1.0,54805.0,54805.0\n2024-11-18T05:43:12.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,53.9,54.2,-6.1,1.0,54806.0,54806.0\n2024-11-18T05:44:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,3.9,55.7,56.0,-5.4,1.0,54807.0,54807.0\n2024-11-18T05:45:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.1,55.6,55.9,-5.8,1.0,54808.0,54808.0\n2024-11-18T05:46:12.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.1,-6.0,1.0,54808.0,54808.0\n2024-11-18T05:47:12.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.5,4.0,56.9,57.2,-5.3,1.0,54809.0,54809.0\n2024-11-18T05:48:12.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.6,1.0,54810.0,54810.0\n2024-11-18T05:49:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.2,56.3,56.6,-5.6,1.0,54811.0,54811.0\n2024-11-18T05:50:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,55.5,55.8,-5.9,1.0,54812.0,54812.0\n2024-11-18T05:51:12.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.5,4.0,55.7,56.0,-5.8,1.0,54813.0,54813.0\n2024-11-18T05:52:12.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.7,1.0,54814.0,54814.0\n2024-11-18T05:53:12.000000+00:00,242.4,0.0,49.9,0.5,0.0,1.5,4.0,57.1,57.3,-5.4,1.0,54815.0,54815.0\n2024-11-18T05:54:12.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.5,4.1,56.7,56.9,-5.5,1.0,54816.0,54816.0\n2024-11-18T05:55:12.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.5,4.1,57.4,57.6,-5.1,1.0,54817.0,54817.0\n2024-11-18T05:56:12.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,3.9,56.5,56.8,-5.7,1.0,54818.0,54818.0\n2024-11-18T05:57:12.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,55.7,56.0,-5.7,1.0,54819.0,54819.0\n2024-11-18T05:58:12.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,3.9,56.4,56.7,-6.0,1.0,54820.0,54820.0\n2024-11-18T05:59:12.000000+00:00,242.5,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.3,-6.0,1.0,54821.0,54821.0\n2024-11-18T06:00:12.000000+00:00,242.4,0.0,50.0,0.5,0.0,1.4,4.0,55.6,55.9,-5.9,1.0,54822.0,54822.0\n2024-11-18T06:01:12.000000+00:00,242.4,0.0,50.0,0.5,0.0,1.5,4.1,56.1,56.4,-5.5,1.0,54822.0,54822.0\n2024-11-18T06:02:12.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.4,4.1,55.8,56.1,-6.1,1.0,54823.0,54823.0\n2024-11-18T06:03:12.000000+00:00,242.0,0.0,50.0,0.5,0.0,1.4,4.0,55.9,56.2,-5.9,1.0,54824.0,54824.0\n2024-11-18T06:04:12.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.4,4.0,56.1,56.4,-5.9,1.0,54825.0,54825.0\n2024-11-18T06:05:12.000000+00:00,242.2,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.7,-5.6,1.0,54826.0,54826.0\n2024-11-18T06:06:12.000000+00:00,242.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.5,-6.0,1.0,54827.0,54827.0\n2024-11-18T06:07:12.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.8,1.0,54828.0,54828.0\n2024-11-18T06:08:12.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.6,-5.4,1.0,54829.0,54829.0\n2024-11-18T06:09:12.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.0,55.8,56.1,-5.5,1.0,54830.0,54830.0\n2024-11-18T06:10:12.000000+00:00,241.8,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.9,-5.9,1.0,54831.0,54831.0\n2024-11-18T06:11:12.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.9,-5.6,1.0,54832.0,54832.0\n2024-11-18T06:12:12.000000+00:00,241.8,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.2,-5.7,1.0,54833.0,54833.0\n2024-11-18T06:13:12.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.6,-5.4,1.0,54834.0,54834.0\n2024-11-18T06:14:12.000000+00:00,242.0,0.0,49.9,0.5,0.0,1.4,4.0,55.3,55.6,-5.7,1.0,54835.0,54835.0\n2024-11-18T06:15:12.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.3,-5.4,1.0,54836.0,54836.0\n2024-11-18T06:16:12.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.6,-5.9,1.0,54837.0,54837.0\n2024-11-18T06:17:12.000000+00:00,241.9,0.0,50.0,0.5,0.0,1.4,4.0,56.6,56.9,-5.9,1.0,54837.0,54837.0\n2024-11-18T06:18:12.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,3.9,55.9,56.1,-5.2,1.0,54838.0,54838.0\n2024-11-18T06:19:12.000000+00:00,245.2,0.0,49.9,0.5,0.0,1.5,4.1,57.1,57.3,-4.8,1.0,54839.0,54839.0\n2024-11-18T06:20:12.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.6,-5.1,1.0,54840.0,54840.0\n2024-11-18T06:21:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.7,-5.3,1.0,54841.0,54841.0\n2024-11-18T06:22:12.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,55.8,56.1,-5.3,1.0,54842.0,54842.0\n2024-11-18T06:23:12.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-5.4,1.0,54843.0,54843.0\n2024-11-18T06:24:12.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.7,-5.4,1.0,54844.0,54844.0\n2024-11-18T06:25:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.0,57.3,57.5,-5.0,1.0,54845.0,54845.0\n2024-11-18T06:26:12.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.5,4.1,56.5,56.7,-5.4,1.0,54846.0,54846.0\n2024-11-18T06:27:12.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.2,56.7,57.0,-5.2,1.0,54847.0,54847.0\n2024-11-18T06:28:12.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.2,56.4,56.7,-5.2,1.0,54848.0,54848.0\n2024-11-18T06:29:12.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.5,4.1,57.4,57.6,-4.7,1.0,54849.0,54849.0\n2024-11-18T06:30:12.000000+00:00,245.9,0.0,49.9,0.5,0.0,1.4,4.0,56.8,56.9,-4.4,1.0,54850.0,54850.0\n2024-11-18T06:31:12.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,55.6,55.8,-5.1,1.0,54851.0,54851.0\n2024-11-18T06:32:12.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.8,-5.0,1.0,54852.0,54852.0\n2024-11-18T06:33:12.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.1,55.8,56.6,-4.7,1.0,54856.0,54856.0\n2024-11-18T06:34:12.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-4.9,1.0,54853.0,54853.0\n2024-11-18T06:35:12.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.0,56.7,56.9,-5.2,1.0,54854.0,54854.0\n2024-11-18T06:36:12.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.1,56.7,56.9,-5.3,1.0,54855.0,54855.0\n2024-11-18T06:37:12.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.4,4.0,55.7,55.9,-5.4,1.0,54856.0,54856.0\n2024-11-18T06:38:12.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,55.7,55.9,-5.4,1.0,54857.0,54857.0\n2024-11-18T06:39:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,56.3,56.5,-5.1,1.0,54858.0,54858.0\n2024-11-18T06:40:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.8,-5.1,1.0,54859.0,54859.0\n2024-11-18T06:41:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,56.8,57.0,-4.7,1.0,54860.0,54860.0\n2024-11-18T06:42:12.000000+00:00,245.8,0.0,50.0,0.5,0.0,1.4,4.1,55.7,55.9,-5.2,1.0,54861.0,54861.0\n2024-11-18T06:43:12.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.1,55.3,55.5,-5.6,1.0,54862.0,54862.0\n2024-11-18T06:44:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.5,56.7,-5.2,1.0,54863.0,54863.0\n2024-11-18T06:45:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.0,57.9,58.1,-4.9,1.0,54864.0,54864.0\n2024-11-18T06:46:13.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.4,3.9,55.0,55.2,-5.3,1.0,54865.0,54865.0\n2024-11-18T06:47:13.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,56.9,57.1,-4.9,1.0,54866.0,54866.0\n2024-11-18T06:48:13.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.5,4.1,57.0,57.2,-4.6,1.0,54867.0,54867.0\n2024-11-18T06:49:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,56.1,56.2,-4.6,1.0,54867.0,54867.0\n2024-11-18T06:50:13.000000+00:00,245.7,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.1,-4.6,1.0,54868.0,54868.0\n2024-11-18T06:51:13.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.8,-5.0,1.0,54869.0,54869.0\n2024-11-18T06:52:13.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.3,-5.1,1.0,54870.0,54870.0\n2024-11-18T06:53:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.1,56.1,56.3,-4.9,1.0,54871.0,54871.0\n2024-11-18T06:54:13.000000+00:00,245.3,0.0,50.0,0.5,0.0,1.4,4.0,56.2,56.4,-5.0,1.0,54872.0,54872.0\n2024-11-18T06:55:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-4.9,1.0,54873.0,54873.0\n2024-11-18T06:56:13.000000+00:00,245.4,0.0,50.0,0.5,0.0,1.4,4.0,56.4,56.6,-4.7,1.0,54874.0,54874.0\n2024-11-18T06:57:13.000000+00:00,245.6,0.0,50.0,0.5,0.0,1.4,4.1,56.4,56.7,-5.0,1.0,54875.0,54875.0\n2024-11-18T06:58:13.000000+00:00,245.5,0.0,50.0,0.5,0.0,1.4,4.3,56.0,56.2,-5.1,1.0,54876.0,54876.0\n2024-11-18T06:59:13.000000+00:00,245.4,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.4,-5.0,1.0,54877.0,54877.0\n2024-11-18T07:00:13.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.4,4.0,57.1,57.3,-4.9,1.0,54878.0,54878.0\n2024-11-18T07:01:13.000000+00:00,246.1,0.0,50.0,0.5,0.0,1.4,4.0,56.8,56.9,-4.6,1.0,54879.0,54879.0\n2024-11-18T07:02:13.000000+00:00,245.7,0.0,50.0,0.5,0.0,1.4,4.0,56.3,56.5,-4.8,1.0,54880.0,54880.0\n2024-11-18T07:03:13.000000+00:00,245.8,0.0,49.9,0.5,0.0,1.5,4.0,57.7,57.8,-4.4,1.0,54881.0,54881.0\n2024-11-18T07:04:13.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.0,55.9,56.1,-5.0,1.0,54882.0,54882.0\n2024-11-18T07:05:13.000000+00:00,245.3,0.0,49.9,0.5,0.0,1.5,4.1,55.7,55.9,-4.6,1.0,54883.0,54883.0\n2024-11-18T07:06:13.000000+00:00,245.1,0.0,49.9,0.5,0.0,1.5,4.2,54.3,54.5,-4.9,1.0,54883.0,54883.0\n2024-11-18T07:07:13.000000+00:00,244.9,0.0,49.9,0.5,0.0,1.5,4.0,57.4,57.5,-4.3,1.0,54884.0,54884.0\n2024-11-18T07:08:13.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.0,55.7,55.9,-4.6,1.0,54885.0,54885.0\n2024-11-18T07:09:13.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.3,55.1,55.3,-5.1,1.0,54886.0,54886.0\n2024-11-18T07:10:13.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.3,55.4,55.6,-5.1,1.0,54887.0,54887.0\n2024-11-18T07:11:13.000000+00:00,244.8,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.2,-4.7,1.0,54888.0,54888.0\n2024-11-18T07:12:13.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.2,56.3,56.5,-4.9,1.0,54889.0,54889.0\n2024-11-18T07:13:13.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.4,-4.9,1.0,54890.0,54890.0\n2024-11-18T07:14:13.000000+00:00,244.4,0.0,49.9,0.5,0.0,1.5,4.2,56.6,56.8,-4.8,1.0,54891.0,54891.0\n2024-11-18T07:15:13.000000+00:00,244.3,0.0,49.9,0.5,0.0,1.5,4.3,56.1,56.3,-4.8,1.0,54892.0,54892.0\n2024-11-18T07:16:13.000000+00:00,244.6,0.0,49.9,0.5,0.0,1.5,4.3,56.7,56.9,-4.7,1.0,54893.0,54893.0\n2024-11-18T07:17:13.000000+00:00,244.7,0.0,49.9,0.5,0.0,1.5,4.3,56.4,56.5,-4.5,1.0,54894.0,54894.0\n2024-11-18T07:18:13.000000+00:00,245.0,0.0,49.9,0.5,0.0,1.5,4.2,56.0,56.1,-4.4,1.0,54895.0,54895.0\n2024-11-18T07:19:13.000000+00:00,245.5,0.0,49.9,0.5,0.0,1.5,4.1,55.9,56.1,-4.4,1.0,54896.0,54896.0\n2024-11-18T07:20:13.000000+00:00,245.6,0.0,49.9,0.5,0.0,1.5,4.2,56.2,56.4,-4.7,1.0,54897.0,54897.0\n2024-11-18T07:21:13.000000+00:00,246.1,0.0,49.9,0.5,0.0,1.5,4.3,55.9,56.1,-4.9,1.0,54898.0,54898.0\n2024-11-18T07:22:13.000000+00:00,246.3,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.0,-4.0,1.0,54898.0,54898.0\n2024-11-18T07:23:13.000000+00:00,246.6,0.0,49.9,0.5,0.0,1.4,3.9,56.6,56.7,-4.0,1.0,54899.0,54899.0\n2024-11-18T07:24:13.000000+00:00,246.7,0.0,49.9,0.5,0.0,1.4,4.1,56.6,56.7,-4.0,1.0,54904.0,54904.0\n2024-11-18T07:25:13.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.1,-3.9,1.0,54901.0,54901.0\n2024-11-18T07:26:13.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.2,-4.2,1.0,54902.0,54902.0\n2024-11-18T07:27:13.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.8,-4.1,1.0,54903.0,54903.0\n2024-11-18T07:28:13.000000+00:00,243.3,0.0,49.9,0.4,0.0,1.4,3.9,56.2,56.3,-3.9,1.0,54904.0,54904.0\n2024-11-18T07:29:13.000000+00:00,243.3,0.0,50.0,0.4,0.0,1.4,4.0,55.7,55.8,-4.1,1.0,54905.0,54905.0\n2024-11-18T07:30:13.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.5,-4.1,1.0,54906.0,54906.0\n2024-11-18T07:31:13.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.3,56.4,-3.4,1.0,54907.0,54907.0\n2024-11-18T07:32:13.000000+00:00,243.7,0.0,50.0,0.5,0.0,1.4,4.1,55.0,55.1,-4.0,1.0,54908.0,54908.0\n2024-11-18T07:33:13.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.0,56.1,56.2,-3.8,1.0,54909.0,54909.0\n2024-11-18T07:34:13.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.1,56.0,56.1,-4.0,1.0,54910.0,54910.0\n2024-11-18T07:35:13.000000+00:00,243.6,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.1,-3.7,1.0,54911.0,54911.0\n2024-11-18T07:36:13.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.9,56.1,-4.0,1.0,54912.0,54912.0\n2024-11-18T07:37:13.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.1,56.9,57.0,-3.8,1.0,54913.0,54913.0\n2024-11-18T07:38:13.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.3,-4.1,1.0,54913.0,54913.0\n2024-11-18T07:39:13.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,3.9,56.0,56.2,-3.9,1.0,54914.0,54914.0\n2024-11-18T07:40:13.000000+00:00,243.2,0.0,50.0,0.5,0.0,1.4,3.9,56.0,56.1,-4.1,1.0,54915.0,54915.0\n2024-11-18T07:41:13.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.1,55.9,56.1,-3.9,1.0,54916.0,54916.0\n2024-11-18T07:42:13.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,55.6,55.7,-3.7,1.0,54917.0,54917.0\n2024-11-18T07:43:13.000000+00:00,243.5,0.0,50.0,0.5,0.0,1.4,4.0,55.8,56.0,-3.7,1.0,54918.0,54918.0\n2024-11-18T07:44:13.000000+00:00,243.4,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.1,-3.4,1.0,54919.0,54919.0\n2024-11-18T07:45:13.000000+00:00,243.6,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.3,-3.2,1.0,54920.0,54920.0\n2024-11-18T07:46:13.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,55.9,56.0,-3.7,1.0,54921.0,54921.0\n2024-11-18T07:47:13.000000+00:00,243.7,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.5,-3.3,1.0,54922.0,54922.0\n2024-11-18T07:48:13.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,4.1,56.1,56.2,-3.3,1.0,54923.0,54923.0\n2024-11-18T07:49:13.000000+00:00,243.4,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.1,-3.5,1.0,54924.0,54924.0\n2024-11-18T07:50:13.000000+00:00,243.6,0.0,50.0,0.4,0.0,1.4,4.0,56.2,56.4,-3.8,1.0,54925.0,54925.0\n2024-11-18T07:51:13.000000+00:00,243.3,0.0,50.0,0.5,0.0,1.4,4.1,56.9,57.1,-4.1,1.0,54926.0,54926.0\n2024-11-18T07:52:13.000000+00:00,243.1,0.0,49.9,0.5,0.0,1.4,4.0,56.9,57.0,-3.9,1.0,54927.0,54927.0\n2024-11-18T07:53:13.000000+00:00,243.3,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.2,-3.8,1.0,54928.0,54928.0\n2024-11-18T07:54:13.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,55.7,55.8,-3.4,1.0,54928.0,54928.0\n2024-11-18T07:55:13.000000+00:00,243.5,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.3,-3.6,1.0,54929.0,54929.0\n2024-11-18T07:56:13.000000+00:00,243.4,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.6,-3.2,1.0,54930.0,54930.0\n2024-11-18T07:57:13.000000+00:00,243.2,0.0,49.9,0.4,0.0,1.4,4.0,55.4,55.5,-3.4,1.0,54931.0,54931.0\n2024-11-18T07:58:13.000000+00:00,243.5,0.0,49.9,0.4,0.0,1.4,4.0,54.7,54.8,-3.6,1.0,54932.0,54932.0\n2024-11-18T07:59:13.000000+00:00,243.2,0.0,49.9,0.5,0.0,1.4,4.0,57.0,57.1,-3.1,1.0,54933.0,54933.0\n2024-11-18T08:00:13.000000+00:00,243.0,0.0,49.9,0.5,0.0,1.4,4.0,54.6,54.7,-3.5,1.0,54934.0,54934.0\n2024-11-18T08:01:13.000000+00:00,242.9,0.0,49.9,0.4,0.0,1.4,3.8,55.2,55.3,-3.7,1.0,54935.0,54935.0\n2024-11-18T08:02:13.000000+00:00,242.8,0.0,49.9,0.5,0.0,1.4,4.0,56.5,56.6,-3.9,1.0,54936.0,54936.0\n2024-11-18T08:03:13.000000+00:00,242.7,0.0,49.9,0.5,0.0,1.4,4.0,56.2,56.3,-3.7,1.0,54937.0,54937.0\n2024-11-18T08:04:13.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.1,57.5,57.5,-2.6,1.0,54938.0,54938.0\n2024-11-18T08:05:13.000000+00:00,242.9,0.0,49.9,0.5,0.0,1.4,4.0,56.4,56.5,-2.4,1.0,54939.0,54939.0\n2024-11-18T08:06:13.000000+00:00,242.8,0.0,49.9,0.4,0.0,1.4,4.0,56.2,56.3,-2.8,1.0,54940.0,54940.0\n2024-11-18T08:07:13.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,3.9,57.0,57.0,-2.5,1.0,54941.0,54941.0\n2024-11-18T08:08:13.000000+00:00,242.9,0.0,50.0,0.4,0.0,1.4,3.9,56.3,56.4,-3.0,1.0,54942.0,54942.0\n2024-11-18T08:09:13.000000+00:00,242.8,0.0,50.0,0.5,0.0,1.4,4.0,56.0,56.0,-2.8,1.0,54943.0,54943.0\n2024-11-18T08:10:13.000000+00:00,243.0,0.0,50.0,0.5,0.0,1.4,3.9,56.8,56.9,-2.5,1.0,54943.0,54943.0\n2024-11-18T08:11:13.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,3.8,56.4,56.4,-2.8,1.0,54944.0,54944.0\n2024-11-18T08:12:13.000000+00:00,242.5,0.0,50.0,0.4,0.0,1.4,3.9,56.5,56.6,-2.9,1.0,54945.0,54945.0\n2024-11-18T08:13:13.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.0,56.4,56.4,-2.5,1.0,54946.0,54946.0\n2024-11-18T08:14:13.000000+00:00,242.6,0.0,49.9,0.4,0.0,1.4,4.0,56.0,56.1,-2.7,1.0,54947.0,54947.0\n2024-11-18T08:15:13.000000+00:00,242.6,0.0,50.0,0.5,0.0,1.4,4.1,56.3,56.3,-3.1,1.0,54948.0,54948.0\n2024-11-18T08:16:13.000000+00:00,242.6,0.0,49.9,0.5,0.0,1.4,4.0,55.2,55.3,-3.3,1.0,54949.0,54949.0\n2024-11-18T08:17:13.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,55.8,55.9,-3.0,1.0,54950.0,54950.0\n2024-11-18T08:18:13.000000+00:00,242.2,0.0,49.9,0.5,0.0,1.4,4.1,55.5,55.6,-2.9,1.0,54951.0,54951.0\n2024-11-18T08:19:13.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.1,56.2,56.3,-3.1,1.0,54952.0,54952.0\n2024-11-18T08:20:13.000000+00:00,242.3,0.0,49.9,0.5,0.0,1.6,4.3,61.2,61.2,-2.8,1.0,54953.0,54953.0\n2024-11-18T08:21:13.000000+00:00,241.4,0.0,50.0,0.5,0.0,1.5,4.1,56.9,57.0,-2.9,1.0,54954.0,54954.0\n2024-11-18T08:22:13.000000+00:00,241.7,0.0,49.9,0.5,0.0,1.5,4.1,56.6,56.7,-2.9,1.0,54955.0,54955.0\n2024-11-18T08:23:14.000000+00:00,241.7,0.0,50.0,0.5,0.0,1.4,4.1,55.6,55.7,-2.9,1.0,54956.0,54956.0\n2024-11-18T08:24:14.000000+00:00,241.8,0.0,50.0,0.5,0.0,1.4,4.1,56.0,56.0,-3.1,1.0,54957.0,54957.0\n2024-11-18T08:25:14.000000+00:00,241.6,0.0,50.0,0.5,0.0,1.4,4.0,55.8,55.9,-2.8,1.0,54958.0,54958.0\n2024-11-18T08:26:14.000000+00:00,241.4,0.0,49.9,0.5,0.0,1.4,4.1,56.4,56.5,-2.9,1.0,54958.0,54958.0\n2024-11-18T08:27:14.000000+00:00,241.4,0.0,50.0,0.5,0.0,1.4,4.3,55.9,56.0,-3.0,1.0,54959.0,54959.0\n2024-11-18T08:28:14.000000+00:00,241.7,0.0,50.0,0.5,0.0,1.4,4.1,56.2,56.3,-3.1,1.0,54960.0,54960.0\n2024-11-18T08:29:14.000000+00:00,242.1,0.0,49.9,0.5,0.0,1.4,4.0,55.7,55.8,-2.9,1.0,54961.0,54961.0\n2024-11-18T08:30:14.000000+00:00,241.9,0.0,49.9,0.5,0.0,1.4,4.1,55.8,55.9,-3.0,1.0,54962.0,54962.0\n2024-11-18T08:31:14.000000+00:00,241.7,0.0,49.9,0.4,0.0,1.4,4.2,54.9,55.0,-3.2,1.0,54963.0,54963.0\n2024-11-18T08:32:14.000000+00:00,242.0,0.0,49.9,0.4,0.0,1.4,4.0,54.5,54.6,-3.5,1.0,54964.0,54964.0\n2024-11-18T08:33:14.000000+00:00,242.5,0.0,49.9,0.5,0.0,1.4,4.0,56.0,56.1,-3.3,1.0,54965.0,54965.0\n2024-11-18T08:34:14.000000+00:00,242.3,0.0,50.0,0.4,0.0,1.4,4.2,56.2,56.3,-3.2,1.0,54966.0,54966.0\n2024-11-18T08:35:14.000000+00:00,242.4,0.0,49.9,0.4,0.0,1.4,3.9,56.1,56.2,-3.2,1.0,54967.0,54967.0\n2024-11-18T08:36:14.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,4.0,55.3,55.4,-3.5,1.0,54968.0,54968.0\n2024-11-18T08:37:14.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,3.9,56.0,56.1,-3.0,1.0,54969.0,54969.0\n2024-11-18T08:38:14.000000+00:00,242.8,0.0,50.0,0.4,0.0,1.4,4.1,56.4,56.4,-3.2,1.0,54970.0,54970.0\n2024-11-18T08:39:14.000000+00:00,242.9,0.0,50.0,0.5,0.0,1.4,4.2,56.0,56.1,-3.3,1.0,54971.0,54971.0\n2024-11-18T08:40:14.000000+00:00,242.7,0.0,50.0,0.4,0.0,1.4,4.0,55.7,55.8,-2.8,1.0,54972.0,54972.0\n2024-11-18T08:46:04.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.7,55.8,-2.8,1.0,54967.0,54967.0\n2024-11-18T08:47:04.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,56.0,56.1,-2.6,1.0,54968.0,54968.0\n2024-11-18T08:48:04.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,56.2,56.2,-2.6,1.0,54969.0,54969.0\n2024-11-18T08:49:04.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.0,55.5,55.5,-2.8,1.0,54970.0,54970.0\n2024-11-18T08:50:05.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,3.9,56.4,56.4,-3.1,1.0,54971.0,54971.0\n2024-11-18T08:51:05.000000+00:00,242.8,nan,50.0,0.4,nan,1.4,3.9,56.1,56.2,-3.0,1.0,54972.0,54972.0\n2024-11-18T08:52:05.000000+00:00,242.6,nan,50.0,0.4,nan,1.4,3.9,56.3,56.4,-2.7,1.0,54973.0,54973.0\n2024-11-18T08:53:05.000000+00:00,242.6,nan,50.0,0.4,nan,1.4,3.9,56.7,56.8,-3.2,1.0,54974.0,54974.0\n2024-11-18T08:54:05.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.9,56.2,56.3,-2.8,1.0,54975.0,54975.0\n2024-11-18T08:55:05.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.0,56.2,56.3,-2.9,1.0,54976.0,54976.0\n2024-11-18T08:56:05.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.9,56.5,56.6,-3.1,1.0,54977.0,54977.0\n2024-11-18T08:57:05.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,3.9,57.2,57.3,-2.8,1.0,54978.0,54978.0\n2024-11-18T08:58:05.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,56.9,56.9,-2.8,1.0,54979.0,54979.0\n2024-11-18T08:59:05.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.2,56.4,56.4,-2.8,1.0,54980.0,54980.0\n2024-11-18T09:00:05.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.7,56.8,-2.8,1.0,54981.0,54981.0\n2024-11-18T09:01:05.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,57.4,57.4,-2.1,1.0,54982.0,54982.0\n2024-11-18T09:02:05.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-2.9,1.0,54982.0,54982.0\n2024-11-18T09:03:05.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.6,56.6,-2.6,1.0,54983.0,54983.0\n2024-11-18T09:04:05.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,58.3,58.4,-2.9,1.0,54984.0,54984.0\n2024-11-18T09:05:05.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,55.9,56.0,-3.1,1.0,54985.0,54985.0\n2024-11-18T09:06:05.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.2,55.4,55.5,-3.6,1.0,54986.0,54986.0\n2024-11-18T09:07:05.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,56.9,56.9,-2.8,1.0,54987.0,54987.0\n2024-11-18T09:08:05.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,58.4,58.5,-2.7,1.0,54988.0,54988.0\n2024-11-18T09:09:05.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,55.8,55.9,-3.5,1.0,54989.0,54989.0\n2024-11-18T09:10:05.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,55.8,55.8,-3.0,1.0,54990.0,54990.0\n2024-11-18T09:11:05.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,56.7,56.8,-2.8,1.0,54991.0,54991.0\n2024-11-18T09:12:05.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,57.6,57.7,-2.7,1.0,54992.0,54992.0\n2024-11-18T09:13:05.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,56.3,56.4,-2.8,1.0,54993.0,54993.0\n2024-11-18T09:14:05.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.8,56.2,56.3,-3.1,1.0,54994.0,54994.0\n2024-11-18T09:15:05.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.8,56.6,56.7,-3.2,1.0,54995.0,54995.0\n2024-11-18T09:16:05.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,4.2,56.1,56.2,-2.6,1.0,54996.0,54996.0\n2024-11-18T09:17:05.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-3.0,1.0,54997.0,54997.0\n2024-11-18T09:18:05.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,57.5,57.6,-2.7,1.0,54998.0,54998.0\n2024-11-18T09:19:05.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.4,56.5,-2.8,1.0,54999.0,54999.0\n2024-11-18T09:20:05.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,56.7,56.7,-3.1,1.0,55000.0,55000.0\n2024-11-18T09:21:05.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,56.0,56.1,-3.1,1.0,55001.0,55001.0\n2024-11-18T09:22:05.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.1,55.5,55.6,-2.8,1.0,55002.0,55002.0\n2024-11-18T09:23:05.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.1,56.9,57.0,-3.4,1.0,55002.0,55002.0\n2024-11-18T09:24:05.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,57.1,57.1,-3.0,1.0,55003.0,55003.0\n2024-11-18T09:25:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-3.5,1.0,55004.0,55004.0\n2024-11-18T09:26:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,57.2,57.3,-3.6,1.0,55005.0,55005.0\n2024-11-18T09:27:05.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,4.0,56.5,56.6,-3.6,1.0,55006.0,55006.0\n2024-11-18T09:28:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,57.2,57.3,-3.3,1.0,55007.0,55007.0\n2024-11-18T09:29:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-3.5,1.0,55008.0,55008.0\n2024-11-18T09:30:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-3.1,1.0,55009.0,55009.0\n2024-11-18T09:31:05.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.5,1.0,55010.0,55010.0\n2024-11-18T09:32:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.6,56.6,-3.1,1.0,55011.0,55011.0\n2024-11-18T09:33:05.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-3.0,1.0,55012.0,55012.0\n2024-11-18T09:34:05.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.0,56.3,56.4,-3.6,1.0,55013.0,55013.0\n2024-11-18T09:35:06.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,56.6,56.6,-3.1,1.0,55014.0,55014.0\n2024-11-18T09:36:06.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,56.9,57.0,-3.4,1.0,55015.0,55015.0\n2024-11-18T09:37:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,56.9,57.0,-3.2,1.0,55016.0,55016.0\n2024-11-18T09:38:06.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,57.3,57.4,-3.0,1.0,55017.0,55017.0\n2024-11-18T09:39:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.1,55.5,55.6,-3.3,1.0,55018.0,55018.0\n2024-11-18T09:40:06.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,56.1,56.2,-3.4,1.0,55019.0,55019.0\n2024-11-18T09:41:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.6,4.1,56.4,56.5,-3.5,1.0,55020.0,55020.0\n2024-11-18T09:42:06.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.9,57.0,-3.1,1.0,55021.0,55021.0\n2024-11-18T09:43:06.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,56.0,56.1,-3.2,1.0,55022.0,55022.0\n2024-11-18T09:44:06.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,56.6,56.7,-3.7,1.0,55022.0,55022.0\n2024-11-18T09:45:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,3.9,57.2,57.3,-3.5,1.0,55023.0,55023.0\n2024-11-18T09:46:06.000000+00:00,243.6,nan,49.9,0.5,nan,1.6,4.0,63.8,63.9,-2.6,1.0,55024.0,55024.0\n2024-11-18T09:47:06.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.3,57.1,57.2,-2.8,1.0,55025.0,55025.0\n2024-11-18T09:48:06.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.9,56.9,-2.7,1.0,55026.0,55026.0\n2024-11-18T09:49:06.000000+00:00,243.3,nan,50.0,0.5,nan,1.5,4.1,57.0,57.1,-2.9,1.0,55027.0,55027.0\n2024-11-18T09:50:06.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.2,56.9,57.0,-3.2,1.0,55028.0,55028.0\n2024-11-18T09:51:06.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.2,56.6,56.7,-3.5,1.0,55029.0,55029.0\n2024-11-18T09:52:06.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.2,56.9,57.0,-3.4,1.0,55030.0,55030.0\n2024-11-18T09:53:06.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.2,56.3,56.4,-3.4,1.0,55031.0,55031.0\n2024-11-18T09:54:06.000000+00:00,242.4,nan,50.0,0.5,nan,1.5,4.2,57.2,57.3,-3.3,1.0,55032.0,55032.0\n2024-11-18T09:55:06.000000+00:00,242.4,nan,50.0,0.5,nan,1.5,4.3,56.3,56.4,-3.5,1.0,55033.0,55033.0\n2024-11-18T09:56:06.000000+00:00,242.6,nan,50.0,0.5,nan,1.5,4.1,56.8,56.9,-3.5,1.0,55034.0,55034.0\n2024-11-18T09:57:06.000000+00:00,242.3,nan,50.0,0.5,nan,1.5,4.1,56.0,56.1,-3.7,1.0,55035.0,55035.0\n2024-11-18T09:58:06.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.2,56.2,56.3,-3.5,1.0,55036.0,55036.0\n2024-11-18T09:59:06.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.3,57.3,57.4,-3.6,1.0,55037.0,55037.0\n2024-11-18T10:00:06.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.1,56.7,56.8,-3.8,1.0,55038.0,55038.0\n2024-11-18T10:01:06.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,56.2,56.3,-3.6,1.0,55039.0,55039.0\n2024-11-18T10:02:06.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.2,56.7,56.8,-3.4,1.0,55040.0,55040.0\n2024-11-18T10:03:06.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,57.7,57.8,-3.0,1.0,55041.0,55041.0\n2024-11-18T10:04:06.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,55.4,55.6,-4.2,1.0,55041.0,55041.0\n2024-11-18T10:05:06.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,4.0,54.7,54.9,-4.1,1.0,55042.0,55042.0\n2024-11-18T10:06:06.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-3.7,1.0,55043.0,55043.0\n2024-11-18T10:07:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,57.2,57.3,-3.4,1.0,55044.0,55044.0\n2024-11-18T10:08:06.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.3,56.4,-3.5,1.0,55045.0,55045.0\n2024-11-18T10:09:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.4,56.5,-3.8,1.0,55046.0,55046.0\n2024-11-18T10:10:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.1,55.6,55.7,-3.9,1.0,55047.0,55047.0\n2024-11-18T10:11:06.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.0,57.1,57.2,-3.3,1.0,55048.0,55048.0\n2024-11-18T10:12:06.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.2,1.0,55049.0,55049.0\n2024-11-18T10:13:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-3.4,1.0,55050.0,55050.0\n2024-11-18T10:14:06.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,56.7,56.8,-3.5,1.0,55051.0,55051.0\n2024-11-18T10:15:06.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.1,60.2,60.2,-2.8,1.0,55052.0,55052.0\n2024-11-18T10:16:06.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,4.1,56.8,56.9,-3.0,1.0,55053.0,55053.0\n2024-11-18T10:17:06.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,58.3,58.4,-3.9,1.0,55054.0,55054.0\n2024-11-18T10:18:06.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.0,54.4,54.5,-3.9,1.0,55055.0,55055.0\n2024-11-18T10:19:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,57.0,57.1,-3.2,1.0,55056.0,55056.0\n2024-11-18T10:20:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.3,56.4,-3.8,1.0,55057.0,55057.0\n2024-11-18T10:21:06.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.0,54.4,54.5,-4.1,1.0,55058.0,55058.0\n2024-11-18T10:22:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,56.6,56.7,-3.4,1.0,55059.0,55059.0\n2024-11-18T10:23:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.0,1.0,55059.0,55059.0\n2024-11-18T10:24:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.5,3.9,59.0,59.1,-3.1,1.0,55060.0,55060.0\n2024-11-18T10:25:06.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-3.6,1.0,55061.0,55061.0\n2024-11-18T10:26:06.000000+00:00,244.1,nan,50.0,0.4,nan,1.4,4.1,56.4,56.5,-3.5,1.0,55062.0,55062.0\n2024-11-18T10:27:06.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.0,56.8,56.9,-3.6,1.0,55063.0,55063.0\n2024-11-18T10:28:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.5,56.6,-3.7,1.0,55064.0,55064.0\n2024-11-18T10:29:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.6,4.1,63.9,64.1,-3.8,1.0,55065.0,55065.0\n2024-11-18T10:30:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.6,4.0,63.5,63.6,-3.7,1.0,55066.0,55066.0\n2024-11-18T10:31:06.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.1,59.6,59.7,-3.9,1.0,55067.0,55067.0\n2024-11-18T10:32:06.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,57.1,57.2,-4.0,1.0,55068.0,55068.0\n2024-11-18T10:33:06.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.1,55.4,55.6,-4.3,1.0,55069.0,55069.0\n2024-11-18T10:34:06.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,55.6,55.8,-4.6,1.0,55070.0,55070.0\n2024-11-18T10:35:06.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,4.0,55.8,55.9,-4.2,1.0,55071.0,55071.0\n2024-11-18T10:36:06.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,54.3,54.5,-4.5,1.0,55072.0,55072.0\n2024-11-18T10:37:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.6,4.0,63.9,64.0,-3.5,1.0,55073.0,55073.0\n2024-11-18T10:38:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.1,55.7,55.9,-3.9,1.0,55074.0,55074.0\n2024-11-18T10:39:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.0,57.4,57.5,-4.1,1.0,55075.0,55075.0\n2024-11-18T10:40:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,57.7,57.8,-3.8,1.0,55076.0,55076.0\n2024-11-18T10:41:06.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,55.8,55.9,-3.5,1.0,55077.0,55077.0\n2024-11-18T10:42:06.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.6,1.0,55078.0,55078.0\n2024-11-18T10:43:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.6,4.0,64.2,64.3,-3.5,1.0,55078.0,55078.0\n2024-11-18T10:44:06.000000+00:00,244.1,nan,50.0,0.5,nan,1.6,4.0,63.4,63.5,-4.0,1.0,55079.0,55079.0\n2024-11-18T10:45:06.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,4.0,55.3,55.4,-3.7,1.0,55080.0,55080.0\n2024-11-18T10:46:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.5,3.9,58.7,58.9,-4.1,1.0,55081.0,55081.0\n2024-11-18T10:47:06.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.3,57.3,57.5,-4.1,1.0,55082.0,55082.0\n2024-11-18T10:48:06.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,57.1,57.2,-4.2,1.0,55083.0,55083.0\n2024-11-18T10:49:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-4.2,1.0,55084.0,55084.0\n2024-11-18T10:50:06.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,54.5,54.6,-4.4,1.0,55085.0,55085.0\n2024-11-18T10:51:06.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,55.2,55.3,-4.2,1.0,55086.0,55086.0\n2024-11-18T10:52:06.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.6,56.8,-4.1,1.0,55087.0,55087.0\n2024-11-18T10:53:06.000000+00:00,244.1,nan,50.0,0.4,nan,1.4,4.3,55.9,56.1,-4.0,1.0,55088.0,55088.0\n2024-11-18T10:54:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.6,4.0,62.1,62.2,-3.6,1.0,55089.0,55089.0\n2024-11-18T10:55:06.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.2,56.8,56.9,-3.2,1.0,55090.0,55090.0\n2024-11-18T10:56:06.000000+00:00,244.2,nan,50.0,0.4,nan,1.4,4.2,55.9,56.1,-3.8,1.0,55091.0,55091.0\n2024-11-18T10:57:06.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.0,57.4,57.5,-3.7,1.0,55092.0,55092.0\n2024-11-18T10:58:06.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.0,56.6,56.7,-4.3,1.0,55093.0,55093.0\n2024-11-18T10:59:06.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,56.4,56.6,-4.5,1.0,55094.0,55094.0\n2024-11-18T11:00:06.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-4.2,1.0,55095.0,55095.0\n2024-11-18T11:01:06.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,4.0,54.9,55.0,-4.0,1.0,55096.0,55096.0\n2024-11-18T11:02:06.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,57.4,57.5,-3.3,1.0,55097.0,55097.0\n2024-11-18T11:03:06.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-3.5,1.0,55097.0,55097.0\n2024-11-18T11:04:06.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,55.8,55.9,-3.7,1.0,55098.0,55098.0\n2024-11-18T11:05:06.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,57.6,57.7,-3.5,1.0,55099.0,55099.0\n2024-11-18T11:06:06.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,55.1,55.3,-4.5,1.0,55100.0,55100.0\n2024-11-18T11:07:06.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,3.9,62.4,62.5,-3.4,1.0,55101.0,55101.0\n2024-11-18T11:08:06.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.1,1.0,55102.0,55102.0\n2024-11-18T11:09:06.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,55.9,56.0,-4.0,1.0,55103.0,55103.0\n2024-11-18T11:10:06.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,57.1,57.3,-4.0,1.0,55104.0,55104.0\n2024-11-18T11:11:06.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,54.7,54.9,-4.4,1.0,55105.0,55105.0\n2024-11-18T11:12:07.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-3.6,1.0,55106.0,55106.0\n2024-11-18T11:13:07.000000+00:00,243.6,nan,50.0,0.5,nan,1.6,4.1,63.4,63.5,-3.4,1.0,55107.0,55107.0\n2024-11-18T11:14:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.2,57.0,57.1,-4.2,1.0,55108.0,55108.0\n2024-11-18T11:15:07.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.4,60.9,61.0,-3.6,1.0,55109.0,55109.0\n2024-11-18T11:16:07.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.7,56.6,56.7,-4.5,1.0,55110.0,55110.0\n2024-11-18T11:17:07.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-4.3,1.0,55111.0,55111.0\n2024-11-18T11:18:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,57.4,57.5,-4.6,1.0,55112.0,55112.0\n2024-11-18T11:19:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.8,57.0,-4.5,1.0,55113.0,55113.0\n2024-11-18T11:20:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.2,56.6,56.7,-4.2,1.0,55114.0,55114.0\n2024-11-18T11:21:07.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.3,56.7,56.8,-4.1,1.0,55114.0,55114.0\n2024-11-18T11:22:07.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.5,57.1,57.3,-4.3,1.0,55115.0,55115.0\n2024-11-18T11:23:07.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.2,56.4,-4.6,1.0,55116.0,55116.0\n2024-11-18T11:24:07.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-4.5,1.0,55117.0,55117.0\n2024-11-18T11:25:07.000000+00:00,243.5,nan,49.9,0.5,nan,1.6,4.1,64.0,64.1,-3.8,1.0,55118.0,55118.0\n2024-11-18T11:26:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.6,4.3,63.2,63.3,-3.2,1.0,55119.0,55119.0\n2024-11-18T11:27:07.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,55.5,55.7,-4.4,1.0,55120.0,55120.0\n2024-11-18T11:28:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.0,57.4,57.5,-3.8,1.0,55121.0,55121.0\n2024-11-18T11:29:07.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,4.1,56.7,56.9,-4.2,1.0,55122.0,55122.0\n2024-11-18T11:30:07.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.3,54.9,55.1,-4.7,1.0,55123.0,55123.0\n2024-11-18T11:31:07.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.3,58.2,58.3,-3.7,1.0,55124.0,55124.0\n2024-11-18T11:32:07.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.2,58.5,58.6,-3.8,1.0,55125.0,55125.0\n2024-11-18T11:33:07.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.7,57.6,57.7,-3.8,1.0,55126.0,55126.0\n2024-11-18T11:34:07.000000+00:00,242.8,nan,49.9,0.5,nan,1.7,4.2,64.8,64.9,-3.4,1.0,55127.0,55127.0\n2024-11-18T11:35:07.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,3.9,58.1,58.3,-4.2,1.0,55128.0,55128.0\n2024-11-18T11:36:07.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.2,56.0,56.2,-4.5,1.0,55129.0,55129.0\n2024-11-18T11:37:07.000000+00:00,242.5,nan,50.0,0.5,nan,1.5,4.3,57.0,57.2,-4.5,1.0,55130.0,55130.0\n2024-11-18T11:38:07.000000+00:00,243.0,nan,50.0,0.5,nan,1.5,4.2,56.6,56.7,-4.3,1.0,55131.0,55131.0\n2024-11-18T11:39:07.000000+00:00,243.0,nan,50.0,0.5,nan,1.5,4.6,55.9,56.1,-4.4,1.0,55132.0,55132.0\n2024-11-18T11:40:07.000000+00:00,242.6,nan,50.0,0.5,nan,1.5,4.3,56.2,56.4,-4.5,1.0,55133.0,55133.0\n2024-11-18T11:41:07.000000+00:00,243.2,nan,50.0,0.5,nan,1.6,4.2,60.5,60.6,-4.2,1.0,55134.0,55134.0\n2024-11-18T11:42:07.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.6,56.8,57.0,-4.1,1.0,55134.0,55134.0\n2024-11-18T11:43:07.000000+00:00,243.6,nan,50.0,0.5,nan,1.5,4.0,58.9,59.0,-4.1,1.0,55135.0,55135.0\n2024-11-18T11:44:07.000000+00:00,243.5,nan,50.0,0.5,nan,1.5,4.0,57.1,57.2,-3.9,1.0,55136.0,55136.0\n2024-11-18T11:45:07.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.2,55.8,56.0,-4.7,1.0,55137.0,55137.0\n2024-11-18T11:46:07.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,55.5,55.6,-4.2,1.0,55138.0,55138.0\n2024-11-18T11:47:07.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,54.8,55.0,-5.0,1.0,55139.0,55139.0\n2024-11-18T11:48:07.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.2,57.9,58.1,-3.9,1.0,55140.0,55140.0\n2024-11-18T11:49:07.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.2,57.2,57.4,-4.6,1.0,55141.0,55141.0\n2024-11-18T11:50:07.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.2,56.0,56.3,-5.1,1.0,55142.0,55142.0\n2024-11-18T11:51:07.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,58.1,58.3,-4.6,1.0,55143.0,55143.0\n2024-11-18T11:52:07.000000+00:00,243.6,nan,49.9,0.5,nan,1.6,4.6,63.1,63.2,-4.2,1.0,55144.0,55144.0\n2024-11-18T11:53:07.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.5,56.1,56.3,-4.9,1.0,55145.0,55145.0\n2024-11-18T11:54:07.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.3,56.6,56.7,-4.0,1.0,55146.0,55146.0\n2024-11-18T11:55:07.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-3.9,1.0,55147.0,55147.0\n2024-11-18T11:56:07.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.6,56.6,56.8,-4.3,1.0,55148.0,55148.0\n2024-11-18T11:57:07.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.4,1.0,55149.0,55149.0\n2024-11-18T11:58:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-4.0,1.0,55150.0,55150.0\n2024-11-18T11:59:07.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,55.2,55.4,-4.2,1.0,55151.0,55151.0\n2024-11-18T12:00:07.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.5,56.6,-3.5,1.0,55152.0,55152.0\n2024-11-18T12:01:07.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.2,56.2,56.3,-3.9,1.0,55152.0,55152.0\n2024-11-18T12:02:07.000000+00:00,243.3,nan,50.0,0.5,nan,1.6,4.0,63.1,63.2,-3.8,1.0,55153.0,55153.0\n2024-11-18T12:03:07.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.8,56.9,-3.7,1.0,55154.0,55154.0\n2024-11-18T12:04:07.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.2,55.1,55.2,-3.8,1.0,55155.0,55155.0\n2024-11-18T12:05:07.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.7,56.8,-3.8,1.0,55156.0,55156.0\n2024-11-18T12:06:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.4,55.3,55.5,-4.4,1.0,55157.0,55157.0\n2024-11-18T12:07:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,56.2,56.3,-4.1,1.0,55158.0,55158.0\n2024-11-18T12:08:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.4,54.5,54.7,-4.3,1.0,55159.0,55159.0\n2024-11-18T12:09:07.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.6,56.7,-3.9,1.0,55160.0,55160.0\n2024-11-18T12:10:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,3.9,55.4,55.6,-4.1,1.0,55161.0,55161.0\n2024-11-18T12:11:07.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,3.9,57.5,57.6,-3.6,1.0,55162.0,55162.0\n2024-11-18T12:12:07.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-3.6,1.0,55163.0,55163.0\n2024-11-18T12:13:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-3.6,1.0,55164.0,55164.0\n2024-11-18T12:14:07.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,4.0,56.3,56.4,-3.9,1.0,55165.0,55165.0\n2024-11-18T12:15:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.2,60.2,60.3,-3.6,1.0,55166.0,55166.0\n2024-11-18T12:16:07.000000+00:00,243.0,nan,50.0,0.5,nan,1.6,4.4,62.2,62.3,-4.1,1.0,55167.0,55167.0\n2024-11-18T12:17:07.000000+00:00,243.2,nan,50.0,0.5,nan,1.6,4.2,62.6,62.7,-3.6,1.0,55168.0,55168.0\n2024-11-18T12:18:07.000000+00:00,243.3,nan,50.0,0.5,nan,1.5,4.5,57.3,57.5,-4.0,1.0,55169.0,55169.0\n2024-11-18T12:19:07.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.2,56.0,56.2,-4.1,1.0,55170.0,55170.0\n2024-11-18T12:20:07.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,55.9,56.1,-4.3,1.0,55170.0,55170.0\n2024-11-18T12:21:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.0,59.0,59.1,-4.1,1.0,55171.0,55171.0\n2024-11-18T12:22:07.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.3,57.0,57.1,-3.6,1.0,55172.0,55172.0\n2024-11-18T12:23:07.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,4.2,58.1,58.2,-3.2,1.0,55173.0,55173.0\n2024-11-18T12:24:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.6,4.3,55.6,55.8,-4.2,1.0,55179.0,55179.0\n2024-11-18T12:25:07.000000+00:00,243.2,nan,49.9,0.5,nan,1.6,4.1,61.6,61.7,-4.3,1.0,55175.0,55175.0\n2024-11-18T12:26:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.4,59.5,59.6,-3.8,1.0,55176.0,55176.0\n2024-11-18T12:27:07.000000+00:00,243.2,nan,49.9,0.5,nan,1.6,4.3,62.9,63.0,-3.6,1.0,55177.0,55177.0\n2024-11-18T12:28:07.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-3.5,1.0,55178.0,55178.0\n2024-11-18T12:29:07.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,57.2,57.4,-3.8,1.0,55179.0,55179.0\n2024-11-18T12:30:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-3.6,1.0,55180.0,55180.0\n2024-11-18T12:31:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,54.3,54.5,-4.1,1.0,55181.0,55181.0\n2024-11-18T12:32:07.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.1,56.1,56.2,-4.0,1.0,55182.0,55182.0\n2024-11-18T12:33:07.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,54.6,54.7,-3.9,1.0,55183.0,55183.0\n2024-11-18T12:34:07.000000+00:00,243.0,nan,49.9,0.5,nan,1.6,3.8,64.6,64.7,-3.1,1.0,55184.0,55184.0\n2024-11-18T12:35:07.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-3.2,1.0,55185.0,55185.0\n2024-11-18T12:36:07.000000+00:00,243.4,nan,49.9,0.5,nan,1.6,3.9,62.9,63.0,-2.6,1.0,55186.0,55186.0\n2024-11-18T12:37:07.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.0,58.6,58.7,-2.9,1.0,55187.0,55187.0\n2024-11-18T12:38:07.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,57.1,57.2,-3.7,1.0,55188.0,55188.0\n2024-11-18T12:39:07.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,55.7,55.8,-3.5,1.0,55188.0,55188.0\n2024-11-18T12:40:07.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,54.3,54.4,-4.2,1.0,55189.0,55189.0\n2024-11-18T12:41:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.9,57.0,57.1,-3.4,1.0,55190.0,55190.0\n2024-11-18T12:42:07.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.3,56.4,-3.6,1.0,55191.0,55191.0\n2024-11-18T12:43:07.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,56.0,56.2,-4.4,1.0,55192.0,55192.0\n2024-11-18T12:44:07.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.2,57.3,57.4,-3.3,1.0,55193.0,55193.0\n2024-11-18T12:45:07.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,57.4,57.5,-3.5,1.0,55194.0,55194.0\n2024-11-18T12:46:07.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,54.8,55.0,-4.1,1.0,55195.0,55195.0\n2024-11-18T12:47:07.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-3.1,1.0,55196.0,55196.0\n2024-11-18T12:48:07.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.0,58.3,58.3,-3.3,1.0,55197.0,55197.0\n2024-11-18T12:49:07.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.1,58.6,58.7,-3.4,1.0,55198.0,55198.0\n2024-11-18T12:50:07.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,57.2,57.3,-3.3,1.0,55199.0,55199.0\n2024-11-18T12:51:07.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.0,56.1,-3.6,1.0,55200.0,55200.0\n2024-11-18T12:52:08.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-3.2,1.0,55201.0,55201.0\n2024-11-18T12:53:08.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.3,56.5,56.6,-3.2,1.0,55202.0,55202.0\n2024-11-18T12:54:08.000000+00:00,243.2,nan,50.0,0.5,nan,1.6,4.1,62.3,62.3,-2.5,1.0,55203.0,55203.0\n2024-11-18T12:55:08.000000+00:00,243.4,nan,50.0,0.5,nan,1.6,4.4,62.4,62.5,-2.9,1.0,55204.0,55204.0\n2024-11-18T12:56:08.000000+00:00,244.0,nan,50.0,0.4,nan,1.4,4.5,56.4,56.5,-3.1,1.0,55205.0,55205.0\n2024-11-18T12:57:08.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,56.0,56.1,-3.4,1.0,55206.0,55206.0\n2024-11-18T12:58:08.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,55.8,55.9,-3.8,1.0,55207.0,55207.0\n2024-11-18T12:59:08.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.1,56.0,56.1,-3.0,1.0,55208.0,55208.0\n2024-11-18T13:00:08.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.6,56.6,-3.2,1.0,55208.0,55208.0\n2024-11-18T13:01:08.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.2,57.2,57.3,-3.4,1.0,55209.0,55209.0\n2024-11-18T13:02:08.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.6,56.0,56.1,-3.7,1.0,55210.0,55210.0\n2024-11-18T13:03:08.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,56.1,56.2,-3.3,1.0,55211.0,55211.0\n2024-11-18T13:04:08.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.1,55.8,55.9,-3.4,1.0,55212.0,55212.0\n2024-11-18T13:05:08.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.0,55.9,56.0,-3.3,1.0,55213.0,55213.0\n2024-11-18T13:06:08.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.2,56.3,56.5,-3.9,1.0,55214.0,55214.0\n2024-11-18T13:07:08.000000+00:00,242.5,nan,49.9,0.5,nan,1.5,4.1,57.5,57.6,-3.8,1.0,55215.0,55215.0\n2024-11-18T13:08:08.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.2,57.0,57.1,-3.4,1.0,55216.0,55216.0\n2024-11-18T13:09:08.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.1,-3.7,1.0,55217.0,55217.0\n2024-11-18T13:10:08.000000+00:00,242.3,nan,49.9,0.5,nan,1.6,4.7,60.1,60.2,-3.5,1.0,55218.0,55218.0\n2024-11-18T13:11:08.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,4.5,53.6,53.8,-3.5,1.0,55219.0,55219.0\n2024-11-18T13:12:08.000000+00:00,242.2,nan,49.9,0.5,nan,1.6,4.2,62.9,63.0,-3.3,1.0,55220.0,55220.0\n2024-11-18T13:13:08.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.4,56.1,56.2,-3.6,1.0,55221.0,55221.0\n2024-11-18T13:14:08.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-3.7,1.0,55222.0,55222.0\n2024-11-18T13:15:08.000000+00:00,242.1,nan,50.0,0.5,nan,1.5,4.2,56.7,56.4,-3.6,1.0,55223.0,55223.0\n2024-11-18T13:16:08.000000+00:00,242.3,nan,50.0,0.5,nan,1.4,4.5,56.1,56.2,-3.3,1.0,55224.0,55224.0\n2024-11-18T13:17:08.000000+00:00,242.1,nan,50.0,0.5,nan,1.5,4.1,57.1,57.2,-3.3,1.0,55225.0,55225.0\n2024-11-18T13:18:08.000000+00:00,242.4,nan,50.0,0.5,nan,1.5,4.3,56.4,56.5,-3.5,1.0,55226.0,55226.0\n2024-11-18T13:19:08.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.3,56.9,57.0,-3.5,1.0,55227.0,55227.0\n2024-11-18T13:20:08.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-3.7,1.0,55227.0,55227.0\n2024-11-18T13:21:08.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,57.4,57.5,-3.1,1.0,55228.0,55228.0\n2024-11-18T13:22:08.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.0,58.0,58.1,-3.8,1.0,55229.0,55229.0\n2024-11-18T13:23:08.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,3.9,59.2,59.3,-3.4,1.0,55230.0,55230.0\n2024-11-18T13:24:08.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.4,1.0,55231.0,55231.0\n2024-11-18T13:25:08.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.2,56.8,56.9,-3.3,1.0,55232.0,55232.0\n2024-11-18T13:26:08.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.6,55.8,55.9,-3.6,1.0,55233.0,55233.0\n2024-11-18T13:27:08.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-2.7,1.0,55234.0,55234.0\n2024-11-18T13:28:08.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.2,1.0,55235.0,55235.0\n2024-11-18T13:29:08.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.8,57.8,-2.9,1.0,55236.0,55236.0\n2024-11-18T13:30:08.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,3.8,57.2,57.3,-3.5,1.0,55237.0,55237.0\n2024-11-18T13:31:08.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-3.4,1.0,55238.0,55238.0\n2024-11-18T13:32:08.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,4.1,56.0,56.1,-4.1,1.0,55239.0,55239.0\n2024-11-18T13:33:08.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,56.0,56.1,-3.3,1.0,55240.0,55240.0\n2024-11-18T13:34:08.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.2,56.5,56.6,-3.6,1.0,55241.0,55241.0\n2024-11-18T13:35:08.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.3,57.6,57.7,-3.7,1.0,55242.0,55242.0\n2024-11-18T13:36:08.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,57.1,57.2,-3.4,1.0,55243.0,55243.0\n2024-11-18T13:37:08.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.1,56.4,56.5,-2.8,1.0,55244.0,55244.0\n2024-11-18T13:38:08.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,56.1,56.3,-4.2,1.0,55245.0,55245.0\n2024-11-18T13:39:08.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,57.6,57.7,-3.2,1.0,55246.0,55246.0\n2024-11-18T13:40:08.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-3.4,1.0,55246.0,55246.0\n2024-11-18T13:41:08.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.3,1.0,55247.0,55247.0\n2024-11-18T13:42:08.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,55.8,56.0,-4.2,1.0,55248.0,55248.0\n2024-11-18T13:43:08.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.0,57.1,-3.5,1.0,55249.0,55249.0\n2024-11-18T13:44:08.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-3.3,1.0,55250.0,55250.0\n2024-11-18T13:45:08.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.8,56.1,56.2,-3.9,1.0,55251.0,55251.0\n2024-11-18T13:46:08.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,4.1,56.4,56.5,-3.1,1.0,55252.0,55252.0\n2024-11-18T13:47:08.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,55.5,55.6,-3.8,1.0,55253.0,55253.0\n2024-11-18T13:48:08.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.1,57.2,-2.9,1.0,55254.0,55254.0\n2024-11-18T13:49:08.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,57.4,57.5,-2.8,1.0,55255.0,55255.0\n2024-11-18T13:50:08.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.6,56.7,-4.1,1.0,55256.0,55256.0\n2024-11-18T13:51:08.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,57.0,57.1,-3.3,1.0,55257.0,55257.0\n2024-11-18T13:52:08.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.2,55.7,55.9,-3.8,1.0,55258.0,55258.0\n2024-11-18T13:53:08.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,56.6,56.8,-3.8,1.0,55259.0,55259.0\n2024-11-18T13:54:08.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,57.8,57.9,-3.8,1.0,55260.0,55260.0\n2024-11-18T13:55:08.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.0,57.0,57.1,-3.6,1.0,55261.0,55261.0\n2024-11-18T13:56:08.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,56.1,56.2,-4.0,1.0,55262.0,55262.0\n2024-11-18T13:57:08.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.0,57.3,57.4,-3.8,1.0,55262.0,55262.0\n2024-11-18T13:58:08.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,56.3,56.4,-3.7,1.0,55263.0,55263.0\n2024-11-18T13:59:08.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,57.1,57.3,-4.1,1.0,55264.0,55264.0\n2024-11-18T14:00:08.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.8,56.6,56.7,-3.7,1.0,55265.0,55265.0\n2024-11-18T14:01:08.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.8,57.3,57.4,-3.2,1.0,55266.0,55266.0\n2024-11-18T14:02:08.000000+00:00,242.8,nan,50.0,0.4,nan,1.4,4.0,56.4,56.6,-4.3,1.0,55267.0,55267.0\n2024-11-18T14:03:08.000000+00:00,242.7,nan,50.0,0.4,nan,1.4,4.2,56.3,56.4,-4.0,1.0,55268.0,55268.0\n2024-11-18T14:04:08.000000+00:00,242.4,nan,50.0,0.4,nan,1.4,4.0,57.1,57.3,-4.1,1.0,55269.0,55269.0\n2024-11-18T14:05:08.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,3.8,57.1,57.2,-3.6,1.0,55270.0,55270.0\n2024-11-18T14:06:08.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,3.9,56.4,56.5,-3.6,1.0,55271.0,55271.0\n2024-11-18T14:07:08.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,3.9,57.6,57.7,-3.2,1.0,55272.0,55272.0\n2024-11-18T14:08:08.000000+00:00,245.8,nan,50.0,0.4,nan,1.4,3.9,56.6,56.8,-4.6,1.0,55273.0,55273.0\n2024-11-18T14:09:08.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,3.9,56.8,56.9,-3.2,1.0,55274.0,55274.0\n2024-11-18T14:10:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,56.7,56.9,-3.6,1.0,55275.0,55275.0\n2024-11-18T14:11:08.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,56.4,56.5,-3.9,1.0,55276.0,55276.0\n2024-11-18T14:12:08.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,3.9,57.8,57.9,-3.4,1.0,55277.0,55277.0\n2024-11-18T14:13:08.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-3.6,1.0,55278.0,55278.0\n2024-11-18T14:14:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,56.1,56.3,-4.5,1.0,55279.0,55279.0\n2024-11-18T14:15:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.1,56.9,57.0,-4.3,1.0,55279.0,55279.0\n2024-11-18T14:16:08.000000+00:00,246.4,nan,50.0,0.4,nan,1.4,4.1,56.5,56.6,-4.0,1.0,55280.0,55280.0\n2024-11-18T14:17:08.000000+00:00,246.4,nan,50.0,0.4,nan,1.4,4.1,56.9,57.0,-4.1,1.0,55281.0,55281.0\n2024-11-18T14:18:08.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,3.9,56.2,56.4,-4.6,1.0,55282.0,55282.0\n2024-11-18T14:19:08.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.0,57.2,57.4,-4.3,1.0,55283.0,55283.0\n2024-11-18T14:20:08.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,3.7,57.3,57.5,-3.8,1.0,55284.0,55284.0\n2024-11-18T14:21:08.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.0,56.8,56.9,-3.7,1.0,55285.0,55285.0\n2024-11-18T14:22:08.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,3.9,57.4,57.6,-4.5,1.0,55286.0,55286.0\n2024-11-18T14:23:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,58.0,58.1,-4.0,1.0,55287.0,55287.0\n2024-11-18T14:24:08.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.1,56.7,56.8,-4.0,1.0,55288.0,55288.0\n2024-11-18T14:25:08.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.0,56.9,57.0,-3.8,1.0,55289.0,55289.0\n2024-11-18T14:26:08.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,3.9,57.5,57.7,-4.2,1.0,55290.0,55290.0\n2024-11-18T14:27:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,56.2,56.3,-3.6,1.0,55291.0,55291.0\n2024-11-18T14:28:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,56.8,57.0,-3.8,1.0,55292.0,55292.0\n2024-11-18T14:29:08.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,3.9,56.0,56.2,-4.3,1.0,55293.0,55293.0\n2024-11-18T14:30:08.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,55.0,55.2,-4.9,1.0,55294.0,55294.0\n2024-11-18T14:31:08.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,4.1,56.8,56.9,-4.3,1.0,55295.0,55295.0\n2024-11-18T14:32:08.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,58.6,58.7,-3.7,1.0,55296.0,55296.0\n2024-11-18T14:33:08.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-4.4,1.0,55297.0,55297.0\n2024-11-18T14:34:08.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,3.9,56.5,56.6,-3.3,1.0,55298.0,55298.0\n2024-11-18T14:35:08.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,4.0,57.3,57.4,-3.6,1.0,55299.0,55299.0\n2024-11-18T14:36:08.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,4.0,56.2,56.4,-4.3,1.0,55300.0,55300.0\n2024-11-18T14:37:08.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.8,58.0,58.1,-3.8,1.0,55300.0,55300.0\n2024-11-18T14:38:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,56.0,56.2,-4.3,1.0,55301.0,55301.0\n2024-11-18T14:39:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.3,56.7,56.9,-4.4,1.0,55302.0,55302.0\n2024-11-18T14:40:09.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,4.2,56.4,56.6,-4.0,1.0,55303.0,55303.0\n2024-11-18T14:41:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.2,57.0,57.1,-3.8,1.0,55304.0,55304.0\n2024-11-18T14:42:09.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.5,58.1,58.3,-4.2,1.0,55305.0,55305.0\n2024-11-18T14:43:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,56.3,56.4,-4.0,1.0,55306.0,55306.0\n2024-11-18T14:44:09.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,4.1,57.1,57.2,-4.2,1.0,55307.0,55307.0\n2024-11-18T14:45:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.9,57.4,57.5,-3.5,1.0,55308.0,55308.0\n2024-11-18T14:46:09.000000+00:00,246.1,nan,50.0,0.4,nan,1.4,4.1,57.1,57.2,-3.4,1.0,55309.0,55309.0\n2024-11-18T14:47:09.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,3.9,56.9,57.1,-4.0,1.0,55310.0,55310.0\n2024-11-18T14:48:09.000000+00:00,246.3,nan,50.0,0.4,nan,1.4,4.1,57.0,57.1,-3.2,1.0,55311.0,55311.0\n2024-11-18T14:49:09.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,3.7,57.0,57.1,-3.7,1.0,55312.0,55312.0\n2024-11-18T14:50:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.8,56.4,56.6,-3.8,1.0,55313.0,55313.0\n2024-11-18T14:51:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.9,57.4,57.5,-3.5,1.0,55314.0,55314.0\n2024-11-18T14:52:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,55.5,55.7,-4.4,1.0,55315.0,55315.0\n2024-11-18T14:53:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,3.8,57.2,57.4,-3.8,1.0,55316.0,55316.0\n2024-11-18T14:54:09.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,57.5,57.6,-3.4,1.0,55317.0,55317.0\n2024-11-18T14:55:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,54.6,54.7,-4.3,1.0,55318.0,55318.0\n2024-11-18T14:56:09.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,57.6,57.8,-4.1,1.0,55319.0,55319.0\n2024-11-18T14:57:09.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,55.5,55.6,-4.1,1.0,55320.0,55320.0\n2024-11-18T14:58:09.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.0,56.1,-3.8,1.0,55320.0,55320.0\n2024-11-18T14:59:09.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.2,56.6,56.8,-3.9,1.0,55321.0,55321.0\n2024-11-18T15:00:09.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.7,1.0,55322.0,55322.0\n2024-11-18T15:01:09.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,56.0,56.1,-3.7,1.0,55323.0,55323.0\n2024-11-18T15:02:09.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.8,1.0,55324.0,55324.0\n2024-11-18T15:03:09.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,55.2,55.4,-4.7,1.0,55325.0,55325.0\n2024-11-18T15:04:09.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.3,57.0,57.2,-4.0,1.0,55326.0,55326.0\n2024-11-18T15:05:09.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.6,1.0,55327.0,55327.0\n2024-11-18T15:06:09.000000+00:00,244.4,nan,50.0,0.5,nan,1.5,4.6,58.2,58.3,-3.9,1.0,55328.0,55328.0\n2024-11-18T15:07:09.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,56.3,55.6,-4.7,1.0,55329.0,55329.0\n2024-11-18T15:08:09.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.3,1.0,55330.0,55330.0\n2024-11-18T15:09:09.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,3.9,57.3,57.5,-4.0,1.0,55331.0,55331.0\n2024-11-18T15:10:09.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-4.5,1.0,55332.0,55332.0\n2024-11-18T15:11:09.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,57.3,57.4,-4.0,1.0,55333.0,55333.0\n2024-11-18T15:12:09.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.2,57.4,57.5,-4.0,1.0,55334.0,55334.0\n2024-11-18T15:13:09.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.8,55.7,55.9,-4.6,1.0,55335.0,55335.0\n2024-11-18T15:14:09.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.5,1.0,55336.0,55336.0\n2024-11-18T15:15:09.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,4.0,54.6,54.8,-4.9,1.0,55337.0,55337.0\n2024-11-18T15:16:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,3.9,56.8,57.0,-4.6,1.0,55338.0,55338.0\n2024-11-18T15:17:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.3,55.7,55.9,-4.6,1.0,55339.0,55339.0\n2024-11-18T15:18:09.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,56.2,56.3,-4.4,1.0,55339.0,55339.0\n2024-11-18T15:19:09.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,55.5,55.7,-4.0,1.0,55340.0,55340.0\n2024-11-18T15:20:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.1,54.5,54.8,-5.0,1.0,55341.0,55341.0\n2024-11-18T15:21:09.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.0,57.4,57.5,-4.0,1.0,55342.0,55342.0\n2024-11-18T15:22:09.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,56.0,56.2,-4.4,1.0,55343.0,55343.0\n2024-11-18T15:23:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-4.2,1.0,55344.0,55344.0\n2024-11-18T15:24:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-4.8,1.0,55345.0,55345.0\n2024-11-18T15:25:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-4.4,1.0,55346.0,55346.0\n2024-11-18T15:26:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,57.0,57.1,-4.0,1.0,55347.0,55347.0\n2024-11-18T15:27:09.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.9,56.4,56.6,-4.5,1.0,55348.0,55348.0\n2024-11-18T15:28:09.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.0,56.5,56.6,-4.4,1.0,55349.0,55349.0\n2024-11-18T15:29:09.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.1,56.7,56.9,-4.5,1.0,55350.0,55350.0\n2024-11-18T15:30:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,3.8,57.3,57.5,-4.5,1.0,55351.0,55351.0\n2024-11-18T15:31:09.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,3.9,57.4,57.6,-4.0,1.0,55352.0,55352.0\n2024-11-18T15:32:09.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,3.8,56.7,57.0,-5.7,1.0,55353.0,55353.0\n2024-11-18T15:33:09.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.0,57.6,57.8,-4.4,1.0,55354.0,55354.0\n2024-11-18T15:34:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-4.4,1.0,55355.0,55355.0\n2024-11-18T15:35:09.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,4.0,55.4,55.6,-4.7,1.0,55356.0,55356.0\n2024-11-18T15:36:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.1,57.7,57.8,-3.9,1.0,55357.0,55357.0\n2024-11-18T15:37:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,56.8,57.0,-4.2,1.0,55358.0,55358.0\n2024-11-18T15:38:09.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,57.2,57.3,-4.3,1.0,55359.0,55359.0\n2024-11-18T15:39:09.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,4.1,56.4,56.6,-4.2,1.0,55359.0,55359.0\n2024-11-18T15:40:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.0,56.1,56.3,-4.7,1.0,55360.0,55360.0\n2024-11-18T15:41:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.0,56.9,57.1,-4.2,1.0,55361.0,55361.0\n2024-11-18T15:42:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.0,56.1,56.2,-3.9,1.0,55362.0,55362.0\n2024-11-18T15:43:09.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,56.9,57.1,-4.2,1.0,55363.0,55363.0\n2024-11-18T15:44:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-3.8,1.0,55364.0,55364.0\n2024-11-18T15:45:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.9,56.7,56.8,-4.2,1.0,55365.0,55365.0\n2024-11-18T15:46:09.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.1,57.2,57.3,-3.8,1.0,55366.0,55366.0\n2024-11-18T15:47:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.0,56.4,56.5,-4.3,1.0,55367.0,55367.0\n2024-11-18T15:48:09.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,58.4,58.5,-3.8,1.0,55368.0,55368.0\n2024-11-18T15:49:09.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.1,56.3,56.4,-4.1,1.0,55369.0,55369.0\n2024-11-18T15:50:09.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.3,57.0,57.2,-4.3,1.0,55370.0,55370.0\n2024-11-18T15:51:09.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.2,56.4,-4.4,1.0,55371.0,55371.0\n2024-11-18T15:52:09.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.1,55.3,55.5,-4.4,1.0,55372.0,55372.0\n2024-11-18T15:53:09.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,55.7,55.9,-4.3,1.0,55373.0,55373.0\n2024-11-18T15:54:09.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.9,56.4,56.6,-3.9,1.0,55374.0,55374.0\n2024-11-18T15:55:09.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,57.3,57.4,-4.3,1.0,55375.0,55375.0\n2024-11-18T15:56:09.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,56.9,57.0,-3.9,1.0,55376.0,55376.0\n2024-11-18T15:57:09.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,3.8,57.1,57.2,-3.5,1.0,55377.0,55377.0\n2024-11-18T15:58:09.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,4.1,57.4,57.6,-4.1,1.0,55378.0,55378.0\n2024-11-18T15:59:09.000000+00:00,245.8,nan,50.0,0.4,nan,1.4,3.9,56.2,56.4,-4.8,1.0,55379.0,55379.0\n2024-11-18T16:00:09.000000+00:00,246.1,nan,50.0,0.4,nan,1.4,3.8,56.2,56.3,-4.0,1.0,55379.0,55379.0\n2024-11-18T16:01:09.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,57.5,57.7,-4.1,1.0,55380.0,55380.0\n2024-11-18T16:02:09.000000+00:00,246.4,nan,50.0,0.4,nan,1.4,3.8,57.4,57.6,-4.5,1.0,55381.0,55381.0\n2024-11-18T16:03:09.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,56.8,58.1,-4.2,1.0,55382.0,55382.0\n2024-11-18T16:04:09.000000+00:00,246.1,nan,50.0,0.4,nan,1.4,4.0,57.3,57.5,-4.4,1.0,55383.0,55383.0\n2024-11-18T16:05:09.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.0,56.6,56.8,-4.5,1.0,55384.0,55384.0\n2024-11-18T16:06:09.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,4.0,56.9,57.1,-4.6,1.0,55385.0,55385.0\n2024-11-18T16:07:09.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,57.5,57.7,-4.1,1.0,55386.0,55386.0\n2024-11-18T16:08:09.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.2,57.0,57.2,-4.6,1.0,55387.0,55387.0\n2024-11-18T16:09:09.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,4.2,56.7,56.9,-4.7,1.0,55388.0,55388.0\n2024-11-18T16:10:10.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,56.7,56.9,-4.7,1.0,55389.0,55389.0\n2024-11-18T16:11:10.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,3.9,56.6,56.8,-4.3,1.0,55390.0,55390.0\n2024-11-18T16:12:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-4.4,1.0,55391.0,55391.0\n2024-11-18T16:13:10.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,56.7,56.9,-4.7,1.0,55392.0,55392.0\n2024-11-18T16:14:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.5,4.0,60.4,60.5,-3.8,1.0,55393.0,55393.0\n2024-11-18T16:15:10.000000+00:00,246.5,nan,49.9,0.4,nan,1.4,4.1,56.2,56.4,-4.8,1.0,55394.0,55394.0\n2024-11-18T16:16:10.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.0,57.8,58.0,-4.2,1.0,55395.0,55395.0\n2024-11-18T16:17:10.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.1,56.5,56.7,-4.3,1.0,55396.0,55396.0\n2024-11-18T16:18:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,58.2,58.4,-4.6,1.0,55397.0,55397.0\n2024-11-18T16:19:10.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,55.8,56.0,-4.6,1.0,55398.0,55398.0\n2024-11-18T16:20:10.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.0,56.9,57.0,-4.3,1.0,55399.0,55399.0\n2024-11-18T16:21:10.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.7,56.8,-4.5,1.0,55399.0,55399.0\n2024-11-18T16:22:10.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-4.1,1.0,55400.0,55400.0\n2024-11-18T16:23:10.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.0,55.6,55.8,-5.0,1.0,55401.0,55401.0\n2024-11-18T16:24:10.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,4.0,56.8,57.0,-4.5,1.0,55402.0,55402.0\n2024-11-18T16:25:10.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,3.9,56.5,56.7,-4.5,1.0,55403.0,55403.0\n2024-11-18T16:26:10.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.0,56.1,56.3,-4.2,1.0,55404.0,55404.0\n2024-11-18T16:27:10.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,3.9,56.8,57.0,-5.0,1.0,55405.0,55405.0\n2024-11-18T16:28:10.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-4.9,1.0,55406.0,55406.0\n2024-11-18T16:29:10.000000+00:00,246.0,nan,49.9,0.5,nan,1.5,4.1,61.9,62.1,-4.6,1.0,55407.0,55407.0\n2024-11-18T16:30:10.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,58.5,58.7,-4.7,1.0,55408.0,55408.0\n2024-11-18T16:31:10.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,3.9,57.4,57.6,-5.1,1.0,55409.0,55409.0\n2024-11-18T16:32:10.000000+00:00,246.4,nan,50.0,0.4,nan,1.4,3.9,54.6,54.9,-5.1,1.0,55410.0,55410.0\n2024-11-18T16:33:10.000000+00:00,246.6,nan,50.0,0.4,nan,1.4,3.9,55.1,55.3,-4.7,1.0,55411.0,55411.0\n2024-11-18T16:34:10.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,4.0,58.4,58.6,-4.6,1.0,55412.0,55412.0\n2024-11-18T16:35:10.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,3.9,56.3,56.6,-5.0,1.0,55413.0,55413.0\n2024-11-18T16:36:10.000000+00:00,246.8,nan,49.9,0.5,nan,1.4,3.9,57.8,58.0,-4.3,1.0,55414.0,55414.0\n2024-11-18T16:37:10.000000+00:00,246.9,nan,49.9,0.4,nan,1.4,4.0,55.4,55.6,-5.2,1.0,55415.0,55415.0\n2024-11-18T16:38:10.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,3.9,55.2,55.4,-5.5,1.0,55416.0,55416.0\n2024-11-18T16:39:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.6,4.1,63.8,64.1,-5.3,1.0,55417.0,55417.0\n2024-11-18T16:40:10.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.2,56.1,56.3,-5.1,1.0,55418.0,55418.0\n2024-11-18T16:41:10.000000+00:00,246.3,nan,49.9,0.5,nan,1.6,4.1,63.3,63.5,-5.1,1.0,55418.0,55418.0\n2024-11-18T16:42:10.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,4.2,56.5,56.7,-5.1,1.0,55419.0,55419.0\n2024-11-18T16:43:10.000000+00:00,246.1,nan,50.0,0.5,nan,1.5,4.2,54.1,54.3,-5.5,1.0,55420.0,55420.0\n2024-11-18T16:44:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.5,4.3,54.0,54.2,-5.4,1.0,55421.0,55421.0\n2024-11-18T16:45:10.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,4.1,55.2,55.4,-5.2,1.0,55422.0,55422.0\n2024-11-18T16:46:10.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,4.1,57.5,57.7,-5.0,1.0,55423.0,55423.0\n2024-11-18T16:47:10.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,4.1,58.4,58.6,-4.9,1.0,55424.0,55424.0\n2024-11-18T16:48:10.000000+00:00,246.0,nan,50.0,0.5,nan,1.6,4.2,63.0,63.2,-4.6,1.0,55425.0,55425.0\n2024-11-18T16:49:10.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,4.2,57.7,57.9,-4.7,1.0,55426.0,55426.0\n2024-11-18T16:50:10.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.2,54.0,54.3,-5.4,1.0,55427.0,55427.0\n2024-11-18T16:51:10.000000+00:00,246.0,nan,50.0,0.5,nan,1.5,4.2,58.7,58.9,-4.5,1.0,55428.0,55428.0\n2024-11-18T16:52:10.000000+00:00,246.2,nan,49.9,0.5,nan,1.5,4.1,56.5,56.7,-4.9,1.0,55429.0,55429.0\n2024-11-18T16:53:10.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.1,55.8,56.1,-5.1,1.0,55430.0,55430.0\n2024-11-18T16:54:10.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.9,1.0,55431.0,55431.0\n2024-11-18T16:55:10.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,58.1,58.3,-4.7,1.0,55432.0,55432.0\n2024-11-18T16:56:10.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,57.5,57.7,-4.9,1.0,55433.0,55433.0\n2024-11-18T16:57:10.000000+00:00,246.7,nan,50.0,0.5,nan,1.5,4.6,58.2,58.4,-5.1,1.0,55434.0,55434.0\n2024-11-18T16:58:10.000000+00:00,246.9,nan,50.0,0.5,nan,1.4,4.0,57.2,57.4,-5.2,1.0,55435.0,55435.0\n2024-11-18T16:59:10.000000+00:00,247.0,nan,49.9,0.5,nan,1.4,4.1,57.7,57.9,-4.6,1.0,55441.0,55441.0\n2024-11-18T17:00:10.000000+00:00,247.1,nan,50.0,0.5,nan,1.4,4.1,54.8,55.0,-5.2,1.0,55437.0,55437.0\n2024-11-18T17:01:10.000000+00:00,247.4,nan,49.9,0.5,nan,1.4,4.1,54.7,55.0,-5.6,1.0,55438.0,55438.0\n2024-11-18T17:02:10.000000+00:00,247.2,nan,49.9,0.5,nan,1.4,4.0,58.2,58.4,-4.8,1.0,55438.0,55438.0\n2024-11-18T17:03:10.000000+00:00,247.4,nan,50.0,0.4,nan,1.4,3.9,56.4,56.7,-5.5,1.0,55439.0,55439.0\n2024-11-18T17:04:10.000000+00:00,247.3,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-5.0,1.0,55440.0,55440.0\n2024-11-18T17:05:10.000000+00:00,247.6,nan,50.0,0.5,nan,1.4,3.9,57.7,58.0,-5.5,1.0,55441.0,55441.0\n2024-11-18T17:06:10.000000+00:00,247.5,nan,50.0,0.5,nan,1.4,4.2,58.5,58.7,-4.9,1.0,55442.0,55442.0\n2024-11-18T17:07:10.000000+00:00,247.5,nan,50.0,0.5,nan,1.4,4.1,57.0,57.2,-4.9,1.0,55443.0,55443.0\n2024-11-18T17:08:10.000000+00:00,247.8,nan,50.0,0.5,nan,1.4,3.9,57.0,57.2,-5.2,1.0,55444.0,55444.0\n2024-11-18T17:09:10.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,57.8,58.0,-4.7,1.0,55445.0,55445.0\n2024-11-18T17:10:10.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.8,56.5,56.8,-5.4,1.0,55446.0,55446.0\n2024-11-18T17:11:10.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,3.9,57.9,58.1,-5.0,1.0,55447.0,55447.0\n2024-11-18T17:12:10.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.8,55.4,55.7,-6.0,1.0,55448.0,55448.0\n2024-11-18T17:13:10.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,4.0,56.0,56.3,-5.9,1.0,55449.0,55449.0\n2024-11-18T17:14:10.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.0,58.8,59.1,-5.3,1.0,55450.0,55450.0\n2024-11-18T17:15:10.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,54.9,55.3,-6.5,1.0,55451.0,55451.0\n2024-11-18T17:16:10.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.8,54.5,54.9,-6.0,1.0,55452.0,55452.0\n2024-11-18T17:17:10.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-5.2,1.0,55453.0,55453.0\n2024-11-18T17:18:10.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,57.1,57.4,-5.3,1.0,55454.0,55454.0\n2024-11-18T17:19:10.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,56.7,56.9,-5.5,1.0,55455.0,55455.0\n2024-11-18T17:20:10.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.7,55.1,55.4,-5.6,1.0,55456.0,55456.0\n2024-11-18T17:21:10.000000+00:00,243.8,nan,49.9,0.5,nan,1.6,4.2,61.7,61.9,-4.9,1.0,55456.0,55456.0\n2024-11-18T17:22:10.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.3,59.2,59.4,-4.7,1.0,55457.0,55457.0\n2024-11-18T17:23:10.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.3,56.5,56.8,-5.6,1.0,55458.0,55458.0\n2024-11-18T17:24:10.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,3.9,57.8,58.0,-5.1,1.0,55459.0,55459.0\n2024-11-18T17:25:10.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,4.0,56.0,56.3,-5.6,1.0,55460.0,55460.0\n2024-11-18T17:26:10.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.0,56.4,-6.2,1.0,55461.0,55461.0\n2024-11-18T17:27:10.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,55.2,55.5,-6.0,1.0,55462.0,55462.0\n2024-11-18T17:28:10.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,57.3,57.5,-5.2,1.0,55463.0,55463.0\n2024-11-18T17:29:10.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,4.3,57.5,57.8,-5.4,1.0,55464.0,55464.0\n2024-11-18T17:30:10.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,3.9,59.9,60.2,-5.5,1.0,55465.0,55465.0\n2024-11-18T17:31:10.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,3.9,56.9,57.2,-5.7,1.0,55466.0,55466.0\n2024-11-18T17:32:10.000000+00:00,243.9,nan,50.0,0.5,nan,1.5,4.3,61.1,61.3,-5.6,1.0,55467.0,55467.0\n2024-11-18T17:33:10.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,56.7,57.0,-5.7,1.0,55468.0,55468.0\n2024-11-18T17:34:10.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,56.5,56.8,-6.0,1.0,55469.0,55469.0\n2024-11-18T17:35:10.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.0,55.7,56.0,-5.9,1.0,55470.0,55470.0\n2024-11-18T17:36:10.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,3.9,57.1,57.4,-5.9,1.0,55471.0,55471.0\n2024-11-18T17:37:10.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.5,55.7,56.0,-5.9,1.0,55472.0,55472.0\n2024-11-18T17:38:10.000000+00:00,243.5,nan,50.0,0.5,nan,1.6,3.9,62.8,63.0,-4.7,1.0,55473.0,55473.0\n2024-11-18T17:39:10.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,55.8,56.0,-5.3,1.0,55474.0,55474.0\n2024-11-18T17:40:10.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,56.4,56.6,-4.9,1.0,55475.0,55475.0\n2024-11-18T17:41:10.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-4.9,1.0,55476.0,55476.0\n2024-11-18T17:42:10.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.8,56.1,56.4,-5.0,1.0,55476.0,55476.0\n2024-11-18T17:43:10.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-5.7,1.0,55477.0,55477.0\n2024-11-18T17:44:10.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.8,55.9,56.2,-5.5,1.0,55478.0,55478.0\n2024-11-18T17:45:10.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.4,56.5,56.8,-5.7,1.0,55479.0,55479.0\n2024-11-18T17:46:10.000000+00:00,243.4,nan,49.9,0.5,nan,1.6,3.9,63.8,64.1,-5.6,1.0,55480.0,55480.0\n2024-11-18T17:47:10.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.8,54.6,54.9,-6.2,1.0,55481.0,55481.0\n2024-11-18T17:48:10.000000+00:00,243.4,nan,49.9,0.5,nan,1.6,4.0,63.3,63.6,-5.8,1.0,55482.0,55482.0\n2024-11-18T17:49:10.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,3.9,55.1,55.4,-5.9,1.0,55483.0,55483.0\n2024-11-18T17:50:10.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,55.1,55.4,-5.8,1.0,55484.0,55484.0\n2024-11-18T17:51:10.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.7,56.9,57.2,-5.1,1.0,55485.0,55485.0\n2024-11-18T17:52:11.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.0,55.3,55.7,-6.0,1.0,55486.0,55486.0\n2024-11-18T17:53:11.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.1,56.2,56.5,-5.4,1.0,55487.0,55487.0\n2024-11-18T17:54:11.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.6,1.0,55488.0,55488.0\n2024-11-18T17:55:11.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,57.7,57.9,-4.8,1.0,55489.0,55489.0\n2024-11-18T17:56:11.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,58.0,58.2,-5.0,1.0,55490.0,55490.0\n2024-11-18T17:57:11.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-4.9,1.0,55491.0,55491.0\n2024-11-18T17:58:11.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,55.2,55.5,-5.1,1.0,55492.0,55492.0\n2024-11-18T17:59:11.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.7,1.0,55493.0,55493.0\n2024-11-18T18:00:11.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,4.1,56.0,56.3,-5.5,1.0,55494.0,55494.0\n2024-11-18T18:01:11.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.2,58.9,59.2,-5.1,1.0,55494.0,55494.0\n2024-11-18T18:02:11.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.5,59.1,59.3,-5.1,1.0,55495.0,55495.0\n2024-11-18T18:03:11.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.0,57.3,57.6,-5.6,1.0,55496.0,55496.0\n2024-11-18T18:04:11.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,3.8,53.5,53.9,-5.7,1.0,55497.0,55497.0\n2024-11-18T18:05:11.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.0,57.9,58.1,-5.0,1.0,55498.0,55498.0\n2024-11-18T18:06:11.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.0,58.3,58.5,-5.7,1.0,55499.0,55499.0\n2024-11-18T18:07:11.000000+00:00,242.4,nan,49.9,0.5,nan,1.5,4.3,59.9,60.1,-5.0,1.0,55500.0,55500.0\n2024-11-18T18:08:11.000000+00:00,242.6,nan,49.9,0.5,nan,1.7,4.0,65.2,65.4,-5.2,1.0,55501.0,55501.0\n2024-11-18T18:09:11.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,58.2,58.5,-5.9,1.0,55502.0,55502.0\n2024-11-18T18:10:11.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,55.2,55.6,-6.1,1.0,55503.0,55503.0\n2024-11-18T18:11:11.000000+00:00,242.6,nan,49.9,0.5,nan,1.6,4.2,63.9,64.1,-4.7,1.0,55504.0,55504.0\n2024-11-18T18:12:11.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.5,55.9,56.2,-5.8,1.0,55505.0,55505.0\n2024-11-18T18:13:11.000000+00:00,242.6,nan,50.0,0.5,nan,1.5,4.6,56.3,56.6,-5.8,1.0,55506.0,55506.0\n2024-11-18T18:14:11.000000+00:00,242.4,nan,50.0,0.5,nan,1.6,4.0,62.3,62.5,-4.9,1.0,55507.0,55507.0\n2024-11-18T18:15:11.000000+00:00,242.4,nan,50.0,0.5,nan,1.6,4.1,62.7,62.9,-4.8,1.0,55508.0,55508.0\n2024-11-18T18:16:11.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,3.9,57.1,57.3,-4.8,1.0,55509.0,55509.0\n2024-11-18T18:17:11.000000+00:00,242.4,nan,49.9,0.5,nan,1.5,4.1,53.0,53.3,-5.8,1.0,55510.0,55510.0\n2024-11-18T18:18:11.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,58.1,58.3,-5.3,1.0,55511.0,55511.0\n2024-11-18T18:19:11.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.1,56.3,56.6,-5.6,1.0,55511.0,55511.0\n2024-11-18T18:20:11.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.1,55.7,56.0,-5.7,1.0,55512.0,55512.0\n2024-11-18T18:21:11.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,3.9,58.5,58.8,-6.0,1.0,55513.0,55513.0\n2024-11-18T18:22:11.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.3,56.7,57.0,-5.3,1.0,55514.0,55514.0\n2024-11-18T18:23:11.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,3.9,56.2,56.5,-5.9,1.0,55515.0,55515.0\n2024-11-18T18:24:11.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,56.5,56.8,-5.5,1.0,55516.0,55516.0\n2024-11-18T18:25:11.000000+00:00,243.9,nan,49.9,0.5,nan,1.6,3.9,62.4,62.5,-4.9,1.0,55517.0,55517.0\n2024-11-18T18:26:11.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,57.2,57.5,-5.7,1.0,55518.0,55518.0\n2024-11-18T18:27:11.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,3.9,55.8,56.1,-5.3,1.0,55519.0,55519.0\n2024-11-18T18:28:11.000000+00:00,244.0,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-5.8,1.0,55520.0,55520.0\n2024-11-18T18:29:11.000000+00:00,244.2,nan,50.0,0.4,nan,1.4,3.9,56.0,56.3,-5.9,1.0,55521.0,55521.0\n2024-11-18T18:30:11.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-5.5,1.0,55522.0,55522.0\n2024-11-18T18:31:11.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,55.3,55.7,-6.2,1.0,55523.0,55523.0\n2024-11-18T18:32:11.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.4,57.1,57.3,-5.2,1.0,55524.0,55524.0\n2024-11-18T18:33:11.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.8,56.5,56.7,-5.0,1.0,55525.0,55525.0\n2024-11-18T18:34:11.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,57.7,57.9,-4.7,1.0,55526.0,55526.0\n2024-11-18T18:35:11.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-5.4,1.0,55527.0,55527.0\n2024-11-18T18:36:11.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,4.0,56.6,56.9,-5.4,1.0,55528.0,55528.0\n2024-11-18T18:37:11.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,4.0,55.9,56.1,-5.6,1.0,55529.0,55529.0\n2024-11-18T18:38:11.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,3.9,56.7,56.9,-5.6,1.0,55530.0,55530.0\n2024-11-18T18:39:11.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,56.5,56.9,-6.0,1.0,55530.0,55530.0\n2024-11-18T18:40:11.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.5,1.0,55531.0,55531.0\n2024-11-18T18:41:11.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.8,57.1,-5.9,1.0,55532.0,55532.0\n2024-11-18T18:42:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.8,1.0,55533.0,55533.0\n2024-11-18T18:43:11.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,57.3,57.6,-5.8,1.0,55534.0,55534.0\n2024-11-18T18:44:11.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-6.0,1.0,55535.0,55535.0\n2024-11-18T18:45:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-5.4,1.0,55536.0,55536.0\n2024-11-18T18:46:11.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,3.9,56.7,56.9,-5.0,1.0,55537.0,55537.0\n2024-11-18T18:47:11.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,4.0,55.8,56.1,-5.8,1.0,55538.0,55538.0\n2024-11-18T18:48:11.000000+00:00,244.7,nan,49.9,0.5,nan,1.6,3.9,61.8,62.1,-5.4,1.0,55539.0,55539.0\n2024-11-18T18:49:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-5.2,1.0,55540.0,55540.0\n2024-11-18T18:50:11.000000+00:00,244.8,nan,50.0,0.4,nan,1.4,3.9,56.0,56.3,-5.7,1.0,55541.0,55541.0\n2024-11-18T18:51:11.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,4.5,56.3,56.6,-5.6,1.0,55542.0,55542.0\n2024-11-18T18:52:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-5.7,1.0,55543.0,55543.0\n2024-11-18T18:53:11.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,56.9,57.2,-5.3,1.0,55544.0,55544.0\n2024-11-18T18:54:11.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,57.0,57.3,-5.0,1.0,55545.0,55545.0\n2024-11-18T18:55:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.9,57.1,-5.0,1.0,55546.0,55546.0\n2024-11-18T18:56:11.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.5,56.7,56.9,-5.5,1.0,55547.0,55547.0\n2024-11-18T18:57:11.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-5.2,1.0,55548.0,55548.0\n2024-11-18T18:58:11.000000+00:00,244.8,nan,50.0,0.4,nan,1.4,4.1,56.0,56.3,-5.7,1.0,55549.0,55549.0\n2024-11-18T18:59:11.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,3.9,56.3,56.6,-6.2,1.0,55550.0,55550.0\n2024-11-18T19:00:11.000000+00:00,244.4,nan,49.9,0.5,nan,1.6,3.8,61.1,61.4,-6.2,1.0,55550.0,55550.0\n2024-11-18T19:01:11.000000+00:00,244.0,nan,49.9,0.5,nan,1.6,3.9,61.1,61.4,-5.3,1.0,55551.0,55551.0\n2024-11-18T19:02:11.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,55.8,56.1,-5.3,1.0,55552.0,55552.0\n2024-11-18T19:03:11.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,56.0,56.2,-5.2,1.0,55553.0,55553.0\n2024-11-18T19:04:11.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,56.8,57.0,-5.0,1.0,55554.0,55554.0\n2024-11-18T19:05:11.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,57.9,58.1,-4.9,1.0,55555.0,55555.0\n2024-11-18T19:06:11.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.9,55.1,55.5,-6.5,1.0,55556.0,55556.0\n2024-11-18T19:07:11.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,3.9,58.4,58.8,-6.3,1.0,55557.0,55557.0\n2024-11-18T19:08:11.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.4,57.5,57.8,-5.5,1.0,55558.0,55558.0\n2024-11-18T19:09:11.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-5.4,1.0,55559.0,55559.0\n2024-11-18T19:10:11.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-5.7,1.0,55560.0,55560.0\n2024-11-18T19:11:11.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.1,61.2,61.4,-4.7,1.0,55561.0,55561.0\n2024-11-18T19:12:11.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.1,1.0,55562.0,55562.0\n2024-11-18T19:13:11.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-5.2,1.0,55563.0,55563.0\n2024-11-18T19:14:11.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,3.9,56.4,56.6,-5.1,1.0,55564.0,55564.0\n2024-11-18T19:15:11.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,56.8,57.0,-4.7,1.0,55565.0,55565.0\n2024-11-18T19:16:11.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-4.9,1.0,55566.0,55566.0\n2024-11-18T19:17:11.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,4.3,55.1,55.3,-5.2,1.0,55567.0,55567.0\n2024-11-18T19:18:11.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,55.4,55.7,-5.4,1.0,55567.0,55567.0\n2024-11-18T19:19:11.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,57.9,58.1,-5.0,1.0,55568.0,55568.0\n2024-11-18T19:20:11.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.2,57.0,57.2,-5.3,1.0,55569.0,55569.0\n2024-11-18T19:21:11.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,4.1,56.4,56.7,-5.5,1.0,55570.0,55570.0\n2024-11-18T19:22:11.000000+00:00,245.3,nan,50.0,0.5,nan,1.5,4.1,56.2,56.4,-5.5,1.0,55571.0,55571.0\n2024-11-18T19:23:11.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.0,56.8,57.1,-5.7,1.0,55572.0,55572.0\n2024-11-18T19:24:11.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.2,56.3,56.6,-5.4,1.0,55573.0,55573.0\n2024-11-18T19:25:11.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.2,56.5,56.8,-5.8,1.0,55574.0,55574.0\n2024-11-18T19:26:11.000000+00:00,245.0,nan,50.0,0.5,nan,1.5,4.2,57.1,57.4,-5.2,1.0,55575.0,55575.0\n2024-11-18T19:27:11.000000+00:00,244.8,nan,50.0,0.5,nan,1.6,4.2,63.4,63.7,-5.4,1.0,55576.0,55576.0\n2024-11-18T19:28:11.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.1,55.3,55.6,-5.4,1.0,55577.0,55577.0\n2024-11-18T19:29:11.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.2,57.6,57.8,-4.6,1.0,55578.0,55578.0\n2024-11-18T19:30:11.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.2,57.1,57.3,-5.5,1.0,55579.0,55579.0\n2024-11-18T19:31:11.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.2,56.9,57.1,-5.1,1.0,55580.0,55580.0\n2024-11-18T19:32:11.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,4.1,56.0,56.2,-5.1,1.0,55581.0,55581.0\n2024-11-18T19:33:12.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.2,56.3,56.6,-5.3,1.0,55582.0,55582.0\n2024-11-18T19:34:12.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,4.2,55.9,56.2,-5.3,1.0,55583.0,55583.0\n2024-11-18T19:35:12.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,55.8,56.1,-5.4,1.0,55584.0,55584.0\n2024-11-18T19:36:12.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.1,56.3,56.6,-5.3,1.0,55585.0,55585.0\n2024-11-18T19:37:12.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,55585.0,55585.0\n2024-11-18T19:38:12.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.1,56.4,56.7,-5.5,1.0,55586.0,55586.0\n2024-11-18T19:39:12.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-5.3,1.0,55587.0,55587.0\n2024-11-18T19:40:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,4.0,58.0,58.3,-5.2,1.0,55588.0,55588.0\n2024-11-18T19:41:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.5,4.0,57.6,57.9,-5.3,1.0,55589.0,55589.0\n2024-11-18T19:42:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,56.9,56.5,-4.9,1.0,55590.0,55590.0\n2024-11-18T19:43:12.000000+00:00,246.6,nan,50.0,0.4,nan,1.4,3.9,56.1,56.3,-5.1,1.0,55591.0,55591.0\n2024-11-18T19:44:12.000000+00:00,246.9,nan,49.9,0.4,nan,1.4,4.5,56.8,57.0,-5.1,1.0,55592.0,55592.0\n2024-11-18T19:45:12.000000+00:00,246.9,nan,50.0,0.4,nan,1.4,3.9,56.6,56.8,-5.0,1.0,55593.0,55593.0\n2024-11-18T19:46:12.000000+00:00,246.6,nan,50.0,0.4,nan,1.4,4.2,56.4,56.6,-5.2,1.0,55594.0,55594.0\n2024-11-18T19:47:12.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-5.1,1.0,55595.0,55595.0\n2024-11-18T19:48:12.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,3.8,56.5,56.7,-5.1,1.0,55596.0,55596.0\n2024-11-18T19:49:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,3.9,57.6,57.9,-5.1,1.0,55597.0,55597.0\n2024-11-18T19:50:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,3.9,56.5,56.7,-4.9,1.0,55598.0,55598.0\n2024-11-18T19:51:12.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.0,56.3,-5.2,1.0,55599.0,55599.0\n2024-11-18T19:52:12.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,4.0,56.3,56.5,-5.1,1.0,55600.0,55600.0\n2024-11-18T19:53:12.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.5,57.3,57.5,-4.9,1.0,55601.0,55601.0\n2024-11-18T19:54:12.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,3.8,56.4,56.7,-5.5,1.0,55602.0,55602.0\n2024-11-18T19:55:12.000000+00:00,246.1,nan,50.0,0.4,nan,1.4,3.9,55.9,56.1,-5.3,1.0,55602.0,55602.0\n2024-11-18T19:56:12.000000+00:00,246.5,nan,50.0,0.4,nan,1.4,3.9,56.6,56.9,-5.5,1.0,55603.0,55603.0\n2024-11-18T19:57:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.0,56.7,56.9,-5.4,1.0,55604.0,55604.0\n2024-11-18T19:58:12.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-5.7,1.0,55605.0,55605.0\n2024-11-18T19:59:12.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-5.0,1.0,55606.0,55606.0\n2024-11-18T20:00:12.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.8,57.1,57.3,-5.1,1.0,55607.0,55607.0\n2024-11-18T20:01:12.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.2,1.0,55608.0,55608.0\n2024-11-18T20:02:12.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,3.9,57.5,57.7,-4.7,1.0,55609.0,55609.0\n2024-11-18T20:03:12.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.2,1.0,55610.0,55610.0\n2024-11-18T20:04:12.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.2,55.9,56.2,-5.2,1.0,55611.0,55611.0\n2024-11-18T20:05:12.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-5.0,1.0,55612.0,55612.0\n2024-11-18T20:06:12.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.6,1.0,55613.0,55613.0\n2024-11-18T20:07:12.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,58.3,58.5,-4.7,1.0,55614.0,55614.0\n2024-11-18T20:08:12.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,3.9,58.4,58.6,-4.4,1.0,55615.0,55615.0\n2024-11-18T20:09:12.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-5.3,1.0,55616.0,55616.0\n2024-11-18T20:10:12.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,3.9,54.3,54.6,-5.2,1.0,55617.0,55617.0\n2024-11-18T20:11:12.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.3,54.4,54.7,-5.7,1.0,55618.0,55618.0\n2024-11-18T20:12:12.000000+00:00,246.3,nan,49.9,0.5,nan,1.5,4.1,56.8,57.0,-4.7,1.0,55619.0,55619.0\n2024-11-18T20:13:12.000000+00:00,246.1,nan,50.0,0.5,nan,1.5,4.1,58.0,58.2,-5.2,1.0,55620.0,55620.0\n2024-11-18T20:14:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,4.1,56.5,56.7,-5.1,1.0,55621.0,55621.0\n2024-11-18T20:15:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.6,56.7,56.9,-4.6,1.0,55621.0,55621.0\n2024-11-18T20:16:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-4.8,1.0,55622.0,55622.0\n2024-11-18T20:17:12.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,56.1,56.3,-5.0,1.0,55623.0,55623.0\n2024-11-18T20:18:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-5.1,1.0,55624.0,55624.0\n2024-11-18T20:19:12.000000+00:00,246.3,nan,49.9,0.5,nan,1.5,4.1,56.8,57.0,-5.1,1.0,55625.0,55625.0\n2024-11-18T20:20:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.4,1.0,55626.0,55626.0\n2024-11-18T20:21:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-5.0,1.0,55627.0,55627.0\n2024-11-18T20:22:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.5,4.1,57.1,57.2,-4.5,1.0,55628.0,55628.0\n2024-11-18T20:23:12.000000+00:00,246.7,nan,50.0,0.5,nan,1.5,4.1,56.7,56.9,-4.7,1.0,55629.0,55629.0\n2024-11-18T20:24:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.1,56.2,56.4,-5.2,1.0,55630.0,55630.0\n2024-11-18T20:25:12.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,4.0,55.6,55.8,-4.8,1.0,55631.0,55631.0\n2024-11-18T20:26:12.000000+00:00,246.9,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-5.0,1.0,55632.0,55632.0\n2024-11-18T20:27:12.000000+00:00,246.8,nan,49.9,0.5,nan,1.5,4.1,57.5,57.8,-5.5,1.0,55633.0,55633.0\n2024-11-18T20:28:12.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.0,56.2,56.5,-5.2,1.0,55634.0,55634.0\n2024-11-18T20:29:12.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,4.1,55.1,55.4,-5.2,1.0,55635.0,55635.0\n2024-11-18T20:30:12.000000+00:00,246.7,nan,50.0,0.5,nan,1.5,4.2,57.2,57.5,-5.1,1.0,55636.0,55636.0\n2024-11-18T20:31:12.000000+00:00,246.4,nan,49.9,0.5,nan,1.5,4.1,56.8,57.0,-5.0,1.0,55637.0,55637.0\n2024-11-18T20:32:12.000000+00:00,246.4,nan,49.9,0.5,nan,1.5,4.1,57.9,58.1,-5.1,1.0,55638.0,55638.0\n2024-11-18T20:33:12.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.1,56.3,56.6,-5.1,1.0,55639.0,55639.0\n2024-11-18T20:34:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,4.0,57.4,57.6,-5.0,1.0,55640.0,55640.0\n2024-11-18T20:35:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.5,56.5,56.7,-4.9,1.0,55640.0,55640.0\n2024-11-18T20:36:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.2,55.9,56.1,-5.2,1.0,55641.0,55641.0\n2024-11-18T20:37:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.1,57.2,57.4,-4.9,1.0,55642.0,55642.0\n2024-11-18T20:38:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.5,4.1,56.9,57.1,-4.8,1.0,55643.0,55643.0\n2024-11-18T20:39:12.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.2,55.8,56.0,-5.2,1.0,55644.0,55644.0\n2024-11-18T20:40:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.5,4.2,57.3,57.5,-4.9,1.0,55645.0,55645.0\n2024-11-18T20:41:12.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-5.3,1.0,55646.0,55646.0\n2024-11-18T20:42:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,55.9,56.1,-5.0,1.0,55647.0,55647.0\n2024-11-18T20:43:12.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-5.1,1.0,55648.0,55648.0\n2024-11-18T20:44:12.000000+00:00,247.1,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-5.3,1.0,55649.0,55649.0\n2024-11-18T20:45:12.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-5.4,1.0,55650.0,55650.0\n2024-11-18T20:46:12.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-5.7,1.0,55651.0,55651.0\n2024-11-18T20:47:12.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.1,56.3,56.6,-5.4,1.0,55652.0,55652.0\n2024-11-18T20:48:12.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-5.5,1.0,55653.0,55653.0\n2024-11-18T20:49:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.1,56.8,57.1,-5.6,1.0,55654.0,55654.0\n2024-11-18T20:50:12.000000+00:00,246.0,nan,49.9,0.5,nan,1.5,4.1,57.9,58.2,-5.5,1.0,55655.0,55655.0\n2024-11-18T20:51:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.1,56.1,56.4,-5.4,1.0,55656.0,55656.0\n2024-11-18T20:52:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.6,1.0,55657.0,55657.0\n2024-11-18T20:53:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-5.4,1.0,55658.0,55658.0\n2024-11-18T20:54:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.1,56.3,56.5,-5.0,1.0,55658.0,55658.0\n2024-11-18T20:55:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-5.1,1.0,55659.0,55659.0\n2024-11-18T20:56:12.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.2,1.0,55660.0,55660.0\n2024-11-18T20:57:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.2,56.0,56.3,-5.1,1.0,55661.0,55661.0\n2024-11-18T20:58:12.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,3.9,56.3,56.5,-5.3,1.0,55662.0,55662.0\n2024-11-18T20:59:12.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-5.5,1.0,55663.0,55663.0\n2024-11-18T21:00:12.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.1,55.6,55.9,-5.6,1.0,55664.0,55664.0\n2024-11-18T21:01:12.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-5.6,1.0,55665.0,55665.0\n2024-11-18T21:02:12.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,56.7,56.9,-5.0,1.0,55666.0,55666.0\n2024-11-18T21:03:12.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,54.3,54.6,-5.9,1.0,55667.0,55667.0\n2024-11-18T21:04:12.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.1,56.3,-5.4,1.0,55668.0,55668.0\n2024-11-18T21:05:12.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,55.6,55.9,-5.7,1.0,55669.0,55669.0\n2024-11-18T21:06:12.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-5.0,1.0,55670.0,55670.0\n2024-11-18T21:07:12.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.6,56.8,-4.9,1.0,55671.0,55671.0\n2024-11-18T21:08:12.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.2,56.4,56.6,-5.0,1.0,55672.0,55672.0\n2024-11-18T21:09:12.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-5.3,1.0,55673.0,55673.0\n2024-11-18T21:10:12.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.4,1.0,55674.0,55674.0\n2024-11-18T21:11:12.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,55.4,55.7,-6.0,1.0,55675.0,55675.0\n2024-11-18T21:12:12.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.8,1.0,55675.0,55675.0\n2024-11-18T21:13:12.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.7,1.0,55676.0,55676.0\n2024-11-18T21:14:12.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.8,56.1,-5.8,1.0,55677.0,55677.0\n2024-11-18T21:15:12.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-5.7,1.0,55678.0,55678.0\n2024-11-18T21:16:12.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.9,1.0,55679.0,55679.0\n2024-11-18T21:17:13.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.6,56.0,56.2,-5.6,1.0,55680.0,55680.0\n2024-11-18T21:18:13.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-5.6,1.0,55681.0,55681.0\n2024-11-18T21:19:13.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,57.0,57.3,-5.6,1.0,55682.0,55682.0\n2024-11-18T21:20:13.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.0,57.4,57.7,-6.2,1.0,55683.0,55683.0\n2024-11-18T21:21:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.6,4.3,61.0,61.2,-5.2,1.0,55684.0,55684.0\n2024-11-18T21:22:13.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.0,56.8,57.1,-6.0,1.0,55685.0,55685.0\n2024-11-18T21:23:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-5.6,1.0,55686.0,55686.0\n2024-11-18T21:24:13.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,3.9,55.6,55.9,-5.7,1.0,55687.0,55687.0\n2024-11-18T21:25:13.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.0,56.8,57.0,-5.7,1.0,55688.0,55688.0\n2024-11-18T21:26:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-5.4,1.0,55689.0,55689.0\n2024-11-18T21:27:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.4,56.7,-5.7,1.0,55690.0,55690.0\n2024-11-18T21:28:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,3.9,56.2,56.4,-5.1,1.0,55691.0,55691.0\n2024-11-18T21:29:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.0,56.3,-5.6,1.0,55692.0,55692.0\n2024-11-18T21:30:13.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-5.5,1.0,55693.0,55693.0\n2024-11-18T21:31:13.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.0,56.8,57.0,-5.5,1.0,55694.0,55694.0\n2024-11-18T21:32:13.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,57.1,57.4,-5.9,1.0,55694.0,55694.0\n2024-11-18T21:33:13.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.1,56.2,56.5,-5.9,1.0,55695.0,55695.0\n2024-11-18T21:34:13.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.5,1.0,55696.0,55700.0\n2024-11-18T21:35:13.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,57.2,57.5,-5.7,1.0,55697.0,55697.0\n2024-11-18T21:36:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.6,56.9,-5.9,1.0,55698.0,55698.0\n2024-11-18T21:37:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.5,4.1,56.5,56.8,-5.9,1.0,55699.0,55699.0\n2024-11-18T21:38:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-5.4,1.0,55700.0,55700.0\n2024-11-18T21:39:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.2,56.0,56.3,-5.3,1.0,55701.0,55701.0\n2024-11-18T21:40:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.2,56.6,56.9,-5.2,1.0,55702.0,55702.0\n2024-11-18T21:41:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-5.0,1.0,55703.0,55703.0\n2024-11-18T21:42:13.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.2,56.3,56.5,-5.0,1.0,55704.0,55704.0\n2024-11-18T21:43:13.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-5.1,1.0,55705.0,55705.0\n2024-11-18T21:44:13.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.6,56.4,56.6,-5.3,1.0,55706.0,55706.0\n2024-11-18T21:45:13.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-5.2,1.0,55707.0,55707.0\n2024-11-18T21:46:13.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.7,1.0,55708.0,55708.0\n2024-11-18T21:47:13.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.2,1.0,55709.0,55709.0\n2024-11-18T21:48:13.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-5.1,1.0,55710.0,55710.0\n2024-11-18T21:49:13.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.2,56.2,56.4,-5.2,1.0,55711.0,55711.0\n2024-11-18T21:50:13.000000+00:00,246.3,nan,50.0,0.5,nan,1.6,4.3,61.6,61.8,-5.1,1.0,55712.0,55712.0\n2024-11-18T21:51:13.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.6,56.9,-5.6,1.0,55713.0,55713.0\n2024-11-18T21:52:13.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.4,56.5,56.7,-5.4,1.0,55713.0,55713.0\n2024-11-18T21:53:13.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.1,56.1,56.5,-5.9,1.0,55714.0,55714.0\n2024-11-18T21:54:13.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.1,56.4,56.7,-5.9,1.0,55715.0,55715.0\n2024-11-18T21:55:13.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,55.9,56.2,-5.9,1.0,55716.0,55716.0\n2024-11-18T21:56:13.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.2,56.1,56.4,-5.6,1.0,55717.0,55717.0\n2024-11-18T21:57:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.7,1.0,55718.0,55718.0\n2024-11-18T21:58:13.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.3,56.6,-5.8,1.0,55719.0,55719.0\n2024-11-18T21:59:13.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-6.0,1.0,55720.0,55720.0\n2024-11-18T22:00:13.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.1,56.5,-6.2,1.0,55721.0,55721.0\n2024-11-18T22:01:13.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.1,56.4,56.7,-5.8,1.0,55722.0,55722.0\n2024-11-18T22:02:13.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,56.5,56.8,-5.5,1.0,55723.0,55723.0\n2024-11-18T22:03:13.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.1,57.0,57.3,-5.5,1.0,55724.0,55724.0\n2024-11-18T22:04:13.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.9,57.2,-5.7,1.0,55725.0,55725.0\n2024-11-18T22:05:13.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.2,55.1,55.4,-5.3,1.0,55726.0,55726.0\n2024-11-18T22:06:13.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.2,56.5,56.7,-5.0,1.0,55727.0,55727.0\n2024-11-18T22:07:13.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.6,1.0,55728.0,55728.0\n2024-11-18T22:08:13.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.7,1.0,55729.0,55729.0\n2024-11-18T22:09:13.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,57.4,57.6,-5.1,1.0,55730.0,55730.0\n2024-11-18T22:10:13.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.9,1.0,55731.0,55731.0\n2024-11-18T22:11:13.000000+00:00,246.6,nan,49.9,0.5,nan,1.6,4.3,62.3,62.5,-5.0,1.0,55731.0,55731.0\n2024-11-18T22:12:13.000000+00:00,246.6,nan,49.9,0.5,nan,1.6,4.3,63.1,63.4,-5.7,1.0,55732.0,55732.0\n2024-11-18T22:13:13.000000+00:00,246.8,nan,50.0,0.5,nan,1.5,4.1,57.3,57.5,-5.7,1.0,55733.0,55733.0\n2024-11-18T22:14:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.1,57.0,57.3,-5.4,1.0,55734.0,55734.0\n2024-11-18T22:15:13.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-5.2,1.0,55735.0,55735.0\n2024-11-18T22:16:13.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.1,58.8,59.0,-5.3,1.0,55736.0,55736.0\n2024-11-18T22:17:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-5.5,1.0,55737.0,55737.0\n2024-11-18T22:18:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,56.8,57.1,-5.4,1.0,55738.0,55738.0\n2024-11-18T22:19:13.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-5.9,1.0,55739.0,55739.0\n2024-11-18T22:20:13.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.1,56.9,57.2,-5.7,1.0,55740.0,55740.0\n2024-11-18T22:21:13.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-6.0,1.0,55741.0,55741.0\n2024-11-18T22:22:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.1,56.3,56.6,-5.4,1.0,55742.0,55742.0\n2024-11-18T22:23:13.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.1,56.8,57.0,-5.5,1.0,55743.0,55743.0\n2024-11-18T22:24:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.1,56.5,56.7,-5.5,1.0,55744.0,55744.0\n2024-11-18T22:25:13.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,4.1,55.7,56.0,-5.8,1.0,55745.0,55745.0\n2024-11-18T22:26:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.5,1.0,55746.0,55746.0\n2024-11-18T22:27:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.2,56.2,56.5,-5.7,1.0,55747.0,55747.0\n2024-11-18T22:28:13.000000+00:00,246.6,nan,50.0,0.5,nan,1.5,4.2,56.7,57.0,-5.8,1.0,55748.0,55748.0\n2024-11-18T22:29:13.000000+00:00,247.0,nan,50.0,0.5,nan,1.5,4.2,56.8,57.0,-5.6,1.0,55749.0,55749.0\n2024-11-18T22:30:13.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.2,55.9,56.2,-5.6,1.0,55749.0,55749.0\n2024-11-18T22:31:13.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.2,56.5,56.7,-5.4,1.0,55750.0,55750.0\n2024-11-18T22:32:13.000000+00:00,241.8,nan,49.9,0.5,nan,1.5,4.2,56.2,56.5,-5.4,1.0,55751.0,55751.0\n2024-11-18T22:33:13.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.3,56.7,57.0,-5.6,1.0,55752.0,55752.0\n2024-11-18T22:34:13.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.3,56.9,57.2,-5.6,1.0,55753.0,55753.0\n2024-11-18T22:35:13.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.3,56.5,56.7,-5.4,1.0,55754.0,55754.0\n2024-11-18T22:36:13.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.3,56.0,56.3,-5.4,1.0,55755.0,55755.0\n2024-11-18T22:37:13.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.7,57.0,57.2,-5.5,1.0,55756.0,55756.0\n2024-11-18T22:38:13.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.6,55.9,56.2,-5.8,1.0,55757.0,55757.0\n2024-11-18T22:39:13.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,55.7,56.0,-6.1,1.0,55758.0,55758.0\n2024-11-18T22:40:13.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.3,55.8,56.1,-5.7,1.0,55759.0,55759.0\n2024-11-18T22:41:13.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.2,56.1,56.4,-5.9,1.0,55760.0,55760.0\n2024-11-18T22:42:13.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.3,56.4,56.7,-5.5,1.0,55761.0,55761.0\n2024-11-18T22:43:13.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.3,56.9,57.2,-5.7,1.0,55762.0,55762.0\n2024-11-18T22:44:13.000000+00:00,243.3,nan,50.0,0.5,nan,1.5,4.1,55.8,56.1,-5.9,1.0,55763.0,55763.0\n2024-11-18T22:45:13.000000+00:00,243.3,nan,50.0,0.5,nan,1.5,4.1,56.0,56.3,-5.7,1.0,55764.0,55764.0\n2024-11-18T22:46:13.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.9,56.8,57.1,-6.0,1.0,55765.0,55765.0\n2024-11-18T22:47:13.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.3,1.0,55766.0,55766.0\n2024-11-18T22:48:13.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-6.1,1.0,55766.0,55766.0\n2024-11-18T22:49:13.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-6.3,1.0,55767.0,55767.0\n2024-11-18T22:50:13.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,55.6,55.9,-6.2,1.0,55768.0,55768.0\n2024-11-18T22:51:13.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-6.1,1.0,55769.0,55769.0\n2024-11-18T22:52:13.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,57.0,57.4,-6.0,1.0,55770.0,55770.0\n2024-11-18T22:53:13.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,3.9,56.2,56.6,-6.4,1.0,55771.0,55771.0\n2024-11-18T22:54:13.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,56.7,57.0,-6.3,1.0,55772.0,55772.0\n2024-11-18T22:55:13.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.5,-6.2,1.0,55773.0,55773.0\n2024-11-18T22:56:13.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-6.1,1.0,55774.0,55774.0\n2024-11-18T22:57:13.000000+00:00,244.4,nan,50.0,0.5,nan,1.6,4.0,61.2,61.5,-6.3,1.0,55775.0,55775.0\n2024-11-18T22:58:14.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.7,56.0,56.3,-6.0,1.0,55776.0,55776.0\n2024-11-18T22:59:14.000000+00:00,244.4,nan,50.0,0.5,nan,1.5,4.5,56.2,56.5,-5.8,1.0,55777.0,55777.0\n2024-11-18T23:00:14.000000+00:00,244.5,nan,50.0,0.5,nan,1.5,4.1,56.7,57.0,-5.9,1.0,55778.0,55778.0\n2024-11-18T23:01:14.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-6.4,1.0,55779.0,55779.0\n2024-11-18T23:02:14.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,55.8,56.2,-6.4,1.0,55780.0,55780.0\n2024-11-18T23:03:14.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.2,56.6,56.9,-6.4,1.0,55781.0,55781.0\n2024-11-18T23:04:14.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,57.0,57.3,-6.0,1.0,55782.0,55782.0\n2024-11-18T23:05:14.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,57.1,57.4,-5.9,1.0,55782.0,55782.0\n2024-11-18T23:06:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-6.1,1.0,55783.0,55783.0\n2024-11-18T23:07:14.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.1,55.8,56.1,-6.2,1.0,55784.0,55784.0\n2024-11-18T23:08:14.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-5.9,1.0,55785.0,55785.0\n2024-11-18T23:09:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-6.3,1.0,55786.0,55786.0\n2024-11-18T23:10:14.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-6.4,1.0,55787.0,55787.0\n2024-11-18T23:11:14.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,56.4,56.7,-5.9,1.0,55788.0,55788.0\n2024-11-18T23:12:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.1,-6.2,1.0,55789.0,55789.0\n2024-11-18T23:13:14.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.9,56.0,56.3,-6.3,1.0,55790.0,55790.0\n2024-11-18T23:14:14.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-5.9,1.0,55791.0,55791.0\n2024-11-18T23:15:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.1,-6.1,1.0,55792.0,55792.0\n2024-11-18T23:16:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-6.3,1.0,55793.0,55793.0\n2024-11-18T23:17:14.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-6.1,1.0,55794.0,55794.0\n2024-11-18T23:18:14.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.1,57.7,58.0,-5.7,1.0,55795.0,55795.0\n2024-11-18T23:19:14.000000+00:00,244.6,nan,49.9,0.5,nan,1.6,4.1,63.3,63.6,-5.4,1.0,55796.0,55796.0\n2024-11-18T23:20:14.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.3,56.9,57.2,-5.9,1.0,55797.0,55797.0\n2024-11-18T23:21:14.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.9,1.0,55803.0,55803.0\n2024-11-18T23:22:14.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.2,1.0,55799.0,55799.0\n2024-11-18T23:23:14.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,55.9,56.2,-6.2,1.0,55799.0,55799.0\n2024-11-18T23:24:14.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.9,55.8,56.2,-6.2,1.0,55800.0,55800.0\n2024-11-18T23:25:14.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.6,-6.8,1.0,55801.0,55801.0\n2024-11-18T23:26:14.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.0,56.4,-6.6,1.0,55802.0,55802.0\n2024-11-18T23:27:14.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,3.9,56.0,56.5,-7.1,1.0,55803.0,55803.0\n2024-11-18T23:28:14.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,3.9,57.1,57.5,-6.8,1.0,55804.0,55804.0\n2024-11-18T23:29:14.000000+00:00,243.8,nan,50.0,0.5,nan,1.6,3.9,62.2,62.5,-6.1,1.0,55805.0,55805.0\n2024-11-18T23:30:14.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,56.2,56.5,-6.6,1.0,55806.0,55806.0\n2024-11-18T23:31:14.000000+00:00,243.4,nan,49.9,0.5,nan,1.6,4.1,62.3,62.6,-6.2,1.0,55807.0,55807.0\n2024-11-18T23:32:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.5,55.9,-6.8,1.0,55808.0,55808.0\n2024-11-18T23:33:14.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,56.1,56.5,-6.7,1.0,55809.0,55809.0\n2024-11-18T23:34:14.000000+00:00,243.4,nan,50.0,0.5,nan,1.6,4.0,63.1,63.4,-6.7,1.0,55810.0,55810.0\n2024-11-18T23:35:14.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,55.7,56.1,-6.8,1.0,55811.0,55811.0\n2024-11-18T23:36:14.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.9,1.0,55812.0,55812.0\n2024-11-18T23:37:14.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,55.8,56.2,-6.6,1.0,55813.0,55813.0\n2024-11-18T23:38:14.000000+00:00,243.5,nan,50.0,0.5,nan,1.5,3.9,60.1,60.4,-6.3,1.0,55814.0,55814.0\n2024-11-18T23:39:14.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,4.0,56.4,56.8,-6.6,1.0,55815.0,55815.0\n2024-11-18T23:40:14.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.0,56.1,56.5,-6.8,1.0,55816.0,55816.0\n2024-11-18T23:41:14.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,56.4,56.7,-6.5,1.0,55816.0,55816.0\n2024-11-18T23:42:14.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,4.0,56.9,57.2,-6.1,1.0,55817.0,55817.0\n2024-11-18T23:43:14.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,56.6,57.0,-6.4,1.0,55818.0,55818.0\n2024-11-18T23:44:14.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,56.4,56.7,-6.6,1.0,55819.0,55819.0\n2024-11-18T23:45:14.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.8,57.3,-7.1,1.0,55820.0,55820.0\n2024-11-18T23:46:14.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,55.7,56.1,-7.0,1.0,55821.0,55821.0\n2024-11-18T23:47:14.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.9,55.7,56.1,-6.8,1.0,55822.0,55822.0\n2024-11-18T23:48:14.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.1,57.5,58.0,-7.2,1.0,55823.0,55823.0\n2024-11-18T23:49:14.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,56.3,56.7,-7.3,1.0,55824.0,55824.0\n2024-11-18T23:50:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,56.1,56.5,-6.7,1.0,55825.0,55825.0\n2024-11-18T23:51:14.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,55.8,56.2,-7.0,1.0,55826.0,55826.0\n2024-11-18T23:52:14.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,3.9,56.5,56.8,-6.3,1.0,55827.0,55827.0\n2024-11-18T23:53:14.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,56.2,56.6,-6.4,1.0,55828.0,55828.0\n2024-11-18T23:54:14.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,3.9,56.5,56.9,-6.6,1.0,55829.0,55829.0\n2024-11-18T23:55:14.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.0,56.1,56.5,-6.7,1.0,55830.0,55830.0\n2024-11-18T23:56:14.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,56.3,56.7,-6.5,1.0,55831.0,55831.0\n2024-11-18T23:57:14.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,3.9,58.7,59.1,-7.0,1.0,55832.0,55832.0\n2024-11-18T23:58:14.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.9,55.9,56.3,-6.6,1.0,55832.0,55832.0\n2024-11-18T23:59:14.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,4.0,60.8,61.2,-6.8,1.0,55833.0,55833.0\n2024-11-19T00:00:14.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,3.9,62.3,62.8,-7.3,1.0,55834.0,55834.0\n2024-11-19T00:01:14.000000+00:00,243.0,nan,49.9,0.5,nan,1.6,4.0,62.4,62.6,-5.4,1.0,55835.0,55835.0\n2024-11-19T00:02:14.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.4,1.0,55836.0,55836.0\n2024-11-19T00:03:14.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-6.8,1.0,55837.0,55837.0\n2024-11-19T00:04:14.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,56.7,57.1,-6.7,1.0,55838.0,55838.0\n2024-11-19T00:05:14.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.7,56.1,-7.1,1.0,55839.0,55839.0\n2024-11-19T00:06:14.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.0,55.8,56.2,-6.9,1.0,55840.0,55840.0\n2024-11-19T00:07:14.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.0,57.8,58.2,-6.9,1.0,55841.0,55841.0\n2024-11-19T00:08:14.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,5.4,56.6,57.0,-6.8,1.0,55842.0,55842.0\n2024-11-19T00:09:14.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.3,55.9,56.4,-7.2,1.0,55843.0,55843.0\n2024-11-19T00:10:14.000000+00:00,243.1,nan,50.0,0.5,nan,1.6,4.0,62.4,62.8,-7.2,1.0,55844.0,55844.0\n2024-11-19T00:11:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,55.3,55.8,-7.1,1.0,55845.0,55845.0\n2024-11-19T00:12:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.7,55.5,-6.6,1.0,55846.0,55846.0\n2024-11-19T00:13:14.000000+00:00,243.3,nan,50.0,0.5,nan,1.6,3.9,62.6,63.0,-6.6,1.0,55847.0,55847.0\n2024-11-19T00:14:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.6,56.9,-6.4,1.0,55848.0,55848.0\n2024-11-19T00:15:14.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,56.9,57.2,-6.5,1.0,55849.0,55849.0\n2024-11-19T00:16:14.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,55.9,56.3,-6.4,1.0,55849.0,55849.0\n2024-11-19T00:17:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.8,1.0,55850.0,55850.0\n2024-11-19T00:18:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,57.2,57.6,-6.6,1.0,55851.0,55851.0\n2024-11-19T00:19:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,55.9,56.3,-6.6,1.0,55852.0,55852.0\n2024-11-19T00:20:14.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,55.2,55.6,-6.6,1.0,55853.0,55853.0\n2024-11-19T00:21:14.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.6,61.7,62.1,-7.2,1.0,55854.0,55854.0\n2024-11-19T00:22:14.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,56.4,56.7,-6.2,1.0,55855.0,55855.0\n2024-11-19T00:23:14.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.9,55.5,55.9,-6.4,1.0,55856.0,55856.0\n2024-11-19T00:24:14.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.3,1.0,55857.0,55857.0\n2024-11-19T00:25:14.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.6,1.0,55858.0,55858.0\n2024-11-19T00:26:14.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,3.9,56.5,56.8,-6.5,1.0,55859.0,55859.0\n2024-11-19T00:27:14.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.6,57.0,57.4,-6.5,1.0,55860.0,55860.0\n2024-11-19T00:28:14.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.4,56.8,-6.6,1.0,55861.0,55861.0\n2024-11-19T00:29:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,56.6,57.0,-6.9,1.0,55862.0,55862.0\n2024-11-19T00:30:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.7,1.0,55863.0,55863.0\n2024-11-19T00:31:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.5,55.9,-6.8,1.0,55864.0,55864.0\n2024-11-19T00:32:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.1,55.6,-6.9,1.0,55865.0,55865.0\n2024-11-19T00:33:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-7.1,1.0,55866.0,55866.0\n2024-11-19T00:34:14.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.3,55.8,-6.8,1.0,55866.0,55866.0\n2024-11-19T00:35:14.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.4,55.9,-6.9,1.0,55867.0,55867.0\n2024-11-19T00:36:14.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.9,1.0,55868.0,55868.0\n2024-11-19T00:37:14.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,56.8,57.1,-6.6,1.0,55869.0,55869.0\n2024-11-19T00:38:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,56.9,57.3,-6.8,1.0,55870.0,55870.0\n2024-11-19T00:39:15.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,55.9,56.3,-6.8,1.0,55871.0,55871.0\n2024-11-19T00:40:15.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.5,1.0,55872.0,55872.0\n2024-11-19T00:41:15.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,4.0,55.9,56.2,-6.4,1.0,55873.0,55873.0\n2024-11-19T00:42:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,55.6,56.0,-6.6,1.0,55874.0,55874.0\n2024-11-19T00:43:15.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,56.2,56.6,-6.7,1.0,55875.0,55875.0\n2024-11-19T00:44:15.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.9,1.0,55876.0,55876.0\n2024-11-19T00:45:15.000000+00:00,243.3,nan,49.9,0.5,nan,1.6,3.9,63.1,63.5,-6.8,1.0,55877.0,55877.0\n2024-11-19T00:46:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.7,57.2,-6.9,1.0,55878.0,55878.0\n2024-11-19T00:47:15.000000+00:00,243.2,nan,50.0,0.5,nan,1.6,3.9,63.8,64.2,-6.7,1.0,55879.0,55879.0\n2024-11-19T00:48:15.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.1,56.9,57.4,-7.2,1.0,55880.0,55880.0\n2024-11-19T00:49:15.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-6.3,1.0,55881.0,55881.0\n2024-11-19T00:50:15.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,3.9,56.9,57.3,-7.0,1.0,55882.0,55882.0\n2024-11-19T00:51:15.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,56.7,57.2,-7.1,1.0,55883.0,55883.0\n2024-11-19T00:52:15.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,3.9,57.2,57.6,-7.1,1.0,55883.0,55883.0\n2024-11-19T00:53:15.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.0,55.9,56.4,-7.1,1.0,55884.0,55884.0\n2024-11-19T00:54:15.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,55.8,56.2,-6.7,1.0,55885.0,55885.0\n2024-11-19T00:55:15.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,55.7,56.1,-6.7,1.0,55886.0,55886.0\n2024-11-19T00:56:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,55.8,56.2,-6.8,1.0,55887.0,55887.0\n2024-11-19T00:57:15.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,56.4,56.8,-6.8,1.0,55888.0,55888.0\n2024-11-19T00:58:15.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.8,55.7,56.1,-6.7,1.0,55889.0,55889.0\n2024-11-19T00:59:15.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.3,56.6,-6.4,1.0,55890.0,55890.0\n2024-11-19T01:00:15.000000+00:00,242.3,nan,49.9,0.4,nan,1.4,3.9,56.4,56.8,-6.6,1.0,55891.0,55891.0\n2024-11-19T01:01:15.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,4.0,55.9,56.3,-6.3,1.0,55892.0,55892.0\n2024-11-19T01:02:15.000000+00:00,242.1,nan,49.9,0.4,nan,1.4,3.9,56.4,56.7,-6.3,1.0,55893.0,55893.0\n2024-11-19T01:03:15.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,3.9,56.8,57.2,-6.9,1.0,55894.0,55894.0\n2024-11-19T01:04:15.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,4.3,55.9,56.3,-6.8,1.0,55895.0,55895.0\n2024-11-19T01:05:15.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.2,59.9,60.2,-6.2,1.0,55896.0,55896.0\n2024-11-19T01:06:15.000000+00:00,242.5,nan,49.9,0.4,nan,1.4,3.8,55.7,56.1,-6.6,1.0,55897.0,55897.0\n2024-11-19T01:07:15.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,5.2,58.4,58.8,-6.9,1.0,55898.0,55898.0\n2024-11-19T01:08:15.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,3.9,57.3,57.7,-7.1,1.0,55899.0,55899.0\n2024-11-19T01:09:15.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.7,1.0,55899.0,55899.0\n2024-11-19T01:10:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.8,55.8,56.3,-7.2,1.0,55900.0,55900.0\n2024-11-19T01:11:15.000000+00:00,242.7,nan,50.0,0.4,nan,1.4,3.9,56.5,56.8,-6.5,1.0,55901.0,55901.0\n2024-11-19T01:12:15.000000+00:00,242.8,nan,50.0,0.4,nan,1.4,4.2,56.8,57.2,-7.0,1.0,55902.0,55902.0\n2024-11-19T01:13:15.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,3.9,58.6,59.0,-6.7,1.0,55903.0,55903.0\n2024-11-19T01:14:15.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,3.9,56.4,56.8,-6.9,1.0,55904.0,55904.0\n2024-11-19T01:15:15.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,3.8,55.5,55.9,-6.6,1.0,55905.0,55905.0\n2024-11-19T01:16:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-7.0,1.0,55906.0,55906.0\n2024-11-19T01:17:15.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,3.8,62.4,62.9,-7.7,1.0,55907.0,55907.0\n2024-11-19T01:18:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,55.5,55.9,-7.3,1.0,55908.0,55908.0\n2024-11-19T01:19:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.2,56.3,56.7,-7.0,1.0,55909.0,55909.0\n2024-11-19T01:20:15.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,3.9,57.2,57.6,-7.0,1.0,55910.0,55910.0\n2024-11-19T01:21:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.3,57.0,57.4,-6.6,1.0,55911.0,55911.0\n2024-11-19T01:22:15.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,3.9,57.6,58.0,-7.0,1.0,55912.0,55912.0\n2024-11-19T01:23:15.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.2,56.0,56.4,-6.9,1.0,55913.0,55913.0\n2024-11-19T01:24:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.3,56.6,57.0,-7.0,1.0,55914.0,55914.0\n2024-11-19T01:25:15.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,55.5,55.9,-7.3,1.0,55915.0,55915.0\n2024-11-19T01:26:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,56.1,56.5,-6.8,1.0,55916.0,55916.0\n2024-11-19T01:27:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,56.2,56.6,-7.1,1.0,55916.0,55916.0\n2024-11-19T01:28:15.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,4.1,56.9,57.3,-7.1,1.0,55917.0,55917.0\n2024-11-19T01:29:15.000000+00:00,243.1,nan,50.0,0.5,nan,1.6,4.0,63.6,63.9,-6.6,1.0,55918.0,55918.0\n2024-11-19T01:30:15.000000+00:00,242.9,nan,49.9,0.5,nan,1.6,4.6,62.3,62.7,-6.9,1.0,55919.0,55919.0\n2024-11-19T01:31:15.000000+00:00,242.7,nan,49.9,0.5,nan,1.6,3.9,63.8,64.2,-6.4,1.0,55920.0,55920.0\n2024-11-19T01:32:15.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.5,56.5,56.9,-6.8,1.0,55921.0,55921.0\n2024-11-19T01:33:15.000000+00:00,242.2,nan,50.0,0.5,nan,1.4,4.0,56.0,56.4,-7.0,1.0,55922.0,55922.0\n2024-11-19T01:34:15.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.2,56.0,56.4,-6.5,1.0,55923.0,55923.0\n2024-11-19T01:35:15.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.5,56.5,56.8,-6.4,1.0,55924.0,55924.0\n2024-11-19T01:36:15.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.5,56.7,57.2,-6.9,1.0,55925.0,55925.0\n2024-11-19T01:37:15.000000+00:00,242.3,nan,49.9,0.5,nan,1.6,4.2,62.2,62.5,-6.3,1.0,55926.0,55926.0\n2024-11-19T01:38:15.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.7,1.0,55927.0,55927.0\n2024-11-19T01:39:15.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.6,1.0,55928.0,55928.0\n2024-11-19T01:40:15.000000+00:00,241.9,nan,50.0,0.5,nan,1.4,4.6,56.2,56.6,-6.8,1.0,55929.0,55929.0\n2024-11-19T01:41:15.000000+00:00,242.1,nan,50.0,0.5,nan,1.4,4.6,55.8,56.2,-6.7,1.0,55930.0,55930.0\n2024-11-19T01:42:15.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.2,56.3,56.6,-6.6,1.0,55931.0,55931.0\n2024-11-19T01:43:15.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.1,57.1,57.5,-6.7,1.0,55932.0,55932.0\n2024-11-19T01:44:15.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.4,57.6,57.9,-6.4,1.0,55933.0,55933.0\n2024-11-19T01:45:15.000000+00:00,242.2,nan,50.0,0.5,nan,1.4,4.2,56.1,56.5,-6.6,1.0,55934.0,55934.0\n2024-11-19T01:46:15.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.1,56.8,57.2,-6.9,1.0,55935.0,55935.0\n2024-11-19T01:47:15.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.0,61.0,61.4,-7.5,1.0,55936.0,55936.0\n2024-11-19T01:48:15.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.9,1.0,55936.0,55936.0\n2024-11-19T01:49:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,4.0,56.4,56.8,-7.0,1.0,55937.0,55937.0\n2024-11-19T01:50:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.8,55.8,56.3,-7.1,1.0,55938.0,55938.0\n2024-11-19T01:51:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,56.5,57.0,-7.2,1.0,55939.0,55939.0\n2024-11-19T01:52:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.8,56.2,56.7,-7.4,1.0,55940.0,55940.0\n2024-11-19T01:53:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.8,56.3,56.7,-6.8,1.0,55941.0,55941.0\n2024-11-19T01:54:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.8,56.4,56.9,-7.1,1.0,55942.0,55942.0\n2024-11-19T01:55:15.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,56.5,57.0,-7.2,1.0,55943.0,55943.0\n2024-11-19T01:56:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.8,56.3,-7.3,1.0,55944.0,55944.0\n2024-11-19T01:57:15.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.0,55.6,56.0,-6.7,1.0,55945.0,55945.0\n2024-11-19T01:58:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.3,3.8,55.5,56.0,-7.3,1.0,55946.0,55946.0\n2024-11-19T01:59:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-7.1,1.0,55947.0,55947.0\n2024-11-19T02:00:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.8,55.7,56.2,-6.9,1.0,55948.0,55948.0\n2024-11-19T02:01:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.7,56.2,56.7,-7.6,1.0,55949.0,55949.0\n2024-11-19T02:02:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.4,56.9,-7.2,1.0,55950.0,55950.0\n2024-11-19T02:03:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-7.1,1.0,55951.0,55951.0\n2024-11-19T02:04:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,56.2,56.7,-7.4,1.0,55952.0,55952.0\n2024-11-19T02:05:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.8,56.4,56.8,-7.4,1.0,55953.0,55953.0\n2024-11-19T02:06:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,3.9,56.1,56.6,-7.3,1.0,55953.0,55953.0\n2024-11-19T02:07:15.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,4.0,56.2,56.7,-7.3,1.0,55954.0,55954.0\n2024-11-19T02:08:15.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-6.3,1.0,55955.0,55955.0\n2024-11-19T02:09:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,56.4,56.9,-7.2,1.0,55956.0,55956.0\n2024-11-19T02:10:15.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.6,55.9,56.4,-7.4,1.0,55957.0,55957.0\n2024-11-19T02:11:15.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.3,57.5,58.0,-7.0,1.0,55958.0,55958.0\n2024-11-19T02:12:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,57.9,58.3,-7.1,1.0,55959.0,55959.0\n2024-11-19T02:13:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.2,56.3,56.7,-6.8,1.0,55960.0,55960.0\n2024-11-19T02:14:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,57.3,57.7,-6.8,1.0,55961.0,55961.0\n2024-11-19T02:15:15.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.8,56.1,56.6,-7.2,1.0,55962.0,55962.0\n2024-11-19T02:16:15.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.8,56.4,56.8,-7.2,1.0,55963.0,55963.0\n2024-11-19T02:17:15.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,55.8,56.3,-7.1,1.0,55964.0,55964.0\n2024-11-19T02:18:15.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,3.9,56.9,57.3,-7.0,1.0,55965.0,55965.0\n2024-11-19T02:19:15.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.8,56.0,56.5,-7.1,1.0,55966.0,55966.0\n2024-11-19T02:20:15.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.2,56.6,-7.3,1.0,55967.0,55967.0\n2024-11-19T02:21:15.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,57.4,57.9,-7.2,1.0,55968.0,55968.0\n2024-11-19T02:22:16.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.8,57.1,57.6,-7.4,1.0,55969.0,55969.0\n2024-11-19T02:23:16.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.8,55.9,56.4,-7.2,1.0,55970.0,55970.0\n2024-11-19T02:24:16.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.8,56.3,56.7,-7.2,1.0,55971.0,55971.0\n2024-11-19T02:25:16.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.8,55.6,56.0,-7.1,1.0,55971.0,55971.0\n2024-11-19T02:26:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.8,55.9,56.3,-6.9,1.0,55972.0,55972.0\n2024-11-19T02:27:16.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,4.0,56.1,56.5,-7.0,1.0,55973.0,55973.0\n2024-11-19T02:28:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,55.4,55.8,-6.8,1.0,55974.0,55974.0\n2024-11-19T02:29:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.9,1.0,55975.0,55975.0\n2024-11-19T02:30:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,57.0,57.4,-6.7,1.0,55976.0,55976.0\n2024-11-19T02:31:16.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,3.8,56.1,56.5,-6.5,1.0,55977.0,55977.0\n2024-11-19T02:32:16.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.8,56.9,57.3,-7.2,1.0,55978.0,55978.0\n2024-11-19T02:33:16.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.8,55.8,56.2,-7.0,1.0,55979.0,55979.0\n2024-11-19T02:34:16.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.9,55.9,56.4,-7.1,1.0,55980.0,55980.0\n2024-11-19T02:35:16.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.9,56.6,57.0,-7.0,1.0,55981.0,55981.0\n2024-11-19T02:36:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,55.9,56.4,-7.1,1.0,55982.0,55982.0\n2024-11-19T02:37:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-7.2,1.0,55983.0,55983.0\n2024-11-19T02:38:16.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,55.9,56.4,-7.2,1.0,55984.0,55984.0\n2024-11-19T02:39:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.9,1.0,55985.0,55985.0\n2024-11-19T02:40:16.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.1,56.4,56.8,-6.7,1.0,55986.0,55986.0\n2024-11-19T02:41:16.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,56.2,56.6,-7.2,1.0,55987.0,55987.0\n2024-11-19T02:42:16.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,4.0,56.4,56.8,-7.0,1.0,55988.0,55988.0\n2024-11-19T02:43:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,56.7,57.1,-6.9,1.0,55989.0,55989.0\n2024-11-19T02:44:16.000000+00:00,243.0,nan,49.9,0.5,nan,1.6,3.9,62.8,63.2,-6.4,1.0,55989.0,55989.0\n2024-11-19T02:45:16.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.5,56.3,56.7,-6.8,1.0,55990.0,55990.0\n2024-11-19T02:46:16.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.8,1.0,55991.0,55991.0\n2024-11-19T02:47:16.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.8,56.1,56.5,-6.9,1.0,55992.0,55992.0\n2024-11-19T02:48:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.8,1.0,55993.0,55993.0\n2024-11-19T02:49:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.8,56.0,56.5,-7.6,1.0,55994.0,55994.0\n2024-11-19T02:50:16.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,55.8,56.6,-7.2,1.0,56000.0,56000.0\n2024-11-19T02:51:16.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,56.2,56.5,-6.3,1.0,55996.0,55996.0\n2024-11-19T02:52:16.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.8,1.0,55997.0,55997.0\n2024-11-19T02:53:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.8,55.7,56.1,-6.8,1.0,55998.0,55998.0\n2024-11-19T02:54:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.3,56.7,-6.7,1.0,55999.0,55999.0\n2024-11-19T02:55:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,56.1,56.5,-7.1,1.0,56000.0,56000.0\n2024-11-19T02:56:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.3,55.8,56.3,-7.0,1.0,56001.0,56001.0\n2024-11-19T02:57:16.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.8,57.9,58.3,-7.0,1.0,56002.0,56002.0\n2024-11-19T02:58:16.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,3.9,62.5,62.9,-6.8,1.0,56003.0,56003.0\n2024-11-19T02:59:16.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.8,55.6,56.0,-7.3,1.0,56004.0,56004.0\n2024-11-19T03:00:16.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.8,56.1,56.6,-7.1,1.0,56005.0,56005.0\n2024-11-19T03:01:16.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.8,56.0,56.4,-7.4,1.0,56006.0,56006.0\n2024-11-19T03:02:16.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.8,55.3,55.8,-7.2,1.0,56007.0,56007.0\n2024-11-19T03:03:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,56.5,56.9,-6.7,1.0,56007.0,56007.0\n2024-11-19T03:04:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.8,56.1,56.5,-7.1,1.0,56008.0,56008.0\n2024-11-19T03:05:16.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,56.0,56.4,-6.7,1.0,56009.0,56009.0\n2024-11-19T03:06:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.4,56.8,-6.6,1.0,56010.0,56010.0\n2024-11-19T03:07:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.3,56.1,56.6,-6.9,1.0,56011.0,56011.0\n2024-11-19T03:08:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.7,1.0,56012.0,56012.0\n2024-11-19T03:09:16.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.8,1.0,56013.0,56013.0\n2024-11-19T03:10:16.000000+00:00,242.9,nan,49.9,0.5,nan,1.6,4.1,61.9,62.3,-7.0,1.0,56014.0,56014.0\n2024-11-19T03:11:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,55.6,56.0,-6.7,1.0,56015.0,56015.0\n2024-11-19T03:12:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.2,55.7,56.1,-6.7,1.0,56016.0,56016.0\n2024-11-19T03:13:16.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.4,56.8,-6.4,1.0,56017.0,56017.0\n2024-11-19T03:14:16.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,56.4,56.8,-6.9,1.0,56018.0,56018.0\n2024-11-19T03:15:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,56.7,57.1,-6.8,1.0,56019.0,56019.0\n2024-11-19T03:16:16.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,3.8,62.8,63.2,-6.8,1.0,56020.0,56020.0\n2024-11-19T03:17:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.8,56.6,57.0,-6.6,1.0,56021.0,56021.0\n2024-11-19T03:18:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-7.0,1.0,56022.0,56022.0\n2024-11-19T03:19:16.000000+00:00,243.3,nan,50.0,0.4,nan,1.3,3.8,55.8,56.3,-7.2,1.0,56023.0,56023.0\n2024-11-19T03:20:16.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,3.9,60.7,61.1,-7.1,1.0,56024.0,56024.0\n2024-11-19T03:21:16.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.7,1.0,56025.0,56025.0\n2024-11-19T03:22:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.2,55.6,56.0,-6.7,1.0,56025.0,56025.0\n2024-11-19T03:23:16.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,55.9,56.3,-7.0,1.0,56026.0,56026.0\n2024-11-19T03:24:16.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.2,60.5,60.9,-7.5,1.0,56027.0,56027.0\n2024-11-19T03:25:16.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,3.9,61.7,62.1,-6.7,1.0,56028.0,56028.0\n2024-11-19T03:26:16.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,3.9,61.8,62.1,-6.0,1.0,56029.0,56029.0\n2024-11-19T03:27:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.0,56.5,-6.9,1.0,56030.0,56030.0\n2024-11-19T03:28:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.8,1.0,56031.0,56031.0\n2024-11-19T03:29:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.7,57.1,-6.8,1.0,56032.0,56032.0\n2024-11-19T03:30:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.5,56.1,56.5,-6.6,1.0,56033.0,56033.0\n2024-11-19T03:31:16.000000+00:00,243.4,nan,49.9,0.5,nan,1.6,4.0,62.0,62.3,-6.2,1.0,56034.0,56034.0\n2024-11-19T03:32:16.000000+00:00,243.5,nan,50.0,0.5,nan,1.5,4.2,59.7,60.0,-6.5,1.0,56035.0,56035.0\n2024-11-19T03:33:16.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,3.9,62.5,62.9,-7.2,1.0,56036.0,56036.0\n2024-11-19T03:34:16.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,3.9,61.0,61.3,-6.5,1.0,56037.0,56037.0\n2024-11-19T03:35:16.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,3.8,56.3,56.7,-7.0,1.0,56038.0,56038.0\n2024-11-19T03:36:16.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-7.1,1.0,56039.0,56039.0\n2024-11-19T03:37:16.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.9,55.7,56.2,-6.9,1.0,56040.0,56040.0\n2024-11-19T03:38:16.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,4.3,55.4,55.9,-6.8,1.0,56041.0,56041.0\n2024-11-19T03:39:16.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.1,62.8,63.2,-7.5,1.0,56042.0,56042.0\n2024-11-19T03:40:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,56.2,56.6,-6.5,1.0,56042.0,56042.0\n2024-11-19T03:41:16.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.3,56.4,60.4,-6.4,1.0,56043.0,56047.0\n2024-11-19T03:42:16.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,3.8,62.0,62.4,-6.7,1.0,56044.0,56044.0\n2024-11-19T03:43:16.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,3.9,61.8,62.2,-6.3,1.0,56045.0,56045.0\n2024-11-19T03:44:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,55.6,56.0,-7.0,1.0,56046.0,56046.0\n2024-11-19T03:45:16.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,3.7,62.3,62.7,-6.4,1.0,56047.0,56047.0\n2024-11-19T03:46:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,56.7,57.1,-6.9,1.0,56053.0,56053.0\n2024-11-19T03:47:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.7,56.1,56.5,-6.6,1.0,56049.0,56049.0\n2024-11-19T03:48:16.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.2,55.8,56.2,-6.7,1.0,56050.0,56050.0\n2024-11-19T03:49:16.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,4.1,56.9,57.3,-6.8,1.0,56051.0,56051.0\n2024-11-19T03:50:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.1,56.4,56.7,-6.6,1.0,56052.0,56052.0\n2024-11-19T03:51:16.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,3.9,56.5,56.9,-6.4,1.0,56053.0,56053.0\n2024-11-19T03:52:16.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.3,62.5,62.9,-7.6,1.0,56054.0,56054.0\n2024-11-19T03:53:16.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,3.8,62.5,62.9,-7.0,1.0,56055.0,56055.0\n2024-11-19T03:54:16.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,3.8,59.7,60.2,-7.6,1.0,56056.0,56056.0\n2024-11-19T03:55:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.3,3.8,55.3,55.7,-7.1,1.0,56057.0,56057.0\n2024-11-19T03:56:16.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,56.2,56.7,-6.9,1.0,56058.0,56058.0\n2024-11-19T03:57:16.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.6,1.0,56059.0,56059.0\n2024-11-19T03:58:16.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.0,61.7,62.0,-6.3,1.0,56060.0,56060.0\n2024-11-19T03:59:16.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.9,56.7,57.1,-6.3,1.0,56060.0,56060.0\n2024-11-19T04:00:16.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.8,56.0,56.4,-6.7,1.0,56061.0,56061.0\n2024-11-19T04:01:16.000000+00:00,243.1,nan,50.0,0.5,nan,1.6,3.8,63.2,63.4,-5.9,1.0,56062.0,56062.0\n2024-11-19T04:02:17.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,3.8,56.6,57.0,-7.0,1.0,56063.0,56063.0\n2024-11-19T04:03:17.000000+00:00,242.8,nan,50.0,0.4,nan,1.4,3.9,56.4,56.7,-6.6,1.0,56064.0,56064.0\n2024-11-19T04:04:17.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,4.0,56.0,56.3,-6.1,1.0,56065.0,56065.0\n2024-11-19T04:05:17.000000+00:00,242.6,nan,50.0,0.5,nan,1.5,4.4,59.0,59.3,-5.8,1.0,56066.0,56066.0\n2024-11-19T04:06:17.000000+00:00,242.6,nan,50.0,0.4,nan,1.4,3.9,56.5,56.9,-6.5,1.0,56067.0,56067.0\n2024-11-19T04:07:17.000000+00:00,242.6,nan,50.0,0.4,nan,1.4,4.2,56.4,56.7,-6.4,1.0,56068.0,56068.0\n2024-11-19T04:08:17.000000+00:00,241.4,nan,50.0,0.4,nan,1.4,4.1,56.2,56.7,-7.2,1.0,56069.0,56069.0\n2024-11-19T04:09:17.000000+00:00,241.3,nan,50.0,0.4,nan,1.4,4.1,56.0,56.5,-7.4,1.0,56070.0,56070.0\n2024-11-19T04:10:17.000000+00:00,241.3,nan,50.0,0.4,nan,1.4,3.9,55.8,56.3,-7.4,1.0,56071.0,56071.0\n2024-11-19T04:11:17.000000+00:00,241.5,nan,49.9,0.5,nan,1.5,3.9,61.6,62.0,-6.9,1.0,56072.0,56072.0\n2024-11-19T04:12:17.000000+00:00,241.4,nan,49.9,0.5,nan,1.5,3.8,60.1,60.6,-7.8,1.0,56073.0,56073.0\n2024-11-19T04:13:17.000000+00:00,241.7,nan,49.9,0.4,nan,1.4,3.9,56.0,56.5,-7.3,1.0,56074.0,56074.0\n2024-11-19T04:14:17.000000+00:00,241.6,nan,50.0,0.5,nan,1.4,4.0,56.7,57.1,-6.3,1.0,56075.0,56075.0\n2024-11-19T04:15:17.000000+00:00,241.8,nan,50.0,0.5,nan,1.4,4.0,56.9,57.3,-6.8,1.0,56076.0,56076.0\n2024-11-19T04:16:17.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.0,56.7,57.2,-7.1,1.0,56077.0,56077.0\n2024-11-19T04:17:17.000000+00:00,241.2,nan,49.9,0.5,nan,1.6,4.7,60.9,61.2,-6.1,1.0,56078.0,56078.0\n2024-11-19T04:18:17.000000+00:00,241.1,nan,49.9,0.5,nan,1.6,4.5,61.9,62.3,-7.1,1.0,56078.0,56078.0\n2024-11-19T04:19:17.000000+00:00,241.0,nan,50.0,0.5,nan,1.6,4.4,62.2,62.5,-5.8,1.0,56079.0,56079.0\n2024-11-19T04:20:17.000000+00:00,241.0,nan,50.0,0.5,nan,1.5,4.2,58.0,58.3,-6.5,1.0,56080.0,56080.0\n2024-11-19T04:21:17.000000+00:00,241.1,nan,49.9,0.5,nan,1.4,4.4,55.5,55.9,-6.4,1.0,56081.0,56081.0\n2024-11-19T04:22:17.000000+00:00,241.0,nan,50.0,0.5,nan,1.4,4.4,55.4,55.7,-6.6,1.0,56082.0,56082.0\n2024-11-19T04:23:17.000000+00:00,240.7,nan,50.0,0.5,nan,1.4,4.1,55.2,55.7,-6.9,1.0,56083.0,56083.0\n2024-11-19T04:24:17.000000+00:00,240.5,nan,49.9,0.5,nan,1.6,4.5,61.0,61.4,-7.5,1.0,56084.0,56084.0\n2024-11-19T04:25:17.000000+00:00,240.4,nan,50.0,0.5,nan,1.4,4.0,55.8,56.3,-6.7,1.0,56085.0,56085.0\n2024-11-19T04:26:17.000000+00:00,240.4,nan,49.9,0.5,nan,1.5,4.1,56.9,57.3,-6.7,1.0,56086.0,56086.0\n2024-11-19T04:27:17.000000+00:00,240.8,nan,49.9,0.5,nan,1.5,4.5,56.3,56.7,-6.3,1.0,56087.0,56087.0\n2024-11-19T04:28:17.000000+00:00,240.9,nan,49.9,0.5,nan,1.6,4.2,62.4,62.6,-5.5,1.0,56088.0,56088.0\n2024-11-19T04:29:17.000000+00:00,241.0,nan,50.0,0.5,nan,1.5,4.1,58.4,58.7,-6.2,1.0,56089.0,56089.0\n2024-11-19T04:30:17.000000+00:00,240.7,nan,49.9,0.5,nan,1.5,4.5,56.4,56.8,-6.7,1.0,56090.0,56090.0\n2024-11-19T04:31:17.000000+00:00,240.7,nan,49.9,0.5,nan,1.5,4.8,56.6,57.0,-6.5,1.0,56091.0,56091.0\n2024-11-19T04:32:17.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.6,55.6,56.0,-6.7,1.0,56092.0,56092.0\n2024-11-19T04:33:17.000000+00:00,244.0,nan,49.9,0.5,nan,1.6,4.2,61.1,61.5,-6.5,1.0,56093.0,56093.0\n2024-11-19T04:34:17.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.7,56.6,57.0,-6.3,1.0,56094.0,56094.0\n2024-11-19T04:35:17.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.7,56.1,56.4,-6.1,1.0,56095.0,56095.0\n2024-11-19T04:36:17.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.6,58.0,58.4,-6.6,1.0,56096.0,56096.0\n2024-11-19T04:37:17.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.6,56.5,56.9,-6.3,1.0,56097.0,56097.0\n2024-11-19T04:38:17.000000+00:00,244.3,nan,49.9,0.5,nan,1.6,4.1,62.8,63.1,-6.2,1.0,56097.0,56097.0\n2024-11-19T04:39:17.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.1,56.1,56.4,-6.5,1.0,56098.0,56098.0\n2024-11-19T04:40:17.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.8,57.4,57.8,-6.5,1.0,56099.0,56099.0\n2024-11-19T04:41:17.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.1,56.9,57.2,-6.3,1.0,56100.0,56100.0\n2024-11-19T04:42:17.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.4,56.7,57.2,-6.9,1.0,56101.0,56101.0\n2024-11-19T04:43:17.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.4,55.7,56.1,-6.3,1.0,56102.0,56102.0\n2024-11-19T04:44:17.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,56.0,56.4,-6.3,1.0,56103.0,56103.0\n2024-11-19T04:45:17.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.2,56.2,56.6,-6.4,1.0,56104.0,56104.0\n2024-11-19T04:46:17.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.0,57.1,57.5,-6.9,1.0,56105.0,56105.0\n2024-11-19T04:47:17.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,55.9,56.3,-6.5,1.0,56106.0,56106.0\n2024-11-19T04:48:17.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.0,56.2,56.6,-6.9,1.0,56107.0,56107.0\n2024-11-19T04:49:17.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.3,56.7,57.1,-6.9,1.0,56108.0,56108.0\n2024-11-19T04:50:17.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.9,57.1,57.6,-7.1,1.0,56109.0,56109.0\n2024-11-19T04:51:17.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.5,56.7,57.1,-7.0,1.0,56110.0,56110.0\n2024-11-19T04:52:17.000000+00:00,245.2,nan,49.9,0.5,nan,1.6,4.5,62.3,62.7,-6.8,1.0,56111.0,56111.0\n2024-11-19T04:53:17.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,3.9,58.4,58.8,-6.9,1.0,56112.0,56112.0\n2024-11-19T04:54:17.000000+00:00,245.2,nan,50.0,0.4,nan,1.4,3.8,55.9,56.3,-6.4,1.0,56113.0,56113.0\n2024-11-19T04:55:17.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.8,56.2,56.6,-6.6,1.0,56114.0,56114.0\n2024-11-19T04:56:17.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,55.7,56.1,-6.7,1.0,56115.0,56115.0\n2024-11-19T04:57:17.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,3.9,56.5,57.0,-6.9,1.0,56116.0,56116.0\n2024-11-19T04:58:17.000000+00:00,245.6,nan,49.9,0.5,nan,1.6,4.4,62.8,63.1,-6.8,1.0,56117.0,56117.0\n2024-11-19T04:59:17.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.7,57.2,-7.1,1.0,56117.0,56117.0\n2024-11-19T05:00:17.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,5.9,56.3,56.8,-7.1,1.0,56118.0,56118.0\n2024-11-19T05:01:17.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.6,57.0,-6.9,1.0,56119.0,56119.0\n2024-11-19T05:02:17.000000+00:00,245.4,nan,50.1,0.5,nan,1.4,4.0,56.1,56.5,-6.9,1.0,56120.0,56120.0\n2024-11-19T05:03:17.000000+00:00,245.3,nan,50.1,0.5,nan,1.4,3.9,56.9,57.3,-6.9,1.0,56121.0,56121.0\n2024-11-19T05:04:17.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.1,56.7,57.2,-7.0,1.0,56122.0,56122.0\n2024-11-19T05:05:17.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,56.4,56.8,-7.1,1.0,56123.0,56123.0\n2024-11-19T05:06:17.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,57.2,57.6,-6.7,1.0,56124.0,56124.0\n2024-11-19T05:07:17.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.7,56.2,56.5,-6.5,1.0,56125.0,56125.0\n2024-11-19T05:08:17.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.5,62.1,62.4,-5.9,1.0,56126.0,56126.0\n2024-11-19T05:09:17.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,3.9,59.7,59.9,-5.7,1.0,56127.0,56127.0\n2024-11-19T05:10:17.000000+00:00,245.4,nan,49.9,0.5,nan,1.6,4.2,62.9,63.2,-6.3,1.0,56128.0,56128.0\n2024-11-19T05:11:17.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.2,59.7,60.0,-6.1,1.0,56129.0,56129.0\n2024-11-19T05:12:17.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,57.3,57.6,-6.1,1.0,56130.0,56130.0\n2024-11-19T05:13:17.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.4,57.0,57.3,-6.4,1.0,56131.0,56131.0\n2024-11-19T05:14:17.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.5,55.9,-6.6,1.0,56132.0,56132.0\n2024-11-19T05:15:17.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-6.3,1.0,56133.0,56133.0\n2024-11-19T05:16:17.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.5,55.8,56.1,-6.3,1.0,56134.0,56134.0\n2024-11-19T05:17:17.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-6.0,1.0,56135.0,56135.0\n2024-11-19T05:18:17.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.5,59.3,59.7,-6.5,1.0,56136.0,56136.0\n2024-11-19T05:19:17.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.3,56.3,56.7,-6.4,1.0,56136.0,56136.0\n2024-11-19T05:20:17.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.5,57.7,58.0,-5.7,1.0,56137.0,56137.0\n2024-11-19T05:21:17.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,55.7,56.0,-6.1,1.0,56138.0,56138.0\n2024-11-19T05:22:17.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.1,56.8,57.1,-6.2,1.0,56139.0,56139.0\n2024-11-19T05:23:17.000000+00:00,244.9,nan,49.9,0.5,nan,1.6,4.1,62.7,62.9,-5.3,1.0,56140.0,56140.0\n2024-11-19T05:24:17.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.2,56.5,56.8,-6.3,1.0,56141.0,56141.0\n2024-11-19T05:25:17.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.3,55.4,55.8,-6.2,1.0,56142.0,56142.0\n2024-11-19T05:26:17.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.2,56.0,56.4,-6.3,1.0,56143.0,56143.0\n2024-11-19T05:27:17.000000+00:00,244.8,nan,49.9,0.5,nan,1.6,4.2,62.0,62.3,-6.0,1.0,56144.0,56144.0\n2024-11-19T05:28:17.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.3,58.0,57.7,-6.0,1.0,56145.0,56145.0\n2024-11-19T05:29:17.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.2,57.0,57.4,-6.1,1.0,56146.0,56146.0\n2024-11-19T05:30:17.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.3,56.6,56.9,-5.6,1.0,56147.0,56147.0\n2024-11-19T05:31:17.000000+00:00,244.5,nan,50.0,0.5,nan,1.5,4.2,55.9,56.2,-5.9,1.0,56148.0,56148.0\n2024-11-19T05:32:17.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.2,56.0,56.3,-6.2,1.0,56149.0,56149.0\n2024-11-19T05:33:17.000000+00:00,244.3,nan,50.0,0.5,nan,1.5,4.5,56.8,57.1,-6.3,1.0,56155.0,56155.0\n2024-11-19T05:34:17.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.6,55.9,56.2,-6.2,1.0,56151.0,56151.0\n2024-11-19T05:35:17.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.3,57.0,57.3,-6.3,1.0,56152.0,56152.0\n2024-11-19T05:36:17.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.1,57.7,57.9,-5.7,1.0,56153.0,56153.0\n2024-11-19T05:37:17.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.6,56.9,57.2,-5.9,1.0,56154.0,56154.0\n2024-11-19T05:38:17.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.3,55.9,56.2,-5.7,1.0,56155.0,56155.0\n2024-11-19T05:39:17.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.2,55.6,56.0,-6.0,1.0,56155.0,56155.0\n2024-11-19T05:40:17.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,56.6,56.9,-5.7,1.0,56156.0,56156.0\n2024-11-19T05:41:17.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,56.7,56.9,-5.7,1.0,56157.0,56157.0\n2024-11-19T05:42:17.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.1,55.7,56.0,-5.9,1.0,56158.0,56158.0\n2024-11-19T05:43:18.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.1,59.3,59.6,-5.7,1.0,56159.0,56159.0\n2024-11-19T05:44:18.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.5,55.7,56.1,-6.2,1.0,56160.0,56160.0\n2024-11-19T05:45:18.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,3.9,56.3,56.6,-6.0,1.0,56161.0,56161.0\n2024-11-19T05:46:18.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.7,57.1,-6.2,1.0,56162.0,56162.0\n2024-11-19T05:47:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.0,57.4,57.8,-6.4,1.0,56163.0,56163.0\n2024-11-19T05:48:18.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.8,1.0,56164.0,56164.0\n2024-11-19T05:49:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,57.2,57.5,-5.8,1.0,56165.0,56165.0\n2024-11-19T05:50:18.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.4,56.1,56.4,-5.9,1.0,56166.0,56166.0\n2024-11-19T05:51:18.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.1,55.6,55.9,-5.8,1.0,56167.0,56167.0\n2024-11-19T05:52:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.4,55.7,56.0,-5.5,1.0,56168.0,56168.0\n2024-11-19T05:53:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.0,56.7,57.3,-5.7,1.0,56169.0,56169.0\n2024-11-19T05:54:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.4,56.0,56.3,-5.4,1.0,56170.0,56170.0\n2024-11-19T05:55:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,3.9,56.1,56.4,-5.4,1.0,56171.0,56171.0\n2024-11-19T05:56:18.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.4,1.0,56172.0,56172.0\n2024-11-19T05:57:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.4,1.0,56173.0,56173.0\n2024-11-19T05:58:18.000000+00:00,244.4,nan,50.0,0.4,nan,1.4,4.0,55.9,56.1,-5.3,1.0,56174.0,56174.0\n2024-11-19T05:59:18.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.6,55.6,55.9,-5.7,1.0,56175.0,56175.0\n2024-11-19T06:00:18.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,56.4,56.7,-5.7,1.0,56175.0,56175.0\n2024-11-19T06:01:18.000000+00:00,244.7,nan,50.0,0.5,nan,1.6,4.5,61.2,61.4,-4.9,1.0,56176.0,56176.0\n2024-11-19T06:02:18.000000+00:00,244.7,nan,50.1,0.5,nan,1.4,4.0,56.2,56.4,-5.4,1.0,56177.0,56177.0\n2024-11-19T06:03:18.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.8,55.8,56.1,-5.5,1.0,56178.0,56178.0\n2024-11-19T06:04:18.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,56.3,56.6,-5.4,1.0,56179.0,56179.0\n2024-11-19T06:05:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-5.5,1.0,56180.0,56180.0\n2024-11-19T06:06:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.7,56.2,56.5,-5.4,1.0,56181.0,56181.0\n2024-11-19T06:07:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-5.4,1.0,56182.0,56182.0\n2024-11-19T06:08:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,57.3,57.6,-5.6,1.0,56183.0,56183.0\n2024-11-19T06:09:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.4,1.0,56184.0,56184.0\n2024-11-19T06:10:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,3.9,56.9,57.2,-6.1,1.0,56185.0,56185.0\n2024-11-19T06:11:18.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,3.8,58.6,58.9,-6.0,1.0,56186.0,56186.0\n2024-11-19T06:12:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.2,56.6,-6.1,1.0,56187.0,56187.0\n2024-11-19T06:13:18.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-6.1,1.0,56188.0,56188.0\n2024-11-19T06:14:18.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.7,1.0,56189.0,56189.0\n2024-11-19T06:15:18.000000+00:00,244.4,nan,50.0,0.4,nan,1.4,3.9,56.0,56.3,-5.4,1.0,56190.0,56190.0\n2024-11-19T06:16:18.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,3.9,56.4,56.6,-5.5,1.0,56191.0,56191.0\n2024-11-19T06:17:18.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.4,57.3,57.5,-5.4,1.0,56192.0,56192.0\n2024-11-19T06:18:18.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,56.8,57.1,-5.9,1.0,56193.0,56193.0\n2024-11-19T06:19:18.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-6.2,1.0,56194.0,56194.0\n2024-11-19T06:20:18.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.1,56.5,56.8,-5.9,1.0,56194.0,56194.0\n2024-11-19T06:21:18.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.0,57.8,58.0,-5.3,1.0,56195.0,56195.0\n2024-11-19T06:22:18.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.9,1.0,56196.0,56196.0\n2024-11-19T06:23:18.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.4,1.0,56197.0,56197.0\n2024-11-19T06:24:18.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,3.9,57.1,57.4,-6.2,1.0,56198.0,56198.0\n2024-11-19T06:25:18.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,3.9,55.9,56.2,-5.8,1.0,56199.0,56199.0\n2024-11-19T06:26:18.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.3,56.6,-5.6,1.0,56200.0,56200.0\n2024-11-19T06:27:18.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-5.8,1.0,56201.0,56201.0\n2024-11-19T06:28:18.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,57.3,57.6,-5.7,1.0,56202.0,56202.0\n2024-11-19T06:29:18.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.1,56.1,56.4,-6.0,1.0,56203.0,56203.0\n2024-11-19T06:30:18.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.1,57.0,57.3,-5.5,1.0,56204.0,56204.0\n2024-11-19T06:31:18.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-5.6,1.0,56205.0,56205.0\n2024-11-19T06:32:18.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-6.0,1.0,56206.0,56206.0\n2024-11-19T06:33:18.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,56.4,56.6,-5.4,1.0,56207.0,56207.0\n2024-11-19T06:34:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,56.6,56.9,-5.2,1.0,56208.0,56208.0\n2024-11-19T06:35:18.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.1,56.1,56.3,-5.2,1.0,56209.0,56209.0\n2024-11-19T06:36:18.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.8,54.9,55.2,-5.2,1.0,56210.0,56210.0\n2024-11-19T06:37:18.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.3,56.2,56.4,-5.0,1.0,56211.0,56211.0\n2024-11-19T06:38:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.1,56.1,56.3,-5.4,1.0,56212.0,56212.0\n2024-11-19T06:39:18.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.5,56.6,56.9,-5.7,1.0,56213.0,56213.0\n2024-11-19T06:40:18.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.2,56.2,56.5,-5.7,1.0,56213.0,56213.0\n2024-11-19T06:41:18.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.2,56.8,57.1,-5.6,1.0,56214.0,56214.0\n2024-11-19T06:42:18.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.2,56.6,56.9,-5.7,1.0,56215.0,56215.0\n2024-11-19T06:43:18.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.2,55.8,56.1,-5.7,1.0,56216.0,56216.0\n2024-11-19T06:44:18.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.2,56.1,56.3,-5.4,1.0,56217.0,56217.0\n2024-11-19T06:45:18.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.2,56.3,56.6,-5.6,1.0,56218.0,56218.0\n2024-11-19T06:46:18.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.2,56.1,56.4,-5.4,1.0,56219.0,56219.0\n2024-11-19T06:47:18.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.4,56.5,56.7,-5.4,1.0,56220.0,56220.0\n2024-11-19T06:48:18.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.6,56.7,56.9,-5.5,1.0,56221.0,56221.0\n2024-11-19T06:49:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,56.0,56.3,-5.6,1.0,56222.0,56222.0\n2024-11-19T06:50:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,55.7,56.0,-5.2,1.0,56223.0,56223.0\n2024-11-19T06:51:18.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.1,56.6,56.8,-5.0,1.0,56224.0,56224.0\n2024-11-19T06:52:18.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-5.5,1.0,56225.0,56225.0\n2024-11-19T06:53:18.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-5.2,1.0,56226.0,56226.0\n2024-11-19T06:54:18.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-5.0,1.0,56227.0,56227.0\n2024-11-19T06:55:18.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.5,56.6,56.8,-5.1,1.0,56228.0,56228.0\n2024-11-19T06:56:18.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,4.0,56.1,56.4,-5.5,1.0,56229.0,56229.0\n2024-11-19T06:57:18.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.6,1.0,56230.0,56230.0\n2024-11-19T06:58:18.000000+00:00,244.5,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-5.8,1.0,56231.0,56231.0\n2024-11-19T06:59:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.5,1.0,56232.0,56232.0\n2024-11-19T07:00:18.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.1,56.1,56.3,-5.4,1.0,56232.0,56232.0\n2024-11-19T07:01:18.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,56233.0,56233.0\n2024-11-19T07:02:18.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.6,56.9,-5.6,1.0,56234.0,56234.0\n2024-11-19T07:03:18.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,3.9,56.7,56.9,-4.6,1.0,56235.0,56235.0\n2024-11-19T07:04:18.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,3.9,57.0,57.2,-5.1,1.0,56236.0,56236.0\n2024-11-19T07:05:18.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,56.6,56.8,-5.3,1.0,56237.0,56237.0\n2024-11-19T07:06:18.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.4,1.0,56238.0,56238.0\n2024-11-19T07:07:18.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,5.7,56.0,56.3,-5.6,1.0,56239.0,56239.0\n2024-11-19T07:08:18.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.0,56.2,-5.6,1.0,56240.0,56240.0\n2024-11-19T07:09:18.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,55.9,56.2,-5.6,1.0,56241.0,56241.0\n2024-11-19T07:10:18.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-5.3,1.0,56242.0,56242.0\n2024-11-19T07:11:18.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.0,56.2,-4.7,1.0,56243.0,56243.0\n2024-11-19T07:12:18.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.1,56.8,57.0,-4.8,1.0,56244.0,56244.0\n2024-11-19T07:13:18.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.2,55.7,55.9,-4.8,1.0,56245.0,56245.0\n2024-11-19T07:14:18.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.1,57.0,57.2,-4.9,1.0,56246.0,56246.0\n2024-11-19T07:15:18.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-5.0,1.0,56247.0,56247.0\n2024-11-19T07:16:18.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-5.3,1.0,56248.0,56248.0\n2024-11-19T07:17:18.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.2,56.7,56.9,-4.8,1.0,56249.0,56249.0\n2024-11-19T07:18:18.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.2,55.8,55.9,-4.2,1.0,56250.0,56250.0\n2024-11-19T07:19:18.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.0,55.9,56.1,-4.8,1.0,56251.0,56251.0\n2024-11-19T07:20:18.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-4.6,1.0,56252.0,56252.0\n2024-11-19T07:21:18.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.0,55.9,56.0,-4.3,1.0,56252.0,56252.0\n2024-11-19T07:22:18.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.0,57.2,57.4,-4.1,1.0,56253.0,56253.0\n2024-11-19T07:23:18.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.5,56.4,56.6,-4.2,1.0,56254.0,56254.0\n2024-11-19T07:24:18.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.2,55.8,56.0,-4.6,1.0,56255.0,56255.0\n2024-11-19T07:25:18.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.3,55.7,55.9,-4.6,1.0,56256.0,56256.0\n2024-11-19T07:26:18.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,3.9,56.4,56.6,-4.4,1.0,56257.0,56257.0\n2024-11-19T07:27:18.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-4.1,1.0,56258.0,56258.0\n2024-11-19T07:28:19.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.5,-4.1,1.0,56259.0,56259.0\n2024-11-19T07:29:19.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-4.5,1.0,56260.0,56260.0\n2024-11-19T07:30:19.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.2,56.4,56.6,-4.6,1.0,56261.0,56261.0\n2024-11-19T07:31:19.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-4.9,1.0,56262.0,56262.0\n2024-11-19T07:32:19.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.0,57.6,57.7,-4.5,1.0,56263.0,56263.0\n2024-11-19T07:33:19.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.1,55.2,55.4,-4.2,1.0,56264.0,56264.0\n2024-11-19T07:34:19.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.1,56.2,56.4,-4.1,1.0,56265.0,56265.0\n2024-11-19T07:35:19.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.0,-3.9,1.0,56266.0,56266.0\n2024-11-19T07:36:19.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.1,56.1,56.2,-4.0,1.0,56267.0,56267.0\n2024-11-19T07:37:19.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-4.0,1.0,56268.0,56268.0\n2024-11-19T07:38:19.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-4.6,1.0,56269.0,56269.0\n2024-11-19T07:39:19.000000+00:00,242.5,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.7,1.0,56269.0,56269.0\n2024-11-19T07:40:19.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.2,56.1,56.3,-4.3,1.0,56270.0,56270.0\n2024-11-19T07:41:19.000000+00:00,242.1,nan,50.0,0.5,nan,1.5,4.1,56.3,56.5,-4.2,1.0,56271.0,56271.0\n2024-11-19T07:42:19.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.2,56.1,56.2,-4.2,1.0,56272.0,56272.0\n2024-11-19T07:43:19.000000+00:00,241.8,nan,49.9,0.5,nan,1.5,4.1,56.8,56.9,-4.1,1.0,56273.0,56273.0\n2024-11-19T07:44:19.000000+00:00,241.2,nan,49.9,0.5,nan,1.5,4.2,55.7,55.9,-4.4,1.0,56274.0,56274.0\n2024-11-19T07:45:19.000000+00:00,240.9,nan,49.9,0.5,nan,1.5,4.2,55.7,55.9,-4.3,1.0,56275.0,56275.0\n2024-11-19T07:46:19.000000+00:00,241.1,nan,49.9,0.5,nan,1.5,4.1,56.6,56.7,-4.0,1.0,56276.0,56276.0\n2024-11-19T07:47:19.000000+00:00,240.8,nan,49.9,0.5,nan,1.5,4.1,55.5,55.6,-4.0,1.0,56277.0,56277.0\n2024-11-19T07:48:19.000000+00:00,240.6,nan,50.0,0.5,nan,1.5,4.3,55.3,55.5,-4.2,1.0,56278.0,56278.0\n2024-11-19T07:49:19.000000+00:00,241.2,nan,50.0,0.5,nan,1.5,4.3,56.7,56.8,-3.6,1.0,56279.0,56279.0\n2024-11-19T07:50:19.000000+00:00,240.9,nan,50.0,0.5,nan,1.5,4.1,56.2,56.3,-4.1,1.0,56280.0,56280.0\n2024-11-19T07:51:19.000000+00:00,240.7,nan,50.0,0.5,nan,1.5,4.1,56.4,56.5,-3.9,1.0,56281.0,56281.0\n2024-11-19T07:52:19.000000+00:00,240.8,nan,50.0,0.5,nan,1.5,4.1,56.5,56.7,-4.3,1.0,56282.0,56282.0\n2024-11-19T07:53:19.000000+00:00,240.8,nan,50.0,0.5,nan,1.5,4.2,55.9,56.1,-4.6,1.0,56283.0,56283.0\n2024-11-19T07:54:19.000000+00:00,240.8,nan,50.0,0.5,nan,1.5,4.3,56.4,56.6,-4.6,1.0,56284.0,56284.0\n2024-11-19T07:55:19.000000+00:00,241.0,nan,50.0,0.5,nan,1.5,4.1,55.9,56.1,-4.4,1.0,56285.0,56285.0\n2024-11-19T07:56:19.000000+00:00,240.9,nan,50.0,0.5,nan,1.5,4.2,56.0,56.2,-4.1,1.0,56285.0,56285.0\n2024-11-19T07:57:19.000000+00:00,241.4,nan,50.0,0.5,nan,1.5,4.1,56.5,56.7,-4.1,1.0,56286.0,56286.0\n2024-11-19T07:58:19.000000+00:00,241.6,nan,50.0,0.5,nan,1.5,4.2,55.7,55.9,-4.4,1.0,56287.0,56287.0\n2024-11-19T07:59:19.000000+00:00,241.5,nan,49.9,0.5,nan,1.5,4.4,56.7,56.8,-4.3,1.0,56288.0,56288.0\n2024-11-19T08:00:19.000000+00:00,241.6,nan,49.9,0.5,nan,1.5,4.1,56.2,56.4,-3.9,1.0,56289.0,56289.0\n2024-11-19T08:01:19.000000+00:00,241.8,nan,49.9,0.5,nan,1.4,4.1,56.6,56.8,-4.1,1.0,56290.0,56290.0\n2024-11-19T08:02:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-4.7,1.0,56291.0,56291.0\n2024-11-19T08:03:19.000000+00:00,242.2,nan,49.9,0.4,nan,1.4,4.1,53.1,53.3,-4.9,1.0,56292.0,56292.0\n2024-11-19T08:04:19.000000+00:00,242.1,nan,49.9,0.4,nan,1.4,4.0,54.9,55.1,-4.2,1.0,56293.0,56293.0\n2024-11-19T08:05:19.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-4.0,1.0,56294.0,56294.0\n2024-11-19T08:06:19.000000+00:00,242.1,nan,49.9,0.4,nan,1.4,4.1,55.6,55.8,-4.3,1.0,56295.0,56295.0\n2024-11-19T08:07:19.000000+00:00,241.9,nan,49.9,0.4,nan,1.4,4.0,53.6,53.8,-3.8,1.0,56296.0,56296.0\n2024-11-19T08:08:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.1,55.5,55.6,-4.1,1.0,56297.0,56297.0\n2024-11-19T08:09:19.000000+00:00,241.7,nan,49.9,0.4,nan,1.4,4.0,55.6,55.8,-3.8,1.0,56298.0,56298.0\n2024-11-19T08:10:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,55.8,55.9,-3.7,1.0,56299.0,56299.0\n2024-11-19T08:11:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,55.5,56.5,-3.7,1.0,56299.0,56299.0\n2024-11-19T08:12:19.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,3.9,56.3,56.4,-3.9,1.0,56300.0,56300.0\n2024-11-19T08:13:19.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,3.9,56.7,56.8,-4.1,1.0,56301.0,56301.0\n2024-11-19T08:14:19.000000+00:00,242.2,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-3.8,1.0,56302.0,56302.0\n2024-11-19T08:15:19.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,4.1,56.5,56.6,-3.7,1.0,56303.0,56303.0\n2024-11-19T08:16:19.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,56.1,56.2,-3.5,1.0,56304.0,56304.0\n2024-11-19T08:17:19.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,4.0,55.7,55.8,-3.8,1.0,56305.0,56305.0\n2024-11-19T08:18:19.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-3.5,1.0,56306.0,56306.0\n2024-11-19T08:19:19.000000+00:00,242.4,nan,50.0,0.5,nan,1.4,4.1,56.0,56.1,-3.9,1.0,56307.0,56307.0\n2024-11-19T08:20:19.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.1,56.4,56.6,-4.1,1.0,56308.0,56308.0\n2024-11-19T08:21:19.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-3.9,1.0,56309.0,56309.0\n2024-11-19T08:22:19.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,3.9,56.4,56.5,-3.5,1.0,56310.0,56310.0\n2024-11-19T08:23:19.000000+00:00,242.4,nan,50.0,0.5,nan,1.4,4.0,55.5,55.7,-3.8,1.0,56311.0,56311.0\n2024-11-19T08:24:19.000000+00:00,242.4,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-3.3,1.0,56312.0,56312.0\n2024-11-19T08:25:19.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.6,56.7,-3.6,1.0,56313.0,56313.0\n2024-11-19T08:26:19.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,56.7,56.8,-3.4,1.0,56314.0,56314.0\n2024-11-19T08:27:19.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,55.9,56.0,-3.7,1.0,56315.0,56315.0\n2024-11-19T08:28:19.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.1,56.2,-3.0,1.0,56315.0,56315.0\n2024-11-19T08:29:19.000000+00:00,242.7,nan,50.0,0.4,nan,1.4,4.0,55.9,56.1,-4.1,1.0,56316.0,56316.0\n2024-11-19T08:30:19.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.0,56.0,56.1,-3.8,1.0,56317.0,56317.0\n2024-11-19T08:31:19.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.0,56.1,56.2,-3.3,1.0,56318.0,56318.0\n2024-11-19T08:32:19.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.1,56.5,56.6,-3.6,1.0,56319.0,56319.0\n2024-11-19T08:33:19.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.3,1.0,56320.0,56320.0\n2024-11-19T08:34:19.000000+00:00,241.7,nan,49.9,0.5,nan,1.4,4.1,55.9,56.0,-3.8,1.0,56321.0,56321.0\n2024-11-19T08:35:19.000000+00:00,241.7,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.6,1.0,56322.0,56322.0\n2024-11-19T08:36:19.000000+00:00,241.8,nan,49.9,0.4,nan,1.4,4.1,56.2,56.3,-3.2,1.0,56323.0,56323.0\n2024-11-19T08:37:19.000000+00:00,242.0,nan,50.0,0.4,nan,1.4,3.9,55.4,55.5,-3.3,1.0,56324.0,56324.0\n2024-11-19T08:38:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,56.9,57.0,-3.5,1.0,56325.0,56325.0\n2024-11-19T08:39:19.000000+00:00,242.2,nan,49.9,0.4,nan,1.4,3.9,55.9,56.0,-3.3,1.0,56326.0,56326.0\n2024-11-19T08:40:19.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,57.1,57.2,-3.5,1.0,56327.0,56327.0\n2024-11-19T08:41:19.000000+00:00,241.9,nan,49.9,0.4,nan,1.4,4.0,55.7,55.8,-3.5,1.0,56328.0,56328.0\n2024-11-19T08:42:19.000000+00:00,241.6,nan,49.9,0.4,nan,1.4,4.0,55.9,56.0,-3.4,1.0,56329.0,56329.0\n2024-11-19T08:43:19.000000+00:00,241.6,nan,49.9,0.4,nan,1.4,3.9,56.2,56.3,-3.2,1.0,56330.0,56330.0\n2024-11-19T08:44:19.000000+00:00,241.6,nan,49.9,0.5,nan,1.4,4.0,56.1,56.2,-3.3,1.0,56330.0,56330.0\n2024-11-19T08:45:19.000000+00:00,241.5,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.5,1.0,56331.0,56331.0\n2024-11-19T08:46:19.000000+00:00,241.5,nan,49.9,0.5,nan,1.4,4.1,57.4,57.5,-2.6,1.0,56332.0,56332.0\n2024-11-19T08:47:19.000000+00:00,241.6,nan,49.9,0.5,nan,1.4,4.0,56.6,56.6,-3.1,1.0,56333.0,56333.0\n2024-11-19T08:48:19.000000+00:00,241.9,nan,50.0,0.5,nan,1.4,4.0,56.6,56.7,-3.1,1.0,56334.0,56334.0\n2024-11-19T08:49:19.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,3.9,56.7,56.8,-3.0,1.0,56335.0,56335.0\n2024-11-19T08:50:19.000000+00:00,242.1,nan,50.0,0.5,nan,1.4,4.0,56.0,56.1,-2.9,1.0,56336.0,56336.0\n2024-11-19T08:51:19.000000+00:00,242.0,nan,50.0,0.4,nan,1.4,4.1,56.3,56.4,-2.9,1.0,56337.0,56337.0\n2024-11-19T08:52:19.000000+00:00,241.7,nan,50.0,0.5,nan,1.4,4.0,56.4,56.5,-3.1,1.0,56338.0,56338.0\n2024-11-19T08:53:19.000000+00:00,241.9,nan,50.0,0.5,nan,1.4,3.9,56.7,56.8,-3.5,1.0,56339.0,56339.0\n2024-11-19T08:54:19.000000+00:00,242.1,nan,50.0,0.5,nan,1.4,3.9,56.5,56.6,-3.3,1.0,56340.0,56340.0\n2024-11-19T08:55:19.000000+00:00,242.0,nan,50.0,0.5,nan,1.4,4.2,55.8,55.9,-3.2,1.0,56341.0,56341.0\n2024-11-19T08:56:19.000000+00:00,241.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.0,-3.3,1.0,56342.0,56342.0\n2024-11-19T08:57:19.000000+00:00,241.9,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-2.9,1.0,56343.0,56343.0\n2024-11-19T08:58:19.000000+00:00,242.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.4,-3.4,1.0,56344.0,56344.0\n2024-11-19T08:59:19.000000+00:00,241.7,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-3.4,1.0,56344.0,56344.0\n2024-11-19T09:00:19.000000+00:00,241.4,nan,49.9,0.5,nan,1.5,4.2,56.5,56.6,-3.3,1.0,56345.0,56345.0\n2024-11-19T09:01:19.000000+00:00,241.8,nan,49.9,0.5,nan,1.4,4.2,56.0,56.2,-3.8,1.0,56346.0,56346.0\n2024-11-19T09:02:19.000000+00:00,241.6,nan,49.9,0.5,nan,1.4,4.3,55.5,55.7,-4.2,1.0,56347.0,56347.0\n2024-11-19T09:03:19.000000+00:00,241.4,nan,49.9,0.5,nan,1.5,4.1,58.4,58.4,-3.2,1.0,56348.0,56348.0\n2024-11-19T09:04:19.000000+00:00,241.0,nan,49.9,0.5,nan,1.4,3.9,54.0,54.2,-4.4,1.0,56349.0,56349.0\n2024-11-19T09:05:19.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.1,56.0,56.2,-4.2,1.0,56350.0,56350.0\n2024-11-19T09:06:19.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,57.1,57.2,-3.8,1.0,56351.0,56351.0\n2024-11-19T09:07:19.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.1,58.7,58.8,-3.4,1.0,56357.0,56352.0\n2024-11-19T09:08:20.000000+00:00,244.6,nan,50.0,0.5,nan,1.5,4.3,57.0,57.1,-3.7,1.0,56353.0,56353.0\n2024-11-19T09:09:20.000000+00:00,244.5,nan,50.0,0.5,nan,1.5,4.2,56.3,56.4,-4.2,1.0,56354.0,56354.0\n2024-11-19T09:10:20.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.1,56.5,56.6,-3.5,1.0,56355.0,56355.0\n2024-11-19T09:11:20.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,57.5,57.6,-3.6,1.0,56356.0,56356.0\n2024-11-19T09:12:20.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.2,56.9,57.1,-4.1,1.0,56357.0,56357.0\n2024-11-19T09:13:20.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.2,58.3,58.4,-3.5,1.0,56358.0,56358.0\n2024-11-19T09:14:20.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.0,54.1,54.2,-3.6,1.0,56359.0,56359.0\n2024-11-19T09:15:20.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.2,56.9,57.0,-3.3,1.0,56360.0,56360.0\n2024-11-19T09:16:20.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.2,56.0,56.1,-4.0,1.0,56360.0,56360.0\n2024-11-19T09:17:20.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.2,56.6,56.8,-3.9,1.0,56361.0,56361.0\n2024-11-19T09:18:20.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,56.5,56.6,-4.0,1.0,56362.0,56362.0\n2024-11-19T09:19:20.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.1,56.1,56.2,-3.9,1.0,56363.0,56363.0\n2024-11-19T09:20:20.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,56.3,56.4,-3.3,1.0,56364.0,56364.0\n2024-11-19T09:21:20.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,55.4,55.5,-4.0,1.0,56365.0,56365.0\n2024-11-19T09:22:20.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.2,56.7,56.8,-3.7,1.0,56366.0,56366.0\n2024-11-19T09:23:20.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.3,56.5,-4.3,1.0,56367.0,56367.0\n2024-11-19T09:24:20.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.1,56.2,56.3,-3.8,1.0,56368.0,56368.0\n2024-11-19T09:25:20.000000+00:00,242.8,nan,50.0,0.4,nan,1.4,4.0,55.8,56.0,-4.1,1.0,56369.0,56369.0\n2024-11-19T09:26:20.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.0,56.1,56.2,-3.8,1.0,56370.0,56370.0\n2024-11-19T09:27:20.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,56.0,56.1,-4.0,1.0,56371.0,56371.0\n2024-11-19T09:28:20.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,54.6,54.8,-3.8,1.0,56372.0,56372.0\n2024-11-19T09:29:20.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,55.7,55.8,-3.7,1.0,56373.0,56373.0\n2024-11-19T09:30:20.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,55.5,55.6,-4.0,1.0,56374.0,56374.0\n2024-11-19T09:31:20.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-3.3,1.0,56375.0,56375.0\n2024-11-19T09:32:20.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,55.5,55.6,-4.0,1.0,56375.0,56375.0\n2024-11-19T09:33:20.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.0,55.2,55.3,-3.9,1.0,56376.0,56376.0\n2024-11-19T09:34:20.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-3.6,1.0,56377.0,56377.0\n2024-11-19T09:35:20.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-3.9,1.0,56378.0,56378.0\n2024-11-19T09:36:20.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.0,56.4,56.5,-3.8,1.0,56379.0,56379.0\n2024-11-19T09:37:20.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.2,56.3,-3.7,1.0,56380.0,56380.0\n2024-11-19T09:38:20.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.1,1.0,56381.0,56381.0\n2024-11-19T09:39:20.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.7,1.0,56382.0,56382.0\n2024-11-19T09:40:20.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.2,56.3,56.4,-3.2,1.0,56383.0,56383.0\n2024-11-19T09:41:20.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.0,56.3,56.4,-3.8,1.0,56384.0,56384.0\n2024-11-19T09:42:20.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,56.3,56.5,-4.1,1.0,56385.0,56385.0\n2024-11-19T09:43:20.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.8,1.0,56386.0,56386.0\n2024-11-19T09:44:20.000000+00:00,242.5,nan,50.0,0.5,nan,1.4,4.0,55.9,56.0,-3.8,1.0,56387.0,56387.0\n2024-11-19T09:45:20.000000+00:00,242.5,nan,49.9,0.4,nan,1.4,4.1,55.2,55.3,-3.7,1.0,56388.0,56388.0\n2024-11-19T09:46:20.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.1,56.7,56.9,-4.1,1.0,56389.0,56389.0\n2024-11-19T09:47:20.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.0,55.6,55.7,-4.0,1.0,56390.0,56390.0\n2024-11-19T09:48:20.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,55.5,55.6,-4.3,1.0,56390.0,56390.0\n2024-11-19T09:49:20.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-3.6,1.0,56391.0,56391.0\n2024-11-19T09:50:20.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.9,57.0,-4.1,1.0,56392.0,56392.0\n2024-11-19T09:51:20.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.1,56.1,56.2,-3.7,1.0,56393.0,56393.0\n2024-11-19T09:52:20.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.1,56.1,56.3,-4.0,1.0,56394.0,56394.0\n2024-11-19T09:53:20.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-4.2,1.0,56395.0,56395.0\n2024-11-19T09:54:20.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.2,56.0,56.1,-3.6,1.0,56396.0,56396.0\n2024-11-19T09:55:20.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.1,55.9,56.1,-4.2,1.0,56397.0,56397.0\n2024-11-19T09:56:20.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.0,55.3,55.5,-4.3,1.0,56398.0,56398.0\n2024-11-19T09:57:20.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,55.8,55.9,-4.1,1.0,56399.0,56399.0\n2024-11-19T09:58:20.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,56.2,56.3,-4.1,1.0,56400.0,56400.0\n2024-11-19T09:59:20.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.6,56.7,-4.0,1.0,56401.0,56401.0\n2024-11-19T10:00:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,55.4,55.5,-4.1,1.0,56402.0,56402.0\n2024-11-19T10:01:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,57.5,57.6,-3.8,1.0,56403.0,56403.0\n2024-11-19T10:02:20.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,54.8,55.0,-4.0,1.0,56404.0,56404.0\n2024-11-19T10:03:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-4.5,1.0,56404.0,56404.0\n2024-11-19T10:04:20.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,55.3,55.5,-4.1,1.0,56405.0,56405.0\n2024-11-19T10:05:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.9,58.3,58.4,-3.7,1.0,56406.0,56406.0\n2024-11-19T10:06:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-3.6,1.0,56407.0,56407.0\n2024-11-19T10:07:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,57.5,57.6,-3.8,1.0,56408.0,56408.0\n2024-11-19T10:08:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,57.6,57.8,-3.7,1.0,56409.0,56409.0\n2024-11-19T10:09:20.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,53.8,54.0,-4.8,1.0,56410.0,56410.0\n2024-11-19T10:10:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,54.9,55.1,-4.8,1.0,56411.0,56411.0\n2024-11-19T10:11:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.2,56.1,56.3,-4.2,1.0,56412.0,56412.0\n2024-11-19T10:12:20.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.2,57.2,57.4,-4.0,1.0,56413.0,56413.0\n2024-11-19T10:13:20.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.4,55.3,55.4,-4.2,1.0,56414.0,56414.0\n2024-11-19T10:14:20.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,54.7,54.9,-4.3,1.0,56415.0,56415.0\n2024-11-19T10:15:20.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.6,56.7,-4.4,1.0,56416.0,56416.0\n2024-11-19T10:16:20.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.7,55.0,55.1,-4.3,1.0,56417.0,56417.0\n2024-11-19T10:17:20.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.3,57.2,57.4,-3.6,1.0,56418.0,56418.0\n2024-11-19T10:18:20.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,60.7,60.8,-3.6,1.0,56419.0,56419.0\n2024-11-19T10:19:20.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.1,56.1,56.3,-4.2,1.0,56420.0,56420.0\n2024-11-19T10:20:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-4.5,1.0,56421.0,56421.0\n2024-11-19T10:21:20.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,55.5,55.6,-4.0,1.0,56422.0,56422.0\n2024-11-19T10:22:20.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.2,56.0,56.1,-4.0,1.0,56422.0,56422.0\n2024-11-19T10:23:20.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.1,56.2,-3.7,1.0,56423.0,56423.0\n2024-11-19T10:24:20.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.2,55.8,55.9,-3.7,1.0,56424.0,56424.0\n2024-11-19T10:25:20.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,54.6,54.7,-4.0,1.0,56425.0,56425.0\n2024-11-19T10:26:20.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.0,56.1,-3.3,1.0,56426.0,56426.0\n2024-11-19T10:27:20.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.3,56.7,56.8,-3.4,1.0,56427.0,56427.0\n2024-11-19T10:28:20.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.2,56.5,56.6,-3.9,1.0,56428.0,56428.0\n2024-11-19T10:29:20.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.2,56.1,56.2,-3.3,1.0,56428.0,56428.0\n2024-11-19T10:30:20.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.1,57.7,57.8,-3.5,1.0,56429.0,56429.0\n2024-11-19T10:31:20.000000+00:00,242.5,nan,49.9,0.5,nan,1.5,4.1,56.0,56.1,-3.9,1.0,56430.0,56430.0\n2024-11-19T10:32:20.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.3,57.1,57.2,-3.1,1.0,56431.0,56431.0\n2024-11-19T10:33:20.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.1,57.7,57.8,-3.4,1.0,56432.0,56432.0\n2024-11-19T10:34:20.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.2,57.5,57.6,-3.6,1.0,56433.0,56433.0\n2024-11-19T10:35:20.000000+00:00,241.8,nan,49.9,0.5,nan,1.5,4.2,58.4,58.6,-4.3,1.0,56434.0,56434.0\n2024-11-19T10:36:20.000000+00:00,241.5,nan,49.9,0.5,nan,1.5,4.2,56.3,56.4,-3.5,1.0,56435.0,56435.0\n2024-11-19T10:37:20.000000+00:00,241.4,nan,49.9,0.5,nan,1.5,4.2,55.6,55.7,-3.5,1.0,56436.0,56436.0\n2024-11-19T10:38:20.000000+00:00,241.2,nan,49.9,0.5,nan,1.5,4.1,56.5,56.6,-3.7,1.0,56436.0,56436.0\n2024-11-19T10:39:20.000000+00:00,241.6,nan,49.9,0.5,nan,1.5,4.2,53.9,54.1,-4.1,1.0,56437.0,56437.0\n2024-11-19T10:40:20.000000+00:00,241.7,nan,49.9,0.5,nan,1.5,4.3,58.5,58.6,-3.5,1.0,56438.0,56438.0\n2024-11-19T10:41:20.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.3,57.5,57.6,-3.9,1.0,56439.0,56439.0\n2024-11-19T10:42:20.000000+00:00,241.8,nan,49.9,0.5,nan,1.5,4.2,57.6,57.7,-3.6,1.0,56440.0,56440.0\n2024-11-19T10:43:20.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.2,56.6,56.7,-4.3,1.0,56441.0,56441.0\n2024-11-19T10:44:20.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,55.7,55.8,-4.4,1.0,56442.0,56442.0\n2024-11-19T10:45:20.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-4.3,1.0,56443.0,56443.0\n2024-11-19T10:46:20.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-3.9,1.0,56444.0,56444.0\n2024-11-19T10:47:20.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.1,56.3,-4.1,1.0,56445.0,56445.0\n2024-11-19T10:48:20.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-3.8,1.0,56446.0,56446.0\n2024-11-19T10:49:21.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,55.4,55.5,-3.9,1.0,56447.0,56447.0\n2024-11-19T10:50:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.2,56.9,57.1,-3.9,1.0,56448.0,56448.0\n2024-11-19T10:51:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-3.6,1.0,56449.0,56449.0\n2024-11-19T10:52:21.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-4.5,1.0,56450.0,56450.0\n2024-11-19T10:53:21.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,57.6,57.7,-3.6,1.0,56451.0,56451.0\n2024-11-19T10:54:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-4.3,1.0,56452.0,56452.0\n2024-11-19T10:55:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-4.0,1.0,56452.0,56452.0\n2024-11-19T10:56:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.1,56.3,-4.2,1.0,56453.0,56453.0\n2024-11-19T10:57:21.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,56.7,56.9,-3.9,1.0,56454.0,56454.0\n2024-11-19T10:58:21.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,57.0,57.1,-4.4,1.0,56455.0,56455.0\n2024-11-19T10:59:21.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-4.6,1.0,56456.0,56456.0\n2024-11-19T11:00:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-4.2,1.0,56457.0,56457.0\n2024-11-19T11:01:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.2,56.7,56.9,-5.2,1.0,56458.0,56458.0\n2024-11-19T11:02:21.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,3.9,55.1,55.3,-4.9,1.0,56459.0,56459.0\n2024-11-19T11:03:21.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.0,58.0,58.2,-4.1,1.0,56460.0,56460.0\n2024-11-19T11:04:21.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,54.7,54.9,-4.9,1.0,56461.0,56461.0\n2024-11-19T11:05:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,54.4,54.6,-5.1,1.0,56462.0,56462.0\n2024-11-19T11:06:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,57.4,57.6,-4.7,1.0,56463.0,56463.0\n2024-11-19T11:07:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,3.9,55.2,55.5,-5.8,1.0,56464.0,56464.0\n2024-11-19T11:08:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.5,56.7,-4.6,1.0,56465.0,56465.0\n2024-11-19T11:09:21.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,55.8,56.0,-4.8,1.0,56466.0,56466.0\n2024-11-19T11:10:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,57.6,57.8,-4.3,1.0,56467.0,56467.0\n2024-11-19T11:11:21.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-4.7,1.0,56467.0,56467.0\n2024-11-19T11:12:21.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-4.6,1.0,56468.0,56468.0\n2024-11-19T11:13:21.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.8,1.0,56469.0,56469.0\n2024-11-19T11:14:21.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,3.9,57.0,57.2,-4.6,1.0,56470.0,56470.0\n2024-11-19T11:15:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-4.4,1.0,56471.0,56471.0\n2024-11-19T11:16:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,55.6,55.9,-5.1,1.0,56472.0,56472.0\n2024-11-19T11:17:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,55.3,55.5,-4.9,1.0,56473.0,56473.0\n2024-11-19T11:18:21.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,55.7,55.9,-4.9,1.0,56474.0,56474.0\n2024-11-19T11:19:21.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-5.2,1.0,56475.0,56475.0\n2024-11-19T11:20:21.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,3.9,57.1,57.3,-5.6,1.0,56476.0,56476.0\n2024-11-19T11:21:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.2,58.0,58.2,-4.7,1.0,56477.0,56477.0\n2024-11-19T11:22:21.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,56.9,57.2,-5.4,1.0,56478.0,56478.0\n2024-11-19T11:23:21.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.5,56.7,-4.4,1.0,56479.0,56479.0\n2024-11-19T11:24:21.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.2,56.7,56.9,-4.8,1.0,56480.0,56480.0\n2024-11-19T11:25:21.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,57.0,57.2,-4.7,1.0,56481.0,56481.0\n2024-11-19T11:26:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.2,58.0,58.1,-3.9,1.0,56482.0,56482.0\n2024-11-19T11:27:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.3,58.0,58.1,-4.2,1.0,56482.0,56482.0\n2024-11-19T11:28:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.3,57.6,-4.9,1.0,56483.0,56483.0\n2024-11-19T11:29:21.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,4.0,55.6,55.8,-4.9,1.0,56484.0,56484.0\n2024-11-19T11:30:21.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,3.9,58.5,58.7,-4.5,1.0,56485.0,56485.0\n2024-11-19T11:31:21.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,4.0,52.7,53.0,-5.5,1.0,56486.0,56486.0\n2024-11-19T11:32:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.3,57.5,57.7,-4.8,1.0,56487.0,56487.0\n2024-11-19T11:33:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,55.8,56.0,-4.9,1.0,56488.0,56488.0\n2024-11-19T11:34:21.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,3.9,56.1,56.4,-5.1,1.0,56489.0,56489.0\n2024-11-19T11:35:21.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,3.9,56.8,56.9,-4.5,1.0,56490.0,56490.0\n2024-11-19T11:36:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,57.4,57.6,-4.3,1.0,56491.0,56491.0\n2024-11-19T11:37:21.000000+00:00,244.1,nan,50.0,0.5,nan,1.5,4.1,57.5,57.8,-5.0,1.0,56492.0,56492.0\n2024-11-19T11:38:21.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.1,55.8,56.1,-5.6,1.0,56493.0,56493.0\n2024-11-19T11:39:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,55.2,55.4,-5.2,1.0,56494.0,56494.0\n2024-11-19T11:40:21.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,3.9,54.1,54.3,-5.0,1.0,56495.0,56495.0\n2024-11-19T11:41:21.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,3.9,55.9,56.1,-4.6,1.0,56496.0,56496.0\n2024-11-19T11:42:21.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.7,1.0,56497.0,56497.0\n2024-11-19T11:43:21.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.3,56.5,-4.6,1.0,56498.0,56498.0\n2024-11-19T11:44:21.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.0,55.5,55.7,-4.7,1.0,56498.0,56498.0\n2024-11-19T11:45:21.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,3.9,55.8,56.3,-4.7,1.0,56499.0,56499.0\n2024-11-19T11:46:21.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.2,56.1,56.3,-5.0,1.0,56500.0,56500.0\n2024-11-19T11:47:21.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.1,56.3,56.5,-4.7,1.0,56501.0,56501.0\n2024-11-19T11:48:21.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,4.1,56.8,57.0,-4.8,1.0,56502.0,56502.0\n2024-11-19T11:49:21.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,4.2,58.0,58.2,-4.8,1.0,56503.0,56503.0\n2024-11-19T11:50:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.3,56.8,57.0,-4.6,1.0,56504.0,56509.0\n2024-11-19T11:51:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.5,58.4,58.5,-4.4,1.0,56505.0,56505.0\n2024-11-19T11:52:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,54.4,54.6,-4.7,1.0,56506.0,56506.0\n2024-11-19T11:53:21.000000+00:00,242.5,nan,49.9,0.5,nan,1.5,4.1,52.5,52.8,-5.3,1.0,56507.0,56507.0\n2024-11-19T11:54:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.1,57.8,58.0,-4.6,1.0,56508.0,56508.0\n2024-11-19T11:55:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.3,57.7,57.9,-4.5,1.0,56509.0,56509.0\n2024-11-19T11:56:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.2,52.8,53.1,-4.9,1.0,56510.0,56510.0\n2024-11-19T11:57:21.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.1,55.9,56.2,-4.9,1.0,56511.0,56511.0\n2024-11-19T11:58:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,55.5,55.7,-4.8,1.0,56512.0,56512.0\n2024-11-19T11:59:21.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.2,56.2,56.4,-4.9,1.0,56513.0,56513.0\n2024-11-19T12:00:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.3,57.8,58.0,-4.6,1.0,56513.0,56513.0\n2024-11-19T12:01:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.3,58.7,58.9,-4.5,1.0,56514.0,56514.0\n2024-11-19T12:02:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.2,58.1,58.2,-4.2,1.0,56515.0,56515.0\n2024-11-19T12:03:21.000000+00:00,242.5,nan,49.9,0.5,nan,1.5,4.0,57.6,57.8,-4.4,1.0,56516.0,56516.0\n2024-11-19T12:04:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,54.6,54.8,-4.5,1.0,56517.0,56517.0\n2024-11-19T12:05:21.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,57.2,57.3,-3.9,1.0,56518.0,56518.0\n2024-11-19T12:06:21.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.1,57.4,57.6,-4.5,1.0,56519.0,56519.0\n2024-11-19T12:07:21.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.2,54.5,54.8,-5.0,1.0,56520.0,56520.0\n2024-11-19T12:08:21.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.1,57.3,57.5,-4.7,1.0,56521.0,56521.0\n2024-11-19T12:09:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-4.8,1.0,56522.0,56522.0\n2024-11-19T12:10:21.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.1,57.4,57.5,-4.1,1.0,56523.0,56523.0\n2024-11-19T12:11:21.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.1,57.9,58.1,-4.4,1.0,56524.0,56524.0\n2024-11-19T12:12:21.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,55.5,55.7,-5.1,1.0,56525.0,56525.0\n2024-11-19T12:13:21.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.9,54.0,54.2,-5.0,1.0,56526.0,56526.0\n2024-11-19T12:14:21.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,55.5,55.7,-4.9,1.0,56527.0,56527.0\n2024-11-19T12:15:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.2,56.4,-4.8,1.0,56528.0,56528.0\n2024-11-19T12:16:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,55.0,55.2,-4.5,1.0,56528.0,56528.0\n2024-11-19T12:17:21.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.3,57.4,-3.9,1.0,56529.0,56529.0\n2024-11-19T12:18:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.3,56.3,56.4,-4.1,1.0,56530.0,56530.0\n2024-11-19T12:19:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.4,56.5,-4.3,1.0,56531.0,56531.0\n2024-11-19T12:20:21.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.9,57.1,-3.6,1.0,56532.0,56532.0\n2024-11-19T12:21:21.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.2,57.4,57.6,-3.8,1.0,56533.0,56533.0\n2024-11-19T12:22:21.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,3.9,55.8,55.9,-4.5,1.0,56534.0,56534.0\n2024-11-19T12:23:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.7,56.8,-4.1,1.0,56535.0,56535.0\n2024-11-19T12:24:21.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.3,56.4,-3.8,1.0,56536.0,56536.0\n2024-11-19T12:25:21.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,57.6,57.7,-3.6,1.0,56537.0,56537.0\n2024-11-19T12:26:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,54.5,54.6,-4.3,1.0,56538.0,56538.0\n2024-11-19T12:27:21.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-4.5,1.0,56539.0,56539.0\n2024-11-19T12:28:21.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-4.2,1.0,56540.0,56540.0\n2024-11-19T12:29:21.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.1,57.1,57.2,-3.9,1.0,56541.0,56541.0\n2024-11-19T12:30:21.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,55.2,55.4,-4.7,1.0,56542.0,56542.0\n2024-11-19T12:31:21.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,57.7,57.8,-3.5,1.0,56543.0,56543.0\n2024-11-19T12:32:21.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,55.3,55.5,-4.6,1.0,56544.0,56544.0\n2024-11-19T12:33:22.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.8,1.0,56544.0,56544.0\n2024-11-19T12:34:22.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.1,54.7,54.9,-4.6,1.0,56545.0,56545.0\n2024-11-19T12:35:22.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,57.7,57.9,-4.3,1.0,56546.0,56546.0\n2024-11-19T12:36:22.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,53.8,54.0,-4.9,1.0,56547.0,56547.0\n2024-11-19T12:37:22.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,57.6,57.7,-3.2,1.0,56548.0,56548.0\n2024-11-19T12:38:22.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.1,57.2,57.3,-3.8,1.0,56549.0,56549.0\n2024-11-19T12:39:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.2,57.7,57.8,-3.4,1.0,56550.0,56550.0\n2024-11-19T12:40:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-3.7,1.0,56551.0,56551.0\n2024-11-19T12:41:22.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,3.9,55.6,55.8,-4.6,1.0,56552.0,56557.0\n2024-11-19T12:42:22.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,54.1,54.3,-4.8,1.0,56553.0,56553.0\n2024-11-19T12:43:22.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,56.1,56.2,-3.9,1.0,56554.0,56554.0\n2024-11-19T12:44:22.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,56.0,56.1,-4.0,1.0,56555.0,56555.0\n2024-11-19T12:45:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.3,-3.5,1.0,56556.0,56556.0\n2024-11-19T12:46:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.1,1.0,56557.0,56557.0\n2024-11-19T12:47:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-3.9,1.0,56558.0,56558.0\n2024-11-19T12:48:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.1,58.1,58.2,-3.8,1.0,56559.0,56559.0\n2024-11-19T12:49:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-3.9,1.0,56559.0,56559.0\n2024-11-19T12:50:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,55.8,56.0,-4.1,1.0,56560.0,56560.0\n2024-11-19T12:51:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,55.9,56.0,-3.8,1.0,56561.0,56561.0\n2024-11-19T12:52:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,57.3,57.4,-3.0,1.0,56562.0,56562.0\n2024-11-19T12:53:22.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-3.3,1.0,56563.0,56563.0\n2024-11-19T12:54:22.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.9,57.1,57.1,-3.3,1.0,56564.0,56564.0\n2024-11-19T12:55:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,57.5,57.6,-3.5,1.0,56565.0,56565.0\n2024-11-19T12:56:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,56.7,56.8,-3.5,1.0,56566.0,56566.0\n2024-11-19T12:57:22.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,4.0,56.3,56.4,-3.9,1.0,56567.0,56567.0\n2024-11-19T12:58:22.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,3.9,57.2,57.3,-3.9,1.0,56568.0,56568.0\n2024-11-19T12:59:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.3,57.4,-3.6,1.0,56569.0,56569.0\n2024-11-19T13:00:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.2,56.2,56.3,-4.0,1.0,56570.0,56570.0\n2024-11-19T13:01:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,55.8,56.0,-4.2,1.0,56571.0,56571.0\n2024-11-19T13:02:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,57.7,57.8,-4.0,1.0,56572.0,56572.0\n2024-11-19T13:03:22.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,56.8,56.9,-3.8,1.0,56573.0,56573.0\n2024-11-19T13:04:22.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,3.9,55.8,55.9,-4.2,1.0,56574.0,56574.0\n2024-11-19T13:05:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,55.0,55.1,-4.0,1.0,56574.0,56574.0\n2024-11-19T13:06:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,58.1,58.2,-3.4,1.0,56575.0,56575.0\n2024-11-19T13:07:22.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,57.1,57.2,-3.4,1.0,56576.0,56576.0\n2024-11-19T13:08:22.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.1,55.4,55.5,-3.6,1.0,56577.0,56577.0\n2024-11-19T13:09:22.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.1,55.2,55.3,-4.0,1.0,56578.0,56578.0\n2024-11-19T13:10:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,54.1,54.4,-5.0,1.0,56579.0,56579.0\n2024-11-19T13:11:22.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,56.9,57.0,-4.4,1.0,56580.0,56580.0\n2024-11-19T13:12:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.3,57.8,57.9,-4.0,1.0,56581.0,56581.0\n2024-11-19T13:13:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,57.3,57.4,-4.2,1.0,56582.0,56582.0\n2024-11-19T13:14:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.1,57.6,57.7,-3.7,1.0,56583.0,56583.0\n2024-11-19T13:15:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.2,57.6,57.7,-3.6,1.0,56584.0,56584.0\n2024-11-19T13:16:22.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.1,57.8,58.0,-3.9,1.0,56585.0,56585.0\n2024-11-19T13:17:22.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.1,53.9,54.1,-4.6,1.0,56586.0,56586.0\n2024-11-19T13:18:22.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.2,55.3,55.5,-4.1,1.0,56587.0,56587.0\n2024-11-19T13:19:22.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.2,55.2,55.4,-4.0,1.0,56588.0,56588.0\n2024-11-19T13:20:22.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.3,57.5,57.7,-3.9,1.0,56589.0,56589.0\n2024-11-19T13:21:22.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,4.2,57.9,58.0,-3.7,1.0,56590.0,56590.0\n2024-11-19T13:22:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.2,57.1,57.2,-3.9,1.0,56591.0,56591.0\n2024-11-19T13:23:22.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.3,57.5,57.7,-4.1,1.0,56591.0,56591.0\n2024-11-19T13:24:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.2,55.4,55.6,-4.9,1.0,56592.0,56592.0\n2024-11-19T13:25:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.2,58.4,58.5,-4.1,1.0,56593.0,56593.0\n2024-11-19T13:26:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.1,55.6,55.8,-4.4,1.0,56594.0,56594.0\n2024-11-19T13:27:22.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,55.3,55.5,-4.2,1.0,56595.0,56595.0\n2024-11-19T13:28:22.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.3,57.9,58.0,-4.3,1.0,56596.0,56596.0\n2024-11-19T13:29:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.0,58.4,58.6,-3.9,1.0,56597.0,56597.0\n2024-11-19T13:30:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,55.4,55.6,-4.4,1.0,56598.0,56598.0\n2024-11-19T13:31:22.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-3.9,1.0,56599.0,56599.0\n2024-11-19T13:32:22.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.0,55.9,56.1,-4.6,1.0,56600.0,56600.0\n2024-11-19T13:33:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,54.2,54.5,-4.9,1.0,56601.0,56601.0\n2024-11-19T13:34:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.3,-4.1,1.0,56602.0,56602.0\n2024-11-19T13:35:22.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-4.3,1.0,56603.0,56603.0\n2024-11-19T13:36:22.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-4.1,1.0,56604.0,56604.0\n2024-11-19T13:37:22.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.5,56.6,-3.9,1.0,56605.0,56605.0\n2024-11-19T13:38:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,55.2,55.4,-4.6,1.0,56606.0,56606.0\n2024-11-19T13:39:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.8,1.0,56606.0,56606.0\n2024-11-19T13:40:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-4.2,1.0,56607.0,56607.0\n2024-11-19T13:41:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,57.6,57.7,-4.0,1.0,56608.0,56608.0\n2024-11-19T13:42:22.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.2,57.3,57.4,-4.3,1.0,56609.0,56609.0\n2024-11-19T13:43:22.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.2,55.4,-4.3,1.0,56610.0,56610.0\n2024-11-19T13:44:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-4.1,1.0,56611.0,56611.0\n2024-11-19T13:45:22.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,58.2,58.4,-4.0,1.0,56612.0,56612.0\n2024-11-19T13:46:22.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.2,57.2,57.3,-3.8,1.0,56613.0,56613.0\n2024-11-19T13:47:22.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.1,55.2,55.4,-4.2,1.0,56614.0,56614.0\n2024-11-19T13:48:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,57.2,57.4,-4.0,1.0,56615.0,56615.0\n2024-11-19T13:49:22.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,56.7,56.9,-3.8,1.0,56616.0,56616.0\n2024-11-19T13:50:22.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,3.9,56.8,57.0,-4.4,1.0,56617.0,56617.0\n2024-11-19T13:51:22.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.8,57.0,-4.8,1.0,56618.0,56618.0\n2024-11-19T13:52:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,56.8,57.0,-5.0,1.0,56619.0,56619.0\n2024-11-19T13:53:22.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.9,57.3,57.5,-4.5,1.0,56620.0,56620.0\n2024-11-19T13:54:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,54.1,54.3,-5.0,1.0,56621.0,56621.0\n2024-11-19T13:55:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,57.7,57.9,-4.5,1.0,56622.0,56622.0\n2024-11-19T13:56:22.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.9,55.5,55.7,-4.4,1.0,56622.0,56622.0\n2024-11-19T13:57:22.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.1,1.0,56623.0,56623.0\n2024-11-19T13:58:22.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-4.7,1.0,56624.0,56624.0\n2024-11-19T13:59:22.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-4.8,1.0,56625.0,56625.0\n2024-11-19T14:00:22.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.3,56.6,-5.2,1.0,56626.0,56626.0\n2024-11-19T14:01:22.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,55.9,56.2,-5.4,1.0,56627.0,56627.0\n2024-11-19T14:02:22.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,4.0,55.5,55.7,-5.4,1.0,56628.0,56628.0\n2024-11-19T14:03:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,55.3,55.5,-5.4,1.0,56629.0,56629.0\n2024-11-19T14:04:22.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-5.0,1.0,56630.0,56630.0\n2024-11-19T14:05:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,3.9,54.4,54.6,-5.1,1.0,56631.0,56631.0\n2024-11-19T14:06:22.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,55.2,55.3,-4.3,1.0,56632.0,56632.0\n2024-11-19T14:07:22.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.1,55.1,55.3,-4.6,1.0,56633.0,56633.0\n2024-11-19T14:08:22.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,54.7,54.9,-4.6,1.0,56634.0,56634.0\n2024-11-19T14:09:22.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,58.0,58.1,-4.1,1.0,56635.0,56635.0\n2024-11-19T14:10:22.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,54.0,54.3,-5.1,1.0,56636.0,56636.0\n2024-11-19T14:11:23.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,55.6,55.8,-4.3,1.0,56637.0,56637.0\n2024-11-19T14:12:23.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.2,56.5,56.8,-5.2,1.0,56637.0,56637.0\n2024-11-19T14:13:23.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-3.7,1.0,56638.0,56638.0\n2024-11-19T14:14:23.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.2,55.7,55.9,-4.7,1.0,56639.0,56639.0\n2024-11-19T14:15:23.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,57.9,58.0,-3.9,1.0,56640.0,56640.0\n2024-11-19T14:16:23.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,54.8,54.9,-4.1,1.0,56641.0,56641.0\n2024-11-19T14:17:23.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.8,56.1,56.2,-3.8,1.0,56642.0,56642.0\n2024-11-19T14:18:23.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-3.5,1.0,56643.0,56643.0\n2024-11-19T14:19:23.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.1,55.1,55.3,-4.2,1.0,56644.0,56644.0\n2024-11-19T14:20:23.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,3.9,55.5,55.6,-4.0,1.0,56645.0,56645.0\n2024-11-19T14:21:23.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-3.8,1.0,56646.0,56646.0\n2024-11-19T14:22:23.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-3.5,1.0,56647.0,56647.0\n2024-11-19T14:23:23.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,56.0,56.2,-4.1,1.0,56648.0,56648.0\n2024-11-19T14:24:23.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,4.0,56.7,56.9,-3.7,1.0,56649.0,56649.0\n2024-11-19T14:25:23.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,57.1,57.2,-3.3,1.0,56650.0,56650.0\n2024-11-19T14:26:23.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,57.2,57.3,-3.1,1.0,56651.0,56651.0\n2024-11-19T14:27:23.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.1,57.8,57.9,-3.9,1.0,56652.0,56652.0\n2024-11-19T14:28:23.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-2.9,1.0,56658.0,56653.0\n2024-11-19T14:29:23.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,58.2,58.3,-3.3,1.0,56653.0,56653.0\n2024-11-19T14:30:23.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,55.6,55.7,-3.3,1.0,56654.0,56654.0\n2024-11-19T14:31:23.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,56.0,56.2,-3.7,1.0,56655.0,56655.0\n2024-11-19T14:32:23.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.4,1.0,56656.0,56656.0\n2024-11-19T14:33:23.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,54.5,54.6,-3.9,1.0,56657.0,56657.0\n2024-11-19T14:34:23.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.9,56.2,56.3,-3.7,1.0,56658.0,56658.0\n2024-11-19T14:35:23.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,55.2,55.3,-4.0,1.0,56659.0,56659.0\n2024-11-19T14:36:23.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,55.7,55.8,-4.3,1.0,56660.0,56660.0\n2024-11-19T14:37:23.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,58.1,58.2,-3.7,1.0,56661.0,56661.0\n2024-11-19T14:38:23.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,5.4,57.2,55.8,-3.7,1.0,56662.0,56662.0\n2024-11-19T14:39:23.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.9,57.0,-3.0,1.0,56663.0,56663.0\n2024-11-19T14:40:23.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.1,56.2,-3.8,1.0,56664.0,56664.0\n2024-11-19T14:41:23.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.2,56.1,56.3,-3.8,1.0,56665.0,56665.0\n2024-11-19T14:42:23.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.1,55.1,55.2,-3.9,1.0,56666.0,56666.0\n2024-11-19T14:43:23.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-3.4,1.0,56667.0,56667.0\n2024-11-19T14:44:23.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.2,56.9,57.0,-3.4,1.0,56668.0,56668.0\n2024-11-19T14:45:23.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.2,56.9,57.0,-3.4,1.0,56668.0,56668.0\n2024-11-19T14:46:23.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.2,54.6,54.8,-4.0,1.0,56669.0,56669.0\n2024-11-19T14:47:23.000000+00:00,243.6,nan,50.0,0.5,nan,1.5,4.2,57.2,57.3,-3.5,1.0,56670.0,56670.0\n2024-11-19T14:48:23.000000+00:00,243.2,nan,50.0,0.5,nan,1.5,4.1,55.2,55.3,-3.6,1.0,56671.0,56671.0\n2024-11-19T14:49:23.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.1,56.3,56.4,-3.9,1.0,56672.0,56672.0\n2024-11-19T14:50:23.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.1,57.2,57.3,-3.5,1.0,56673.0,56673.0\n2024-11-19T14:51:23.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.2,57.5,57.6,-3.0,1.0,56674.0,56674.0\n2024-11-19T14:52:23.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.1,56.7,56.8,-3.7,1.0,56675.0,56675.0\n2024-11-19T14:53:23.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,53.8,54.0,-4.3,1.0,56676.0,56676.0\n2024-11-19T14:54:23.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,4.3,54.7,54.8,-3.9,1.0,56677.0,56677.0\n2024-11-19T14:55:23.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.1,54.6,54.7,-3.4,1.0,56678.0,56678.0\n2024-11-19T14:56:23.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.3,55.0,55.1,-3.5,1.0,56679.0,56679.0\n2024-11-19T14:57:23.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.2,54.1,54.3,-3.6,1.0,56680.0,56680.0\n2024-11-19T14:58:23.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.1,55.0,55.1,-3.7,1.0,56681.0,56681.0\n2024-11-19T14:59:23.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.2,55.7,55.8,-3.3,1.0,56682.0,56682.0\n2024-11-19T15:00:23.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.3,56.7,56.8,-3.3,1.0,56683.0,56683.0\n2024-11-19T15:01:23.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-3.4,1.0,56684.0,56684.0\n2024-11-19T15:02:23.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.0,56.4,56.4,-3.1,1.0,56685.0,56685.0\n2024-11-19T15:03:23.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.0,56.4,56.5,-3.3,1.0,56685.0,56685.0\n2024-11-19T15:04:23.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.0,1.0,56686.0,56686.0\n2024-11-19T15:05:23.000000+00:00,244.0,nan,50.0,0.4,nan,1.4,4.0,55.0,55.1,-3.5,1.0,56687.0,56687.0\n2024-11-19T15:06:23.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,3.8,57.5,57.5,-2.8,1.0,56688.0,56688.0\n2024-11-19T15:07:23.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,3.9,56.9,57.0,-3.2,1.0,56689.0,56689.0\n2024-11-19T15:08:23.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,57.4,57.5,-3.3,1.0,56690.0,56690.0\n2024-11-19T15:09:23.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,3.8,56.7,56.8,-3.5,1.0,56691.0,56691.0\n2024-11-19T15:10:23.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.8,54.4,54.6,-4.5,1.0,56692.0,56692.0\n2024-11-19T15:11:23.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,3.9,54.1,54.3,-4.0,1.0,56693.0,56693.0\n2024-11-19T15:12:23.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,3.9,54.4,54.5,-4.3,1.0,56694.0,56694.0\n2024-11-19T15:13:23.000000+00:00,244.8,nan,50.0,0.4,nan,1.4,3.9,56.3,56.4,-3.7,1.0,56695.0,56695.0\n2024-11-19T15:14:23.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,55.0,55.2,-4.2,1.0,56696.0,56696.0\n2024-11-19T15:15:23.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,3.9,57.8,57.9,-3.6,1.0,56697.0,56697.0\n2024-11-19T15:16:23.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,57.4,57.5,-3.2,1.0,56698.0,56698.0\n2024-11-19T15:17:23.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.1,55.0,55.2,-3.8,1.0,56699.0,56699.0\n2024-11-19T15:18:23.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,55.9,56.0,-2.9,1.0,56700.0,56700.0\n2024-11-19T15:19:23.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.9,56.7,56.8,-3.1,1.0,56700.0,56700.0\n2024-11-19T15:20:23.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.8,55.4,55.5,-3.8,1.0,56701.0,56701.0\n2024-11-19T15:21:23.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,3.9,57.3,57.4,-3.2,1.0,56702.0,56702.0\n2024-11-19T15:22:23.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,4.1,53.9,54.0,-4.5,1.0,56703.0,56703.0\n2024-11-19T15:23:23.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,57.9,58.1,-3.8,1.0,56704.0,56704.0\n2024-11-19T15:24:23.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,4.0,55.9,56.0,-3.9,1.0,56710.0,56705.0\n2024-11-19T15:25:23.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.2,57.4,57.5,-3.0,1.0,56706.0,56706.0\n2024-11-19T15:26:23.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,58.1,58.2,-3.8,1.0,56707.0,56707.0\n2024-11-19T15:27:23.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,58.1,58.2,-3.4,1.0,56708.0,56708.0\n2024-11-19T15:28:23.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-3.7,1.0,56709.0,56709.0\n2024-11-19T15:29:23.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,4.0,56.7,56.8,-4.0,1.0,56710.0,56710.0\n2024-11-19T15:30:23.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-4.4,1.0,56711.0,56711.0\n2024-11-19T15:31:23.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,57.7,57.8,-4.4,1.0,56712.0,56712.0\n2024-11-19T15:32:23.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-4.3,1.0,56713.0,56713.0\n2024-11-19T15:33:23.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,3.9,54.4,54.6,-4.9,1.0,56714.0,56714.0\n2024-11-19T15:34:23.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.2,57.4,57.5,-3.6,1.0,56715.0,56715.0\n2024-11-19T15:35:23.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.1,56.9,57.0,-2.9,1.0,56715.0,56715.0\n2024-11-19T15:36:23.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.2,56.6,56.7,-3.1,1.0,56716.0,56716.0\n2024-11-19T15:37:23.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-3.3,1.0,56717.0,56717.0\n2024-11-19T15:38:23.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.1,57.4,57.5,-3.6,1.0,56718.0,56718.0\n2024-11-19T15:39:23.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.1,57.4,57.5,-3.3,1.0,56719.0,56719.0\n2024-11-19T15:40:23.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.8,55.1,55.2,-4.4,1.0,56720.0,56720.0\n2024-11-19T15:41:23.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,4.1,54.9,55.0,-3.8,1.0,56721.0,56721.0\n2024-11-19T15:42:23.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.2,56.3,56.4,-3.7,1.0,56722.0,56722.0\n2024-11-19T15:43:23.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.4,56.5,-3.7,1.0,56723.0,56723.0\n2024-11-19T15:44:23.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.3,56.4,-3.9,1.0,56724.0,56724.0\n2024-11-19T15:45:23.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,4.1,56.1,56.2,-3.2,1.0,56725.0,56725.0\n2024-11-19T15:46:23.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.2,58.0,58.1,-3.2,1.0,56726.0,56726.0\n2024-11-19T15:47:23.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-2.9,1.0,56727.0,56727.0\n2024-11-19T15:48:23.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,57.7,57.7,-2.7,1.0,56728.0,56728.0\n2024-11-19T15:49:23.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-3.7,1.0,56729.0,56729.0\n2024-11-19T15:50:23.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.0,58.4,58.5,-3.2,1.0,56730.0,56730.0\n2024-11-19T15:51:24.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-3.7,1.0,56731.0,56731.0\n2024-11-19T15:52:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,57.5,57.6,-3.5,1.0,56732.0,56732.0\n2024-11-19T15:53:24.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.0,55.6,55.8,-4.2,1.0,56732.0,56732.0\n2024-11-19T15:54:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.3,56.9,57.0,-3.6,1.0,56733.0,56733.0\n2024-11-19T15:55:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,57.6,57.7,-3.5,1.0,56734.0,56734.0\n2024-11-19T15:56:24.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,58.5,58.6,-3.2,1.0,56735.0,56735.0\n2024-11-19T15:57:24.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.0,58.7,58.8,-3.3,1.0,56736.0,56736.0\n2024-11-19T15:58:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,55.4,55.6,-4.1,1.0,56737.0,56737.0\n2024-11-19T15:59:24.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-3.8,1.0,56738.0,56738.0\n2024-11-19T16:00:24.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.0,57.5,57.7,-3.8,1.0,56739.0,56739.0\n2024-11-19T16:01:24.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,56.2,56.3,-3.9,1.0,56740.0,56740.0\n2024-11-19T16:02:24.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.1,59.0,59.0,-3.1,1.0,56741.0,56741.0\n2024-11-19T16:03:24.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,55.5,55.6,-3.7,1.0,56742.0,56742.0\n2024-11-19T16:04:24.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,54.0,54.2,-4.6,1.0,56743.0,56743.0\n2024-11-19T16:05:24.000000+00:00,244.3,nan,50.0,0.5,nan,1.5,4.2,56.0,56.1,-3.8,1.0,56744.0,56744.0\n2024-11-19T16:06:24.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,58.2,58.4,-3.8,1.0,56745.0,56745.0\n2024-11-19T16:07:24.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,5.6,56.5,56.6,-4.2,1.0,56746.0,56746.0\n2024-11-19T16:08:24.000000+00:00,244.5,nan,49.9,0.5,nan,1.6,4.2,56.4,56.6,-4.1,1.0,56747.0,56747.0\n2024-11-19T16:09:24.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.2,55.7,55.9,-4.1,1.0,56747.0,56747.0\n2024-11-19T16:10:24.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-4.3,1.0,56748.0,56748.0\n2024-11-19T16:11:24.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.3,58.4,58.5,-3.9,1.0,56749.0,56749.0\n2024-11-19T16:12:24.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.2,58.2,58.3,-3.9,1.0,56750.0,56750.0\n2024-11-19T16:13:24.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.0,54.9,55.1,-3.9,1.0,56751.0,56751.0\n2024-11-19T16:14:24.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.3,57.8,58.0,-4.2,1.0,56752.0,56752.0\n2024-11-19T16:15:24.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.3,55.5,55.6,-4.8,1.0,56758.0,56758.0\n2024-11-19T16:16:24.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.0,55.7,55.8,-4.1,1.0,56754.0,56754.0\n2024-11-19T16:17:24.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.2,54.4,54.6,-4.8,1.0,56755.0,56755.0\n2024-11-19T16:18:24.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.1,54.0,54.3,-5.4,1.0,56756.0,56756.0\n2024-11-19T16:19:24.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.1,57.1,57.3,-4.4,1.0,56757.0,56757.0\n2024-11-19T16:20:24.000000+00:00,244.2,nan,50.0,0.5,nan,1.5,4.0,58.0,58.2,-5.0,1.0,56758.0,56758.0\n2024-11-19T16:21:24.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.3,54.0,54.2,-5.0,1.0,56759.0,56759.0\n2024-11-19T16:22:24.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.2,56.3,56.4,-4.2,1.0,56760.0,56760.0\n2024-11-19T16:23:24.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.1,55.4,55.6,-4.7,1.0,56761.0,56761.0\n2024-11-19T16:24:24.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.0,58.7,58.8,-4.4,1.0,56762.0,56762.0\n2024-11-19T16:25:24.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.1,59.1,59.3,-4.2,1.0,56763.0,56763.0\n2024-11-19T16:26:24.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-4.3,1.0,56764.0,56764.0\n2024-11-19T16:27:24.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,3.9,56.9,57.0,-4.0,1.0,56764.0,56764.0\n2024-11-19T16:28:24.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,57.1,57.3,-4.5,1.0,56765.0,56765.0\n2024-11-19T16:29:24.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.0,54.4,54.7,-6.1,1.0,56766.0,56766.0\n2024-11-19T16:30:24.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,58.8,59.1,-5.4,1.0,56767.0,56767.0\n2024-11-19T16:31:24.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.2,55.8,56.0,-5.1,1.0,56768.0,56768.0\n2024-11-19T16:32:24.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.0,55.8,56.1,-5.5,1.0,56769.0,56769.0\n2024-11-19T16:33:24.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,57.7,57.9,-5.2,1.0,56770.0,56770.0\n2024-11-19T16:34:24.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.1,1.0,56771.0,56771.0\n2024-11-19T16:35:24.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,58.6,58.8,-4.7,1.0,56772.0,56772.0\n2024-11-19T16:36:24.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.6,1.0,56773.0,56773.0\n2024-11-19T16:37:24.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.1,53.2,53.5,-5.7,1.0,56774.0,56774.0\n2024-11-19T16:38:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,5.6,58.2,58.4,-4.7,1.0,56775.0,56775.0\n2024-11-19T16:39:24.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.1,56.1,56.4,-5.5,1.0,56776.0,56776.0\n2024-11-19T16:40:24.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,56.1,56.4,-5.4,1.0,56777.0,56777.0\n2024-11-19T16:41:24.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,57.7,57.9,-5.0,1.0,56778.0,56778.0\n2024-11-19T16:42:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-5.8,1.0,56779.0,56779.0\n2024-11-19T16:43:24.000000+00:00,244.8,nan,50.0,0.4,nan,1.4,4.0,54.6,54.9,-6.2,1.0,56780.0,56780.0\n2024-11-19T16:44:24.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,57.1,57.3,-5.0,1.0,56780.0,56780.0\n2024-11-19T16:45:24.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,54.9,55.2,-5.7,1.0,56781.0,56781.0\n2024-11-19T16:46:24.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,53.8,54.1,-5.4,1.0,56782.0,56782.0\n2024-11-19T16:47:24.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.2,56.4,-4.9,1.0,56783.0,56783.0\n2024-11-19T16:48:24.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.1,55.2,55.4,-5.2,1.0,56784.0,56784.0\n2024-11-19T16:49:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.0,54.4,54.7,-4.9,1.0,56785.0,56785.0\n2024-11-19T16:50:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,55.4,55.6,-4.8,1.0,56786.0,56786.0\n2024-11-19T16:51:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.2,55.2,55.4,-4.4,1.0,56787.0,56787.0\n2024-11-19T16:52:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,57.0,57.1,-4.3,1.0,56788.0,56788.0\n2024-11-19T16:53:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.1,57.3,57.5,-4.2,1.0,56789.0,56789.0\n2024-11-19T16:54:24.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,55.7,55.9,-4.2,1.0,56790.0,56790.0\n2024-11-19T16:55:24.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.1,57.3,57.5,-4.1,1.0,56791.0,56791.0\n2024-11-19T16:56:24.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,3.9,57.2,57.4,-4.1,1.0,56792.0,56792.0\n2024-11-19T16:57:24.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,3.9,58.4,58.6,-4.4,1.0,56793.0,56793.0\n2024-11-19T16:58:24.000000+00:00,245.5,nan,50.0,0.5,nan,1.5,4.0,58.3,58.4,-4.6,1.0,56794.0,56794.0\n2024-11-19T16:59:24.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.0,56.8,57.0,-4.9,1.0,56795.0,56795.0\n2024-11-19T17:00:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-4.9,1.0,56796.0,56796.0\n2024-11-19T17:01:24.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,56.9,57.1,-4.9,1.0,56797.0,56797.0\n2024-11-19T17:02:24.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.3,56.5,-5.0,1.0,56797.0,56797.0\n2024-11-19T17:03:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.0,56.5,56.7,-5.0,1.0,56798.0,56798.0\n2024-11-19T17:04:24.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.1,57.7,57.9,-4.9,1.0,56799.0,56799.0\n2024-11-19T17:05:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.1,55.9,56.1,-4.9,1.0,56800.0,56800.0\n2024-11-19T17:06:24.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,3.8,53.2,53.4,-5.4,1.0,56801.0,56801.0\n2024-11-19T17:07:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.0,56.3,56.5,-5.3,1.0,56802.0,56802.0\n2024-11-19T17:08:24.000000+00:00,245.6,nan,49.9,0.5,nan,1.5,4.0,60.0,60.1,-4.2,1.0,56803.0,56803.0\n2024-11-19T17:09:24.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,57.1,57.3,-5.1,1.0,56804.0,56804.0\n2024-11-19T17:10:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,3.9,57.7,57.9,-4.7,1.0,56805.0,56805.0\n2024-11-19T17:11:24.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,3.9,53.8,54.1,-5.4,1.0,56811.0,56811.0\n2024-11-19T17:12:24.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,58.0,58.2,-4.3,1.0,56807.0,56807.0\n2024-11-19T17:13:24.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,3.9,56.9,57.2,-4.8,1.0,56808.0,56808.0\n2024-11-19T17:14:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,55.5,55.7,-5.0,1.0,56809.0,56809.0\n2024-11-19T17:15:24.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,3.9,57.4,57.6,-5.0,1.0,56810.0,56810.0\n2024-11-19T17:16:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,54.2,54.4,-4.7,1.0,56811.0,56811.0\n2024-11-19T17:17:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,54.9,55.1,-4.9,1.0,56812.0,56812.0\n2024-11-19T17:18:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,3.9,53.4,53.6,-5.6,1.0,56813.0,56813.0\n2024-11-19T17:19:24.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,3.9,54.3,54.6,-5.5,1.0,56813.0,56813.0\n2024-11-19T17:20:24.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,3.8,54.4,54.7,-5.4,1.0,56814.0,56814.0\n2024-11-19T17:21:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,54.8,55.1,-5.6,1.0,56815.0,56815.0\n2024-11-19T17:22:24.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,57.7,57.9,-4.7,1.0,56816.0,56816.0\n2024-11-19T17:23:24.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,3.9,55.4,55.7,-5.4,1.0,56817.0,56817.0\n2024-11-19T17:24:24.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,55.2,55.4,-5.3,1.0,56818.0,56818.0\n2024-11-19T17:25:24.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.0,57.8,58.0,-4.9,1.0,56819.0,56819.0\n2024-11-19T17:26:24.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,3.9,56.1,56.4,-4.9,1.0,56820.0,56820.0\n2024-11-19T17:27:24.000000+00:00,245.5,nan,50.0,0.5,nan,1.5,4.1,55.8,56.1,-5.3,1.0,56821.0,56821.0\n2024-11-19T17:28:25.000000+00:00,245.3,nan,50.0,0.5,nan,1.5,4.1,56.3,56.5,-5.0,1.0,56822.0,56822.0\n2024-11-19T17:29:25.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.1,58.1,58.2,-4.5,1.0,56823.0,56823.0\n2024-11-19T17:30:25.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.3,55.5,-4.9,1.0,56824.0,56824.0\n2024-11-19T17:31:25.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.0,58.0,58.3,-5.1,1.0,56825.0,56825.0\n2024-11-19T17:32:25.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.1,55.0,55.3,-5.4,1.0,56826.0,56826.0\n2024-11-19T17:33:25.000000+00:00,245.0,nan,50.0,0.5,nan,1.5,4.0,58.2,58.5,-5.2,1.0,56827.0,56827.0\n2024-11-19T17:34:25.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.1,54.5,54.8,-5.5,1.0,56828.0,56828.0\n2024-11-19T17:35:25.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,55.7,55.9,-5.2,1.0,56829.0,56829.0\n2024-11-19T17:36:25.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,3.9,58.7,58.8,-4.4,1.0,56830.0,56830.0\n2024-11-19T17:37:25.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.3,53.9,54.1,-4.7,1.0,56830.0,56830.0\n2024-11-19T17:38:25.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,54.2,54.5,-5.4,1.0,56831.0,56831.0\n2024-11-19T17:39:25.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,55.3,55.5,-5.1,1.0,56832.0,56832.0\n2024-11-19T17:40:25.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.0,58.2,58.4,-4.4,1.0,56833.0,56833.0\n2024-11-19T17:41:25.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.0,58.0,58.3,-5.1,1.0,56834.0,56834.0\n2024-11-19T17:42:25.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.1,55.8,56.1,-5.2,1.0,56835.0,56835.0\n2024-11-19T17:43:25.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.2,55.9,56.2,-5.5,1.0,56836.0,56836.0\n2024-11-19T17:44:25.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.1,59.0,59.1,-4.5,1.0,56837.0,56837.0\n2024-11-19T17:45:25.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,59.3,59.5,-4.3,1.0,56838.0,56838.0\n2024-11-19T17:46:25.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,58.6,58.8,-4.8,1.0,56839.0,56839.0\n2024-11-19T17:47:25.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,58.0,58.1,-4.7,1.0,56840.0,56840.0\n2024-11-19T17:48:25.000000+00:00,244.1,nan,50.0,0.5,nan,1.5,4.1,55.4,55.7,-5.6,1.0,56841.0,56841.0\n2024-11-19T17:49:25.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.1,55.3,55.5,-5.6,1.0,56842.0,56842.0\n2024-11-19T17:50:25.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,56.8,57.0,-5.6,1.0,56843.0,56843.0\n2024-11-19T17:51:25.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.1,56.1,56.4,-5.7,1.0,56844.0,56844.0\n2024-11-19T17:52:25.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.1,58.8,59.0,-4.9,1.0,56845.0,56845.0\n2024-11-19T17:53:25.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.0,58.4,58.6,-5.1,1.0,56845.0,56845.0\n2024-11-19T17:54:25.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,3.9,57.4,57.6,-4.8,1.0,56846.0,56846.0\n2024-11-19T17:55:25.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.1,57.2,57.4,-4.7,1.0,56847.0,56847.0\n2024-11-19T17:56:25.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-4.3,1.0,56848.0,56848.0\n2024-11-19T17:57:25.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,4.1,56.8,57.0,-5.0,1.0,56849.0,56849.0\n2024-11-19T17:58:25.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,55.6,55.8,-4.6,1.0,56850.0,56850.0\n2024-11-19T17:59:25.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.0,55.9,56.2,-5.2,1.0,56851.0,56851.0\n2024-11-19T18:00:25.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.0,53.6,53.9,-5.7,1.0,56852.0,56852.0\n2024-11-19T18:01:25.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,57.4,57.7,-5.0,1.0,56853.0,56853.0\n2024-11-19T18:02:25.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,3.9,58.4,56.4,-5.6,1.0,56859.0,56859.0\n2024-11-19T18:03:25.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.0,58.4,58.6,-4.7,1.0,56855.0,56855.0\n2024-11-19T18:04:25.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,58.1,58.3,-4.9,1.0,56856.0,56856.0\n2024-11-19T18:05:25.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.0,58.4,58.6,-4.9,1.0,56857.0,56857.0\n2024-11-19T18:06:25.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.4,56.7,-5.7,1.0,56858.0,56858.0\n2024-11-19T18:07:25.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,3.9,55.2,55.5,-5.7,1.0,56859.0,56859.0\n2024-11-19T18:08:25.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.0,56.0,56.3,-5.4,1.0,56860.0,56860.0\n2024-11-19T18:09:25.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.1,54.3,54.6,-6.0,1.0,56861.0,56861.0\n2024-11-19T18:10:25.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.6,56.8,-5.3,1.0,56861.0,56861.0\n2024-11-19T18:11:25.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.7,56.9,-5.6,1.0,56862.0,56862.0\n2024-11-19T18:12:25.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.0,57.6,57.8,-5.3,1.0,56863.0,56863.0\n2024-11-19T18:13:25.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.1,57.0,57.2,-5.2,1.0,56864.0,56864.0\n2024-11-19T18:14:25.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.1,58.7,58.9,-4.8,1.0,56865.0,56865.0\n2024-11-19T18:15:25.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.1,57.4,57.6,-5.3,1.0,56866.0,56866.0\n2024-11-19T18:16:25.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.1,55.7,55.9,-5.3,1.0,56867.0,56867.0\n2024-11-19T18:17:25.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,3.9,56.0,56.3,-5.6,1.0,56868.0,56868.0\n2024-11-19T18:18:25.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,55.5,55.8,-5.7,1.0,56869.0,56869.0\n2024-11-19T18:19:25.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,3.9,54.2,54.5,-6.0,1.0,56870.0,56870.0\n2024-11-19T18:20:25.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.0,58.5,58.7,-4.9,1.0,56871.0,56871.0\n2024-11-19T18:21:25.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,3.8,58.1,58.3,-5.1,1.0,56872.0,56872.0\n2024-11-19T18:22:25.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,54.4,54.7,-5.8,1.0,56873.0,56873.0\n2024-11-19T18:23:25.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,55.0,55.3,-5.8,1.0,56874.0,56874.0\n2024-11-19T18:24:25.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-5.8,1.0,56875.0,56875.0\n2024-11-19T18:25:25.000000+00:00,246.0,nan,50.0,0.5,nan,1.5,4.0,57.0,57.2,-5.4,1.0,56876.0,56876.0\n2024-11-19T18:26:25.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.1,56.8,57.0,-5.1,1.0,56877.0,56877.0\n2024-11-19T18:27:25.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,55.8,56.1,-5.4,1.0,56878.0,56878.0\n2024-11-19T18:28:25.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.1,56.0,56.2,-5.2,1.0,56878.0,56878.0\n2024-11-19T18:29:25.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,3.9,55.3,55.6,-5.6,1.0,56879.0,56879.0\n2024-11-19T18:30:25.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-5.1,1.0,56880.0,56880.0\n2024-11-19T18:31:25.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,57.2,57.5,-5.3,1.0,56881.0,56881.0\n2024-11-19T18:32:25.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,4.0,58.9,59.1,-4.8,1.0,56882.0,56882.0\n2024-11-19T18:33:25.000000+00:00,246.2,nan,49.9,0.5,nan,1.5,4.0,58.4,58.6,-5.4,1.0,56883.0,56883.0\n2024-11-19T18:34:25.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.0,53.2,53.5,-5.8,1.0,56884.0,56884.0\n2024-11-19T18:35:25.000000+00:00,246.2,nan,49.9,0.5,nan,1.5,4.0,58.5,58.7,-4.8,1.0,56885.0,56885.0\n2024-11-19T18:36:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.1,56.0,56.3,-5.2,1.0,56886.0,56886.0\n2024-11-19T18:37:25.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.0,56.6,56.9,-5.5,1.0,56887.0,56887.0\n2024-11-19T18:38:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.6,1.0,56888.0,56888.0\n2024-11-19T18:39:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.0,57.1,57.4,-5.4,1.0,56889.0,56889.0\n2024-11-19T18:40:25.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.8,1.0,56890.0,56890.0\n2024-11-19T18:41:25.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,56.1,56.3,-5.2,1.0,56891.0,56891.0\n2024-11-19T18:42:25.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.4,1.0,56892.0,56892.0\n2024-11-19T18:43:25.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.1,56.5,56.8,-5.9,1.0,56893.0,56893.0\n2024-11-19T18:44:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.1,56.0,56.3,-5.4,1.0,56894.0,56894.0\n2024-11-19T18:45:25.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.1,56.6,56.9,-5.8,1.0,56894.0,56894.0\n2024-11-19T18:46:25.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.0,58.8,59.0,-5.0,1.0,56895.0,56895.0\n2024-11-19T18:47:25.000000+00:00,242.4,nan,49.9,0.5,nan,1.5,4.1,59.0,59.2,-5.2,1.0,56896.0,56896.0\n2024-11-19T18:48:25.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.1,56.1,56.4,-5.6,1.0,56897.0,56897.0\n2024-11-19T18:49:25.000000+00:00,242.1,nan,50.0,0.5,nan,1.5,4.2,57.3,57.6,-5.8,1.0,56898.0,56898.0\n2024-11-19T18:50:25.000000+00:00,242.3,nan,50.0,0.5,nan,1.5,4.1,56.5,56.8,-5.3,1.0,56899.0,56899.0\n2024-11-19T18:51:25.000000+00:00,242.2,nan,50.0,0.5,nan,1.5,4.2,57.2,57.4,-5.1,1.0,56900.0,56900.0\n2024-11-19T18:52:25.000000+00:00,242.0,nan,50.0,0.5,nan,1.5,4.1,56.7,56.9,-5.5,1.0,56901.0,56901.0\n2024-11-19T18:53:25.000000+00:00,242.1,nan,50.0,0.5,nan,1.5,4.2,55.9,56.2,-5.9,1.0,56902.0,56902.0\n2024-11-19T18:54:25.000000+00:00,242.0,nan,50.0,0.5,nan,1.5,4.2,55.9,56.1,-5.5,1.0,56903.0,56903.0\n2024-11-19T18:55:25.000000+00:00,241.8,nan,49.9,0.5,nan,1.5,4.2,55.8,56.1,-5.8,1.0,56904.0,56904.0\n2024-11-19T18:56:25.000000+00:00,242.2,nan,50.0,0.5,nan,1.5,4.3,57.1,57.3,-5.5,1.0,56905.0,56905.0\n2024-11-19T18:57:25.000000+00:00,242.0,nan,50.0,0.5,nan,1.5,4.2,56.2,56.5,-5.8,1.0,56906.0,56906.0\n2024-11-19T18:58:25.000000+00:00,242.2,nan,50.0,0.5,nan,1.5,4.2,56.2,56.5,-5.6,1.0,56907.0,56907.0\n2024-11-19T18:59:25.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.1,57.5,57.8,-5.6,1.0,56908.0,56908.0\n2024-11-19T19:00:25.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.2,54.7,55.1,-6.2,1.0,56909.0,56909.0\n2024-11-19T19:01:25.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,3.9,54.4,54.8,-6.4,1.0,56909.0,56909.0\n2024-11-19T19:02:25.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.1,55.0,55.3,-6.3,1.0,56910.0,56910.0\n2024-11-19T19:03:25.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.1,54.1,54.5,-6.0,1.0,56911.0,56911.0\n2024-11-19T19:04:25.000000+00:00,242.2,nan,49.9,0.5,nan,1.5,4.1,57.1,57.4,-6.1,1.0,56912.0,56912.0\n2024-11-19T19:05:25.000000+00:00,242.1,nan,49.9,0.5,nan,1.5,4.0,54.8,55.1,-5.7,1.0,56913.0,56913.0\n2024-11-19T19:06:25.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.1,55.8,56.1,-6.3,1.0,56914.0,56914.0\n2024-11-19T19:07:25.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.1,56.7,57.0,-5.9,1.0,56915.0,56915.0\n2024-11-19T19:08:25.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,56916.0,56916.0\n2024-11-19T19:09:25.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.2,1.0,56917.0,56917.0\n2024-11-19T19:10:25.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.9,1.0,56918.0,56918.0\n2024-11-19T19:11:25.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-5.2,1.0,56919.0,56919.0\n2024-11-19T19:12:25.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,3.9,57.1,57.4,-5.9,1.0,56920.0,56920.0\n2024-11-19T19:13:25.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-5.3,1.0,56921.0,56921.0\n2024-11-19T19:14:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.0,57.0,57.3,-5.5,1.0,56922.0,56922.0\n2024-11-19T19:15:25.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,56923.0,56923.0\n2024-11-19T19:16:26.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-5.5,1.0,56924.0,56924.0\n2024-11-19T19:17:26.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-5.4,1.0,56924.0,56924.0\n2024-11-19T19:18:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-5.3,1.0,56925.0,56925.0\n2024-11-19T19:19:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,57.7,57.9,-5.1,1.0,56926.0,56926.0\n2024-11-19T19:20:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.5,3.9,58.4,58.6,-5.2,1.0,56927.0,56927.0\n2024-11-19T19:21:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-6.1,1.0,56928.0,56928.0\n2024-11-19T19:22:26.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.5,1.0,56929.0,56929.0\n2024-11-19T19:23:26.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.1,56.3,56.5,-5.4,1.0,56930.0,56930.0\n2024-11-19T19:24:26.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.0,56.1,56.3,-5.3,1.0,56931.0,56931.0\n2024-11-19T19:25:26.000000+00:00,242.8,nan,50.0,0.5,nan,1.5,4.1,55.6,55.8,-5.5,1.0,56932.0,56932.0\n2024-11-19T19:26:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.1,56.4,56.7,-5.0,1.0,56933.0,56933.0\n2024-11-19T19:27:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.1,56.1,56.3,-5.3,1.0,56934.0,56934.0\n2024-11-19T19:28:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-5.1,1.0,56935.0,56935.0\n2024-11-19T19:29:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.4,1.0,56936.0,56936.0\n2024-11-19T19:30:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.1,57.7,57.9,-5.1,1.0,56937.0,56937.0\n2024-11-19T19:31:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-5.1,1.0,56938.0,56938.0\n2024-11-19T19:32:26.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,54.0,54.4,-6.6,1.0,56939.0,56939.0\n2024-11-19T19:33:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,54.3,54.6,-5.8,1.0,56939.0,56939.0\n2024-11-19T19:34:26.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.0,57.9,58.1,-5.4,1.0,56940.0,56940.0\n2024-11-19T19:35:26.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-6.0,1.0,56941.0,56941.0\n2024-11-19T19:36:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.5,4.1,56.6,56.9,-5.7,1.0,56942.0,56942.0\n2024-11-19T19:37:26.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.1,57.4,57.6,-5.4,1.0,56943.0,56943.0\n2024-11-19T19:38:26.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-5.7,1.0,56944.0,56944.0\n2024-11-19T19:39:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.5,1.0,56945.0,56945.0\n2024-11-19T19:40:26.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-5.4,1.0,56946.0,56946.0\n2024-11-19T19:41:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-5.7,1.0,56947.0,56947.0\n2024-11-19T19:42:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.0,56.3,-5.8,1.0,56948.0,56948.0\n2024-11-19T19:43:26.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-5.8,1.0,56949.0,56949.0\n2024-11-19T19:44:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-5.9,1.0,56950.0,56950.0\n2024-11-19T19:45:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.1,55.8,56.1,-5.9,1.0,56951.0,56951.0\n2024-11-19T19:46:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,55.4,55.8,-6.2,1.0,56952.0,56952.0\n2024-11-19T19:47:26.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,3.9,57.2,57.5,-6.1,1.0,56953.0,56953.0\n2024-11-19T19:48:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.1,58.9,59.1,-4.8,1.0,56954.0,56954.0\n2024-11-19T19:49:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-5.1,1.0,56955.0,56955.0\n2024-11-19T19:50:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,3.9,56.9,57.1,-5.4,1.0,56955.0,56955.0\n2024-11-19T19:51:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-5.9,1.0,56956.0,56956.0\n2024-11-19T19:52:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,57.0,57.3,-5.7,1.0,56957.0,56957.0\n2024-11-19T19:53:26.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-5.6,1.0,56958.0,56958.0\n2024-11-19T19:54:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.0,55.8,56.1,-5.5,1.0,56959.0,56959.0\n2024-11-19T19:55:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,3.9,56.6,56.9,-5.6,1.0,56960.0,56960.0\n2024-11-19T19:56:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,3.9,56.9,57.2,-5.8,1.0,56961.0,56961.0\n2024-11-19T19:57:26.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-6.0,1.0,56962.0,56962.0\n2024-11-19T19:58:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,3.9,56.6,56.9,-6.2,1.0,56963.0,56963.0\n2024-11-19T19:59:26.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.6,1.0,56964.0,56964.0\n2024-11-19T20:00:26.000000+00:00,242.7,nan,49.9,0.5,nan,1.5,4.1,56.5,56.8,-6.0,1.0,56965.0,56965.0\n2024-11-19T20:01:26.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-6.4,1.0,56966.0,56966.0\n2024-11-19T20:02:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-5.6,1.0,56967.0,56967.0\n2024-11-19T20:03:26.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,54.3,54.7,-6.8,1.0,56968.0,56968.0\n2024-11-19T20:04:26.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.2,55.4,55.7,-5.8,1.0,56969.0,56969.0\n2024-11-19T20:05:26.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-5.9,1.0,56970.0,56970.0\n2024-11-19T20:06:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,56970.0,56970.0\n2024-11-19T20:07:26.000000+00:00,243.0,nan,50.0,0.6,nan,1.7,6.3,58.4,58.6,-5.4,1.0,56971.0,56971.0\n2024-11-19T20:08:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.6,3.9,55.4,55.7,-5.5,1.0,56972.0,56972.0\n2024-11-19T20:09:26.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,55.7,55.9,-5.4,1.0,56973.0,56973.0\n2024-11-19T20:10:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.6,1.0,56974.0,56974.0\n2024-11-19T20:11:26.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-6.0,1.0,56975.0,56975.0\n2024-11-19T20:12:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,55.2,55.6,-6.3,1.0,56976.0,56976.0\n2024-11-19T20:13:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.1,55.9,56.3,-6.1,1.0,56977.0,56977.0\n2024-11-19T20:14:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-6.1,1.0,56978.0,56978.0\n2024-11-19T20:15:26.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,3.9,56.1,56.4,-5.7,1.0,56979.0,56979.0\n2024-11-19T20:16:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,55.4,55.8,-6.0,1.0,56980.0,56980.0\n2024-11-19T20:17:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,55.4,55.7,-6.0,1.0,56981.0,56981.0\n2024-11-19T20:18:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,3.9,56.5,56.7,-5.7,1.0,56982.0,56982.0\n2024-11-19T20:19:26.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-5.7,1.0,56983.0,56983.0\n2024-11-19T20:20:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-5.8,1.0,56984.0,56984.0\n2024-11-19T20:21:26.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.6,1.0,56985.0,56985.0\n2024-11-19T20:22:26.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-5.8,1.0,56985.0,56985.0\n2024-11-19T20:23:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-5.8,1.0,56986.0,56986.0\n2024-11-19T20:24:26.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,3.9,56.6,56.9,-5.7,1.0,56987.0,56987.0\n2024-11-19T20:25:26.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.9,1.0,56988.0,56988.0\n2024-11-19T20:26:26.000000+00:00,243.6,nan,50.0,0.5,nan,1.5,4.1,56.4,56.6,-5.2,1.0,56989.0,56989.0\n2024-11-19T20:27:26.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.6,56.9,-5.6,1.0,56990.0,56990.0\n2024-11-19T20:28:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,3.9,56.0,56.2,-5.7,1.0,56991.0,56991.0\n2024-11-19T20:29:26.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.0,55.4,55.6,-5.4,1.0,56992.0,56992.0\n2024-11-19T20:30:26.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.0,56.2,56.4,-5.6,1.0,56993.0,56993.0\n2024-11-19T20:31:26.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.9,1.0,56994.0,56994.0\n2024-11-19T20:32:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.6,1.0,56995.0,56995.0\n2024-11-19T20:33:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,55.8,56.2,-5.8,1.0,56996.0,56996.0\n2024-11-19T20:34:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,3.9,54.9,55.3,-6.3,1.0,56997.0,56997.0\n2024-11-19T20:35:26.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.7,57.0,-5.6,1.0,56998.0,56998.0\n2024-11-19T20:36:26.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,55.6,55.9,-6.0,1.0,56999.0,56999.0\n2024-11-19T20:37:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.1,56.4,56.7,-6.0,1.0,57000.0,57000.0\n2024-11-19T20:38:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.8,57.2,-6.0,1.0,57001.0,57001.0\n2024-11-19T20:39:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.9,1.0,57001.0,57001.0\n2024-11-19T20:40:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.8,57.1,-5.5,1.0,57002.0,57006.0\n2024-11-19T20:41:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.6,1.0,57003.0,57003.0\n2024-11-19T20:42:26.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.5,1.0,57004.0,57004.0\n2024-11-19T20:43:26.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-5.9,1.0,57005.0,57005.0\n2024-11-19T20:44:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-5.9,1.0,57006.0,57006.0\n2024-11-19T20:45:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-5.6,1.0,57007.0,57012.0\n2024-11-19T20:46:26.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.0,56.0,56.4,-6.0,1.0,57008.0,57008.0\n2024-11-19T20:47:26.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,3.9,56.6,56.9,-5.5,1.0,57009.0,57009.0\n2024-11-19T20:48:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-5.5,1.0,57010.0,57010.0\n2024-11-19T20:49:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-5.5,1.0,57011.0,57011.0\n2024-11-19T20:50:26.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-6.1,1.0,57012.0,57012.0\n2024-11-19T20:51:26.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-6.4,1.0,57013.0,57013.0\n2024-11-19T20:52:26.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.1,55.6,55.9,-6.1,1.0,57014.0,57014.0\n2024-11-19T20:53:26.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.1,55.7,56.1,-5.9,1.0,57015.0,57015.0\n2024-11-19T20:54:26.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.5,1.0,57016.0,57016.0\n2024-11-19T20:55:26.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.6,56.9,-5.9,1.0,57016.0,57016.0\n2024-11-19T20:56:26.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-5.9,1.0,57017.0,57017.0\n2024-11-19T20:57:26.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.9,1.0,57018.0,57018.0\n2024-11-19T20:58:26.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,3.9,56.4,56.6,-5.6,1.0,57019.0,57019.0\n2024-11-19T20:59:26.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.9,1.0,57020.0,57020.0\n2024-11-19T21:00:26.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.9,1.0,57021.0,57021.0\n2024-11-19T21:01:26.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,55.5,55.8,-6.2,1.0,57022.0,57022.0\n2024-11-19T21:02:26.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,3.9,53.9,54.3,-6.1,1.0,57023.0,57023.0\n2024-11-19T21:03:27.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.6,1.0,57024.0,57024.0\n2024-11-19T21:04:27.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-5.2,1.0,57025.0,57025.0\n2024-11-19T21:05:27.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-5.1,1.0,57026.0,57026.0\n2024-11-19T21:06:27.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.5,1.0,57027.0,57027.0\n2024-11-19T21:07:27.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.5,56.8,-5.6,1.0,57028.0,57028.0\n2024-11-19T21:08:27.000000+00:00,243.0,nan,49.9,0.5,nan,1.5,4.0,57.1,57.4,-5.6,1.0,57029.0,57029.0\n2024-11-19T21:09:27.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-5.8,1.0,57030.0,57030.0\n2024-11-19T21:10:27.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-5.7,1.0,57031.0,57031.0\n2024-11-19T21:11:27.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,57.2,57.5,-5.7,1.0,57031.0,57031.0\n2024-11-19T21:12:27.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-6.1,1.0,57032.0,57032.0\n2024-11-19T21:13:27.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,3.9,56.9,57.2,-5.6,1.0,57033.0,57033.0\n2024-11-19T21:14:27.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,56.5,56.9,-6.2,1.0,57034.0,57034.0\n2024-11-19T21:15:27.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.6,57.0,-6.3,1.0,57035.0,57035.0\n2024-11-19T21:16:27.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.9,1.0,57036.0,57036.0\n2024-11-19T21:17:27.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.0,56.4,56.6,-5.6,1.0,57037.0,57037.0\n2024-11-19T21:18:27.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.0,56.3,56.6,-5.8,1.0,57038.0,57038.0\n2024-11-19T21:19:27.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.6,56.9,-5.5,1.0,57039.0,57039.0\n2024-11-19T21:20:27.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-6.1,1.0,57040.0,57040.0\n2024-11-19T21:21:27.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-5.6,1.0,57041.0,57041.0\n2024-11-19T21:22:27.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-5.9,1.0,57042.0,57042.0\n2024-11-19T21:23:27.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-5.6,1.0,57043.0,57043.0\n2024-11-19T21:24:27.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,3.9,56.7,56.9,-5.7,1.0,57044.0,57044.0\n2024-11-19T21:25:27.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,3.9,55.6,55.9,-6.0,1.0,57045.0,57045.0\n2024-11-19T21:26:27.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,56.4,56.7,-5.6,1.0,57046.0,57046.0\n2024-11-19T21:27:27.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.9,1.0,57046.0,57046.0\n2024-11-19T21:28:27.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.4,1.0,57047.0,57047.0\n2024-11-19T21:29:27.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,3.9,56.0,56.3,-5.6,1.0,57048.0,57048.0\n2024-11-19T21:30:27.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-5.7,1.0,57049.0,57049.0\n2024-11-19T21:31:27.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.6,1.0,57050.0,57050.0\n2024-11-19T21:32:27.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.7,1.0,57051.0,57051.0\n2024-11-19T21:33:27.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,3.9,56.7,57.0,-6.0,1.0,57052.0,57052.0\n2024-11-19T21:34:27.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.1,56.3,56.5,-5.6,1.0,57053.0,57053.0\n2024-11-19T21:35:27.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,4.0,55.8,56.2,-6.0,1.0,57054.0,57054.0\n2024-11-19T21:36:27.000000+00:00,242.4,nan,50.0,0.5,nan,1.4,4.0,56.2,56.7,-5.9,1.0,57060.0,57060.0\n2024-11-19T21:37:27.000000+00:00,242.3,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-5.8,1.0,57056.0,57056.0\n2024-11-19T21:38:27.000000+00:00,242.5,nan,50.0,0.5,nan,1.4,4.1,55.5,55.8,-5.6,1.0,57057.0,57057.0\n2024-11-19T21:39:27.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.9,1.0,57058.0,57058.0\n2024-11-19T21:40:27.000000+00:00,242.4,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.9,1.0,57059.0,57059.0\n2024-11-19T21:41:27.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-5.5,1.0,57060.0,57060.0\n2024-11-19T21:42:27.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-5.2,1.0,57061.0,57061.0\n2024-11-19T21:43:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-5.5,1.0,57061.0,57061.0\n2024-11-19T21:44:27.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.1,57.6,57.9,-5.5,1.0,57062.0,57062.0\n2024-11-19T21:45:27.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,55.8,56.0,-5.5,1.0,57063.0,57063.0\n2024-11-19T21:46:27.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.1,56.9,57.2,-5.5,1.0,57064.0,57064.0\n2024-11-19T21:47:27.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.2,56.2,56.5,-5.1,1.0,57065.0,57065.0\n2024-11-19T21:48:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.1,56.3,56.5,-5.1,1.0,57066.0,57066.0\n2024-11-19T21:49:27.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,4.2,55.2,55.5,-5.7,1.0,57067.0,57067.0\n2024-11-19T21:50:27.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.4,55.6,55.9,-5.5,1.0,57068.0,57068.0\n2024-11-19T21:51:27.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.2,56.6,56.9,-5.3,1.0,57069.0,57069.0\n2024-11-19T21:52:27.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.2,56.1,56.4,-5.8,1.0,57070.0,57070.0\n2024-11-19T21:53:27.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.2,55.9,56.2,-5.4,1.0,57071.0,57071.0\n2024-11-19T21:54:27.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.3,56.1,56.4,-5.5,1.0,57072.0,57072.0\n2024-11-19T21:55:27.000000+00:00,244.6,nan,50.0,0.5,nan,1.5,4.2,57.1,57.3,-5.7,1.0,57073.0,57073.0\n2024-11-19T21:56:27.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.2,56.5,56.8,-5.9,1.0,57074.0,57074.0\n2024-11-19T21:57:27.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.2,55.8,56.1,-5.5,1.0,57075.0,57075.0\n2024-11-19T21:58:27.000000+00:00,244.4,nan,50.0,0.5,nan,1.5,4.2,56.6,56.9,-5.4,1.0,57076.0,57076.0\n2024-11-19T21:59:27.000000+00:00,244.4,nan,50.0,0.5,nan,1.5,4.2,56.1,56.4,-5.7,1.0,57077.0,57077.0\n2024-11-19T22:00:27.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.2,55.3,55.6,-5.5,1.0,57078.0,57078.0\n2024-11-19T22:01:27.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.2,54.4,54.7,-6.0,1.0,57078.0,57078.0\n2024-11-19T22:02:27.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,58.0,58.3,-5.9,1.0,57079.0,57079.0\n2024-11-19T22:03:27.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,57.0,57.3,-5.2,1.0,57080.0,57080.0\n2024-11-19T22:04:27.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,3.9,56.7,57.0,-5.4,1.0,57081.0,57081.0\n2024-11-19T22:05:27.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.2,55.0,55.3,-5.4,1.0,57082.0,57082.0\n2024-11-19T22:06:27.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.1,57.4,57.6,-5.1,1.0,57083.0,57083.0\n2024-11-19T22:07:27.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-5.3,1.0,57084.0,57084.0\n2024-11-19T22:08:27.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,55.5,55.8,-5.8,1.0,57085.0,57085.0\n2024-11-19T22:09:27.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.1,56.1,56.4,-5.0,1.0,57086.0,57086.0\n2024-11-19T22:10:27.000000+00:00,245.0,nan,50.0,0.5,nan,1.5,4.0,56.9,57.2,-5.4,1.0,57087.0,57087.0\n2024-11-19T22:11:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.0,57.3,57.6,-5.2,1.0,57088.0,57088.0\n2024-11-19T22:12:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,56.6,56.9,-5.7,1.0,57089.0,57089.0\n2024-11-19T22:13:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.5,4.1,56.1,56.4,-5.7,1.0,57090.0,57090.0\n2024-11-19T22:14:27.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.0,56.3,56.7,-5.9,1.0,57091.0,57091.0\n2024-11-19T22:15:27.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.0,56.2,56.5,-5.9,1.0,57092.0,57092.0\n2024-11-19T22:16:27.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.2,56.9,57.1,-5.5,1.0,57093.0,57093.0\n2024-11-19T22:17:27.000000+00:00,245.6,nan,49.9,0.5,nan,1.5,4.1,56.5,56.8,-5.8,1.0,57093.0,57093.0\n2024-11-19T22:18:27.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.1,56.7,57.0,-5.5,1.0,57094.0,57094.0\n2024-11-19T22:19:27.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.2,56.1,56.4,-5.9,1.0,57095.0,57095.0\n2024-11-19T22:20:27.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.0,56.5,56.8,-5.5,1.0,57096.0,57096.0\n2024-11-19T22:21:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-5.7,1.0,57097.0,57097.0\n2024-11-19T22:22:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-5.8,1.0,57098.0,57098.0\n2024-11-19T22:23:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.7,1.0,57099.0,57099.0\n2024-11-19T22:24:27.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.7,1.0,57100.0,57100.0\n2024-11-19T22:25:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.2,57.7,58.0,-5.7,1.0,57101.0,57101.0\n2024-11-19T22:26:27.000000+00:00,245.9,nan,50.0,0.5,nan,1.5,4.0,57.4,57.6,-5.2,1.0,57102.0,57102.0\n2024-11-19T22:27:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.1,57.0,57.3,-5.4,1.0,57103.0,57103.0\n2024-11-19T22:28:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.1,57.1,57.3,-5.3,1.0,57104.0,57104.0\n2024-11-19T22:29:27.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,55.8,56.1,-5.3,1.0,57105.0,57105.0\n2024-11-19T22:30:27.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.0,57.3,57.5,-5.6,1.0,57106.0,57106.0\n2024-11-19T22:31:27.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.1,56.4,56.8,-6.1,1.0,57107.0,57107.0\n2024-11-19T22:32:27.000000+00:00,246.1,nan,50.0,0.5,nan,1.5,4.1,56.6,56.9,-5.8,1.0,57108.0,57108.0\n2024-11-19T22:33:27.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,55.9,56.2,-5.7,1.0,57109.0,57109.0\n2024-11-19T22:34:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-6.1,1.0,57109.0,57109.0\n2024-11-19T22:35:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.2,57.1,57.4,-5.9,1.0,57110.0,57110.0\n2024-11-19T22:36:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.5,4.0,56.8,57.2,-6.1,1.0,57111.0,57111.0\n2024-11-19T22:37:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,56.3,56.6,-5.7,1.0,57112.0,57112.0\n2024-11-19T22:38:27.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.8,1.0,57113.0,57113.0\n2024-11-19T22:39:27.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-6.0,1.0,57114.0,57114.0\n2024-11-19T22:40:27.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-6.1,1.0,57115.0,57115.0\n2024-11-19T22:41:27.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,56.5,56.8,-6.1,1.0,57116.0,57116.0\n2024-11-19T22:42:27.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-5.9,1.0,57117.0,57117.0\n2024-11-19T22:43:27.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.1,57.1,57.4,-5.6,1.0,57118.0,57118.0\n2024-11-19T22:44:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.1,56.5,56.8,-5.7,1.0,57119.0,57119.0\n2024-11-19T22:45:28.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.1,56.3,56.6,-5.7,1.0,57120.0,57120.0\n2024-11-19T22:46:28.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-5.5,1.0,57121.0,57121.0\n2024-11-19T22:47:28.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,56.9,57.2,-5.8,1.0,57122.0,57122.0\n2024-11-19T22:48:28.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,55.8,56.1,-5.9,1.0,57123.0,57123.0\n2024-11-19T22:49:28.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.0,57.1,57.4,-5.9,1.0,57124.0,57124.0\n2024-11-19T22:50:28.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-6.0,1.0,57125.0,57125.0\n2024-11-19T22:51:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.1,56.9,57.2,-5.8,1.0,57125.0,57125.0\n2024-11-19T22:52:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,55.6,56.0,-6.3,1.0,57126.0,57126.0\n2024-11-19T22:53:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.2,-6.1,1.0,57127.0,57127.0\n2024-11-19T22:54:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.0,56.4,-6.3,1.0,57128.0,57128.0\n2024-11-19T22:55:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.8,1.0,57129.0,57129.0\n2024-11-19T22:56:28.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,4.0,57.2,57.5,-6.0,1.0,57130.0,57130.0\n2024-11-19T22:57:28.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.1,56.6,56.9,-6.1,1.0,57131.0,57131.0\n2024-11-19T22:58:28.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-5.6,1.0,57132.0,57132.0\n2024-11-19T22:59:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,55.9,56.2,-5.6,1.0,57133.0,57133.0\n2024-11-19T23:00:28.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.2,56.5,-5.6,1.0,57134.0,57134.0\n2024-11-19T23:01:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.7,1.0,57135.0,57135.0\n2024-11-19T23:02:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.9,1.0,57136.0,57136.0\n2024-11-19T23:03:28.000000+00:00,245.1,nan,50.0,0.4,nan,1.4,3.9,55.5,55.9,-6.1,1.0,57137.0,57137.0\n2024-11-19T23:04:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-6.0,1.0,57138.0,57138.0\n2024-11-19T23:05:28.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.8,1.0,57139.0,57139.0\n2024-11-19T23:06:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,56.8,57.1,-5.8,1.0,57140.0,57140.0\n2024-11-19T23:07:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,56.7,57.0,-6.0,1.0,57141.0,57141.0\n2024-11-19T23:08:28.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,56.6,57.0,-6.1,1.0,57141.0,57141.0\n2024-11-19T23:09:28.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,56.7,57.1,-6.2,1.0,57142.0,57142.0\n2024-11-19T23:10:28.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-6.2,1.0,57143.0,57143.0\n2024-11-19T23:11:28.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-6.1,1.0,57144.0,57144.0\n2024-11-19T23:12:28.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57145.0,57145.0\n2024-11-19T23:13:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,57.1,57.4,-6.1,1.0,57146.0,57146.0\n2024-11-19T23:14:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.5,56.9,-6.2,1.0,57147.0,57147.0\n2024-11-19T23:15:28.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.1,56.5,56.8,-5.8,1.0,57148.0,57148.0\n2024-11-19T23:16:28.000000+00:00,246.2,nan,50.0,0.4,nan,1.4,4.0,55.8,56.1,-6.2,1.0,57149.0,57149.0\n2024-11-19T23:17:28.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.0,56.7,57.1,-6.2,1.0,57150.0,57150.0\n2024-11-19T23:18:28.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-6.5,1.0,57151.0,57151.0\n2024-11-19T23:19:28.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,55.8,56.2,-6.6,1.0,57152.0,57152.0\n2024-11-19T23:20:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.9,57.3,-6.1,1.0,57153.0,57153.0\n2024-11-19T23:21:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.2,56.6,-6.4,1.0,57154.0,57154.0\n2024-11-19T23:22:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.2,56.6,-6.1,1.0,57155.0,57155.0\n2024-11-19T23:23:28.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,56.8,57.1,-6.3,1.0,57156.0,57156.0\n2024-11-19T23:24:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.8,57.2,-6.2,1.0,57157.0,57157.0\n2024-11-19T23:25:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-6.5,1.0,57157.0,57157.0\n2024-11-19T23:26:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-6.4,1.0,57158.0,57158.0\n2024-11-19T23:27:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,57.0,57.4,-6.1,1.0,57159.0,57159.0\n2024-11-19T23:28:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.5,56.9,-6.6,1.0,57165.0,57165.0\n2024-11-19T23:29:28.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.0,56.2,56.6,-6.7,1.0,57161.0,57161.0\n2024-11-19T23:30:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.2,56.6,-6.4,1.0,57162.0,57162.0\n2024-11-19T23:31:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-6.6,1.0,57163.0,57163.0\n2024-11-19T23:32:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.6,1.0,57164.0,57164.0\n2024-11-19T23:33:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.2,56.0,56.4,-6.6,1.0,57165.0,57165.0\n2024-11-19T23:34:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.4,56.7,-6.4,1.0,57166.0,57166.0\n2024-11-19T23:35:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.2,55.7,56.0,-5.9,1.0,57167.0,57167.0\n2024-11-19T23:36:28.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-5.8,1.0,57168.0,57168.0\n2024-11-19T23:37:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.3,56.6,-6.0,1.0,57169.0,57169.0\n2024-11-19T23:38:28.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-6.2,1.0,57170.0,57170.0\n2024-11-19T23:39:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-6.1,1.0,57171.0,57171.0\n2024-11-19T23:40:28.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-6.2,1.0,57172.0,57172.0\n2024-11-19T23:41:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.1,56.5,-6.4,1.0,57173.0,57173.0\n2024-11-19T23:42:28.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-6.2,1.0,57173.0,57173.0\n2024-11-19T23:43:28.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.0,56.2,56.6,-6.7,1.0,57174.0,57174.0\n2024-11-19T23:44:28.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,3.9,56.0,56.4,-6.7,1.0,57175.0,57175.0\n2024-11-19T23:45:28.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.6,57.1,-7.1,1.0,57176.0,57176.0\n2024-11-19T23:46:28.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.1,56.5,57.0,-7.1,1.0,57177.0,57177.0\n2024-11-19T23:47:28.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.8,1.0,57178.0,57178.0\n2024-11-19T23:48:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,57.3,57.7,-6.6,1.0,57179.0,57179.0\n2024-11-19T23:49:28.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-6.4,1.0,57180.0,57180.0\n2024-11-19T23:50:28.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.1,56.5,56.8,-6.4,1.0,57181.0,57181.0\n2024-11-19T23:51:28.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,55.7,56.1,-6.8,1.0,57182.0,57182.0\n2024-11-19T23:52:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,3.9,56.5,56.9,-6.7,1.0,57183.0,57183.0\n2024-11-19T23:53:28.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.9,57.3,-6.4,1.0,57184.0,57184.0\n2024-11-19T23:54:28.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.1,55.8,56.1,-6.3,1.0,57185.0,57185.0\n2024-11-19T23:55:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-6.2,1.0,57186.0,57186.0\n2024-11-19T23:56:28.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,57.1,57.5,-6.4,1.0,57187.0,57187.0\n2024-11-19T23:57:28.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,57.0,57.4,-6.6,1.0,57188.0,57188.0\n2024-11-19T23:58:28.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,57.2,57.6,-6.5,1.0,57189.0,57189.0\n2024-11-19T23:59:28.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.1,56.5,-6.5,1.0,57189.0,57189.0\n2024-11-20T00:00:28.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,56.1,56.5,-6.3,1.0,57190.0,57190.0\n2024-11-20T00:01:28.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,57.8,58.2,-6.4,1.0,57191.0,57191.0\n2024-11-20T00:02:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,57.9,58.2,-5.9,1.0,57192.0,57192.0\n2024-11-20T00:03:28.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,57.6,58.0,-6.6,1.0,57193.0,57193.0\n2024-11-20T00:04:28.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.4,-7.0,1.0,57194.0,57194.0\n2024-11-20T00:05:28.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.0,54.6,55.1,-7.0,1.0,57195.0,57195.0\n2024-11-20T00:06:28.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.0,53.9,54.4,-7.5,1.0,57196.0,57196.0\n2024-11-20T00:07:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,57.6,57.9,-6.6,1.0,57197.0,57197.0\n2024-11-20T00:08:28.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,57.4,57.8,-6.6,1.0,57198.0,57198.0\n2024-11-20T00:09:28.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.3,55.7,-6.7,1.0,57199.0,57199.0\n2024-11-20T00:10:28.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,53.8,54.3,-7.4,1.0,57200.0,57200.0\n2024-11-20T00:11:28.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,56.1,56.6,-7.3,1.0,57201.0,57201.0\n2024-11-20T00:12:28.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.5,1.0,57202.0,57202.0\n2024-11-20T00:13:28.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.5,1.0,57203.0,57203.0\n2024-11-20T00:14:28.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.8,1.0,57204.0,57204.0\n2024-11-20T00:15:28.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,57.5,57.8,-6.2,1.0,57205.0,57205.0\n2024-11-20T00:16:28.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,56.3,56.6,-6.2,1.0,57205.0,57205.0\n2024-11-20T00:17:28.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57206.0,57206.0\n2024-11-20T00:18:28.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-6.6,1.0,57207.0,57207.0\n2024-11-20T00:19:28.000000+00:00,245.1,nan,50.0,0.4,nan,1.4,4.0,56.1,56.8,-6.8,1.0,57208.0,57208.0\n2024-11-20T00:20:29.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.0,55.9,56.3,-6.6,1.0,57209.0,57209.0\n2024-11-20T00:21:29.000000+00:00,245.0,nan,50.0,0.4,nan,1.4,4.2,55.9,56.3,-7.0,1.0,57210.0,57210.0\n2024-11-20T00:22:29.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,57.0,57.4,-6.9,1.0,57211.0,57211.0\n2024-11-20T00:23:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.6,57.0,-6.8,1.0,57212.0,57212.0\n2024-11-20T00:24:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,55.8,56.2,-6.7,1.0,57213.0,57218.0\n2024-11-20T00:25:29.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,55.5,55.9,-6.9,1.0,57214.0,57214.0\n2024-11-20T00:26:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,57.3,57.7,-6.5,1.0,57215.0,57215.0\n2024-11-20T00:27:29.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,56.8,57.1,-6.5,1.0,57216.0,57216.0\n2024-11-20T00:28:29.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,55.6,56.0,-6.6,1.0,57217.0,57217.0\n2024-11-20T00:29:29.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,55.5,55.9,-6.4,1.0,57218.0,57218.0\n2024-11-20T00:30:29.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,55.8,56.2,-6.7,1.0,57219.0,57219.0\n2024-11-20T00:31:29.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.1,56.6,57.0,-6.6,1.0,57220.0,57220.0\n2024-11-20T00:32:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.6,1.0,57220.0,57220.0\n2024-11-20T00:33:29.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.4,1.0,57221.0,57221.0\n2024-11-20T00:34:29.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,57.6,57.9,-6.7,1.0,57222.0,57222.0\n2024-11-20T00:35:29.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.9,57.2,-6.7,1.0,57223.0,57223.0\n2024-11-20T00:36:29.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.8,1.0,57224.0,57224.0\n2024-11-20T00:37:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-6.3,1.0,57225.0,57225.0\n2024-11-20T00:38:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,56.2,56.6,-6.4,1.0,57226.0,57226.0\n2024-11-20T00:39:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.1,55.7,56.1,-6.4,1.0,57227.0,57227.0\n2024-11-20T00:40:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,55.8,56.2,-6.3,1.0,57228.0,57228.0\n2024-11-20T00:41:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,56.5,56.9,-6.6,1.0,57229.0,57229.0\n2024-11-20T00:42:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.5,56.9,-6.5,1.0,57230.0,57230.0\n2024-11-20T00:43:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.1,56.8,57.2,-6.6,1.0,57231.0,57231.0\n2024-11-20T00:44:29.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.6,57.0,-6.6,1.0,57232.0,57232.0\n2024-11-20T00:45:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,57.1,57.5,-6.4,1.0,57233.0,57233.0\n2024-11-20T00:46:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.7,57.1,-6.8,1.0,57234.0,57234.0\n2024-11-20T00:47:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.6,57.0,-6.9,1.0,57235.0,57235.0\n2024-11-20T00:48:29.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.5,56.9,-6.7,1.0,57236.0,57236.0\n2024-11-20T00:49:29.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.6,56.0,-6.8,1.0,57236.0,57236.0\n2024-11-20T00:50:29.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-6.3,1.0,57237.0,57237.0\n2024-11-20T00:51:29.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,55.9,56.3,-6.6,1.0,57238.0,57238.0\n2024-11-20T00:52:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,56.5,56.9,-6.3,1.0,57239.0,57239.0\n2024-11-20T00:53:29.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,3.9,55.6,56.0,-6.2,1.0,57240.0,57240.0\n2024-11-20T00:54:29.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,56.3,56.7,-6.5,1.0,57241.0,57241.0\n2024-11-20T00:55:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.1,56.4,56.8,-6.5,1.0,57242.0,57242.0\n2024-11-20T00:56:29.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.1,56.2,56.6,-6.5,1.0,57243.0,57243.0\n2024-11-20T00:57:29.000000+00:00,244.5,nan,50.0,0.5,nan,1.5,4.2,57.1,57.5,-6.4,1.0,57244.0,57244.0\n2024-11-20T00:58:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,57.3,57.6,-6.2,1.0,57245.0,57245.0\n2024-11-20T00:59:29.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,56.2,56.6,-6.4,1.0,57246.0,57246.0\n2024-11-20T01:00:29.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.2,58.3,58.6,-6.0,1.0,57247.0,57247.0\n2024-11-20T01:01:29.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.1,56.7,57.1,-6.0,1.0,57248.0,57248.0\n2024-11-20T01:02:29.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.2,56.0,56.3,-6.4,1.0,57249.0,57249.0\n2024-11-20T01:03:29.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.2,55.8,56.1,-6.2,1.0,57250.0,57250.0\n2024-11-20T01:04:29.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.2,55.0,55.4,-6.4,1.0,57251.0,57251.0\n2024-11-20T01:05:29.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.2,57.0,57.3,-6.2,1.0,57252.0,57252.0\n2024-11-20T01:06:29.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.1,56.7,57.1,-6.3,1.0,57252.0,57252.0\n2024-11-20T01:07:29.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.7,57.1,-6.6,1.0,57253.0,57253.0\n2024-11-20T01:08:29.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,5.1,56.6,57.0,-6.6,1.0,57254.0,57254.0\n2024-11-20T01:09:29.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.1,57.2,57.6,-6.8,1.0,57255.0,57255.0\n2024-11-20T01:10:29.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.2,56.3,56.7,-6.7,1.0,57256.0,57256.0\n2024-11-20T01:11:29.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,56.7,57.1,-6.1,1.0,57257.0,57257.0\n2024-11-20T01:12:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.2,56.8,57.2,-6.4,1.0,57258.0,57258.0\n2024-11-20T01:13:29.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.1,-6.7,1.0,57259.0,57259.0\n2024-11-20T01:14:29.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.9,56.0,56.4,-6.8,1.0,57260.0,57260.0\n2024-11-20T01:15:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,55.9,56.2,-6.6,1.0,57261.0,57261.0\n2024-11-20T01:16:29.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.2,56.4,56.8,-6.3,1.0,57262.0,57262.0\n2024-11-20T01:17:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-6.6,1.0,57263.0,57263.0\n2024-11-20T01:18:29.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-6.6,1.0,57264.0,57264.0\n2024-11-20T01:19:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.8,57.2,-6.5,1.0,57265.0,57265.0\n2024-11-20T01:20:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,3.9,57.1,57.5,-6.9,1.0,57266.0,57266.0\n2024-11-20T01:21:29.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,56.9,57.3,-6.7,1.0,57267.0,57267.0\n2024-11-20T01:22:29.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,55.7,56.1,-6.7,1.0,57267.0,57267.0\n2024-11-20T01:23:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.1,55.9,56.2,-6.6,1.0,57268.0,57268.0\n2024-11-20T01:24:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.5,56.8,-6.4,1.0,57269.0,57269.0\n2024-11-20T01:25:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.5,56.9,-6.8,1.0,57270.0,57270.0\n2024-11-20T01:26:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.8,1.0,57271.0,57271.0\n2024-11-20T01:27:29.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,55.9,56.4,-7.2,1.0,57272.0,57272.0\n2024-11-20T01:28:29.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.0,57.0,57.4,-7.0,1.0,57273.0,57273.0\n2024-11-20T01:29:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,57.1,57.4,-6.3,1.0,57274.0,57274.0\n2024-11-20T01:30:29.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-6.2,1.0,57275.0,57275.0\n2024-11-20T01:31:29.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57276.0,57276.0\n2024-11-20T01:32:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,3.9,57.3,57.6,-6.3,1.0,57277.0,57277.0\n2024-11-20T01:33:29.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-6.0,1.0,57278.0,57278.0\n2024-11-20T01:34:29.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,3.9,56.0,56.4,-6.7,1.0,57279.0,57279.0\n2024-11-20T01:35:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,57.5,57.9,-6.6,1.0,57280.0,57280.0\n2024-11-20T01:36:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.6,-6.9,1.0,57281.0,57281.0\n2024-11-20T01:37:29.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.6,56.0,-6.6,1.0,57282.0,57282.0\n2024-11-20T01:38:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.6,57.0,-6.5,1.0,57283.0,57283.0\n2024-11-20T01:39:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.8,57.2,-6.8,1.0,57284.0,57284.0\n2024-11-20T01:40:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.4,56.8,-6.6,1.0,57284.0,57284.0\n2024-11-20T01:41:29.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,57.2,57.5,-6.4,1.0,57285.0,57285.0\n2024-11-20T01:42:29.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.0,56.4,56.8,-6.6,1.0,57286.0,57286.0\n2024-11-20T01:43:29.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,57.1,57.4,-6.1,1.0,57287.0,57287.0\n2024-11-20T01:44:29.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.0,56.4,-6.4,1.0,57288.0,57288.0\n2024-11-20T01:45:29.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,55.9,56.3,-6.7,1.0,57289.0,57289.0\n2024-11-20T01:46:29.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.6,57.0,-6.4,1.0,57290.0,57290.0\n2024-11-20T01:47:29.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,4.0,55.9,56.3,-6.4,1.0,57291.0,57291.0\n2024-11-20T01:48:29.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.0,55.4,55.8,-6.4,1.0,57292.0,57292.0\n2024-11-20T01:49:29.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.1,56.9,57.3,-7.0,1.0,57293.0,57293.0\n2024-11-20T01:50:29.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.0,56.4,-6.7,1.0,57294.0,57294.0\n2024-11-20T01:51:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,56.4,56.7,-6.5,1.0,57295.0,57295.0\n2024-11-20T01:52:29.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,56.0,56.4,-6.5,1.0,57296.0,57296.0\n2024-11-20T01:53:29.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,4.0,56.5,56.9,-6.5,1.0,57297.0,57297.0\n2024-11-20T01:54:29.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,56.5,56.9,-6.6,1.0,57298.0,57298.0\n2024-11-20T01:55:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,56.4,56.8,-6.7,1.0,57299.0,57299.0\n2024-11-20T01:56:29.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,3.9,57.0,57.4,-6.5,1.0,57299.0,57299.0\n2024-11-20T01:57:29.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,3.9,56.6,57.0,-6.9,1.0,57300.0,57300.0\n2024-11-20T01:58:29.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,55.7,56.0,-6.3,1.0,57301.0,57301.0\n2024-11-20T01:59:29.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,56.3,56.6,-6.2,1.0,57302.0,57302.0\n2024-11-20T02:00:29.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,57.0,57.3,-6.4,1.0,57303.0,57303.0\n2024-11-20T02:01:29.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.8,1.0,57304.0,57304.0\n2024-11-20T02:02:29.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,55.9,56.3,-6.6,1.0,57305.0,57305.0\n2024-11-20T02:03:29.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,56.1,56.5,-6.4,1.0,57306.0,57306.0\n2024-11-20T02:04:29.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,56.9,57.3,-6.2,1.0,57307.0,57307.0\n2024-11-20T02:05:29.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.5,56.9,-6.2,1.0,57308.0,57308.0\n2024-11-20T02:06:30.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.1,1.0,57309.0,57309.0\n2024-11-20T02:07:30.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,56.3,56.6,-5.9,1.0,57310.0,57310.0\n2024-11-20T02:08:30.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,3.9,56.6,56.9,-5.9,1.0,57311.0,57311.0\n2024-11-20T02:09:30.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.0,56.5,56.9,-6.0,1.0,57312.0,57312.0\n2024-11-20T02:10:30.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,56.5,56.8,-6.0,1.0,57313.0,57313.0\n2024-11-20T02:11:30.000000+00:00,244.8,nan,50.0,0.4,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57319.0,57314.0\n2024-11-20T02:12:30.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,4.0,56.4,56.8,-6.6,1.0,57314.0,57314.0\n2024-11-20T02:13:30.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,56.2,56.6,-6.4,1.0,57315.0,57315.0\n2024-11-20T02:14:30.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.2,56.6,-6.7,1.0,57316.0,57316.0\n2024-11-20T02:15:30.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.7,1.0,57317.0,57317.0\n2024-11-20T02:16:30.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.7,1.0,57318.0,57318.0\n2024-11-20T02:17:30.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,56.3,56.7,-6.8,1.0,57319.0,57319.0\n2024-11-20T02:18:30.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-6.4,1.0,57320.0,57320.0\n2024-11-20T02:19:30.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,56.4,56.8,-6.6,1.0,57321.0,57321.0\n2024-11-20T02:20:30.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,3.9,56.4,56.8,-6.3,1.0,57322.0,57322.0\n2024-11-20T02:21:30.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-6.2,1.0,57323.0,57323.0\n2024-11-20T02:22:30.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,3.9,56.3,56.6,-6.1,1.0,57324.0,57324.0\n2024-11-20T02:23:30.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,56.3,56.7,-6.8,1.0,57325.0,57325.0\n2024-11-20T02:24:30.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,57.4,57.8,-6.4,1.0,57326.0,57326.0\n2024-11-20T02:25:30.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.9,57.2,-5.9,1.0,57327.0,57327.0\n2024-11-20T02:26:30.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,3.9,56.1,56.5,-6.4,1.0,57328.0,57328.0\n2024-11-20T02:27:30.000000+00:00,245.3,nan,50.0,0.4,nan,1.4,4.0,56.3,56.7,-6.6,1.0,57329.0,57329.0\n2024-11-20T02:28:30.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,56.0,56.4,-6.7,1.0,57329.0,57329.0\n2024-11-20T02:29:30.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,56.1,56.5,-6.8,1.0,57330.0,57330.0\n2024-11-20T02:30:30.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.7,1.0,57331.0,57331.0\n2024-11-20T02:31:30.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,57.1,57.5,-6.7,1.0,57332.0,57332.0\n2024-11-20T02:32:30.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57333.0,57333.0\n2024-11-20T02:33:30.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,56.3,56.7,-6.7,1.0,57334.0,57334.0\n2024-11-20T02:34:30.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-6.6,1.0,57335.0,57335.0\n2024-11-20T02:35:30.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,3.9,56.5,56.9,-6.9,1.0,57336.0,57336.0\n2024-11-20T02:36:30.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-6.6,1.0,57337.0,57337.0\n2024-11-20T02:37:30.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.8,1.0,57338.0,57338.0\n2024-11-20T02:38:30.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.0,56.2,56.6,-6.4,1.0,57339.0,57339.0\n2024-11-20T02:39:30.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.9,1.0,57340.0,57340.0\n2024-11-20T02:40:30.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.5,1.0,57341.0,57341.0\n2024-11-20T02:41:30.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57342.0,57342.0\n2024-11-20T02:42:30.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.1,57.1,57.4,-6.5,1.0,57343.0,57343.0\n2024-11-20T02:43:30.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-6.3,1.0,57344.0,57344.0\n2024-11-20T02:44:30.000000+00:00,245.3,nan,50.0,0.4,nan,1.4,4.0,56.3,56.7,-6.4,1.0,57345.0,57345.0\n2024-11-20T02:45:30.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,3.9,56.9,57.3,-6.4,1.0,57346.0,57346.0\n2024-11-20T02:46:30.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.4,56.8,-6.4,1.0,57346.0,57346.0\n2024-11-20T02:47:30.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-6.7,1.0,57347.0,57347.0\n2024-11-20T02:48:30.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.0,56.5,57.0,-7.1,1.0,57348.0,57348.0\n2024-11-20T02:49:30.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,57.0,57.4,-6.6,1.0,57349.0,57349.0\n2024-11-20T02:50:30.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,56.6,57.0,-6.9,1.0,57350.0,57350.0\n2024-11-20T02:51:30.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,56.2,56.6,-6.7,1.0,57351.0,57351.0\n2024-11-20T02:52:30.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.0,56.7,57.1,-6.7,1.0,57352.0,57352.0\n2024-11-20T02:53:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.9,1.0,57353.0,57353.0\n2024-11-20T02:54:30.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.1,56.9,57.3,-6.5,1.0,57354.0,57354.0\n2024-11-20T02:55:30.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.7,1.0,57355.0,57355.0\n2024-11-20T02:56:30.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.0,57.0,57.4,-6.3,1.0,57356.0,57356.0\n2024-11-20T02:57:30.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-6.2,1.0,57357.0,57357.0\n2024-11-20T02:58:30.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.7,57.0,-6.2,1.0,57358.0,57358.0\n2024-11-20T02:59:30.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.1,57.2,57.5,-5.9,1.0,57359.0,57359.0\n2024-11-20T03:00:30.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.0,56.5,56.9,-6.2,1.0,57360.0,57360.0\n2024-11-20T03:01:30.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.4,1.0,57361.0,57361.0\n2024-11-20T03:02:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,57.0,57.4,-6.7,1.0,57361.0,57365.0\n2024-11-20T03:03:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.3,-6.5,1.0,57362.0,57362.0\n2024-11-20T03:04:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.1,56.1,56.5,-6.5,1.0,57363.0,57363.0\n2024-11-20T03:05:30.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,56.6,57.0,-6.8,1.0,57364.0,57364.0\n2024-11-20T03:06:30.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,57.3,57.7,-7.1,1.0,57365.0,57365.0\n2024-11-20T03:07:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,55.9,56.3,-6.7,1.0,57366.0,57366.0\n2024-11-20T03:08:30.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.9,56.6,57.0,-6.7,1.0,57367.0,57367.0\n2024-11-20T03:09:30.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.7,1.0,57368.0,57368.0\n2024-11-20T03:10:30.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,4.0,56.3,56.6,-6.3,1.0,57369.0,57369.0\n2024-11-20T03:11:30.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-6.4,1.0,57370.0,57370.0\n2024-11-20T03:12:30.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.6,1.0,57371.0,57371.0\n2024-11-20T03:13:30.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,56.2,56.6,-6.5,1.0,57372.0,57372.0\n2024-11-20T03:14:30.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.8,1.0,57373.0,57373.0\n2024-11-20T03:15:30.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.1,56.5,56.8,-6.2,1.0,57374.0,57374.0\n2024-11-20T03:16:30.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.7,1.0,57375.0,57375.0\n2024-11-20T03:17:30.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,55.8,56.2,-6.6,1.0,57376.0,57376.0\n2024-11-20T03:18:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.7,57.1,-6.8,1.0,57377.0,57377.0\n2024-11-20T03:19:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.5,56.9,-6.8,1.0,57377.0,57377.0\n2024-11-20T03:20:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-6.6,1.0,57378.0,57378.0\n2024-11-20T03:21:30.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.0,56.5,56.9,-6.4,1.0,57379.0,57379.0\n2024-11-20T03:22:30.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.0,56.3,-6.1,1.0,57380.0,57380.0\n2024-11-20T03:23:30.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.1,1.0,57380.0,57380.0\n2024-11-20T03:24:30.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.8,56.1,56.5,-6.2,1.0,57381.0,57381.0\n2024-11-20T03:25:30.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,4.0,55.8,56.2,-6.3,1.0,57382.0,57382.0\n2024-11-20T03:26:30.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.9,56.1,56.4,-6.6,1.0,57383.0,57383.0\n2024-11-20T03:27:30.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,3.9,56.6,57.0,-6.4,1.0,57384.0,57384.0\n2024-11-20T03:28:30.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,3.9,56.3,56.7,-6.7,1.0,57385.0,57385.0\n2024-11-20T03:29:30.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.9,1.0,57386.0,57386.0\n2024-11-20T03:30:30.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,56.4,56.8,-6.8,1.0,57387.0,57387.0\n2024-11-20T03:31:30.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.5,57.0,-7.2,1.0,57388.0,57388.0\n2024-11-20T03:32:30.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.0,55.9,56.4,-6.9,1.0,57389.0,57389.0\n2024-11-20T03:33:30.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.1,56.0,56.4,-6.7,1.0,57390.0,57390.0\n2024-11-20T03:34:30.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,56.4,56.8,-6.7,1.0,57391.0,57391.0\n2024-11-20T03:35:30.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,56.8,57.1,-6.5,1.0,57391.0,57391.0\n2024-11-20T03:36:30.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,3.9,55.9,56.2,-6.5,1.0,57392.0,57392.0\n2024-11-20T03:37:30.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,3.9,56.8,57.1,-6.6,1.0,57393.0,57393.0\n2024-11-20T03:38:30.000000+00:00,244.2,nan,50.0,0.4,nan,1.4,4.0,56.4,56.8,-6.8,1.0,57394.0,57394.0\n2024-11-20T03:39:30.000000+00:00,244.1,nan,50.0,0.4,nan,1.4,3.9,56.1,56.5,-6.6,1.0,57395.0,57395.0\n2024-11-20T03:40:30.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.9,56.5,56.9,-6.1,1.0,57396.0,57396.0\n2024-11-20T03:41:30.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,4.0,56.1,56.5,-6.3,1.0,57397.0,57397.0\n2024-11-20T03:42:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.6,56.9,-6.3,1.0,57398.0,57398.0\n2024-11-20T03:43:30.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,55.6,56.0,-6.8,1.0,57399.0,57399.0\n2024-11-20T03:44:30.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.6,1.0,57400.0,57400.0\n2024-11-20T03:45:30.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.6,1.0,57401.0,57401.0\n2024-11-20T03:46:30.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.8,56.4,56.8,-6.8,1.0,57402.0,57402.0\n2024-11-20T03:47:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,55.9,56.3,-6.7,1.0,57403.0,57403.0\n2024-11-20T03:48:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,55.9,56.3,-6.6,1.0,57404.0,57404.0\n2024-11-20T03:49:30.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.2,56.6,-6.5,1.0,57405.0,57405.0\n2024-11-20T03:50:30.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.6,57.0,-6.3,1.0,57406.0,57406.0\n2024-11-20T03:51:30.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.4,1.0,57406.0,57406.0\n2024-11-20T03:52:30.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-6.5,1.0,57407.0,57407.0\n2024-11-20T03:53:31.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.0,56.4,-6.6,1.0,57408.0,57408.0\n2024-11-20T03:54:31.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.1,56.5,-6.3,1.0,57409.0,57409.0\n2024-11-20T03:55:31.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,3.9,56.5,56.9,-6.2,1.0,57410.0,57410.0\n2024-11-20T03:56:31.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,4.0,56.1,56.4,-6.1,1.0,57411.0,57411.0\n2024-11-20T03:57:31.000000+00:00,244.5,nan,50.0,0.4,nan,1.4,4.0,56.2,56.5,-6.0,1.0,57412.0,57412.0\n2024-11-20T03:58:31.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,3.9,56.4,56.8,-6.4,1.0,57413.0,57413.0\n2024-11-20T03:59:31.000000+00:00,244.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.7,-6.5,1.0,57414.0,57414.0\n2024-11-20T04:00:31.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,56.8,57.2,-6.3,1.0,57415.0,57415.0\n2024-11-20T04:01:31.000000+00:00,244.5,nan,50.1,0.5,nan,1.4,4.0,56.4,56.8,-6.3,1.0,57416.0,57416.0\n2024-11-20T04:02:31.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.0,57.0,57.3,-6.2,1.0,57417.0,57417.0\n2024-11-20T04:03:31.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.0,56.9,57.2,-6.2,1.0,57418.0,57418.0\n2024-11-20T04:04:31.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.1,56.2,56.5,-6.4,1.0,57419.0,57419.0\n2024-11-20T04:05:31.000000+00:00,244.2,nan,50.0,0.5,nan,1.4,4.1,55.8,56.1,-6.1,1.0,57420.0,57420.0\n2024-11-20T04:06:31.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-6.5,1.0,57421.0,57421.0\n2024-11-20T04:07:31.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.4,56.8,-6.4,1.0,57422.0,57422.0\n2024-11-20T04:08:31.000000+00:00,242.8,nan,50.0,0.5,nan,1.4,3.9,56.4,56.8,-6.9,1.0,57422.0,57422.0\n2024-11-20T04:09:31.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,4.0,56.0,56.4,-7.0,1.0,57423.0,57423.0\n2024-11-20T04:10:31.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.0,56.5,57.0,-7.2,1.0,57424.0,57424.0\n2024-11-20T04:11:31.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.1,56.5,-7.1,1.0,57425.0,57425.0\n2024-11-20T04:12:31.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,56.0,56.4,-6.9,1.0,57426.0,57426.0\n2024-11-20T04:13:31.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.2,55.8,56.2,-6.6,1.0,57427.0,57427.0\n2024-11-20T04:14:31.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,4.1,56.0,56.4,-6.4,1.0,57428.0,57428.0\n2024-11-20T04:15:31.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.2,56.1,56.5,-6.4,1.0,57429.0,57429.0\n2024-11-20T04:16:31.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.2,56.5,56.8,-5.9,1.0,57430.0,57430.0\n2024-11-20T04:17:31.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.2,55.7,56.0,-6.0,1.0,57431.0,57431.0\n2024-11-20T04:18:31.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.2,56.1,56.4,-5.8,1.0,57432.0,57432.0\n2024-11-20T04:19:31.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,56.3,56.7,-6.1,1.0,57433.0,57433.0\n2024-11-20T04:20:31.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.3,56.8,57.2,-6.2,1.0,57434.0,57434.0\n2024-11-20T04:21:31.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.1,56.2,56.6,-6.4,1.0,57435.0,57435.0\n2024-11-20T04:22:31.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.1,57.1,57.4,-6.2,1.0,57436.0,57436.0\n2024-11-20T04:23:31.000000+00:00,242.5,nan,49.9,0.5,nan,1.5,4.1,56.7,57.0,-6.3,1.0,57437.0,57437.0\n2024-11-20T04:24:31.000000+00:00,242.3,nan,49.9,0.5,nan,1.5,4.1,56.1,56.5,-6.7,1.0,57437.0,57437.0\n2024-11-20T04:25:31.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.2,56.9,57.2,-6.1,1.0,57438.0,57438.0\n2024-11-20T04:26:31.000000+00:00,243.1,nan,50.0,0.5,nan,1.5,4.2,56.8,57.1,-6.4,1.0,57439.0,57439.0\n2024-11-20T04:27:31.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.2,55.7,56.1,-6.4,1.0,57440.0,57440.0\n2024-11-20T04:28:31.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.1,56.6,56.9,-6.3,1.0,57441.0,57441.0\n2024-11-20T04:29:31.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.1,55.7,56.1,-6.4,1.0,57442.0,57442.0\n2024-11-20T04:30:31.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.2,56.7,57.1,-6.2,1.0,57443.0,57443.0\n2024-11-20T04:31:31.000000+00:00,244.7,nan,50.0,0.5,nan,1.5,4.1,56.8,57.2,-6.7,1.0,57444.0,57444.0\n2024-11-20T04:32:31.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.2,56.8,57.2,-6.2,1.0,57445.0,57445.0\n2024-11-20T04:33:31.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.1,56.2,56.6,-6.4,1.0,57446.0,57446.0\n2024-11-20T04:34:31.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.1,56.3,56.7,-6.3,1.0,57447.0,57447.0\n2024-11-20T04:35:31.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.1,55.5,55.8,-6.1,1.0,57448.0,57448.0\n2024-11-20T04:36:31.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,57.6,57.8,-5.5,1.0,57449.0,57449.0\n2024-11-20T04:37:31.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.1,57.0,57.3,-6.0,1.0,57450.0,57450.0\n2024-11-20T04:38:31.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.1,56.9,57.2,-6.4,1.0,57451.0,57451.0\n2024-11-20T04:39:31.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,56.5,56.8,-6.1,1.0,57452.0,57452.0\n2024-11-20T04:40:31.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,56.8,57.2,-6.1,1.0,57453.0,57453.0\n2024-11-20T04:41:31.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,56.4,56.7,-5.9,1.0,57453.0,57453.0\n2024-11-20T04:42:31.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,57.3,57.6,-6.2,1.0,57454.0,57454.0\n2024-11-20T04:43:31.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.1,56.5,-6.2,1.0,57455.0,57455.0\n2024-11-20T04:44:31.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-6.2,1.0,57456.0,57456.0\n2024-11-20T04:45:31.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,55.8,56.2,-6.7,1.0,57457.0,57457.0\n2024-11-20T04:46:31.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-6.6,1.0,57458.0,57458.0\n2024-11-20T04:47:31.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.5,-6.5,1.0,57459.0,57459.0\n2024-11-20T04:48:31.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.0,57.2,57.6,-7.1,1.0,57460.0,57460.0\n2024-11-20T04:49:31.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.3,56.7,-6.6,1.0,57461.0,57461.0\n2024-11-20T04:50:31.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,4.1,56.6,56.9,-6.5,1.0,57462.0,57462.0\n2024-11-20T04:51:31.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,56.6,56.9,-6.4,1.0,57463.0,57463.0\n2024-11-20T04:52:31.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,55.7,56.2,-6.8,1.0,57464.0,57464.0\n2024-11-20T04:53:31.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.5,-6.1,1.0,57465.0,57465.0\n2024-11-20T04:54:31.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.7,57.1,-6.2,1.0,57471.0,57466.0\n2024-11-20T04:55:31.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,56.2,56.6,-6.5,1.0,57467.0,57467.0\n2024-11-20T04:56:31.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-6.1,1.0,57468.0,57468.0\n2024-11-20T04:57:31.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-6.1,1.0,57468.0,57468.0\n2024-11-20T04:58:31.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,3.9,57.0,57.4,-6.1,1.0,57469.0,57469.0\n2024-11-20T04:59:31.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,4.0,55.8,56.1,-5.8,1.0,57470.0,57470.0\n2024-11-20T05:00:31.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.7,57.1,-6.5,1.0,57471.0,57471.0\n2024-11-20T05:01:31.000000+00:00,243.8,nan,50.0,0.5,nan,1.6,4.0,57.2,57.5,-5.8,1.0,57472.0,57472.0\n2024-11-20T05:02:31.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-6.1,1.0,57473.0,57473.0\n2024-11-20T05:03:31.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.1,56.1,56.4,-6.2,1.0,57474.0,57474.0\n2024-11-20T05:04:31.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,4.0,56.1,56.4,-5.9,1.0,57475.0,57475.0\n2024-11-20T05:05:31.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,55.6,55.9,-6.0,1.0,57476.0,57476.0\n2024-11-20T05:06:31.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,3.9,56.9,57.2,-5.7,1.0,57477.0,57477.0\n2024-11-20T05:07:31.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,3.9,57.5,57.8,-5.3,1.0,57478.0,57478.0\n2024-11-20T05:08:31.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,3.9,55.9,56.2,-6.2,1.0,57479.0,57479.0\n2024-11-20T05:09:31.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.7,1.0,57480.0,57480.0\n2024-11-20T05:10:31.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-5.5,1.0,57481.0,57481.0\n2024-11-20T05:11:31.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-5.7,1.0,57482.0,57482.0\n2024-11-20T05:12:31.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,57.1,57.3,-5.6,1.0,57483.0,57483.0\n2024-11-20T05:13:31.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,55.8,56.1,-5.4,1.0,57484.0,57484.0\n2024-11-20T05:14:31.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,56.7,57.0,-5.6,1.0,57484.0,57484.0\n2024-11-20T05:15:31.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-5.4,1.0,57485.0,57485.0\n2024-11-20T05:16:31.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-5.4,1.0,57486.0,57486.0\n2024-11-20T05:17:31.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,56.5,56.8,-5.7,1.0,57487.0,57487.0\n2024-11-20T05:18:31.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.8,1.0,57488.0,57488.0\n2024-11-20T05:19:31.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,4.0,56.0,56.3,-5.6,1.0,57489.0,57489.0\n2024-11-20T05:20:31.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.1,56.8,57.0,-5.2,1.0,57490.0,57490.0\n2024-11-20T05:21:31.000000+00:00,243.4,nan,49.9,0.5,nan,1.5,4.1,57.5,57.7,-5.3,1.0,57491.0,57491.0\n2024-11-20T05:22:31.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.0,57.2,57.5,-5.4,1.0,57492.0,57492.0\n2024-11-20T05:23:31.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,55.6,55.9,-5.5,1.0,57493.0,57493.0\n2024-11-20T05:24:31.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.4,1.0,57494.0,57494.0\n2024-11-20T05:25:31.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,55.5,55.8,-5.6,1.0,57495.0,57495.0\n2024-11-20T05:26:31.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,55.8,56.0,-5.5,1.0,57496.0,57496.0\n2024-11-20T05:27:31.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.1,56.4,-5.7,1.0,57497.0,57497.0\n2024-11-20T05:28:31.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.1,56.0,56.3,-6.0,1.0,57498.0,57498.0\n2024-11-20T05:29:31.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.9,1.0,57499.0,57499.0\n2024-11-20T05:30:31.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.2,56.1,56.4,-5.5,1.0,57499.0,57499.0\n2024-11-20T05:31:32.000000+00:00,243.2,nan,49.9,0.5,nan,1.5,4.1,56.6,56.8,-5.2,1.0,57500.0,57500.0\n2024-11-20T05:32:32.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.4,1.0,57501.0,57501.0\n2024-11-20T05:33:32.000000+00:00,243.1,nan,49.9,0.5,nan,1.5,4.1,57.9,58.1,-5.0,1.0,57502.0,57502.0\n2024-11-20T05:34:32.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-5.4,1.0,57503.0,57503.0\n2024-11-20T05:35:32.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.4,56.7,-5.6,1.0,57504.0,57504.0\n2024-11-20T05:36:32.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,55.4,55.6,-5.4,1.0,57505.0,57505.0\n2024-11-20T05:37:32.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.5,56.8,-5.7,1.0,57506.0,57506.0\n2024-11-20T05:38:32.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-5.6,1.0,57507.0,57507.0\n2024-11-20T05:39:32.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,56.5,56.8,-5.5,1.0,57508.0,57508.0\n2024-11-20T05:40:32.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.2,56.4,-5.2,1.0,57509.0,57509.0\n2024-11-20T05:41:32.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,56.0,56.2,-5.0,1.0,57510.0,57510.0\n2024-11-20T05:42:32.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.0,56.2,-4.7,1.0,57511.0,57511.0\n2024-11-20T05:43:32.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.0,55.3,55.6,-5.2,1.0,57512.0,57512.0\n2024-11-20T05:44:32.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.0,56.1,56.3,-5.0,1.0,57513.0,57513.0\n2024-11-20T05:45:32.000000+00:00,243.0,nan,50.0,0.5,nan,1.5,4.1,57.3,57.5,-4.8,1.0,57514.0,57514.0\n2024-11-20T05:46:32.000000+00:00,243.3,nan,50.0,0.5,nan,1.5,4.1,56.2,56.4,-5.2,1.0,57514.0,57514.0\n2024-11-20T05:47:32.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-5.3,1.0,57515.0,57515.0\n2024-11-20T05:48:32.000000+00:00,242.7,nan,50.0,0.5,nan,1.4,4.1,55.5,55.8,-5.7,1.0,57516.0,57516.0\n2024-11-20T05:49:32.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,56.3,56.6,-5.8,1.0,57517.0,57517.0\n2024-11-20T05:50:32.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,55.8,56.0,-5.5,1.0,57518.0,57518.0\n2024-11-20T05:51:32.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,55.7,56.0,-5.3,1.0,57519.0,57519.0\n2024-11-20T05:52:32.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.1,56.0,56.2,-4.7,1.0,57520.0,57520.0\n2024-11-20T05:53:32.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.2,56.4,-4.9,1.0,57521.0,57521.0\n2024-11-20T05:54:32.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-4.8,1.0,57522.0,57522.0\n2024-11-20T05:55:32.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.0,54.9,55.1,-4.8,1.0,57523.0,57523.0\n2024-11-20T05:56:32.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.6,56.8,-4.7,1.0,57524.0,57524.0\n2024-11-20T05:57:32.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.1,56.6,56.8,-4.8,1.0,57525.0,57525.0\n2024-11-20T05:58:32.000000+00:00,245.4,nan,49.9,0.5,nan,1.5,4.2,56.3,56.6,-5.3,1.0,57526.0,57526.0\n2024-11-20T05:59:32.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.2,56.1,56.3,-5.2,1.0,57527.0,57527.0\n2024-11-20T06:00:32.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.1,55.8,56.0,-5.3,1.0,57528.0,57528.0\n2024-11-20T06:01:32.000000+00:00,245.5,nan,50.0,0.5,nan,1.5,4.3,55.8,56.0,-4.7,1.0,57529.0,57529.0\n2024-11-20T06:02:32.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,56.3,56.5,-4.6,1.0,57529.0,57529.0\n2024-11-20T06:03:32.000000+00:00,244.5,nan,50.0,0.5,nan,1.5,4.2,55.9,56.1,-5.1,1.0,57530.0,57530.0\n2024-11-20T06:04:32.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.3,56.6,56.8,-4.8,1.0,57531.0,57531.0\n2024-11-20T06:05:32.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,55.9,56.1,-4.9,1.0,57532.0,57532.0\n2024-11-20T06:06:32.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.3,57.2,57.5,-5.2,1.0,57533.0,57533.0\n2024-11-20T06:07:32.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.2,56.5,56.7,-5.2,1.0,57534.0,57534.0\n2024-11-20T06:08:32.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,5.1,57.5,57.7,-5.1,1.0,57535.0,57535.0\n2024-11-20T06:09:32.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.2,56.7,57.0,-5.7,1.0,57536.0,57536.0\n2024-11-20T06:10:32.000000+00:00,243.8,nan,49.9,0.5,nan,1.5,4.3,57.6,57.9,-5.3,1.0,57537.0,57537.0\n2024-11-20T06:11:32.000000+00:00,244.1,nan,49.9,0.5,nan,1.5,4.3,56.8,57.0,-5.2,1.0,57538.0,57538.0\n2024-11-20T06:12:32.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.3,56.1,56.3,-5.0,1.0,57539.0,57539.0\n2024-11-20T06:13:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,57.4,57.6,-5.3,1.0,57540.0,57540.0\n2024-11-20T06:14:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,56.2,56.4,-4.9,1.0,57541.0,57541.0\n2024-11-20T06:15:32.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.3,57.3,57.5,-4.4,1.0,57542.0,57542.0\n2024-11-20T06:16:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,55.9,56.1,-5.3,1.0,57543.0,57543.0\n2024-11-20T06:17:32.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,57.8,58.0,-5.0,1.0,57544.0,57544.0\n2024-11-20T06:18:32.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,57.5,57.7,-5.2,1.0,57545.0,57545.0\n2024-11-20T06:19:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,58.6,58.8,-4.8,1.0,57546.0,57546.0\n2024-11-20T06:20:32.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,3.9,56.7,56.9,-4.9,1.0,57546.0,57546.0\n2024-11-20T06:21:32.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-4.6,1.0,57547.0,57547.0\n2024-11-20T06:22:32.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.2,56.3,56.5,-4.8,1.0,57548.0,57548.0\n2024-11-20T06:23:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,53.5,53.8,-5.5,1.0,57549.0,57549.0\n2024-11-20T06:24:32.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.1,57.0,57.2,-5.3,1.0,57550.0,57550.0\n2024-11-20T06:25:32.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-5.2,1.0,57551.0,57551.0\n2024-11-20T06:26:32.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.4,56.7,-5.4,1.0,57552.0,57552.0\n2024-11-20T06:27:32.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.7,56.9,-4.9,1.0,57553.0,57553.0\n2024-11-20T06:28:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-5.0,1.0,57554.0,57554.0\n2024-11-20T06:29:32.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,56.0,56.2,-5.3,1.0,57555.0,57555.0\n2024-11-20T06:30:32.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.1,56.8,57.0,-4.8,1.0,57556.0,57556.0\n2024-11-20T06:31:32.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,4.1,55.4,55.6,-4.7,1.0,57557.0,57557.0\n2024-11-20T06:32:32.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-4.7,1.0,57558.0,57558.0\n2024-11-20T06:33:32.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.1,55.9,56.1,-5.0,1.0,57559.0,57559.0\n2024-11-20T06:34:32.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,54.8,55.0,-4.9,1.0,57560.0,57560.0\n2024-11-20T06:35:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-4.4,1.0,57561.0,57561.0\n2024-11-20T06:36:32.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.0,56.6,56.8,-4.8,1.0,57562.0,57562.0\n2024-11-20T06:37:32.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,56.8,57.0,-4.7,1.0,57562.0,57562.0\n2024-11-20T06:38:32.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.3,1.0,57563.0,57563.0\n2024-11-20T06:39:32.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.1,56.5,56.7,-4.9,1.0,57564.0,57564.0\n2024-11-20T06:40:32.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,4.1,57.5,57.7,-4.9,1.0,57565.0,57565.0\n2024-11-20T06:41:32.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.7,1.0,57566.0,57566.0\n2024-11-20T06:42:32.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-4.4,1.0,57567.0,57567.0\n2024-11-20T06:43:32.000000+00:00,246.0,nan,49.9,0.5,nan,1.5,4.2,57.1,57.3,-4.8,1.0,57568.0,57568.0\n2024-11-20T06:44:32.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.2,56.2,56.4,-4.5,1.0,57569.0,57569.0\n2024-11-20T06:45:32.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.2,1.0,57570.0,57570.0\n2024-11-20T06:46:32.000000+00:00,245.6,nan,49.9,0.5,nan,1.5,4.1,58.2,58.4,-5.2,1.0,57571.0,57576.0\n2024-11-20T06:47:32.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-5.6,1.0,57572.0,57572.0\n2024-11-20T06:48:32.000000+00:00,246.4,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-5.1,1.0,57573.0,57573.0\n2024-11-20T06:49:32.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-4.9,1.0,57574.0,57574.0\n2024-11-20T06:50:32.000000+00:00,246.4,nan,49.9,0.5,nan,1.5,4.0,57.1,57.3,-4.3,1.0,57575.0,57575.0\n2024-11-20T06:51:32.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.5,1.0,57576.0,57576.0\n2024-11-20T06:52:32.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.1,56.3,56.5,-4.0,1.0,57577.0,57577.0\n2024-11-20T06:53:32.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.7,1.0,57578.0,57578.0\n2024-11-20T06:54:32.000000+00:00,246.3,nan,50.0,0.4,nan,1.4,4.0,56.6,56.8,-5.1,1.0,57578.0,57578.0\n2024-11-20T06:55:32.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-5.1,1.0,57579.0,57579.0\n2024-11-20T06:56:32.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,56.2,56.4,-5.1,1.0,57580.0,57580.0\n2024-11-20T06:57:32.000000+00:00,246.4,nan,50.0,0.5,nan,1.5,4.1,56.8,57.0,-5.0,1.0,57581.0,57581.0\n2024-11-20T06:58:32.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-4.5,1.0,57582.0,57582.0\n2024-11-20T06:59:32.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.1,55.9,56.1,-4.7,1.0,57583.0,57583.0\n2024-11-20T07:00:32.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-4.5,1.0,57584.0,57584.0\n2024-11-20T07:01:32.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,3.9,56.4,56.6,-5.0,1.0,57585.0,57585.0\n2024-11-20T07:02:32.000000+00:00,246.4,nan,50.1,0.4,nan,1.4,3.9,56.1,56.4,-5.2,1.0,57586.0,57586.0\n2024-11-20T07:03:32.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-4.9,1.0,57587.0,57587.0\n2024-11-20T07:04:32.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,3.9,57.1,57.3,-4.8,1.0,57588.0,57588.0\n2024-11-20T07:05:32.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,3.9,56.6,56.7,-4.4,1.0,57589.0,57589.0\n2024-11-20T07:06:33.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,55.8,56.0,-4.7,1.0,57590.0,57590.0\n2024-11-20T07:07:33.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.1,57.1,57.3,-4.4,1.0,57591.0,57591.0\n2024-11-20T07:08:33.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,5.7,58.0,58.2,-4.3,1.0,57592.0,57592.0\n2024-11-20T07:09:33.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.1,55.8,56.0,-4.6,1.0,57593.0,57593.0\n2024-11-20T07:10:33.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-4.9,1.0,57594.0,57594.0\n2024-11-20T07:11:33.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,56.9,57.1,-4.5,1.0,57594.0,57594.0\n2024-11-20T07:12:33.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,4.0,55.8,56.0,-4.8,1.0,57595.0,57595.0\n2024-11-20T07:13:33.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,4.2,57.2,57.4,-4.3,1.0,57596.0,57596.0\n2024-11-20T07:14:33.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-4.2,1.0,57597.0,57597.0\n2024-11-20T07:15:33.000000+00:00,245.9,nan,50.0,0.5,nan,1.5,4.2,56.9,57.0,-4.4,1.0,57598.0,57598.0\n2024-11-20T07:16:33.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-4.5,1.0,57599.0,57599.0\n2024-11-20T07:17:33.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.1,56.1,56.3,-4.9,1.0,57600.0,57600.0\n2024-11-20T07:18:33.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.3,55.9,56.2,-5.2,1.0,57601.0,57601.0\n2024-11-20T07:19:33.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.2,57.0,57.1,-4.4,1.0,57602.0,57602.0\n2024-11-20T07:20:33.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,56.9,57.1,-4.7,1.0,57603.0,57603.0\n2024-11-20T07:21:33.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.4,55.4,55.6,-4.6,1.0,57604.0,57604.0\n2024-11-20T07:22:33.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.3,57.1,57.3,-4.5,1.0,57605.0,57605.0\n2024-11-20T07:23:33.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.2,53.7,53.9,-4.9,1.0,57606.0,57606.0\n2024-11-20T07:24:33.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.3,58.1,58.2,-3.9,1.0,57607.0,57607.0\n2024-11-20T07:25:33.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.3,55.8,56.0,-4.8,1.0,57608.0,57608.0\n2024-11-20T07:26:33.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.2,55.7,55.9,-4.9,1.0,57609.0,57609.0\n2024-11-20T07:27:33.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.2,56.9,57.0,-4.5,1.0,57610.0,57610.0\n2024-11-20T07:28:33.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,56.3,56.5,-4.7,1.0,57611.0,57611.0\n2024-11-20T07:29:33.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.3,55.9,56.1,-4.9,1.0,57611.0,57611.0\n2024-11-20T07:30:33.000000+00:00,244.6,nan,50.0,0.5,nan,1.5,4.2,56.4,56.6,-4.4,1.0,57612.0,57612.0\n2024-11-20T07:31:33.000000+00:00,245.1,nan,50.0,0.5,nan,1.5,4.1,56.9,57.1,-4.5,1.0,57613.0,57613.0\n2024-11-20T07:32:33.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.1,56.2,56.4,-4.6,1.0,57614.0,57614.0\n2024-11-20T07:33:33.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.2,57.3,57.4,-4.4,1.0,57615.0,57615.0\n2024-11-20T07:34:33.000000+00:00,244.9,nan,50.0,0.5,nan,1.5,4.3,55.9,56.1,-4.3,1.0,57616.0,57616.0\n2024-11-20T07:35:33.000000+00:00,245.2,nan,50.0,0.5,nan,1.5,4.1,56.4,56.6,-4.1,1.0,57617.0,57617.0\n2024-11-20T07:36:33.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.0,56.6,56.8,-4.0,1.0,57618.0,57618.0\n2024-11-20T07:37:33.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.0,56.2,56.3,-3.7,1.0,57624.0,57624.0\n2024-11-20T07:38:33.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,57.0,57.1,-3.6,1.0,57620.0,57620.0\n2024-11-20T07:39:33.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-4.0,1.0,57621.0,57621.0\n2024-11-20T07:40:33.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.7,56.8,-4.2,1.0,57622.0,57622.0\n2024-11-20T07:41:33.000000+00:00,245.3,nan,50.0,0.5,nan,1.5,4.2,56.7,56.8,-3.3,1.0,57623.0,57623.0\n2024-11-20T07:42:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.1,55.9,56.0,-3.9,1.0,57624.0,57624.0\n2024-11-20T07:43:33.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,55.7,55.9,-3.8,1.0,57625.0,57625.0\n2024-11-20T07:44:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-3.9,1.0,57626.0,57626.0\n2024-11-20T07:45:33.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,3.9,56.0,56.1,-3.5,1.0,57626.0,57626.0\n2024-11-20T07:46:33.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-3.2,1.0,57627.0,57627.0\n2024-11-20T07:47:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.2,56.8,56.9,-3.5,1.0,57628.0,57628.0\n2024-11-20T07:48:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.1,56.2,56.4,-3.7,1.0,57629.0,57629.0\n2024-11-20T07:49:33.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.2,57.0,57.0,-3.1,1.0,57630.0,57630.0\n2024-11-20T07:50:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.2,56.5,56.6,-3.6,1.0,57631.0,57631.0\n2024-11-20T07:51:33.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-3.1,1.0,57632.0,57632.0\n2024-11-20T07:52:33.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-3.3,1.0,57633.0,57633.0\n2024-11-20T07:53:33.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.0,56.5,56.7,-3.8,1.0,57634.0,57634.0\n2024-11-20T07:54:33.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,56.6,56.7,-3.6,1.0,57635.0,57635.0\n2024-11-20T07:55:33.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.1,56.5,56.6,-3.9,1.0,57636.0,57636.0\n2024-11-20T07:56:33.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.0,56.1,56.3,-3.8,1.0,57637.0,57637.0\n2024-11-20T07:57:33.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-3.5,1.0,57638.0,57638.0\n2024-11-20T07:58:33.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.1,57.2,57.3,-3.5,1.0,57639.0,57639.0\n2024-11-20T07:59:33.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-4.0,1.0,57640.0,57640.0\n2024-11-20T08:00:33.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.2,56.3,-3.1,1.0,57641.0,57641.0\n2024-11-20T08:01:33.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,54.8,54.9,-4.0,1.0,57642.0,57642.0\n2024-11-20T08:02:33.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,57.1,57.3,-3.9,1.0,57643.0,57643.0\n2024-11-20T08:03:33.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,56.0,56.1,-3.4,1.0,57643.0,57643.0\n2024-11-20T08:04:33.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.2,56.9,57.1,-4.3,1.0,57644.0,57644.0\n2024-11-20T08:05:33.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,4.0,56.2,56.3,-3.5,1.0,57645.0,57645.0\n2024-11-20T08:06:33.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,56.4,56.5,-3.6,1.0,57646.0,57646.0\n2024-11-20T08:07:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-3.3,1.0,57647.0,57647.0\n2024-11-20T08:08:33.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.1,56.0,56.2,-3.9,1.0,57648.0,57648.0\n2024-11-20T08:09:33.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-3.6,1.0,57649.0,57649.0\n2024-11-20T08:10:33.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,4.1,55.5,55.6,-3.3,1.0,57650.0,57650.0\n2024-11-20T08:11:33.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.1,55.6,55.7,-3.5,1.0,57651.0,57651.0\n2024-11-20T08:12:33.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.3,55.9,56.0,-3.9,1.0,57652.0,57652.0\n2024-11-20T08:13:33.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.6,56.7,-3.3,1.0,57653.0,57653.0\n2024-11-20T08:14:33.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-3.5,1.0,57654.0,57654.0\n2024-11-20T08:15:33.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,55.8,55.9,-3.6,1.0,57655.0,57655.0\n2024-11-20T08:16:33.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,56.6,56.8,-3.6,1.0,57656.0,57656.0\n2024-11-20T08:17:33.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,54.7,54.9,-4.1,1.0,57657.0,57657.0\n2024-11-20T08:18:33.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,56.0,56.1,-3.8,1.0,57658.0,57658.0\n2024-11-20T08:19:33.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,54.9,55.1,-3.8,1.0,57659.0,57659.0\n2024-11-20T08:20:33.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,57.0,57.1,-3.1,1.0,57659.0,57659.0\n2024-11-20T08:21:33.000000+00:00,244.4,nan,50.0,0.4,nan,1.4,4.1,55.9,56.0,-2.7,1.0,57660.0,57660.0\n2024-11-20T08:22:33.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.2,55.8,55.9,-2.5,1.0,57661.0,57661.0\n2024-11-20T08:23:33.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.2,56.9,57.0,-2.2,1.0,57662.0,57662.0\n2024-11-20T08:24:33.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-2.6,1.0,57663.0,57663.0\n2024-11-20T08:25:33.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,56.6,56.6,-2.2,1.0,57664.0,57664.0\n2024-11-20T08:26:33.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,4.1,56.5,56.5,-2.0,1.0,57665.0,57665.0\n2024-11-20T08:27:33.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.1,56.3,56.3,-2.7,1.0,57666.0,57666.0\n2024-11-20T08:28:33.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.1,1.0,57667.0,57667.0\n2024-11-20T08:29:33.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.2,56.8,56.9,-2.8,1.0,57668.0,57668.0\n2024-11-20T08:30:33.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.3,56.3,56.4,-3.1,1.0,57669.0,57669.0\n2024-11-20T08:31:33.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.1,54.2,54.3,-3.3,1.0,57670.0,57670.0\n2024-11-20T08:32:33.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,4.1,55.6,55.6,-2.3,1.0,57671.0,57671.0\n2024-11-20T08:33:33.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.4,56.4,-2.7,1.0,57677.0,57677.0\n2024-11-20T08:34:33.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.1,57.2,57.2,-2.6,1.0,57673.0,57673.0\n2024-11-20T08:35:33.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.0,56.9,57.0,-2.7,1.0,57674.0,57674.0\n2024-11-20T08:36:33.000000+00:00,243.9,nan,50.0,0.5,nan,1.5,4.2,56.7,56.7,-2.7,1.0,57674.0,57674.0\n2024-11-20T08:37:33.000000+00:00,244.1,nan,50.0,0.5,nan,1.5,4.1,56.7,56.8,-3.1,1.0,57675.0,57675.0\n2024-11-20T08:38:33.000000+00:00,244.3,nan,50.0,0.5,nan,1.5,4.2,56.5,56.6,-3.3,1.0,57676.0,57676.0\n2024-11-20T08:39:33.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.1,56.4,56.4,-3.1,1.0,57677.0,57677.0\n2024-11-20T08:40:33.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.2,56.2,56.3,-3.1,1.0,57678.0,57678.0\n2024-11-20T08:41:33.000000+00:00,244.3,nan,50.0,0.5,nan,1.5,4.2,55.7,55.8,-3.4,1.0,57679.0,57679.0\n2024-11-20T08:42:33.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.2,56.5,56.6,-3.1,1.0,57680.0,57680.0\n2024-11-20T08:43:33.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.3,55.5,55.5,-2.8,1.0,57681.0,57681.0\n2024-11-20T08:44:33.000000+00:00,243.7,nan,50.0,0.5,nan,1.5,4.3,56.3,56.4,-3.0,1.0,57682.0,57682.0\n2024-11-20T08:45:33.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.2,56.0,56.1,-3.3,1.0,57683.0,57683.0\n2024-11-20T08:46:33.000000+00:00,243.8,nan,50.0,0.5,nan,1.5,4.1,56.2,56.3,-3.1,1.0,57684.0,57684.0\n2024-11-20T08:47:33.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.2,56.7,56.8,-3.3,1.0,57685.0,57685.0\n2024-11-20T08:48:33.000000+00:00,244.2,nan,49.9,0.5,nan,1.5,4.1,56.5,56.6,-3.1,1.0,57686.0,57686.0\n2024-11-20T08:49:33.000000+00:00,243.8,nan,50.0,0.5,nan,1.5,4.3,56.5,56.6,-2.9,1.0,57687.0,57687.0\n2024-11-20T08:50:34.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.5,56.5,-3.1,1.0,57688.0,57688.0\n2024-11-20T08:51:34.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,4.2,56.2,56.3,-3.3,1.0,57689.0,57689.0\n2024-11-20T08:52:34.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.2,56.6,56.7,-3.3,1.0,57690.0,57690.0\n2024-11-20T08:53:34.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,55.8,55.9,-3.4,1.0,57691.0,57691.0\n2024-11-20T08:54:34.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.1,56.6,56.6,-3.2,1.0,57691.0,57691.0\n2024-11-20T08:55:34.000000+00:00,244.4,nan,50.0,0.5,nan,1.4,4.1,56.8,56.9,-3.2,1.0,57692.0,57692.0\n2024-11-20T08:56:34.000000+00:00,245.0,nan,50.0,0.4,nan,1.4,4.1,56.3,56.4,-2.6,1.0,57693.0,57693.0\n2024-11-20T08:57:34.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.1,56.4,56.4,-2.0,1.0,57694.0,57694.0\n2024-11-20T08:58:34.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.2,56.8,56.8,-3.0,1.0,57695.0,57695.0\n2024-11-20T08:59:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.2,-2.6,1.0,57696.0,57696.0\n2024-11-20T09:00:34.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,3.9,56.8,56.8,-2.4,1.0,57697.0,57697.0\n2024-11-20T09:01:34.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.1,56.4,56.4,-2.3,1.0,57698.0,57698.0\n2024-11-20T09:02:34.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.7,56.8,-2.7,1.0,57699.0,57699.0\n2024-11-20T09:03:34.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.1,55.5,55.5,-2.6,1.0,57700.0,57700.0\n2024-11-20T09:04:34.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,57.0,57.1,-1.8,1.0,57701.0,57701.0\n2024-11-20T09:05:34.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.1,54.9,55.0,-2.8,1.0,57702.0,57702.0\n2024-11-20T09:06:34.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,4.0,54.4,54.4,-1.7,1.0,57703.0,57703.0\n2024-11-20T09:07:34.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.1,56.2,56.3,-2.3,1.0,57704.0,57704.0\n2024-11-20T09:08:34.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,4.1,56.6,56.7,-2.5,1.0,57705.0,57705.0\n2024-11-20T09:09:34.000000+00:00,244.7,nan,50.0,0.4,nan,1.4,4.2,55.9,56.0,-2.4,1.0,57706.0,57706.0\n2024-11-20T09:10:34.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,57.7,57.8,-1.9,1.0,57707.0,57707.0\n2024-11-20T09:11:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.2,56.4,56.4,-2.5,1.0,57708.0,57708.0\n2024-11-20T09:12:34.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.9,55.5,55.6,-3.1,1.0,57708.0,57708.0\n2024-11-20T09:13:34.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.1,56.7,56.7,-2.0,1.0,57709.0,57709.0\n2024-11-20T09:14:34.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.3,54.9,55.0,-2.5,1.0,57710.0,57710.0\n2024-11-20T09:15:34.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,54.9,55.0,-2.6,1.0,57711.0,57711.0\n2024-11-20T09:16:34.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,58.1,58.1,-1.5,1.0,57712.0,57712.0\n2024-11-20T09:17:34.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,57.0,57.0,-1.6,1.0,57713.0,57713.0\n2024-11-20T09:18:34.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,57.6,57.6,-1.9,1.0,57714.0,57714.0\n2024-11-20T09:19:34.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,3.9,57.5,57.6,-2.4,1.0,57715.0,57715.0\n2024-11-20T09:20:34.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,56.1,56.1,-2.5,1.0,57716.0,57716.0\n2024-11-20T09:21:34.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.1,57.5,57.5,-2.2,1.0,57717.0,57717.0\n2024-11-20T09:22:34.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-2.1,1.0,57718.0,57718.0\n2024-11-20T09:23:34.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.2,56.3,56.4,-2.1,1.0,57719.0,57719.0\n2024-11-20T09:24:34.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.0,56.2,56.3,-2.0,1.0,57720.0,57720.0\n2024-11-20T09:25:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,56.6,56.6,-1.8,1.0,57721.0,57721.0\n2024-11-20T09:26:34.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-2.4,1.0,57722.0,57722.0\n2024-11-20T09:27:34.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,57.2,57.3,-2.0,1.0,57723.0,57723.0\n2024-11-20T09:28:34.000000+00:00,245.1,nan,50.0,0.4,nan,1.4,4.1,55.7,55.8,-2.9,1.0,57724.0,57724.0\n2024-11-20T09:29:34.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,4.0,55.8,55.9,-2.7,1.0,57724.0,57724.0\n2024-11-20T09:30:34.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,3.9,53.8,53.9,-3.1,1.0,57725.0,57725.0\n2024-11-20T09:31:34.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,57.1,57.1,-2.2,1.0,57726.0,57726.0\n2024-11-20T09:32:34.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.1,54.9,55.0,-2.7,1.0,57727.0,57727.0\n2024-11-20T09:33:34.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,4.2,55.1,55.2,-2.6,1.0,57728.0,57728.0\n2024-11-20T09:34:34.000000+00:00,246.0,nan,49.9,0.4,nan,1.4,3.9,54.9,55.0,-2.8,1.0,57729.0,57729.0\n2024-11-20T09:35:34.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.1,56.3,56.4,-2.8,1.0,57730.0,57730.0\n2024-11-20T09:36:34.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,58.0,58.1,-2.4,1.0,57731.0,57731.0\n2024-11-20T09:37:34.000000+00:00,245.2,nan,50.0,0.4,nan,1.4,4.1,56.8,56.8,-2.3,1.0,57732.0,57732.0\n2024-11-20T09:38:34.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,3.9,55.5,55.6,-2.9,1.0,57733.0,57733.0\n2024-11-20T09:39:34.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.1,56.9,56.9,-2.2,1.0,57734.0,57734.0\n2024-11-20T09:40:34.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.2,56.5,56.6,-2.1,1.0,57735.0,57735.0\n2024-11-20T09:41:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.1,58.7,58.8,-2.1,1.0,57736.0,57736.0\n2024-11-20T09:42:34.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.2,56.4,56.4,-1.5,1.0,57737.0,57737.0\n2024-11-20T09:43:34.000000+00:00,245.5,nan,50.0,0.4,nan,1.4,4.1,55.0,55.1,-2.4,1.0,57738.0,57738.0\n2024-11-20T09:44:34.000000+00:00,245.1,nan,50.0,0.4,nan,1.4,4.2,56.1,56.1,-2.0,1.0,57739.0,57739.0\n2024-11-20T09:45:34.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,58.3,58.4,-1.2,1.0,57740.0,57740.0\n2024-11-20T09:46:34.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,4.0,54.8,54.8,-2.5,1.0,57741.0,57741.0\n2024-11-20T09:47:34.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,4.1,56.6,56.7,-2.2,1.0,57742.0,57742.0\n2024-11-20T09:48:34.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.8,54.9,55.0,-2.8,1.0,57742.0,57742.0\n2024-11-20T09:49:34.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,3.9,58.0,58.0,-1.6,1.0,57743.0,57743.0\n2024-11-20T09:50:34.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.2,55.6,55.7,-2.8,1.0,57744.0,57744.0\n2024-11-20T09:51:34.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.3,57.2,57.3,-1.9,1.0,57745.0,57745.0\n2024-11-20T09:52:34.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-2.3,1.0,57746.0,57746.0\n2024-11-20T09:53:34.000000+00:00,244.9,nan,50.0,0.4,nan,1.4,4.0,55.5,55.6,-1.9,1.0,57747.0,57747.0\n2024-11-20T09:54:34.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-2.1,1.0,57748.0,57748.0\n2024-11-20T09:55:34.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,55.5,55.6,-2.3,1.0,57749.0,57749.0\n2024-11-20T09:56:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.1,56.3,56.4,-2.6,1.0,57750.0,57750.0\n2024-11-20T09:57:34.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,3.9,57.6,57.6,-1.4,1.0,57751.0,57751.0\n2024-11-20T09:58:34.000000+00:00,245.1,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-2.3,1.0,57752.0,57752.0\n2024-11-20T09:59:34.000000+00:00,244.6,nan,50.0,0.5,nan,1.5,4.3,59.3,59.3,-2.0,1.0,57753.0,57753.0\n2024-11-20T10:00:34.000000+00:00,244.7,nan,49.9,0.5,nan,1.4,4.2,56.9,57.0,-2.3,1.0,57754.0,57754.0\n2024-11-20T10:01:34.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.2,55.9,56.0,-3.1,1.0,57755.0,57755.0\n2024-11-20T10:02:34.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.1,57.5,57.5,-2.5,1.0,57756.0,57756.0\n2024-11-20T10:03:34.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,54.2,54.3,-2.9,1.0,57757.0,57757.0\n2024-11-20T10:04:34.000000+00:00,243.7,nan,49.9,0.5,nan,1.5,4.0,56.1,56.2,-2.8,1.0,57758.0,57758.0\n2024-11-20T10:05:34.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.1,56.1,56.2,-2.9,1.0,57759.0,57759.0\n2024-11-20T10:06:34.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,55.0,55.1,-3.0,1.0,57759.0,57759.0\n2024-11-20T10:07:34.000000+00:00,243.8,nan,49.9,0.5,nan,1.6,4.1,63.3,63.3,-2.1,1.0,57760.0,57760.0\n2024-11-20T10:08:34.000000+00:00,243.5,nan,49.9,0.5,nan,1.5,4.5,57.9,58.0,-2.9,1.0,57761.0,57761.0\n2024-11-20T10:09:34.000000+00:00,244.1,nan,50.0,0.5,nan,1.6,4.1,63.0,63.0,-2.5,1.0,57762.0,57762.0\n2024-11-20T10:10:34.000000+00:00,243.9,nan,50.0,0.5,nan,1.5,4.1,57.4,57.4,-3.2,1.0,57763.0,57763.0\n2024-11-20T10:11:34.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.9,55.8,55.9,-3.3,1.0,57764.0,57764.0\n2024-11-20T10:12:34.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-3.7,1.0,57765.0,57765.0\n2024-11-20T10:13:34.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,52.5,52.7,-3.9,1.0,57766.0,57766.0\n2024-11-20T10:14:34.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,4.4,58.3,58.4,-2.5,1.0,57767.0,57767.0\n2024-11-20T10:15:34.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.0,59.6,59.6,-2.4,1.0,57768.0,57768.0\n2024-11-20T10:16:34.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,55.7,55.8,-2.3,1.0,57769.0,57769.0\n2024-11-20T10:17:34.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,3.9,55.6,55.6,-3.2,1.0,57770.0,57770.0\n2024-11-20T10:18:34.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,58.3,58.4,-2.5,1.0,57771.0,57771.0\n2024-11-20T10:19:34.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.8,58.0,58.0,-2.5,1.0,57772.0,57772.0\n2024-11-20T10:20:34.000000+00:00,244.3,nan,50.0,0.5,nan,1.4,4.0,55.4,55.5,-3.4,1.0,57773.0,57773.0\n2024-11-20T10:21:34.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.0,57.8,57.9,-2.4,1.0,57774.0,57774.0\n2024-11-20T10:22:34.000000+00:00,245.0,nan,50.0,0.5,nan,1.4,4.0,57.6,57.7,-2.8,1.0,57775.0,57775.0\n2024-11-20T10:23:34.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.1,56.2,-3.5,1.0,57776.0,57776.0\n2024-11-20T10:24:34.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,3.9,57.0,57.0,-2.2,1.0,57777.0,57777.0\n2024-11-20T10:25:34.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,3.9,57.5,57.5,-2.3,1.0,57778.0,57778.0\n2024-11-20T10:26:34.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.0,59.4,59.4,-2.0,1.0,57779.0,57779.0\n2024-11-20T10:27:34.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,3.9,55.5,55.6,-2.9,1.0,57779.0,57779.0\n2024-11-20T10:28:34.000000+00:00,245.5,nan,50.0,0.5,nan,1.6,3.9,63.0,63.0,-2.0,1.0,57780.0,57780.0\n2024-11-20T10:29:34.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,3.9,57.6,57.7,-3.5,1.0,57781.0,57781.0\n2024-11-20T10:30:34.000000+00:00,245.9,nan,49.9,0.5,nan,1.6,3.9,63.4,63.5,-2.2,1.0,57782.0,57782.0\n2024-11-20T10:31:35.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,56.0,56.1,-2.9,1.0,57783.0,57783.0\n2024-11-20T10:32:35.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.3,56.7,56.8,-2.6,1.0,57784.0,57784.0\n2024-11-20T10:33:35.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,57.4,57.4,-2.6,1.0,57785.0,57785.0\n2024-11-20T10:34:35.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,3.9,59.2,59.3,-2.2,1.0,57786.0,57786.0\n2024-11-20T10:35:35.000000+00:00,245.6,nan,49.9,0.5,nan,1.6,4.3,64.3,64.4,-1.6,1.0,57787.0,57787.0\n2024-11-20T10:36:35.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,57.2,57.2,-2.7,1.0,57788.0,57788.0\n2024-11-20T10:37:35.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,3.9,57.6,57.6,-2.8,1.0,57789.0,57789.0\n2024-11-20T10:38:35.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,57.8,57.8,-2.4,1.0,57790.0,57790.0\n2024-11-20T10:39:35.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,3.9,56.5,56.5,-2.8,1.0,57791.0,57791.0\n2024-11-20T10:40:35.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,4.6,56.9,57.0,-3.0,1.0,57792.0,57792.0\n2024-11-20T10:41:35.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.0,55.8,55.9,-2.5,1.0,57793.0,57793.0\n2024-11-20T10:42:35.000000+00:00,246.0,nan,50.0,0.5,nan,1.6,3.9,62.9,63.0,-2.4,1.0,57794.0,57794.0\n2024-11-20T10:43:35.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.6,57.3,57.4,-2.8,1.0,57795.0,57795.0\n2024-11-20T10:44:35.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,3.8,62.6,62.7,-3.6,1.0,57796.0,57796.0\n2024-11-20T10:45:35.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.1,58.1,58.2,-3.5,1.0,57797.0,57797.0\n2024-11-20T10:46:35.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.1,58.1,58.2,-3.6,1.0,57798.0,57798.0\n2024-11-20T10:47:35.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,3.9,56.6,56.8,-4.2,1.0,57798.0,57798.0\n2024-11-20T10:48:35.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.2,57.7,57.8,-3.7,1.0,57799.0,57799.0\n2024-11-20T10:49:35.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.3,57.8,57.9,-3.8,1.0,57800.0,57800.0\n2024-11-20T10:50:35.000000+00:00,246.6,nan,49.9,0.4,nan,1.4,4.1,55.9,56.0,-4.0,1.0,57801.0,57801.0\n2024-11-20T10:51:35.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,3.8,60.7,60.8,-3.7,1.0,57802.0,57802.0\n2024-11-20T10:52:35.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,3.9,56.8,56.9,-4.3,1.0,57803.0,57803.0\n2024-11-20T10:53:35.000000+00:00,246.5,nan,49.9,0.4,nan,1.4,4.0,57.3,57.4,-3.6,1.0,57804.0,57804.0\n2024-11-20T10:54:35.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,4.3,55.3,55.5,-3.9,1.0,57805.0,57805.0\n2024-11-20T10:55:35.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,3.9,60.3,60.4,-3.7,1.0,57806.0,57806.0\n2024-11-20T10:56:35.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.1,56.5,56.7,-3.9,1.0,57807.0,57807.0\n2024-11-20T10:57:35.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,4.0,56.2,56.4,-4.1,1.0,57808.0,57808.0\n2024-11-20T10:58:35.000000+00:00,245.7,nan,50.0,0.4,nan,1.4,3.9,56.5,56.6,-3.3,1.0,57809.0,57809.0\n2024-11-20T10:59:35.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,56.9,57.1,-4.0,1.0,57810.0,57810.0\n2024-11-20T11:00:35.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,3.9,55.1,55.3,-4.4,1.0,57811.0,57811.0\n2024-11-20T11:01:35.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,3.9,55.7,55.8,-4.3,1.0,57812.0,57812.0\n2024-11-20T11:02:35.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.0,56.7,56.8,-4.0,1.0,57813.0,57813.0\n2024-11-20T11:03:35.000000+00:00,246.6,nan,49.9,0.4,nan,1.4,4.0,56.3,56.4,-3.9,1.0,57814.0,57814.0\n2024-11-20T11:04:35.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,4.6,56.5,56.6,-3.6,1.0,57815.0,57815.0\n2024-11-20T11:05:35.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,3.9,57.5,57.6,-3.4,1.0,57816.0,57816.0\n2024-11-20T11:06:35.000000+00:00,246.1,nan,49.9,0.4,nan,1.4,4.0,55.7,55.8,-4.0,1.0,57817.0,57817.0\n2024-11-20T11:07:35.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,4.0,57.1,57.3,-3.6,1.0,57818.0,57818.0\n2024-11-20T11:08:35.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,56.9,57.1,-4.1,1.0,57818.0,57818.0\n2024-11-20T11:09:35.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.3,57.8,57.9,-3.6,1.0,57819.0,57819.0\n2024-11-20T11:10:35.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.0,57.5,57.6,-3.8,1.0,57820.0,57820.0\n2024-11-20T11:11:35.000000+00:00,246.6,nan,49.9,0.4,nan,1.4,3.9,55.9,56.0,-3.7,1.0,57821.0,57821.0\n2024-11-20T11:12:35.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,4.0,56.7,56.9,-4.2,1.0,57822.0,57822.0\n2024-11-20T11:13:35.000000+00:00,246.5,nan,50.0,0.4,nan,1.4,4.4,57.6,57.7,-3.5,1.0,57823.0,57823.0\n2024-11-20T11:14:35.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,3.9,58.5,58.6,-3.5,1.0,57824.0,57824.0\n2024-11-20T11:15:35.000000+00:00,246.6,nan,50.0,0.4,nan,1.4,3.9,55.7,55.9,-4.3,1.0,57825.0,57825.0\n2024-11-20T11:16:35.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,3.8,55.1,55.3,-4.8,1.0,57831.0,57831.0\n2024-11-20T11:17:35.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,3.8,54.1,54.3,-4.3,1.0,57827.0,57827.0\n2024-11-20T11:18:35.000000+00:00,246.5,nan,49.9,0.4,nan,1.4,4.5,55.5,55.7,-4.4,1.0,57828.0,57828.0\n2024-11-20T11:19:35.000000+00:00,247.1,nan,50.0,0.4,nan,1.4,3.9,57.7,57.9,-4.6,1.0,57829.0,57829.0\n2024-11-20T11:20:35.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.9,58.9,59.0,-3.9,1.0,57830.0,57830.0\n2024-11-20T11:21:35.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.2,56.0,56.2,-4.3,1.0,57831.0,57831.0\n2024-11-20T11:22:35.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,55.0,55.1,-4.2,1.0,57832.0,57832.0\n2024-11-20T11:23:35.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.2,56.8,57.0,-4.3,1.0,57833.0,57833.0\n2024-11-20T11:24:35.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,3.9,55.9,56.1,-4.4,1.0,57834.0,57834.0\n2024-11-20T11:25:35.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.1,57.0,57.1,-4.4,1.0,57835.0,57835.0\n2024-11-20T11:26:35.000000+00:00,242.5,nan,49.9,0.5,nan,1.4,3.9,57.6,57.7,-3.7,1.0,57836.0,57836.0\n2024-11-20T11:27:35.000000+00:00,242.2,nan,50.0,0.5,nan,1.4,4.1,55.2,55.3,-4.3,1.0,57837.0,57837.0\n2024-11-20T11:28:35.000000+00:00,242.6,nan,50.0,0.5,nan,1.4,4.1,56.1,56.3,-4.5,1.0,57837.0,57837.0\n2024-11-20T11:29:35.000000+00:00,242.9,nan,50.0,0.5,nan,1.5,4.0,58.0,58.1,-3.6,1.0,57838.0,57838.0\n2024-11-20T11:30:35.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.3,57.1,57.2,-4.4,1.0,57839.0,57839.0\n2024-11-20T11:31:35.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-4.4,1.0,57840.0,57840.0\n2024-11-20T11:32:35.000000+00:00,242.6,nan,49.9,0.5,nan,1.5,4.1,58.7,58.9,-3.9,1.0,57841.0,57841.0\n2024-11-20T11:33:35.000000+00:00,241.7,nan,49.9,0.4,nan,1.4,3.9,53.9,54.1,-4.5,1.0,57842.0,57842.0\n2024-11-20T11:34:35.000000+00:00,241.9,nan,49.9,0.4,nan,1.4,3.9,54.8,55.1,-5.8,1.0,57843.0,57843.0\n2024-11-20T11:35:35.000000+00:00,241.5,nan,49.9,0.5,nan,1.4,4.6,55.4,55.7,-5.7,1.0,57844.0,57844.0\n2024-11-20T11:36:35.000000+00:00,241.9,nan,49.9,0.5,nan,1.5,4.4,57.5,57.7,-4.9,1.0,57845.0,57845.0\n2024-11-20T11:37:35.000000+00:00,240.9,nan,49.9,0.5,nan,1.4,4.4,54.5,54.8,-5.7,1.0,57846.0,57846.0\n2024-11-20T11:38:35.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.5,57.1,57.3,-5.3,1.0,57847.0,57847.0\n2024-11-20T11:39:35.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.5,54.2,54.5,-5.2,1.0,57848.0,57848.0\n2024-11-20T11:40:35.000000+00:00,244.0,nan,49.9,0.5,nan,1.5,4.3,56.2,56.4,-4.8,1.0,57849.0,57849.0\n2024-11-20T11:41:35.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.3,56.4,56.6,-4.8,1.0,57850.0,57850.0\n2024-11-20T11:42:35.000000+00:00,244.3,nan,49.9,0.5,nan,1.5,4.2,54.5,54.8,-5.5,1.0,57851.0,57851.0\n2024-11-20T11:43:35.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,58.9,59.0,-4.3,1.0,57852.0,57852.0\n2024-11-20T11:44:35.000000+00:00,243.9,nan,49.9,0.5,nan,1.5,3.9,59.0,59.1,-4.5,1.0,57853.0,57853.0\n2024-11-20T11:45:35.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.2,53.8,54.0,-5.2,1.0,57854.0,57854.0\n2024-11-20T11:46:35.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.0,55.7,55.9,-5.1,1.0,57855.0,57855.0\n2024-11-20T11:47:35.000000+00:00,244.5,nan,49.9,0.5,nan,1.5,4.4,54.7,55.0,-5.4,1.0,57856.0,57856.0\n2024-11-20T11:48:35.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.2,55.3,55.6,-5.3,1.0,57856.0,57856.0\n2024-11-20T11:49:35.000000+00:00,245.2,nan,49.9,0.5,nan,1.6,4.1,64.5,64.7,-4.7,1.0,57857.0,57857.0\n2024-11-20T11:50:35.000000+00:00,245.7,nan,49.9,0.5,nan,1.6,4.0,64.3,64.4,-3.8,1.0,57858.0,57858.0\n2024-11-20T11:51:35.000000+00:00,245.3,nan,49.9,0.5,nan,1.6,4.1,62.0,62.2,-4.9,1.0,57859.0,57859.0\n2024-11-20T11:52:35.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,58.5,58.7,-4.5,1.0,57860.0,57860.0\n2024-11-20T11:53:35.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,55.4,55.7,-4.9,1.0,57861.0,57861.0\n2024-11-20T11:54:35.000000+00:00,245.6,nan,49.9,0.5,nan,1.5,4.0,59.3,59.5,-4.9,1.0,57862.0,57862.0\n2024-11-20T11:55:35.000000+00:00,246.3,nan,49.9,0.4,nan,1.4,4.1,55.5,55.7,-4.8,1.0,57863.0,57863.0\n2024-11-20T11:56:35.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.3,55.1,55.4,-5.1,1.0,57864.0,57864.0\n2024-11-20T11:57:35.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,4.3,55.8,56.1,-5.2,1.0,57865.0,57865.0\n2024-11-20T11:58:35.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,3.8,55.4,55.6,-5.4,1.0,57866.0,57866.0\n2024-11-20T11:59:35.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.5,56.0,56.2,-5.0,1.0,57867.0,57867.0\n2024-11-20T12:00:35.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.7,55.6,55.9,-5.2,1.0,57868.0,57868.0\n2024-11-20T12:01:35.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.1,55.7,56.0,-5.1,1.0,57869.0,57869.0\n2024-11-20T12:02:35.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,57.0,57.2,-5.0,1.0,57870.0,57870.0\n2024-11-20T12:03:35.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.1,56.8,57.0,-4.6,1.0,57871.0,57871.0\n2024-11-20T12:04:35.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-4.5,1.0,57872.0,57872.0\n2024-11-20T12:05:35.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-4.8,1.0,57873.0,57873.0\n2024-11-20T12:06:35.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.1,56.7,56.9,-5.0,1.0,57874.0,57874.0\n2024-11-20T12:07:35.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-4.5,1.0,57878.0,57874.0\n2024-11-20T12:08:35.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.0,56.7,56.9,-4.7,1.0,57875.0,57875.0\n2024-11-20T12:09:35.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.2,56.9,57.0,-3.6,1.0,57876.0,57876.0\n2024-11-20T12:10:35.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,4.0,59.0,59.1,-3.5,1.0,57877.0,57877.0\n2024-11-20T12:11:35.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,58.6,58.6,-3.2,1.0,57878.0,57878.0\n2024-11-20T12:12:36.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,4.1,56.5,56.6,-3.7,1.0,57884.0,57879.0\n2024-11-20T12:13:36.000000+00:00,246.3,nan,49.9,0.5,nan,1.6,4.1,61.0,61.2,-4.2,1.0,57880.0,57880.0\n2024-11-20T12:14:36.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,55.5,55.6,-3.4,1.0,57881.0,57881.0\n2024-11-20T12:15:36.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,57.6,57.7,-3.9,1.0,57882.0,57882.0\n2024-11-20T12:16:36.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.1,57.7,57.8,-3.5,1.0,57883.0,57883.0\n2024-11-20T12:17:36.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.4,58.1,58.2,-4.2,1.0,57884.0,57884.0\n2024-11-20T12:18:36.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,3.9,56.8,56.9,-4.2,1.0,57885.0,57885.0\n2024-11-20T12:19:36.000000+00:00,246.3,nan,50.0,0.4,nan,1.4,3.9,54.2,54.4,-4.5,1.0,57886.0,57886.0\n2024-11-20T12:20:36.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.8,1.0,57887.0,57887.0\n2024-11-20T12:21:36.000000+00:00,246.5,nan,50.0,0.4,nan,1.4,4.2,57.2,57.3,-3.5,1.0,57888.0,57888.0\n2024-11-20T12:22:36.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.6,57.8,57.9,-4.1,1.0,57889.0,57889.0\n2024-11-20T12:23:36.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.1,57.6,57.7,-3.2,1.0,57890.0,57890.0\n2024-11-20T12:24:36.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.4,58.6,58.7,-3.1,1.0,57891.0,57891.0\n2024-11-20T12:25:36.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.2,57.5,57.6,-4.0,1.0,57892.0,57892.0\n2024-11-20T12:26:36.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,58.1,58.2,-3.3,1.0,57893.0,57893.0\n2024-11-20T12:27:36.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,55.1,55.2,-4.0,1.0,57894.0,57894.0\n2024-11-20T12:28:36.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,55.3,55.5,-4.2,1.0,57895.0,57895.0\n2024-11-20T12:29:36.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.7,54.3,54.5,-4.7,1.0,57895.0,57895.0\n2024-11-20T12:30:36.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.1,55.8,55.9,-3.7,1.0,57896.0,57896.0\n2024-11-20T12:31:36.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.2,56.6,56.7,-3.5,1.0,57897.0,57897.0\n2024-11-20T12:32:36.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.2,56.4,56.5,-3.3,1.0,57898.0,57898.0\n2024-11-20T12:33:36.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.0,1.0,57899.0,57899.0\n2024-11-20T12:34:36.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,57.1,57.2,-3.1,1.0,57900.0,57900.0\n2024-11-20T12:35:36.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,4.1,56.2,56.3,-3.1,1.0,57901.0,57901.0\n2024-11-20T12:36:36.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.1,56.4,56.5,-3.1,1.0,57902.0,57902.0\n2024-11-20T12:37:36.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-3.5,1.0,57903.0,57903.0\n2024-11-20T12:38:36.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.0,55.1,55.3,-3.9,1.0,57904.0,57904.0\n2024-11-20T12:39:36.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.0,55.5,55.6,-3.9,1.0,57905.0,57905.0\n2024-11-20T12:40:36.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,3.9,57.5,57.6,-3.1,1.0,57906.0,57906.0\n2024-11-20T12:41:36.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-3.1,1.0,57907.0,57907.0\n2024-11-20T12:42:36.000000+00:00,246.5,nan,49.9,0.4,nan,1.4,3.9,57.0,57.1,-3.2,1.0,57908.0,57908.0\n2024-11-20T12:43:36.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,4.0,56.2,56.3,-3.9,1.0,57909.0,57909.0\n2024-11-20T12:44:36.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.1,57.5,57.6,-3.6,1.0,57910.0,57910.0\n2024-11-20T12:45:36.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.3,58.2,58.2,-2.9,1.0,57911.0,57911.0\n2024-11-20T12:46:36.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,58.3,58.4,-2.9,1.0,57912.0,57912.0\n2024-11-20T12:47:36.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,3.9,57.8,57.9,-2.7,1.0,57913.0,57913.0\n2024-11-20T12:48:36.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,4.0,58.2,58.3,-2.8,1.0,57914.0,57914.0\n2024-11-20T12:49:36.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,58.1,58.2,-3.0,1.0,57914.0,57914.0\n2024-11-20T12:50:36.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,4.0,58.2,58.2,-2.3,1.0,57915.0,57915.0\n2024-11-20T12:51:36.000000+00:00,246.9,nan,49.9,0.5,nan,1.4,4.1,56.2,56.3,-3.4,1.0,57916.0,57916.0\n2024-11-20T12:52:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,55.9,56.0,-3.4,1.0,57917.0,57917.0\n2024-11-20T12:53:36.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,3.9,56.3,56.4,-3.4,1.0,57918.0,57918.0\n2024-11-20T12:54:36.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,55.0,55.1,-3.5,1.0,57919.0,57919.0\n2024-11-20T12:55:36.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,4.0,56.7,56.8,-3.1,1.0,57920.0,57920.0\n2024-11-20T12:56:36.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,3.9,57.8,57.9,-3.3,1.0,57921.0,57921.0\n2024-11-20T12:57:36.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,57.2,57.4,-4.2,1.0,57922.0,57922.0\n2024-11-20T12:58:36.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,55.3,55.4,-3.8,1.0,57923.0,57923.0\n2024-11-20T12:59:36.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,4.1,56.1,56.2,-3.4,1.0,57924.0,57924.0\n2024-11-20T13:00:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.7,56.8,-3.0,1.0,57925.0,57925.0\n2024-11-20T13:01:36.000000+00:00,243.3,nan,50.0,0.4,nan,1.4,3.9,55.8,55.9,-2.9,1.0,57926.0,57926.0\n2024-11-20T13:02:36.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,57.4,57.4,-2.1,1.0,57927.0,57927.0\n2024-11-20T13:03:36.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,4.1,57.1,57.2,-1.9,1.0,57928.0,57928.0\n2024-11-20T13:04:36.000000+00:00,241.9,nan,49.9,0.4,nan,1.4,4.0,54.6,54.7,-3.1,1.0,57929.0,57929.0\n2024-11-20T13:05:36.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.0,56.4,56.4,-2.7,1.0,57929.0,57929.0\n2024-11-20T13:06:36.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,4.0,55.4,55.5,-2.9,1.0,57930.0,57930.0\n2024-11-20T13:07:36.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.0,55.8,55.9,-2.7,1.0,57931.0,57931.0\n2024-11-20T13:08:36.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.1,56.7,56.8,-2.9,1.0,57932.0,57932.0\n2024-11-20T13:09:36.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-3.4,1.0,57933.0,57933.0\n2024-11-20T13:10:36.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.2,55.5,55.6,-3.6,1.0,57934.0,57934.0\n2024-11-20T13:11:36.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.4,57.4,57.5,-3.2,1.0,57935.0,57935.0\n2024-11-20T13:12:36.000000+00:00,242.0,nan,49.9,0.5,nan,1.5,4.0,58.6,58.6,-3.0,1.0,57936.0,57936.0\n2024-11-20T13:13:36.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,4.3,55.0,55.2,-3.8,1.0,57937.0,57937.0\n2024-11-20T13:14:36.000000+00:00,242.1,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-3.2,1.0,57938.0,57938.0\n2024-11-20T13:15:36.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.1,54.7,54.8,-3.7,1.0,57939.0,57939.0\n2024-11-20T13:16:36.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.0,55.1,55.2,-3.3,1.0,57940.0,57940.0\n2024-11-20T13:17:36.000000+00:00,241.9,nan,50.0,0.5,nan,1.4,4.0,54.3,54.4,-3.6,1.0,57941.0,57941.0\n2024-11-20T13:18:36.000000+00:00,241.6,nan,49.9,0.5,nan,1.4,4.0,57.3,57.4,-3.0,1.0,57942.0,57942.0\n2024-11-20T13:19:36.000000+00:00,241.9,nan,49.9,0.5,nan,1.4,4.0,57.7,57.8,-3.4,1.0,57943.0,57943.0\n2024-11-20T13:20:36.000000+00:00,241.6,nan,49.9,0.5,nan,1.4,4.1,55.8,55.9,-3.0,1.0,57944.0,57944.0\n2024-11-20T13:21:36.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.1,55.7,55.8,-3.4,1.0,57945.0,57945.0\n2024-11-20T13:22:36.000000+00:00,242.3,nan,49.9,0.4,nan,1.4,4.0,55.8,55.8,-2.9,1.0,57946.0,57946.0\n2024-11-20T13:23:36.000000+00:00,242.6,nan,49.9,0.4,nan,1.4,3.9,54.1,54.2,-3.7,1.0,57946.0,57946.0\n2024-11-20T13:24:36.000000+00:00,242.5,nan,49.9,0.4,nan,1.4,3.9,56.1,56.1,-2.7,1.0,57947.0,57947.0\n2024-11-20T13:25:36.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,4.0,56.8,56.9,-2.9,1.0,57948.0,57948.0\n2024-11-20T13:26:36.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,56.8,56.8,-2.3,1.0,57949.0,57949.0\n2024-11-20T13:27:36.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.2,56.6,56.6,-3.1,1.0,57950.0,57950.0\n2024-11-20T13:28:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.3,56.4,-2.7,1.0,57951.0,57951.0\n2024-11-20T13:29:36.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.4,56.5,-2.9,1.0,57952.0,57952.0\n2024-11-20T13:30:36.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,56.9,56.9,-2.2,1.0,57953.0,57953.0\n2024-11-20T13:31:36.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,55.5,55.5,-3.0,1.0,57954.0,57954.0\n2024-11-20T13:32:36.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,56.6,56.6,-2.3,1.0,57955.0,57955.0\n2024-11-20T13:33:36.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,4.1,57.2,57.3,-2.2,1.0,57956.0,57956.0\n2024-11-20T13:34:36.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,55.2,55.3,-3.4,1.0,57957.0,57957.0\n2024-11-20T13:35:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.1,55.8,55.9,-2.9,1.0,57958.0,57958.0\n2024-11-20T13:36:36.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,54.9,55.0,-3.1,1.0,57959.0,57959.0\n2024-11-20T13:37:36.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.2,56.0,56.1,-2.0,1.0,57960.0,57960.0\n2024-11-20T13:38:36.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,55.0,55.1,-3.1,1.0,57960.0,57960.0\n2024-11-20T13:39:36.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.1,56.5,56.6,-2.9,1.0,57961.0,57961.0\n2024-11-20T13:40:36.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.2,56.8,56.9,-2.3,1.0,57962.0,57962.0\n2024-11-20T13:41:36.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,56.7,56.7,-2.5,1.0,57963.0,57963.0\n2024-11-20T13:42:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,4.0,55.0,55.1,-3.5,1.0,57964.0,57964.0\n2024-11-20T13:43:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,56.6,56.6,-2.6,1.0,57965.0,57965.0\n2024-11-20T13:44:36.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,4.0,55.0,55.1,-3.8,1.0,57966.0,57966.0\n2024-11-20T13:45:36.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.0,54.6,54.7,-3.1,1.0,57967.0,57967.0\n2024-11-20T13:46:36.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.8,55.5,55.6,-3.8,1.0,57968.0,57968.0\n2024-11-20T13:47:36.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,3.8,56.3,56.4,-2.8,1.0,57969.0,57969.0\n2024-11-20T13:48:36.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,4.0,57.2,57.3,-2.5,1.0,57970.0,57970.0\n2024-11-20T13:49:36.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.0,55.0,55.1,-3.6,1.0,57971.0,57971.0\n2024-11-20T13:50:36.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,54.2,54.3,-3.4,1.0,57972.0,57972.0\n2024-11-20T13:51:36.000000+00:00,243.2,nan,49.9,0.4,nan,1.4,3.9,54.8,54.9,-3.2,1.0,57973.0,57973.0\n2024-11-20T13:52:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,56.0,56.1,-3.3,1.0,57974.0,57974.0\n2024-11-20T13:53:36.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.8,56.1,56.2,-2.3,1.0,57975.0,57975.0\n2024-11-20T13:54:36.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,3.8,56.5,56.6,-2.3,1.0,57981.0,57976.0\n2024-11-20T13:55:36.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.8,55.3,55.4,-3.1,1.0,57976.0,57976.0\n2024-11-20T13:56:36.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,56.9,57.0,-2.1,1.0,57977.0,57977.0\n2024-11-20T13:57:37.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,57.1,57.1,-1.9,1.0,57978.0,57978.0\n2024-11-20T13:58:37.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.2,56.5,56.6,-2.5,1.0,57979.0,57979.0\n2024-11-20T13:59:37.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.8,57.4,57.5,-2.3,1.0,57980.0,57980.0\n2024-11-20T14:00:37.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.8,57.4,57.4,-2.4,1.0,57981.0,57981.0\n2024-11-20T14:01:37.000000+00:00,243.1,nan,50.0,0.4,nan,1.4,3.9,55.6,55.6,-2.7,1.0,57982.0,57982.0\n2024-11-20T14:02:37.000000+00:00,242.9,nan,50.0,0.4,nan,1.4,4.1,55.3,55.4,-3.4,1.0,57983.0,57983.0\n2024-11-20T14:03:37.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.1,55.6,55.7,-3.6,1.0,57984.0,57984.0\n2024-11-20T14:04:37.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,4.0,57.5,57.5,-2.4,1.0,57985.0,57985.0\n2024-11-20T14:05:37.000000+00:00,243.0,nan,50.0,0.4,nan,1.4,4.0,55.9,56.0,-3.3,1.0,57986.0,57986.0\n2024-11-20T14:06:37.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,4.0,55.6,55.7,-3.6,1.0,57987.0,57987.0\n2024-11-20T14:07:37.000000+00:00,243.3,nan,50.0,0.5,nan,1.4,5.8,56.9,57.0,-3.0,1.0,57988.0,57988.0\n2024-11-20T14:08:37.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.2,57.9,58.0,-2.6,1.0,57989.0,57989.0\n2024-11-20T14:09:37.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.0,58.0,58.1,-3.2,1.0,57990.0,57990.0\n2024-11-20T14:10:37.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,57.9,58.0,-2.3,1.0,57991.0,57991.0\n2024-11-20T14:11:37.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.2,56.6,56.7,-2.2,1.0,57992.0,57992.0\n2024-11-20T14:12:37.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,54.5,54.6,-3.1,1.0,57992.0,57992.0\n2024-11-20T14:13:37.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.3,56.4,-2.3,1.0,57993.0,57993.0\n2024-11-20T14:14:37.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.1,56.7,56.7,-2.0,1.0,57994.0,57994.0\n2024-11-20T14:15:37.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.0,55.7,55.8,-2.9,1.0,57995.0,57995.0\n2024-11-20T14:16:37.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,56.2,56.3,-2.8,1.0,57996.0,57996.0\n2024-11-20T14:17:37.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-2.6,1.0,57997.0,57997.0\n2024-11-20T14:18:37.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.1,56.6,56.6,-2.4,1.0,57998.0,57998.0\n2024-11-20T14:19:37.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-2.8,1.0,57999.0,57999.0\n2024-11-20T14:20:37.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.6,56.6,-3.0,1.0,58000.0,58000.0\n2024-11-20T14:21:37.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,56.7,56.8,-2.5,1.0,58001.0,58001.0\n2024-11-20T14:22:37.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.9,56.6,56.7,-3.0,1.0,58002.0,58002.0\n2024-11-20T14:23:37.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,56.5,56.6,-2.7,1.0,58003.0,58003.0\n2024-11-20T14:24:37.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,56.4,56.4,-2.7,1.0,58004.0,58004.0\n2024-11-20T14:25:37.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.1,56.3,56.3,-2.8,1.0,58005.0,58005.0\n2024-11-20T14:26:37.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,4.2,56.4,56.5,-2.9,1.0,58006.0,58006.0\n2024-11-20T14:27:37.000000+00:00,243.1,nan,49.9,0.4,nan,1.4,3.9,55.5,55.6,-2.8,1.0,58007.0,58007.0\n2024-11-20T14:28:37.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,4.0,56.1,56.2,-2.8,1.0,58008.0,58008.0\n2024-11-20T14:29:37.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,57.1,57.2,-2.7,1.0,58009.0,58009.0\n2024-11-20T14:30:37.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,4.1,56.1,56.2,-3.2,1.0,58009.0,58009.0\n2024-11-20T14:31:37.000000+00:00,242.6,nan,49.9,0.5,nan,1.4,4.1,56.8,56.8,-3.1,1.0,58010.0,58010.0\n2024-11-20T14:32:37.000000+00:00,242.3,nan,49.9,0.5,nan,1.4,3.9,56.4,56.5,-2.6,1.0,58011.0,58011.0\n2024-11-20T14:33:37.000000+00:00,242.8,nan,49.9,0.5,nan,1.4,3.9,56.7,56.8,-3.2,1.0,58012.0,58012.0\n2024-11-20T14:34:37.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-2.8,1.0,58013.0,58013.0\n2024-11-20T14:35:37.000000+00:00,242.7,nan,49.9,0.4,nan,1.4,4.0,56.2,56.2,-2.6,1.0,58014.0,58014.0\n2024-11-20T14:36:37.000000+00:00,242.4,nan,49.9,0.5,nan,1.4,4.1,56.9,57.0,-3.0,1.0,58015.0,58015.0\n2024-11-20T14:37:37.000000+00:00,242.2,nan,49.9,0.5,nan,1.4,3.9,56.1,56.2,-3.2,1.0,58016.0,58016.0\n2024-11-20T14:38:37.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,4.2,55.8,55.9,-2.6,1.0,58017.0,58017.0\n2024-11-20T14:39:37.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,4.1,57.7,57.7,-2.2,1.0,58018.0,58018.0\n2024-11-20T14:40:37.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-2.8,1.0,58019.0,58019.0\n2024-11-20T14:41:37.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.1,56.5,56.6,-2.7,1.0,58020.0,58020.0\n2024-11-20T14:42:37.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,56.5,56.6,-2.7,1.0,58021.0,58021.0\n2024-11-20T14:43:37.000000+00:00,246.3,nan,49.9,0.5,nan,1.4,3.9,56.5,56.6,-3.2,1.0,58022.0,58022.0\n2024-11-20T14:44:37.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,3.9,57.1,57.2,-3.1,1.0,58023.0,58023.0\n2024-11-20T14:45:37.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,56.6,56.4,-2.9,1.0,58024.0,58024.0\n2024-11-20T14:46:37.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,4.0,56.3,56.3,-2.7,1.0,58024.0,58024.0\n2024-11-20T14:47:37.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,57.2,57.2,-2.7,1.0,58025.0,58025.0\n2024-11-20T14:48:37.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,3.9,57.2,57.2,-2.6,1.0,58026.0,58026.0\n2024-11-20T14:49:37.000000+00:00,246.1,nan,50.0,0.5,nan,1.4,4.0,57.4,57.4,-2.7,1.0,58027.0,58027.0\n2024-11-20T14:50:37.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,56.8,56.9,-3.2,1.0,58028.0,58028.0\n2024-11-20T14:51:37.000000+00:00,246.2,nan,50.0,0.5,nan,1.4,3.9,56.2,56.3,-3.7,1.0,58029.0,58029.0\n2024-11-20T14:52:37.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,3.9,56.3,56.4,-3.2,1.0,58030.0,58030.0\n2024-11-20T14:53:37.000000+00:00,246.5,nan,49.9,0.4,nan,1.4,4.1,56.4,56.4,-3.2,1.0,58031.0,58031.0\n2024-11-20T14:54:37.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,56.4,56.5,-2.9,1.0,58032.0,58032.0\n2024-11-20T14:55:37.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.1,56.6,56.7,-3.1,1.0,58033.0,58033.0\n2024-11-20T14:56:37.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.1,56.8,56.9,-2.8,1.0,58034.0,58034.0\n2024-11-20T14:57:37.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.2,57.5,57.5,-2.4,1.0,58035.0,58035.0\n2024-11-20T14:58:37.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.0,55.0,55.2,-3.7,1.0,58036.0,58036.0\n2024-11-20T14:59:37.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,56.8,56.8,-2.7,1.0,58037.0,58037.0\n2024-11-20T15:00:37.000000+00:00,246.1,nan,50.0,0.4,nan,1.4,3.8,56.7,56.8,-2.8,1.0,58038.0,58038.0\n2024-11-20T15:01:37.000000+00:00,246.7,nan,50.0,0.4,nan,1.4,4.0,55.7,55.8,-3.2,1.0,58039.0,58039.0\n2024-11-20T15:02:37.000000+00:00,246.8,nan,49.9,0.4,nan,1.4,4.1,56.6,56.7,-2.9,1.0,58040.0,58040.0\n2024-11-20T15:03:37.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,4.1,56.8,56.9,-3.0,1.0,58041.0,58041.0\n2024-11-20T15:04:37.000000+00:00,246.8,nan,49.9,0.4,nan,1.4,4.1,55.9,56.0,-3.2,1.0,58042.0,58042.0\n2024-11-20T15:05:37.000000+00:00,246.1,nan,49.9,0.5,nan,1.4,4.0,56.9,56.9,-3.0,1.0,58042.0,58042.0\n2024-11-20T15:06:37.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.0,57.6,57.7,-3.2,1.0,58043.0,58043.0\n2024-11-20T15:07:37.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,4.1,58.1,58.1,-2.8,1.0,58044.0,58044.0\n2024-11-20T15:08:37.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.2,56.6,56.7,-2.9,1.0,58045.0,58045.0\n2024-11-20T15:09:37.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.2,57.0,57.1,-2.6,1.0,58046.0,58046.0\n2024-11-20T15:10:37.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.1,57.1,57.2,-3.0,1.0,58047.0,58047.0\n2024-11-20T15:11:37.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.1,56.2,56.3,-3.0,1.0,58048.0,58048.0\n2024-11-20T15:12:37.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,4.2,56.2,56.3,-3.3,1.0,58049.0,58049.0\n2024-11-20T15:13:37.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,4.0,56.2,56.3,-3.2,1.0,58050.0,58050.0\n2024-11-20T15:14:37.000000+00:00,244.9,nan,50.0,0.5,nan,1.4,4.1,56.7,56.8,-3.3,1.0,58051.0,58051.0\n2024-11-20T15:15:37.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.3,57.0,57.1,-2.8,1.0,58052.0,58052.0\n2024-11-20T15:16:37.000000+00:00,244.8,nan,50.0,0.5,nan,1.4,4.1,57.5,57.6,-3.5,1.0,58053.0,58053.0\n2024-11-20T15:17:37.000000+00:00,244.8,nan,50.0,0.5,nan,1.5,4.1,57.8,57.9,-2.7,1.0,58054.0,58054.0\n2024-11-20T15:18:37.000000+00:00,244.0,nan,50.0,0.5,nan,1.5,4.1,55.5,55.6,-3.7,1.0,58055.0,58055.0\n2024-11-20T15:19:37.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,55.7,55.8,-3.1,1.0,58056.0,58056.0\n2024-11-20T15:20:37.000000+00:00,246.3,nan,50.0,0.5,nan,1.5,4.2,59.1,59.1,-3.0,1.0,58057.0,58057.0\n2024-11-20T15:21:37.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-3.2,1.0,58058.0,58058.0\n2024-11-20T15:22:37.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,4.1,55.7,55.8,-3.4,1.0,58059.0,58059.0\n2024-11-20T15:23:37.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.1,56.1,56.2,-3.3,1.0,58059.0,58059.0\n2024-11-20T15:24:37.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,56.4,56.5,-2.7,1.0,58060.0,58060.0\n2024-11-20T15:25:37.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,3.9,55.6,55.7,-3.8,1.0,58061.0,58061.0\n2024-11-20T15:26:37.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.2,56.3,56.5,-3.6,1.0,58062.0,58062.0\n2024-11-20T15:27:37.000000+00:00,243.7,nan,49.9,0.5,nan,1.4,4.2,56.4,56.5,-3.8,1.0,58063.0,58063.0\n2024-11-20T15:28:37.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,55.7,55.8,-3.2,1.0,58064.0,58064.0\n2024-11-20T15:29:37.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,4.0,55.8,55.9,-3.7,1.0,58065.0,58065.0\n2024-11-20T15:30:37.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,3.9,57.3,57.4,-3.2,1.0,58066.0,58066.0\n2024-11-20T15:31:37.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,57.2,57.3,-2.9,1.0,58067.0,58067.0\n2024-11-20T15:32:37.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,56.5,56.6,-3.4,1.0,58068.0,58068.0\n2024-11-20T15:33:37.000000+00:00,243.1,nan,50.0,0.5,nan,1.4,3.9,57.5,57.6,-3.3,1.0,58069.0,58069.0\n2024-11-20T15:34:37.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.1,56.1,56.2,-2.8,1.0,58070.0,58070.0\n2024-11-20T15:35:37.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.8,56.1,56.1,-3.1,1.0,58071.0,58071.0\n2024-11-20T15:36:37.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,56.3,56.4,-3.2,1.0,58072.0,58072.0\n2024-11-20T15:37:37.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.9,55.8,55.9,-3.6,1.0,58073.0,58073.0\n2024-11-20T15:38:38.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.8,56.3,56.4,-3.4,1.0,58074.0,58074.0\n2024-11-20T15:39:38.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,55.7,55.8,-3.3,1.0,58074.0,58074.0\n2024-11-20T15:40:38.000000+00:00,244.7,nan,49.9,0.4,nan,1.4,3.9,56.1,56.2,-3.5,1.0,58075.0,58075.0\n2024-11-20T15:41:38.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,4.0,56.6,56.7,-2.9,1.0,58076.0,58076.0\n2024-11-20T15:42:38.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,4.0,56.6,56.8,-4.0,1.0,58077.0,58077.0\n2024-11-20T15:43:38.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-3.5,1.0,58078.0,58078.0\n2024-11-20T15:44:38.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,4.0,56.6,56.7,-3.5,1.0,58079.0,58079.0\n2024-11-20T15:45:38.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.8,56.9,-3.4,1.0,58080.0,58080.0\n2024-11-20T15:46:38.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,57.1,57.2,-3.2,1.0,58081.0,58081.0\n2024-11-20T15:47:38.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,4.2,56.7,56.8,-3.7,1.0,58082.0,58082.0\n2024-11-20T15:48:38.000000+00:00,243.5,nan,50.0,0.4,nan,1.4,3.9,55.6,55.7,-4.3,1.0,58083.0,58083.0\n2024-11-20T15:49:38.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,4.0,55.5,55.7,-3.8,1.0,58084.0,58084.0\n2024-11-20T15:50:38.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.1,56.8,56.9,-3.5,1.0,58085.0,58085.0\n2024-11-20T15:51:38.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,4.1,56.7,56.8,-3.3,1.0,58086.0,58086.0\n2024-11-20T15:52:38.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,55.8,56.0,-3.8,1.0,58087.0,58087.0\n2024-11-20T15:53:38.000000+00:00,243.8,nan,50.0,0.5,nan,1.4,4.0,56.8,56.9,-3.3,1.0,58088.0,58088.0\n2024-11-20T15:54:38.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,4.0,56.8,56.9,-3.4,1.0,58089.0,58089.0\n2024-11-20T15:55:38.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,4.1,57.1,57.2,-3.0,1.0,58090.0,58090.0\n2024-11-20T15:56:38.000000+00:00,244.1,nan,49.9,0.5,nan,1.4,3.9,56.2,56.3,-3.2,1.0,58090.0,58090.0\n2024-11-20T15:57:38.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,56.9,56.9,-2.5,1.0,58091.0,58091.0\n2024-11-20T15:58:38.000000+00:00,244.3,nan,49.9,0.5,nan,1.4,4.1,57.3,57.4,-3.1,1.0,58092.0,58092.0\n2024-11-20T15:59:38.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,56.2,56.3,-3.5,1.0,58093.0,58093.0\n2024-11-20T16:00:38.000000+00:00,244.2,nan,50.0,0.4,nan,1.4,3.9,55.9,56.1,-3.5,1.0,58094.0,58094.0\n2024-11-20T16:01:38.000000+00:00,244.0,nan,50.0,0.4,nan,1.4,3.9,57.1,57.2,-3.3,1.0,58095.0,58095.0\n2024-11-20T16:02:38.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,4.1,56.4,56.5,-3.6,1.0,58096.0,58096.0\n2024-11-20T16:03:38.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,4.0,55.9,56.0,-3.5,1.0,58097.0,58097.0\n2024-11-20T16:04:38.000000+00:00,243.6,nan,49.9,0.5,nan,1.4,3.9,57.8,57.9,-4.0,1.0,58098.0,58098.0\n2024-11-20T16:05:38.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,55.9,56.0,-4.2,1.0,58099.0,58099.0\n2024-11-20T16:06:38.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,3.9,57.6,57.7,-3.0,1.0,58100.0,58100.0\n2024-11-20T16:07:38.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,5.4,53.9,54.0,-3.6,1.0,58101.0,58101.0\n2024-11-20T16:08:38.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.8,56.8,56.9,-3.0,1.0,58102.0,58102.0\n2024-11-20T16:09:38.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.2,56.3,-3.4,1.0,58103.0,58103.0\n2024-11-20T16:10:38.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,57.8,57.9,-3.3,1.0,58104.0,58104.0\n2024-11-20T16:11:38.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,57.0,57.1,-2.9,1.0,58105.0,58105.0\n2024-11-20T16:12:38.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,4.2,54.3,54.5,-4.1,1.0,58106.0,58106.0\n2024-11-20T16:13:38.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,4.0,56.7,56.9,-3.9,1.0,58106.0,58106.0\n2024-11-20T16:14:38.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.9,54.6,54.8,-4.7,1.0,58107.0,58107.0\n2024-11-20T16:15:38.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,55.5,55.7,-4.2,1.0,58108.0,58108.0\n2024-11-20T16:16:38.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,3.9,56.8,56.9,-3.9,1.0,58109.0,58109.0\n2024-11-20T16:17:38.000000+00:00,243.0,nan,50.0,0.5,nan,1.4,4.2,57.7,57.8,-3.4,1.0,58110.0,58110.0\n2024-11-20T16:18:38.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.0,57.4,57.5,-3.4,1.0,58111.0,58111.0\n2024-11-20T16:19:38.000000+00:00,243.1,nan,49.9,0.5,nan,1.4,4.1,56.4,56.5,-3.6,1.0,58112.0,58112.0\n2024-11-20T16:20:38.000000+00:00,243.3,nan,49.9,0.5,nan,1.4,4.0,56.3,56.4,-3.3,1.0,58113.0,58113.0\n2024-11-20T16:21:38.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.9,56.5,56.6,-3.8,1.0,58114.0,58114.0\n2024-11-20T16:22:38.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.0,57.2,57.4,-3.8,1.0,58115.0,58115.0\n2024-11-20T16:23:38.000000+00:00,243.4,nan,49.9,0.4,nan,1.4,4.1,56.0,56.2,-3.9,1.0,58116.0,58116.0\n2024-11-20T16:24:38.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.9,56.4,56.5,-3.6,1.0,58117.0,58117.0\n2024-11-20T16:25:38.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,4.0,56.4,56.5,-3.8,1.0,58118.0,58118.0\n2024-11-20T16:26:38.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.8,57.1,57.3,-4.1,1.0,58119.0,58119.0\n2024-11-20T16:27:38.000000+00:00,243.2,nan,49.9,0.5,nan,1.4,3.9,57.2,57.3,-3.8,1.0,58120.0,58120.0\n2024-11-20T16:28:38.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,55.5,55.7,-4.0,1.0,58121.0,58121.0\n2024-11-20T16:29:38.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.7,58.0,58.1,-3.9,1.0,58121.0,58121.0\n2024-11-20T16:30:38.000000+00:00,243.4,nan,50.0,0.5,nan,1.4,3.8,58.6,58.7,-3.9,1.0,58122.0,58122.0\n2024-11-20T16:31:38.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.8,56.4,56.6,-4.2,1.0,58123.0,58123.0\n2024-11-20T16:32:38.000000+00:00,243.2,nan,50.0,0.4,nan,1.4,3.9,57.2,57.4,-3.8,1.0,58124.0,58124.0\n2024-11-20T16:33:38.000000+00:00,243.4,nan,50.0,0.4,nan,1.4,4.0,55.3,55.5,-4.9,1.0,58125.0,58125.0\n2024-11-20T16:34:38.000000+00:00,243.6,nan,50.0,0.5,nan,1.4,4.0,57.8,57.9,-3.8,1.0,58126.0,58126.0\n2024-11-20T16:35:38.000000+00:00,243.5,nan,50.0,0.5,nan,1.4,4.0,54.9,55.0,-3.8,1.0,58127.0,58127.0\n2024-11-20T16:36:38.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,56.3,56.4,-3.9,1.0,58128.0,58128.0\n2024-11-20T16:37:38.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.9,55.9,56.0,-4.0,1.0,58134.0,58134.0\n2024-11-20T16:38:38.000000+00:00,243.5,nan,49.9,0.4,nan,1.4,3.9,56.6,56.7,-4.0,1.0,58130.0,58130.0\n2024-11-20T16:39:38.000000+00:00,243.3,nan,49.9,0.4,nan,1.4,3.9,55.9,56.1,-3.8,1.0,58131.0,58131.0\n2024-11-20T16:40:38.000000+00:00,243.0,nan,49.9,0.4,nan,1.4,3.9,55.7,55.9,-4.3,1.0,58132.0,58132.0\n2024-11-20T16:41:38.000000+00:00,242.9,nan,49.9,0.4,nan,1.4,3.9,56.3,56.5,-4.3,1.0,58133.0,58133.0\n2024-11-20T16:42:38.000000+00:00,242.8,nan,49.9,0.4,nan,1.4,4.1,55.4,55.5,-4.4,1.0,58134.0,58134.0\n2024-11-20T16:43:38.000000+00:00,242.4,nan,49.9,0.4,nan,1.4,3.8,56.5,56.7,-4.3,1.0,58135.0,58135.0\n2024-11-20T16:44:38.000000+00:00,242.0,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-4.3,1.0,58136.0,58136.0\n2024-11-20T16:45:38.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.4,55.6,-4.8,1.0,58137.0,58137.0\n2024-11-20T16:46:38.000000+00:00,246.0,nan,49.9,0.5,nan,1.4,4.1,55.4,55.6,-5.0,1.0,58137.0,58137.0\n2024-11-20T16:47:38.000000+00:00,245.7,nan,49.9,0.5,nan,1.5,3.9,58.5,58.7,-4.4,1.0,58138.0,58138.0\n2024-11-20T16:48:38.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,53.5,53.7,-5.2,1.0,58139.0,58139.0\n2024-11-20T16:49:38.000000+00:00,245.4,nan,50.0,0.5,nan,1.5,4.0,58.1,58.3,-4.1,1.0,58140.0,58140.0\n2024-11-20T16:50:38.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,57.9,58.1,-4.1,1.0,58141.0,58141.0\n2024-11-20T16:51:38.000000+00:00,245.0,nan,50.0,0.5,nan,1.5,4.1,59.5,59.6,-3.6,1.0,58142.0,58142.0\n2024-11-20T16:52:38.000000+00:00,245.8,nan,50.0,0.5,nan,1.5,4.0,57.9,58.1,-4.4,1.0,58143.0,58143.0\n2024-11-20T16:53:38.000000+00:00,245.9,nan,49.9,0.5,nan,1.5,3.8,54.3,54.5,-5.0,1.0,58144.0,58144.0\n2024-11-20T16:54:38.000000+00:00,245.8,nan,49.9,0.5,nan,1.5,4.1,58.7,58.9,-4.0,1.0,58145.0,58145.0\n2024-11-20T16:55:38.000000+00:00,245.3,nan,50.0,0.5,nan,1.5,4.3,58.3,58.4,-4.0,1.0,58146.0,58146.0\n2024-11-20T16:56:38.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.1,54.6,54.8,-5.0,1.0,58147.0,58147.0\n2024-11-20T16:57:38.000000+00:00,245.6,nan,50.0,0.5,nan,1.5,4.2,56.9,57.1,-4.0,1.0,58148.0,58148.0\n2024-11-20T16:58:38.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-4.7,1.0,58149.0,58149.0\n2024-11-20T16:59:38.000000+00:00,245.6,nan,49.9,0.5,nan,1.5,3.8,57.9,58.2,-5.0,1.0,58150.0,58150.0\n2024-11-20T17:00:38.000000+00:00,245.3,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-5.0,1.0,58151.0,58151.0\n2024-11-20T17:01:38.000000+00:00,246.1,nan,49.9,0.5,nan,1.5,4.2,57.3,57.5,-5.1,1.0,58152.0,58152.0\n2024-11-20T17:02:38.000000+00:00,246.0,nan,49.9,0.5,nan,1.5,4.1,57.2,57.4,-5.1,1.0,58153.0,58153.0\n2024-11-20T17:03:38.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,4.0,57.5,57.6,-4.3,1.0,58153.0,58153.0\n2024-11-20T17:04:38.000000+00:00,246.8,nan,49.9,0.5,nan,1.4,3.9,57.9,58.1,-4.1,1.0,58154.0,58154.0\n2024-11-20T17:05:38.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,57.8,58.0,-4.6,1.0,58155.0,58155.0\n2024-11-20T17:06:38.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,3.9,56.5,56.7,-5.2,1.0,58156.0,58156.0\n2024-11-20T17:07:38.000000+00:00,246.9,nan,50.0,0.5,nan,1.4,4.5,55.7,55.9,-4.8,1.0,58157.0,58157.0\n2024-11-20T17:08:38.000000+00:00,246.8,nan,50.0,0.4,nan,1.4,3.9,54.5,54.9,-6.2,1.0,58158.0,58158.0\n2024-11-20T17:09:38.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-5.5,1.0,58159.0,58159.0\n2024-11-20T17:10:38.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.0,1.0,58160.0,58160.0\n2024-11-20T17:11:38.000000+00:00,246.8,nan,50.0,0.4,nan,1.4,3.8,56.6,56.8,-5.1,1.0,58161.0,58161.0\n2024-11-20T17:12:38.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,3.9,57.5,57.7,-4.9,1.0,58162.0,58162.0\n2024-11-20T17:13:38.000000+00:00,246.4,nan,50.0,0.5,nan,1.4,3.9,57.6,57.8,-5.0,1.0,58163.0,58163.0\n2024-11-20T17:14:38.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,3.9,57.4,57.6,-5.3,1.0,58164.0,58164.0\n2024-11-20T17:15:38.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,3.9,56.0,56.2,-4.7,1.0,58165.0,58165.0\n2024-11-20T17:16:38.000000+00:00,246.2,nan,49.9,0.4,nan,1.4,4.0,56.9,57.2,-5.2,1.0,58166.0,58166.0\n2024-11-20T17:17:38.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-5.3,1.0,58167.0,58167.0\n2024-11-20T17:18:38.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,57.5,57.7,-5.2,1.0,58168.0,58168.0\n2024-11-20T17:19:39.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-5.4,1.0,58169.0,58169.0\n2024-11-20T17:20:39.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.0,55.6,55.9,-5.9,1.0,58170.0,58170.0\n2024-11-20T17:21:39.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.1,55.2,55.5,-6.0,1.0,58170.0,58170.0\n2024-11-20T17:22:39.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.1,58.2,58.4,-5.5,1.0,58171.0,58171.0\n2024-11-20T17:23:39.000000+00:00,247.0,nan,49.9,0.5,nan,1.4,4.2,56.9,57.1,-5.2,1.0,58172.0,58172.0\n2024-11-20T17:24:39.000000+00:00,246.4,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-5.2,1.0,58173.0,58173.0\n2024-11-20T17:25:39.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.1,55.7,55.9,-5.5,1.0,58174.0,58174.0\n2024-11-20T17:26:39.000000+00:00,246.9,nan,49.9,0.5,nan,1.4,4.1,54.4,54.7,-6.0,1.0,58175.0,58175.0\n2024-11-20T17:27:39.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,55.9,56.2,-5.8,1.0,58176.0,58176.0\n2024-11-20T17:28:39.000000+00:00,246.8,nan,50.0,0.5,nan,1.5,4.1,58.8,59.0,-5.1,1.0,58177.0,58177.0\n2024-11-20T17:29:39.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,3.9,58.0,58.3,-6.4,1.0,58178.0,58178.0\n2024-11-20T17:30:39.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.0,58.7,58.9,-5.2,1.0,58179.0,58179.0\n2024-11-20T17:31:39.000000+00:00,246.7,nan,50.0,0.5,nan,1.4,4.0,53.6,54.0,-6.4,1.0,58180.0,58180.0\n2024-11-20T17:32:39.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.1,54.7,55.1,-6.0,1.0,58181.0,58181.0\n2024-11-20T17:33:39.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,4.0,58.4,58.6,-5.2,1.0,58182.0,58187.0\n2024-11-20T17:34:39.000000+00:00,246.9,nan,50.0,0.5,nan,1.4,3.9,58.2,58.5,-5.5,1.0,58183.0,58183.0\n2024-11-20T17:35:39.000000+00:00,247.0,nan,50.0,0.5,nan,1.4,4.0,55.3,55.6,-5.0,1.0,58184.0,58184.0\n2024-11-20T17:36:39.000000+00:00,247.2,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-4.7,1.0,58185.0,58185.0\n2024-11-20T17:37:39.000000+00:00,246.9,nan,50.0,0.5,nan,1.4,3.9,56.2,56.5,-5.4,1.0,58186.0,58186.0\n2024-11-20T17:38:39.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,3.9,55.0,55.3,-5.9,1.0,58187.0,58187.0\n2024-11-20T17:39:39.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,3.9,57.7,58.1,-6.1,1.0,58187.0,58187.0\n2024-11-20T17:40:39.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,3.8,56.0,56.3,-6.0,1.0,58188.0,58188.0\n2024-11-20T17:41:39.000000+00:00,246.8,nan,50.0,0.5,nan,1.4,3.9,56.1,56.5,-6.5,1.0,58189.0,58189.0\n2024-11-20T17:42:39.000000+00:00,246.8,nan,49.9,0.5,nan,1.4,4.0,58.7,58.9,-5.0,1.0,58190.0,58190.0\n2024-11-20T17:43:39.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,3.9,53.7,54.0,-6.1,1.0,58191.0,58191.0\n2024-11-20T17:44:39.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,54.8,55.1,-5.8,1.0,58192.0,58192.0\n2024-11-20T17:45:39.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.0,56.3,56.6,-5.2,1.0,58193.0,58193.0\n2024-11-20T17:46:39.000000+00:00,246.6,nan,49.9,0.4,nan,1.4,4.0,56.5,56.7,-5.0,1.0,58194.0,58194.0\n2024-11-20T17:47:39.000000+00:00,246.5,nan,50.0,0.5,nan,1.4,3.9,55.0,55.3,-6.3,1.0,58195.0,58195.0\n2024-11-20T17:48:39.000000+00:00,246.6,nan,50.0,0.5,nan,1.4,3.9,58.3,58.5,-5.6,1.0,58196.0,58196.0\n2024-11-20T17:49:39.000000+00:00,246.3,nan,50.0,0.5,nan,1.4,3.9,55.9,56.2,-5.7,1.0,58197.0,58197.0\n2024-11-20T17:50:39.000000+00:00,246.2,nan,49.9,0.5,nan,1.4,4.0,56.9,57.2,-5.2,1.0,58198.0,58198.0\n2024-11-20T17:51:39.000000+00:00,246.6,nan,49.9,0.5,nan,1.4,4.0,57.9,58.2,-5.6,1.0,58199.0,58199.0\n2024-11-20T17:52:39.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,4.0,56.1,56.4,-5.8,1.0,58200.0,58200.0\n2024-11-20T17:53:39.000000+00:00,246.8,nan,49.9,0.4,nan,1.4,3.9,55.9,56.2,-5.7,1.0,58201.0,58201.0\n2024-11-20T17:54:39.000000+00:00,246.9,nan,49.9,0.4,nan,1.4,3.8,57.5,57.8,-5.5,1.0,58202.0,58202.0\n2024-11-20T17:55:39.000000+00:00,246.9,nan,49.9,0.5,nan,1.4,3.9,57.2,57.5,-5.7,1.0,58203.0,58203.0\n2024-11-20T17:56:39.000000+00:00,246.9,nan,49.9,0.5,nan,1.4,3.9,57.8,58.0,-5.3,1.0,58204.0,58204.0\n2024-11-20T17:57:39.000000+00:00,247.0,nan,49.9,0.4,nan,1.4,3.9,57.5,57.7,-4.7,1.0,58204.0,58204.0\n2024-11-20T17:58:39.000000+00:00,247.2,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-5.1,1.0,58205.0,58205.0\n2024-11-20T17:59:39.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,3.9,56.0,56.3,-5.4,1.0,58206.0,58206.0\n2024-11-20T18:00:39.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,3.9,56.5,56.7,-5.3,1.0,58207.0,58207.0\n2024-11-20T18:01:39.000000+00:00,246.4,nan,49.9,0.4,nan,1.4,3.9,56.6,56.9,-5.5,1.0,58208.0,58208.0\n2024-11-20T18:02:39.000000+00:00,246.9,nan,49.9,0.4,nan,1.4,3.9,56.7,57.0,-5.9,1.0,58209.0,58209.0\n2024-11-20T18:03:39.000000+00:00,247.1,nan,49.9,0.4,nan,1.4,3.9,55.5,55.8,-5.9,1.0,58210.0,58210.0\n2024-11-20T18:04:39.000000+00:00,246.7,nan,49.9,0.4,nan,1.4,4.0,57.0,57.2,-5.6,1.0,58211.0,58211.0\n2024-11-20T18:05:39.000000+00:00,247.0,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-5.6,1.0,58212.0,58212.0\n2024-11-20T18:06:39.000000+00:00,246.8,nan,49.9,0.5,nan,1.4,4.0,57.5,57.8,-5.3,1.0,58213.0,58213.0\n2024-11-20T18:07:39.000000+00:00,246.5,nan,49.9,0.5,nan,1.4,4.1,55.7,56.0,-5.7,1.0,58214.0,58214.0\n2024-11-20T18:08:39.000000+00:00,246.7,nan,49.9,0.5,nan,1.4,4.0,56.6,56.8,-5.2,1.0,58215.0,58215.0\n2024-11-20T18:09:39.000000+00:00,247.0,nan,49.9,0.5,nan,1.4,4.0,54.5,54.9,-6.4,1.0,58216.0,58216.0\n2024-11-20T18:10:39.000000+00:00,247.1,nan,49.9,0.5,nan,1.5,4.1,55.6,55.9,-5.7,1.0,58217.0,58217.0\n2024-11-20T18:11:39.000000+00:00,246.9,nan,49.9,0.5,nan,1.5,4.3,56.7,57.0,-5.5,1.0,58218.0,58218.0\n2024-11-20T18:12:39.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,4.1,54.5,54.8,-5.7,1.0,58219.0,58219.0\n2024-11-20T18:13:39.000000+00:00,243.0,nan,49.9,0.5,nan,1.4,4.1,55.5,55.7,-5.2,1.0,58220.0,58220.0\n2024-11-20T18:14:39.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.1,56.0,56.3,-5.0,1.0,58221.0,58221.0\n2024-11-20T18:15:39.000000+00:00,242.7,nan,49.9,0.5,nan,1.4,4.1,55.7,56.0,-5.6,1.0,58221.0,58221.0\n2024-11-20T18:16:39.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.1,57.6,57.9,-5.4,1.0,58222.0,58222.0\n2024-11-20T18:17:39.000000+00:00,242.9,nan,49.9,0.5,nan,1.4,4.2,53.4,53.7,-6.2,1.0,58223.0,58223.0\n2024-11-20T18:18:39.000000+00:00,242.8,nan,49.9,0.5,nan,1.5,4.2,54.9,55.2,-6.1,1.0,58224.0,58224.0\n2024-11-20T18:19:39.000000+00:00,242.7,nan,50.0,0.5,nan,1.5,4.0,57.1,57.4,-6.1,1.0,58225.0,58225.0\n2024-11-20T18:20:39.000000+00:00,242.9,nan,50.0,0.5,nan,1.4,4.1,54.9,55.2,-5.7,1.0,58226.0,58226.0\n2024-11-20T18:21:39.000000+00:00,243.2,nan,50.0,0.5,nan,1.4,4.0,57.1,57.4,-5.4,1.0,58227.0,58227.0\n2024-11-20T18:22:39.000000+00:00,243.4,nan,49.9,0.5,nan,1.4,3.8,53.3,53.6,-6.0,1.0,58228.0,58228.0\n2024-11-20T18:23:39.000000+00:00,243.4,nan,50.0,0.5,nan,1.5,4.0,56.2,56.5,-5.6,1.0,58229.0,58229.0\n2024-11-20T18:24:39.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.1,57.0,57.2,-5.0,1.0,58235.0,58235.0\n2024-11-20T18:25:39.000000+00:00,243.5,nan,50.0,0.5,nan,1.5,4.1,56.9,57.2,-5.6,1.0,58231.0,58231.0\n2024-11-20T18:26:39.000000+00:00,243.6,nan,49.9,0.5,nan,1.5,4.1,58.4,58.6,-5.0,1.0,58232.0,58232.0\n2024-11-20T18:27:39.000000+00:00,243.5,nan,49.9,0.5,nan,1.4,4.0,55.1,55.4,-5.7,1.0,58233.0,58233.0\n2024-11-20T18:28:39.000000+00:00,243.3,nan,49.9,0.5,nan,1.5,4.0,58.8,59.0,-5.0,1.0,58234.0,58234.0\n2024-11-20T18:29:39.000000+00:00,243.8,nan,49.9,0.5,nan,1.4,3.8,57.3,57.5,-5.0,1.0,58235.0,58235.0\n2024-11-20T18:30:39.000000+00:00,243.7,nan,49.9,0.4,nan,1.4,3.9,54.2,54.6,-6.0,1.0,58236.0,58236.0\n2024-11-20T18:31:39.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,56.2,56.4,-5.3,1.0,58237.0,58237.0\n2024-11-20T18:32:39.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.9,57.7,58.0,-5.4,1.0,58237.0,58237.0\n2024-11-20T18:33:39.000000+00:00,244.1,nan,49.9,0.4,nan,1.4,3.9,56.9,57.2,-5.1,1.0,58238.0,58238.0\n2024-11-20T18:34:39.000000+00:00,244.2,nan,49.9,0.5,nan,1.4,3.9,57.2,57.4,-5.3,1.0,58239.0,58239.0\n2024-11-20T18:35:39.000000+00:00,244.0,nan,49.9,0.5,nan,1.4,3.7,57.1,57.3,-5.2,1.0,58240.0,58240.0\n2024-11-20T18:36:39.000000+00:00,243.8,nan,50.0,0.4,nan,1.4,3.8,55.8,56.1,-5.9,1.0,58241.0,58241.0\n2024-11-20T18:37:39.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.5,56.8,-5.8,1.0,58242.0,58242.0\n2024-11-20T18:38:39.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,3.9,55.9,56.2,-6.2,1.0,58243.0,58243.0\n2024-11-20T18:39:39.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.3,56.6,-6.3,1.0,58244.0,58244.0\n2024-11-20T18:40:39.000000+00:00,243.7,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-6.2,1.0,58245.0,58245.0\n2024-11-20T18:41:39.000000+00:00,243.7,nan,50.0,0.4,nan,1.4,3.9,55.8,56.1,-6.5,1.0,58246.0,58246.0\n2024-11-20T18:42:39.000000+00:00,244.0,nan,50.0,0.4,nan,1.4,3.9,56.9,57.2,-5.9,1.0,58247.0,58247.0\n2024-11-20T18:43:39.000000+00:00,243.9,nan,50.0,0.5,nan,1.4,3.9,57.2,57.5,-6.1,1.0,58248.0,58248.0\n2024-11-20T18:44:39.000000+00:00,243.9,nan,50.0,0.4,nan,1.4,3.9,56.2,56.5,-5.8,1.0,58249.0,58249.0\n2024-11-20T18:45:39.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.9,56.9,57.2,-6.2,1.0,58250.0,58250.0\n2024-11-20T18:46:39.000000+00:00,243.9,nan,49.9,0.4,nan,1.4,3.9,55.3,55.6,-6.5,1.0,58251.0,58251.0\n2024-11-20T18:47:39.000000+00:00,243.9,nan,49.9,0.5,nan,1.4,3.7,56.0,56.3,-6.1,1.0,58252.0,58252.0\n2024-11-20T18:48:39.000000+00:00,243.8,nan,49.9,0.4,nan,1.4,3.8,55.8,56.1,-5.8,1.0,58252.0,58252.0\n2024-11-20T18:49:39.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,4.0,56.2,56.5,-5.3,1.0,58253.0,58253.0\n2024-11-20T18:50:39.000000+00:00,243.6,nan,49.9,0.4,nan,1.4,3.8,57.1,57.3,-5.1,1.0,58254.0,58254.0\n2024-11-20T18:51:39.000000+00:00,243.6,nan,50.0,0.4,nan,1.4,3.9,55.9,56.2,-5.4,1.0,58255.0,58255.0\n2024-11-20T18:52:39.000000+00:00,244.1,nan,50.0,0.4,nan,1.4,3.8,56.2,56.5,-5.9,1.0,58256.0,58256.0\n2024-11-20T18:53:39.000000+00:00,244.1,nan,50.0,0.5,nan,1.4,3.9,56.9,57.2,-5.6,1.0,58257.0,58257.0\n2024-11-20T18:54:39.000000+00:00,244.0,nan,50.0,0.5,nan,1.4,3.9,56.3,56.6,-5.5,1.0,58258.0,58258.0\n2024-11-20T18:55:39.000000+00:00,244.1,nan,50.0,0.4,nan,1.4,4.0,56.2,56.5,-5.6,1.0,58259.0,58259.0\n2024-11-20T18:56:39.000000+00:00,244.4,nan,49.9,0.4,nan,1.4,3.8,57.3,57.5,-5.6,1.0,58260.0,58260.0\n2024-11-20T18:57:39.000000+00:00,244.4,nan,49.9,0.5,nan,1.4,3.9,57.5,57.7,-5.0,1.0,58261.0,58261.0\n2024-11-20T18:58:39.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,55.7,56.0,-6.2,1.0,58262.0,58262.0\n2024-11-20T18:59:39.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.6,57.6,57.9,-5.4,1.0,58263.0,58263.0\n2024-11-20T19:00:39.000000+00:00,244.3,nan,49.9,0.5,nan,1.6,5.3,55.1,55.4,-5.1,1.0,58264.0,58264.0\n2024-11-20T19:01:39.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.9,56.2,56.5,-5.7,1.0,58265.0,58265.0\n2024-11-20T19:02:39.000000+00:00,244.6,nan,49.9,0.4,nan,1.4,3.8,56.4,56.7,-5.4,1.0,58266.0,58266.0\n2024-11-20T19:03:39.000000+00:00,244.0,nan,49.9,0.4,nan,1.4,3.9,55.4,55.8,-6.1,1.0,58267.0,58267.0\n2024-11-20T19:04:40.000000+00:00,244.2,nan,49.9,0.4,nan,1.4,3.8,57.0,57.2,-5.7,1.0,58268.0,58268.0\n2024-11-20T19:05:40.000000+00:00,244.3,nan,49.9,0.4,nan,1.4,3.9,57.2,57.5,-5.9,1.0,58268.0,58268.0\n2024-11-20T19:06:40.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.9,55.7,56.0,-5.9,1.0,58269.0,58269.0\n2024-11-20T19:07:40.000000+00:00,244.5,nan,49.9,0.4,nan,1.4,3.8,56.2,56.5,-5.8,1.0,58270.0,58270.0\n2024-11-20T19:08:40.000000+00:00,244.7,nan,50.0,0.5,nan,1.4,3.8,57.5,57.8,-5.6,1.0,58271.0,58271.0\n2024-11-20T19:09:40.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,4.0,56.2,56.5,-5.4,1.0,58272.0,58272.0\n2024-11-20T19:10:40.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,3.9,56.5,56.8,-5.5,1.0,58273.0,58273.0\n2024-11-20T19:11:40.000000+00:00,244.6,nan,50.0,0.4,nan,1.4,3.9,58.0,58.2,-5.1,1.0,58274.0,58274.0\n2024-11-20T19:12:40.000000+00:00,245.0,nan,50.0,0.4,nan,1.4,3.9,56.1,56.4,-5.7,1.0,58275.0,58275.0\n2024-11-20T19:13:40.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.8,55.6,55.9,-5.6,1.0,58276.0,58276.0\n2024-11-20T19:14:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,55.9,56.2,-5.7,1.0,58277.0,58277.0\n2024-11-20T19:15:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,55.7,55.9,-5.5,1.0,58278.0,58278.0\n2024-11-20T19:16:40.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,3.9,54.0,54.3,-5.9,1.0,58279.0,58279.0\n2024-11-20T19:17:40.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,3.9,55.5,55.8,-5.5,1.0,58280.0,58280.0\n2024-11-20T19:18:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-5.1,1.0,58281.0,58281.0\n2024-11-20T19:19:40.000000+00:00,244.8,nan,49.9,0.4,nan,1.4,3.8,55.0,55.3,-5.3,1.0,58282.0,58282.0\n2024-11-20T19:20:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,57.9,58.1,-4.4,1.0,58283.0,58283.0\n2024-11-20T19:21:40.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,3.9,55.7,56.0,-5.8,1.0,58284.0,58284.0\n2024-11-20T19:22:40.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,3.9,57.9,58.0,-4.6,1.0,58284.0,58284.0\n2024-11-20T19:23:40.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-5.2,1.0,58285.0,58285.0\n2024-11-20T19:24:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.8,57.6,57.8,-4.5,1.0,58286.0,58286.0\n2024-11-20T19:25:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,56.6,56.9,-5.6,1.0,58287.0,58287.0\n2024-11-20T19:26:40.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,3.9,56.2,56.4,-4.7,1.0,58288.0,58288.0\n2024-11-20T19:27:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,57.1,57.3,-4.8,1.0,58289.0,58289.0\n2024-11-20T19:28:40.000000+00:00,245.0,nan,49.9,0.4,nan,1.4,4.0,57.0,57.1,-4.3,1.0,58290.0,58290.0\n2024-11-20T19:29:40.000000+00:00,244.9,nan,49.9,0.4,nan,1.4,3.8,56.6,56.8,-4.9,1.0,58291.0,58291.0\n2024-11-20T19:30:40.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,3.9,56.7,56.9,-4.7,1.0,58292.0,58292.0\n2024-11-20T19:31:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,58.1,58.3,-4.4,1.0,58293.0,58293.0\n2024-11-20T19:32:40.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-4.9,1.0,58294.0,58294.0\n2024-11-20T19:33:40.000000+00:00,245.3,nan,49.9,0.4,nan,1.4,3.9,56.4,56.6,-4.8,1.0,58295.0,58295.0\n2024-11-20T19:34:40.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,3.8,56.8,57.0,-5.2,1.0,58296.0,58296.0\n2024-11-20T19:35:40.000000+00:00,245.2,nan,49.9,0.4,nan,1.4,3.8,57.3,57.4,-4.6,1.0,58297.0,58297.0\n2024-11-20T19:36:40.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,3.8,56.5,56.7,-5.3,1.0,58298.0,58298.0\n2024-11-20T19:37:40.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,3.8,55.3,55.6,-6.0,1.0,58299.0,58299.0\n2024-11-20T19:38:40.000000+00:00,245.4,nan,49.9,0.4,nan,1.4,3.9,55.4,55.7,-5.2,1.0,58300.0,58300.0\n2024-11-20T19:39:40.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-5.0,1.0,58301.0,58301.0\n2024-11-20T19:40:40.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.5,56.8,-5.0,1.0,58301.0,58301.0\n2024-11-20T19:41:40.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,57.2,57.3,-4.2,1.0,58302.0,58302.0\n2024-11-20T19:42:40.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.7,56.9,-4.7,1.0,58303.0,58303.0\n2024-11-20T19:43:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.7,1.0,58304.0,58304.0\n2024-11-20T19:44:40.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,3.9,57.3,57.5,-4.5,1.0,58305.0,58305.0\n2024-11-20T19:45:40.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,3.9,55.6,55.8,-5.1,1.0,58306.0,58306.0\n2024-11-20T19:46:40.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,3.9,54.3,54.6,-5.3,1.0,58307.0,58307.0\n2024-11-20T19:47:40.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,3.9,56.9,57.1,-4.5,1.0,58308.0,58308.0\n2024-11-20T19:48:40.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.0,56.3,-5.0,1.0,58309.0,58309.0\n2024-11-20T19:49:40.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,3.9,57.0,57.2,-4.9,1.0,58310.0,58310.0\n2024-11-20T19:50:40.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,3.9,55.9,56.1,-4.8,1.0,58311.0,58311.0\n2024-11-20T19:51:40.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.8,57.0,-5.0,1.0,58312.0,58312.0\n2024-11-20T19:52:40.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.2,56.4,56.7,-5.1,1.0,58313.0,58313.0\n2024-11-20T19:53:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.6,56.8,-5.1,1.0,58314.0,58314.0\n2024-11-20T19:54:40.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-5.2,1.0,58315.0,58315.0\n2024-11-20T19:55:40.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.1,56.6,56.8,-5.5,1.0,58316.0,58316.0\n2024-11-20T19:56:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.1,57.0,57.2,-5.4,1.0,58317.0,58317.0\n2024-11-20T19:57:40.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.1,54.6,54.9,-5.7,1.0,58317.0,58317.0\n2024-11-20T19:58:40.000000+00:00,245.5,nan,49.9,0.5,nan,1.5,4.2,56.3,56.5,-4.8,1.0,58318.0,58318.0\n2024-11-20T19:59:40.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.2,57.9,58.1,-4.5,1.0,58319.0,58319.0\n2024-11-20T20:00:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,57.0,57.2,-4.9,1.0,58320.0,58320.0\n2024-11-20T20:01:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,4.2,55.9,56.1,-4.8,1.0,58321.0,58321.0\n2024-11-20T20:02:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.5,3.9,53.8,54.0,-5.0,1.0,58322.0,58322.0\n2024-11-20T20:03:40.000000+00:00,244.9,nan,49.9,0.5,nan,1.5,4.0,53.5,53.8,-5.0,1.0,58323.0,58323.0\n2024-11-20T20:04:40.000000+00:00,244.8,nan,49.9,0.5,nan,1.5,4.1,56.9,57.1,-4.4,1.0,58324.0,58324.0\n2024-11-20T20:05:40.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.3,56.4,56.5,-4.6,1.0,58325.0,58325.0\n2024-11-20T20:06:40.000000+00:00,244.4,nan,49.9,0.5,nan,1.5,4.2,55.7,55.9,-5.1,1.0,58326.0,58326.0\n2024-11-20T20:07:40.000000+00:00,244.0,nan,50.0,0.5,nan,1.6,4.2,56.6,56.8,-4.8,1.0,58327.0,58327.0\n2024-11-20T20:08:40.000000+00:00,244.7,nan,49.9,0.5,nan,1.5,4.2,56.6,56.8,-5.2,1.0,58328.0,58328.0\n2024-11-20T20:09:40.000000+00:00,244.5,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-5.3,1.0,58329.0,58329.0\n2024-11-20T20:10:40.000000+00:00,244.6,nan,49.9,0.5,nan,1.5,4.1,56.2,56.4,-5.2,1.0,58330.0,58330.0\n2024-11-20T20:11:40.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,56.4,56.6,-4.7,1.0,58336.0,58331.0\n2024-11-20T20:12:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,56.6,56.8,-5.3,1.0,58332.0,58332.0\n2024-11-20T20:13:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-4.9,1.0,58333.0,58333.0\n2024-11-20T20:14:40.000000+00:00,245.3,nan,50.0,0.5,nan,1.4,4.1,56.3,56.5,-4.3,1.0,58333.0,58333.0\n2024-11-20T20:15:40.000000+00:00,245.2,nan,49.9,0.5,nan,1.5,4.0,56.6,56.8,-4.5,1.0,58334.0,58334.0\n2024-11-20T20:16:40.000000+00:00,245.2,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-4.6,1.0,58335.0,58335.0\n2024-11-20T20:17:40.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,3.9,56.4,56.6,-5.0,1.0,58336.0,58336.0\n2024-11-20T20:18:40.000000+00:00,244.8,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-4.5,1.0,58337.0,58337.0\n2024-11-20T20:19:40.000000+00:00,245.1,nan,49.9,0.5,nan,1.5,4.0,57.7,57.9,-4.5,1.0,58338.0,58338.0\n2024-11-20T20:20:40.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-4.6,1.0,58339.0,58339.0\n2024-11-20T20:21:40.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,56.7,56.9,-4.8,1.0,58340.0,58340.0\n2024-11-20T20:22:40.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.0,56.3,-5.0,1.0,58341.0,58341.0\n2024-11-20T20:23:40.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,56.0,56.3,-5.3,1.0,58342.0,58342.0\n2024-11-20T20:24:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-5.2,1.0,58343.0,58343.0\n2024-11-20T20:25:40.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.5,56.6,-4.4,1.0,58344.0,58344.0\n2024-11-20T20:26:40.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.7,1.0,58345.0,58345.0\n2024-11-20T20:27:40.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-4.7,1.0,58346.0,58346.0\n2024-11-20T20:28:40.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,56.9,57.1,-4.5,1.0,58347.0,58347.0\n2024-11-20T20:29:40.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.0,55.4,55.7,-4.9,1.0,58348.0,58348.0\n2024-11-20T20:30:40.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,55.9,56.1,-4.5,1.0,58348.0,58348.0\n2024-11-20T20:31:40.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,4.0,55.8,56.0,-4.7,1.0,58349.0,58349.0\n2024-11-20T20:32:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,3.9,56.9,57.1,-4.8,1.0,58350.0,58350.0\n2024-11-20T20:33:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-5.2,1.0,58351.0,58351.0\n2024-11-20T20:34:40.000000+00:00,245.5,nan,49.9,0.4,nan,1.4,3.9,55.8,56.0,-5.2,1.0,58352.0,58352.0\n2024-11-20T20:35:40.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,55.3,55.5,-5.5,1.0,58353.0,58353.0\n2024-11-20T20:36:40.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.1,57.4,57.7,-5.5,1.0,58354.0,58354.0\n2024-11-20T20:37:40.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-5.4,1.0,58355.0,58355.0\n2024-11-20T20:38:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.6,56.9,-5.2,1.0,58356.0,58356.0\n2024-11-20T20:39:40.000000+00:00,245.6,nan,50.0,0.4,nan,1.4,4.0,56.3,56.5,-5.0,1.0,58357.0,58357.0\n2024-11-20T20:40:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,57.0,57.2,-4.6,1.0,58358.0,58358.0\n2024-11-20T20:41:40.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-4.4,1.0,58359.0,58359.0\n2024-11-20T20:42:40.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-4.9,1.0,58360.0,58360.0\n2024-11-20T20:43:40.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-4.7,1.0,58361.0,58361.0\n2024-11-20T20:44:40.000000+00:00,245.4,nan,50.0,0.4,nan,1.4,4.0,56.2,56.4,-5.0,1.0,58362.0,58362.0\n2024-11-20T20:45:40.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,56.0,56.2,-4.9,1.0,58363.0,58363.0\n2024-11-20T20:46:40.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,56.2,56.4,-4.9,1.0,58364.0,58364.0\n2024-11-20T20:47:40.000000+00:00,245.9,nan,49.9,0.5,nan,1.4,4.1,56.3,56.5,-4.8,1.0,58365.0,58365.0\n2024-11-20T20:48:41.000000+00:00,245.7,nan,49.9,0.4,nan,1.4,4.0,56.0,56.2,-5.0,1.0,58365.0,58365.0\n2024-11-20T20:49:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,55.7,56.0,-5.2,1.0,58366.0,58366.0\n2024-11-20T20:50:41.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,57.5,57.7,-5.1,1.0,58367.0,58367.0\n2024-11-20T20:51:41.000000+00:00,245.7,nan,50.0,0.5,nan,1.4,4.0,56.7,56.9,-4.6,1.0,58368.0,58368.0\n2024-11-20T20:52:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-4.6,1.0,58369.0,58369.0\n2024-11-20T20:53:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.6,56.8,-4.6,1.0,58370.0,58370.0\n2024-11-20T20:54:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-4.5,1.0,58371.0,58371.0\n2024-11-20T20:55:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.5,56.7,-4.8,1.0,58372.0,58372.0\n2024-11-20T20:56:41.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-4.9,1.0,58373.0,58373.0\n2024-11-20T20:57:41.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,4.0,55.6,55.8,-5.2,1.0,58374.0,58374.0\n2024-11-20T20:58:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,4.0,56.0,56.2,-4.8,1.0,58375.0,58375.0\n2024-11-20T20:59:41.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,3.9,56.4,56.6,-5.2,1.0,58376.0,58376.0\n2024-11-20T21:00:41.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.8,57.0,-4.5,1.0,58377.0,58377.0\n2024-11-20T21:01:41.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,3.9,56.1,56.3,-5.0,1.0,58378.0,58378.0\n2024-11-20T21:02:41.000000+00:00,244.6,nan,49.9,0.5,nan,1.4,3.9,55.2,57.9,-4.3,1.0,58379.0,58379.0\n2024-11-20T21:03:41.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,3.9,56.3,56.6,-5.3,1.0,58380.0,58380.0\n2024-11-20T21:04:41.000000+00:00,244.9,nan,49.9,0.5,nan,1.4,4.0,55.8,56.0,-5.0,1.0,58381.0,58381.0\n2024-11-20T21:05:41.000000+00:00,244.5,nan,49.9,0.5,nan,1.4,3.9,56.0,56.2,-5.4,1.0,58381.0,58381.0\n2024-11-20T21:06:41.000000+00:00,245.0,nan,49.9,0.5,nan,1.4,4.0,56.4,56.6,-4.9,1.0,58382.0,58382.0\n2024-11-20T21:07:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,55.8,57.0,-5.1,1.0,58383.0,58387.0\n2024-11-20T21:08:41.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.0,56.3,56.5,-4.8,1.0,58384.0,58384.0\n2024-11-20T21:09:41.000000+00:00,245.1,nan,49.9,0.5,nan,1.4,4.1,56.2,56.4,-4.9,1.0,58385.0,58385.0\n2024-11-20T21:10:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.9,57.2,-4.9,1.0,58386.0,58386.0\n2024-11-20T21:11:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.1,56.3,-5.2,1.0,58387.0,58387.0\n2024-11-20T21:12:41.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,4.0,56.0,56.2,-4.9,1.0,58388.0,58388.0\n2024-11-20T21:13:41.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.0,56.2,-5.5,1.0,58389.0,58389.0\n2024-11-20T21:14:41.000000+00:00,245.4,nan,50.0,0.5,nan,1.4,4.0,56.2,56.4,-5.0,1.0,58390.0,58390.0\n2024-11-20T21:15:41.000000+00:00,245.2,nan,49.9,0.5,nan,1.4,4.0,55.7,55.9,-5.5,1.0,58391.0,58391.0\n2024-11-20T21:16:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,3.9,57.7,57.8,-4.4,1.0,58392.0,58392.0\n2024-11-20T21:17:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.1,57.2,57.4,-4.5,1.0,58393.0,58393.0\n2024-11-20T21:18:41.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,4.0,56.5,56.7,-4.9,1.0,58394.0,58394.0\n2024-11-20T21:19:41.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.1,56.9,57.2,-5.1,1.0,58395.0,58395.0\n2024-11-20T21:20:41.000000+00:00,245.1,nan,49.9,0.4,nan,1.4,4.0,55.1,55.4,-5.4,1.0,58396.0,58396.0\n2024-11-20T21:21:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,3.9,56.2,56.4,-5.2,1.0,58397.0,58397.0\n2024-11-20T21:22:41.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,4.0,56.8,57.1,-5.0,1.0,58397.0,58397.0\n2024-11-20T21:23:41.000000+00:00,245.3,nan,49.9,0.5,nan,1.4,4.0,56.1,56.4,-5.2,1.0,58398.0,58398.0\n2024-11-20T21:24:41.000000+00:00,245.7,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-4.9,1.0,58399.0,58399.0\n2024-11-20T21:25:41.000000+00:00,245.7,nan,50.0,0.5,nan,1.5,4.0,56.6,56.8,-4.9,1.0,58400.0,58400.0\n2024-11-20T21:26:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.0,56.2,-4.9,1.0,58401.0,58401.0\n2024-11-20T21:27:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.8,1.0,58402.0,58402.0\n2024-11-20T21:28:41.000000+00:00,245.6,nan,49.9,0.5,nan,1.4,4.0,57.0,57.2,-4.4,1.0,58403.0,58403.0\n2024-11-20T21:29:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.9,57.1,-4.7,1.0,58404.0,58404.0\n2024-11-20T21:30:41.000000+00:00,245.4,nan,49.9,0.5,nan,1.4,3.9,57.8,57.9,-4.2,1.0,58405.0,58405.0\n2024-11-20T21:31:41.000000+00:00,245.6,nan,49.9,0.4,nan,1.4,3.9,55.9,56.1,-4.8,1.0,58406.0,58406.0\n2024-11-20T21:32:41.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,55.9,56.1,-5.2,1.0,58407.0,58407.0\n2024-11-20T21:33:41.000000+00:00,245.8,nan,49.9,0.5,nan,1.4,4.0,57.8,57.9,-4.3,1.0,58408.0,58408.0\n2024-11-20T21:34:41.000000+00:00,245.5,nan,49.9,0.5,nan,1.4,3.9,56.5,56.7,-4.6,1.0,58409.0,58409.0\n2024-11-20T21:35:41.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-4.9,1.0,58410.0,58410.0\n2024-11-20T21:36:41.000000+00:00,245.9,nan,49.9,0.4,nan,1.4,3.9,55.8,56.0,-5.3,1.0,58411.0,58411.0\n2024-11-20T21:37:41.000000+00:00,245.8,nan,49.9,0.4,nan,1.4,3.9,56.4,56.6,-5.1,1.0,58412.0,58412.0\n2024-11-20T21:38:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.3,56.6,-5.2,1.0,58413.0,58413.0\n2024-11-20T21:39:41.000000+00:00,246.0,nan,50.0,0.5,nan,1.4,3.9,57.1,57.3,-5.2,1.0,58413.0,58413.0\n2024-11-20T21:40:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.1,56.4,-5.3,1.0,58414.0,58414.0\n2024-11-20T21:41:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.4,56.7,-5.2,1.0,58415.0,58415.0\n2024-11-20T21:42:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.1,56.5,56.7,-5.1,1.0,58416.0,58416.0\n2024-11-20T21:43:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.6,56.8,-4.9,1.0,58417.0,58417.0\n2024-11-20T21:44:41.000000+00:00,246.0,nan,50.0,0.4,nan,1.4,4.1,56.0,56.3,-5.0,1.0,58418.0,58418.0\n2024-11-20T21:45:41.000000+00:00,245.8,nan,50.0,0.5,nan,1.4,4.0,56.4,56.6,-4.7,1.0,58419.0,58419.0\n2024-11-20T21:46:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.3,56.5,-5.1,1.0,58420.0,58420.0\n2024-11-20T21:47:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,3.9,57.5,57.7,-4.8,1.0,58421.0,58421.0\n2024-11-20T21:48:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.7,56.9,-4.9,1.0,58422.0,58422.0\n2024-11-20T21:49:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.0,56.8,57.0,-4.8,1.0,58423.0,58423.0\n2024-11-20T21:50:41.000000+00:00,245.6,nan,50.0,0.5,nan,1.4,4.1,56.6,56.8,-4.9,1.0,58424.0,58424.0\n2024-11-20T21:51:41.000000+00:00,245.5,nan,50.0,0.5,nan,1.4,4.0,56.6,56.8,-5.2,1.0,58425.0,58425.0\n2024-11-20T21:52:41.000000+00:00,245.9,nan,50.0,0.4,nan,1.4,3.9,56.5,56.7,-5.3,1.0,58426.0,58426.0\n2024-11-20T21:53:41.000000+00:00,245.9,nan,50.0,0.5,nan,1.4,3.9,56.7,57.0,-5.5,1.0,58427.0,58427.0\n"}],"_postman_id":"9bbd3603-17cd-4753-baf2-c8a35350829f"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"01be48aa-0d7e-4467-abe6-aca6042447df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n        \"period\": 60\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog/settings","description":"<p>This endpoint allows you to update the configuration settings for the measures log of a specified power distribution unit.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: PUT</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><code>period</code> (integer): The duration in seconds for which the measures log settings are to be updated.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","measuresLog","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ec7b82a2-d103-484f-a774-dff5baa48100","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n        \"period\": 60\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/measuresLog/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 16:16:40 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"01be48aa-0d7e-4467-abe6-aca6042447df"}],"id":"d0a29df7-1f9f-4894-89b8-a617f700e52a","description":"<p>This collection of endpoints retrieves and manages the measures log for a specific power distribution resource.</p>\n","_postman_id":"d0a29df7-1f9f-4894-89b8-a617f700e52a"},{"name":"powerConverters","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7a267802-00c0-4b70-a8ba-0cbbef7917d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters","description":"<p>This endpoint retrieves information about power converters associated with a specific power distribution identified by its ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object that includes the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier of the power converter data.</p>\n</li>\n<li><p><code>avr</code>: An object that contains details about the AVR (Automatic Voltage Regulator), which also includes an <code>@id</code> field.</p>\n</li>\n<li><p><code>inverter</code>: An object that contains details about the inverter, which similarly includes an <code>@id</code> field.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","powerConverters"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"38049507-b265-4c80-a340-8ab6ed5faf4d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"249"},{"key":"Date","value":"Thu, 19 Jun 2025 17:36:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters\",\n    \"avr\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/avr\"\n    },\n    \"inverter\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/inverter\"\n    }\n}"}],"_postman_id":"7a267802-00c0-4b70-a8ba-0cbbef7917d9"},{"name":"avr","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"71e7f073-cd50-479c-881e-8bd9ddbccce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters/avr","description":"<p>This endpoint retrieves detailed information about the AVR (Automatic Voltage Regulator) related to a specific power converter.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the unique identifier of the resource.</p>\n</li>\n<li><p><code>communicationStatus</code>: Status of the communication.</p>\n</li>\n<li><p><code>identification</code>: An object containing:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the converter.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the converter.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the converter.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: An object detailing the current status of the converter, including:</p>\n<ul>\n<li><p><code>operating</code>: Indicates if the converter is currently operating.</p>\n</li>\n<li><p><code>health</code>: The health status of the converter.</p>\n</li>\n<li><p><code>onBoost</code>: A boolean indicating if the converter is in boost mode.</p>\n</li>\n<li><p><code>onBuck</code>: A boolean indicating if the converter is in buck mode.</p>\n</li>\n<li><p><code>supplied</code>: A boolean showing if the converter is supplied.</p>\n</li>\n<li><p><code>supply</code>: A boolean indicating if the converter is supplying power.</p>\n</li>\n</ul>\n</li>\n<li><p><code>specifications</code>: An object containing:</p>\n<ul>\n<li><code>type</code>: The type of the power converter.</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: An object representing any active alarms related to the converter.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: The most critical alarm related to the converter.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","powerConverters","avr"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"dea3341d-d0fd-4037-a8c1-5cfd619c8b31","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters/avr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"543"},{"key":"Date","value":"Thu, 19 Jun 2025 17:37:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/avr\",\n    \"communicationStatus\": null,\n    \"identification\": {\n        \"uuid\": \"9dcc5fb1-66f2-5581-a0a2-3b72be088bdd\",\n        \"physicalName\": \"Avr\",\n        \"friendlyName\": \"Avr\"\n    },\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\",\n        \"onBoost\": false,\n        \"onBuck\": false,\n        \"supplied\": true,\n        \"supply\": true\n    },\n    \"specifications\": {\n        \"type\": \"avr\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/avr/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null\n}"}],"_postman_id":"71e7f073-cd50-479c-881e-8bd9ddbccce8"},{"name":"inverter","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"924d217c-2eeb-42ff-bcf5-48bfd48dd20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters/inverter","description":"<p>This endpoint retrieves the details of a specific inverter associated with a given power distribution.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and contain the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>communicationStatus</code>: The status of communication with the inverter.</p>\n</li>\n<li><p><code>identification</code>: An object containing:</p>\n<ul>\n<li><p><code>uuid</code>: The universally unique identifier for the inverter.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the inverter.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the inverter.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: An object detailing the operational status, including:</p>\n<ul>\n<li><p><code>operating</code>: Indicates if the inverter is currently operating.</p>\n</li>\n<li><p><code>health</code>: The health status of the inverter.</p>\n</li>\n<li><p><code>supplied</code>: A boolean indicating if the inverter is supplied with power.</p>\n</li>\n<li><p><code>supply</code>: A boolean indicating if the inverter is supplying power.</p>\n</li>\n</ul>\n</li>\n<li><p><code>specifications</code>: An object containing:</p>\n<ul>\n<li><code>type</code>: The type of inverter.</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: An object that may contain the status of any active alarms associated with the inverter.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: The most critical alarm currently active, if any.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","powerConverters","inverter"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aba91cec-0d9c-4c72-abd0-c1e807831324","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/powerConverters/inverter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"528"},{"key":"Date","value":"Thu, 19 Jun 2025 17:38:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/inverter\",\n    \"communicationStatus\": null,\n    \"identification\": {\n        \"uuid\": \"f13aee95-90a8-5803-a207-7cb0fa9b4288\",\n        \"physicalName\": \"Inverter\",\n        \"friendlyName\": \"Inverter\"\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"ok\",\n        \"supplied\": false,\n        \"supply\": false\n    },\n    \"specifications\": {\n        \"type\": \"inverter\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters/inverter/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null\n}"}],"_postman_id":"924d217c-2eeb-42ff-bcf5-48bfd48dd20e"}],"id":"eca4433c-4349-46fc-aba1-3e011e514acb","description":"<p>This collection of endpoints relates to the power converters associated with a particular power distribution resource.</p>\n","_postman_id":"eca4433c-4349-46fc-aba1-3e011e514acb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6902be9d-ef14-495a-9628-d8738ef9d373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1","description":"<p>This endpoint returns comprehensive details about a specified power distribution unit, including its identification, communication status, operational status, specifications, and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following key sections:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the power distribution unit.</p>\n</li>\n<li><p><code>communicationStatus</code>:</p>\n<ul>\n<li><p><code>state</code>: Current communication state.</p>\n</li>\n<li><p><code>since</code>: Timestamp of the last communication status change.</p>\n</li>\n</ul>\n</li>\n<li><p><code>identification</code>:</p>\n<ul>\n<li><p><code>uuid</code>: Universally unique identifier.</p>\n</li>\n<li><p><code>physicalName</code>: Physical name of the unit.</p>\n</li>\n<li><p><code>friendlyName</code>: User-friendly name.</p>\n</li>\n<li><p><code>serialNumber</code>: Serial number of the unit.</p>\n</li>\n<li><p><code>partNumber</code>: Part number.</p>\n</li>\n<li><p><code>referenceNumber</code>: Reference number.</p>\n</li>\n<li><p><code>manufacturer</code>: Manufacturer's name.</p>\n</li>\n<li><p><code>vendor</code>: Vendor's name.</p>\n</li>\n<li><p><code>model</code>: Model of the unit.</p>\n</li>\n<li><p><code>type</code>: Type of the unit.</p>\n</li>\n<li><p><code>productName</code>: Product name.</p>\n</li>\n<li><p><code>firmwareVersion</code>: Version of the firmware.</p>\n</li>\n<li><p><code>name</code>: Name of the unit.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: Configuration settings of the unit, including alarms and restart options.</p>\n</li>\n<li><p><code>status</code>: Current operational status, including health indicators and fault states.</p>\n</li>\n<li><p><code>specifications</code>: Technical specifications such as power cycle duration and supported features.</p>\n</li>\n<li><p><code>actions</code>: Available actions that can be performed on the unit.</p>\n</li>\n<li><p><code>activeAlarms</code>: Information about any active alarms.</p>\n</li>\n<li><p><code>mostCriticalAlarm</code>: Details of the most critical alarm, including its lifecycle.</p>\n</li>\n<li><p><code>inputs</code>: Input connections of the unit.</p>\n</li>\n<li><p><code>outputs</code>: Output connections of the unit.</p>\n</li>\n<li><p><code>backupSystem</code>: Information about the backup system.</p>\n</li>\n<li><p><code>outlets</code>: Details about the outlets.</p>\n</li>\n<li><p><code>powerConverters</code>: Information about power converters.</p>\n</li>\n<li><p><code>environment</code>: Environmental conditions.</p>\n</li>\n<li><p><code>firmwareUpgrade</code>: Information regarding firmware upgrades.</p>\n</li>\n<li><p><code>measuresLog</code>: Log of measures taken by the unit.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4f4e613d-54f4-463d-bb13-5ea17379e0cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"3332"},{"key":"Date","value":"Thu, 10 Jul 2025 17:49:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1\",\n    \"id\": \"1\",\n    \"communicationStatus\": {\n        \"state\": \"ok\",\n        \"since\": \"2025-07-09T14:01:52.000Z\"\n    },\n    \"identification\": {\n        \"uuid\": \"c2fc4e25-adba-56ef-a333-316062943985\",\n        \"physicalName\": \"Eaton 5PX 3000\",\n        \"friendlyName\": \"Eaton 5PX 3000\",\n        \"serialNumber\": \"P096J12DD6\",\n        \"partNumber\": \"5PX3000iRT\",\n        \"referenceNumber\": \"9893\",\n        \"manufacturer\": \"EATON\",\n        \"vendor\": \"EATON\",\n        \"model\": \"Eaton 5PX 3000\",\n        \"type\": \"PowerDistribution\",\n        \"productName\": \"Eaton 5PX\",\n        \"firmwareVersion\": \"13\",\n        \"name\": \"Eaton 5PX 3000\"\n    },\n    \"settings\": {\n        \"audibleAlarm\": \"always disabled\",\n        \"automaticRestartEnabled\": true,\n        \"automaticRestartLevel\": 12,\n        \"forcedRebootEnabled\": true,\n        \"nominalVoltage\": 240,\n        \"remoteControlEnabled\": true,\n        \"sensitivityMode\": \"low sensitivity\",\n        \"voltageHighDetection\": 294,\n        \"voltageLowDetection\": 167\n    },\n    \"status\": {\n        \"operating\": \"stopped\",\n        \"health\": \"warning\",\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\": \"off\"\n    },\n    \"specifications\": {\n        \"powerCycleDuration\": 10,\n        \"supported\": true,\n        \"topology\": \"line interactive\",\n        \"voltageRange\": \"high voltage\",\n        \"activePower\": {\n            \"nominal\": 2700\n        },\n        \"apparentPower\": {\n            \"nominal\": 3000\n        },\n        \"current\": {\n            \"nominal\": 12.5\n        },\n        \"frequency\": {\n            \"nominal\": 50\n        },\n        \"percentLoad\": {\n            \"highWarningThreshold\": 102\n        },\n        \"voltage\": {\n            \"nominal\": 240\n        },\n        \"type\": \"ups\"\n    },\n    \"actions\": {\n        \"#cancelSwitchOff\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/cancelSwitchOff\",\n        \"#cancelSwitchOn\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/cancelSwitchOn\",\n        \"#switchOff\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/switchOff\",\n        \"#switchOffWithAutoRestart\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/switchOffWithAutoRestart\",\n        \"#switchOn\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/switchOn\",\n        \"#upgrade\": \"/rest/mbdetnrs/2.0/powerDistributions/1/actions/upgrade\"\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/activeAlarms/3\",\n        \"id\": \"3\",\n        \"state\": \"open\",\n        \"code\": \"81D\",\n        \"level\": \"warning\",\n        \"description\": \"Load not powered\",\n        \"timestamp\": \"2025-05-22T15:01:14.214Z\",\n        \"lifeCycle\": {\n            \"active\": true,\n            \"openAt\": \"2025-05-22T15:01:14.214Z\",\n            \"closeAt\": \"\"\n        }\n    },\n    \"inputs\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/inputs\"\n    },\n    \"outputs\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outputs\"\n    },\n    \"backupSystem\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/backupSystem\"\n    },\n    \"outlets\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/outlets\"\n    },\n    \"powerConverters\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/powerConverters\"\n    },\n    \"environment\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/environment\"\n    },\n    \"firmwareUpgrade\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/firmwareUpgrade\"\n    },\n    \"measuresLog\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/measuresLog\"\n    }\n}"}],"_postman_id":"6902be9d-ef14-495a-9628-d8738ef9d373"},{"name":"environment","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7d1634a1-d911-42ad-85da-e25ecfabb82f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/environment","description":"<p>This endpoint retrieves the current environment status of a specified power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the API will return a JSON object with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>identification</code>: An object containing details about the power distribution unit:</p>\n<ul>\n<li><p><code>uuid</code>: The universally unique identifier of the unit.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the unit.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the unit.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: An object representing the current status of the unit:</p>\n<ul>\n<li><p><code>health</code>: The health status of the unit.</p>\n</li>\n<li><p><code>temperatureTooHigh</code>: A boolean indicating if the temperature is above the acceptable threshold.</p>\n</li>\n</ul>\n</li>\n<li><p><code>activeAlarms</code>: An object containing details about any active alarms:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the active alarms.</li>\n</ul>\n</li>\n<li><p><code>mostCriticalAlarm</code>: An object representing the most critical alarm, if any (may be <code>null</code>).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","environment"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"916afb02-1b7f-44d3-9d57-d5e0dd503353","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/environment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"424"},{"key":"Date","value":"Thu, 19 Jun 2025 17:43:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/environment\",\n    \"identification\": {\n        \"uuid\": \"d5465ab6-3596-536f-be54-abfa7ee19f1e\",\n        \"physicalName\": \"Environment\",\n        \"friendlyName\": \"Environment\"\n    },\n    \"status\": {\n        \"health\": \"ok\",\n        \"buildingAlarm1\": false,\n        \"temperatureTooHigh\": false\n    },\n    \"activeAlarms\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1/environment/activeAlarms\"\n    },\n    \"mostCriticalAlarm\": null\n}"}],"_postman_id":"7d1634a1-d911-42ad-85da-e25ecfabb82f"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f8ab4a3c-1169-401a-a6e6-24150fc44954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/identification","description":"<p>This endpoint retrieves identification details for a specific power distribution unit (in this case, <code>1</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the power distribution unit.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the unit.</p>\n</li>\n<li><p><code>friendlyName</code>: A user-friendly name for the unit.</p>\n</li>\n<li><p><code>serialNumber</code>: The serial number assigned to the unit.</p>\n</li>\n<li><p><code>partNumber</code>: The part number of the unit.</p>\n</li>\n<li><p><code>referenceNumber</code>: A reference number associated with the unit.</p>\n</li>\n<li><p><code>manufacturer</code>: The name of the manufacturer.</p>\n</li>\n<li><p><code>vendor</code>: The vendor of the unit.</p>\n</li>\n<li><p><code>model</code>: The model number of the unit.</p>\n</li>\n<li><p><code>type</code>: The type of the power distribution unit.</p>\n</li>\n<li><p><code>productName</code>: The name of the product.</p>\n</li>\n<li><p><code>firmwareVersion</code>: The version of the firmware running on the unit.</p>\n</li>\n<li><p><code>name</code>: An additional name field for the unit.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b941d9d3-bf13-491f-a2c8-e50ba805e237","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"443"},{"key":"Date","value":"Thu, 19 Jun 2025 17:43:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00f62936-76e8-530f-b1fa-1a801b36a504\",\n    \"physicalName\": \"Eaton 5PX 1000i RT2U G2\",\n    \"friendlyName\": \"Eaton 5PX 1000i RT2U G2\",\n    \"serialNumber\": \"GF20N21080\",\n    \"partNumber\": \"5PX1000IRT2UG2\",\n    \"referenceNumber\": \"9910\",\n    \"manufacturer\": \"EATON\",\n    \"vendor\": \"EATON\",\n    \"model\": \"Eaton 5PX 1000i RT2U G2\",\n    \"type\": \"PowerDistribution\",\n    \"productName\": \"Eaton 5PX\",\n    \"firmwareVersion\": \"01.09.0017\",\n    \"name\": \"Eaton 5PX 1000i RT2U G2\"\n}"}],"_postman_id":"f8ab4a3c-1169-401a-a6e6-24150fc44954"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3383d3d0-8864-41c9-a607-2ecb30f81f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/settings","description":"<p>This endpoint retrieves the settings for a specific power distribution unit identified by its ID. The settings include various configuration options that control the behavior of the power distribution unit.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>audibleAlarm</code>: (string) Indicates whether the audible alarm is enabled or not.</p>\n</li>\n<li><p><code>automaticRestartEnabled</code>: (boolean) Specifies if the automatic restart feature is enabled.</p>\n</li>\n<li><p><code>automaticRestartLevel</code>: (integer) The level at which the automatic restart is triggered.</p>\n</li>\n<li><p><code>forcedRebootEnabled</code>: (boolean) Indicates if forced reboot functionality is enabled.</p>\n</li>\n<li><p><code>nominalVoltage</code>: (integer) The nominal voltage setting.</p>\n</li>\n<li><p><code>remoteControlEnabled</code>: (boolean) Indicates if remote control is enabled for the power distribution unit.</p>\n</li>\n<li><p><code>sensitivityMode</code>: (string) The sensitivity mode setting.</p>\n</li>\n<li><p><code>voltageHighDetection</code>: (integer) The threshold for high voltage detection before the system transfers to battery backup.</p>\n</li>\n<li><p><code>voltageLowDetection</code>: (integer) The threshold for low voltage detection before the system transfers to battery backup.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6e7ccd4d-cae7-4e8a-8eeb-0bc097f9a73c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"284"},{"key":"Date","value":"Thu, 19 Jun 2025 17:42:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"audibleAlarm\": \"always disabled\",\n    \"automaticRestartEnabled\": true,\n    \"automaticRestartLevel\": 1,\n    \"forcedRebootEnabled\": true,\n    \"nominalVoltage\": 230,\n    \"remoteControlEnabled\": true,\n    \"sensitivityMode\": \"low sensitivity\",\n    \"voltageHighDetection\": 294,\n    \"voltageLowDetection\": 160\n}"}],"_postman_id":"3383d3d0-8864-41c9-a607-2ecb30f81f60"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6600e74c-937f-43e7-badc-3acfea7853f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"forcedRebootEnabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/settings","description":"<p>This PUT request is used to update the settings for a specific power distribution identified by its ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: <code>PUT</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can contain any of the following parameters that you wish to update:</p>\n<ul>\n<li><p><code>audibleAlarm</code>: (string) Indicates whether the audible alarm is enabled or not.</p>\n</li>\n<li><p><code>automaticRestartEnabled</code>: (boolean) Specifies if the automatic restart feature is enabled.</p>\n</li>\n<li><p><code>automaticRestartLevel</code>: (integer) The level at which the automatic restart is triggered.</p>\n</li>\n<li><p><code>forcedRebootEnabled</code>: (boolean) Indicates if forced reboot functionality is enabled.</p>\n</li>\n<li><p><code>nominalVoltage</code>: (integer) The nominal voltage setting.</p>\n</li>\n<li><p><code>remoteControlEnabled</code>: (boolean) Indicates if remote control is enabled for the power distribution unit.</p>\n</li>\n<li><p><code>sensitivityMode</code>: (string) The sensitivity mode setting.</p>\n</li>\n<li><p><code>voltageHighDetection</code>: (integer) The threshold for high voltage detection.</p>\n</li>\n<li><p><code>voltageLowDetection</code>: (integer) The threshold for low voltage detection.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a status code of <strong>200</strong> indicating that the update operation was successful.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4b9dcecd-3930-40cf-a91f-d69077e7e3d4","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\"startupMode\": \"latched\"}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Mon, 02 Dec 2024 14:23:39 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"6600e74c-937f-43e7-badc-3acfea7853f2"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"122690a9-5121-4ea8-9b4a-5edcf1b2dd2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/status","description":"<p>This endpoint retrieves the status of a specific power distribution unit identified by its ID. The request is made via an HTTP GET method to the specified URL, which includes the hostname and version parameters.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>operating</code>: Current operating state (string). Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: Health status of the unit (string). Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n<li><p><code>bootloaderMode</code>: Indicates if the unit is in bootloader mode (boolean).</p>\n</li>\n<li><p><code>communicationFault</code>: Indicates if there is a communication fault (boolean).</p>\n</li>\n<li><p><code>configurationFault</code>: Indicates if there is a configuration fault (boolean).</p>\n</li>\n<li><p><code>delayBeforeSwitchOff</code>: Delay time before switching off (integer).</p>\n</li>\n<li><p><code>delayBeforeSwitchOn</code>: Delay time before switching on (integer).</p>\n</li>\n<li><p><code>emergencySwitchOff</code>: Indicates if the emergency switch off is activated (boolean).</p>\n</li>\n<li><p><code>fanFault</code>: Indicates if there is a fault with the fan (boolean).</p>\n</li>\n<li><p><code>internalFailure</code>: Indicates if there is an internal failure (boolean).</p>\n</li>\n<li><p><code>shutdownImminent</code>: Indicates if a shutdown is imminent (boolean).</p>\n</li>\n<li><p><code>systemAlarm</code>: Indicates if there is a system alarm (boolean).</p>\n</li>\n<li><p><code>temperatureOutOfRange</code>: Indicates if the temperature is out of range (boolean).</p>\n</li>\n<li><p><code>mode</code>: Current operational mode (string).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3cf7d4ca-3e38-4551-a975-86b56425b7b5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"394"},{"key":"Date","value":"Thu, 19 Jun 2025 17:42:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"warning\",\n    \"bootloaderMode\": false,\n    \"communicationFault\": false,\n    \"configurationFault\": true,\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}"}],"_postman_id":"122690a9-5121-4ea8-9b4a-5edcf1b2dd2a"},{"name":"specifications","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b96e96b8-969a-4170-8060-4df6f403204f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/specifications","description":"<p>This endpoint retrieves the specifications for a specific power distribution resource.</p>\n<h3 id=\"response\">Response</h3>\n<p>On a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>powerCycleDuration</code>: (integer) Duration of the power cycle.</p>\n</li>\n<li><p><code>supported</code>: (boolean) Indicates if the power distribution is supported.</p>\n</li>\n<li><p><code>topology</code>: (string) The topology of the power distribution. Possible values include:</p>\n<ul>\n<li><code>line interactive</code>, <code>online</code></li>\n</ul>\n</li>\n<li><p><code>voltageRange</code>: (string) The range of voltage supported.</p>\n</li>\n<li><p><code>activePower</code>: (object) Contains:</p>\n<ul>\n<li><code>nominal</code>: (integer) The nominal active power.</li>\n</ul>\n</li>\n<li><p><code>apparentPower</code>: (object) Contains:</p>\n<ul>\n<li>nominal: (integer) The nominal apparent power.</li>\n</ul>\n</li>\n<li><p><code>current</code>: (object) Contains:</p>\n<ul>\n<li>nominal: (integer) The nominal current.</li>\n</ul>\n</li>\n<li><p><code>frequency</code>: (object) Contains:</p>\n<ul>\n<li>nominal: (integer) The nominal frequency.</li>\n</ul>\n</li>\n<li><p><code>percentLoad</code>: (object) Contains:</p>\n<ul>\n<li>highWarningThreshold: (integer) The high warning threshold for load percentage.</li>\n</ul>\n</li>\n<li><p><code>voltage</code>: (object) Contains:</p>\n<ul>\n<li><code>nominal</code>: (integer) The nominal voltage.</li>\n</ul>\n</li>\n<li><p><code>type</code>: (string) The type of power distribution. Possible values include:</p>\n<ul>\n<li><code>ups</code>, <code>ats</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions","1","specifications"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"90b543d8-5606-4088-8664-6d9b187a49f1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions/1/specifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"374"},{"key":"Date","value":"Thu, 19 Jun 2025 17:45:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"powerCycleDuration\": 10,\n    \"supported\": true,\n    \"topology\": \"line interactive\",\n    \"voltageRange\": \"high voltage\",\n    \"activePower\": {\n        \"nominal\": 1000\n    },\n    \"apparentPower\": {\n        \"nominal\": 1000\n    },\n    \"current\": {\n        \"nominal\": 4.3478\n    },\n    \"frequency\": {\n        \"nominal\": 50\n    },\n    \"percentLoad\": {\n        \"highWarningThreshold\": 102\n    },\n    \"voltage\": {\n        \"nominal\": 230\n    },\n    \"type\": \"ups\"\n}"}],"_postman_id":"b96e96b8-969a-4170-8060-4df6f403204f"}],"id":"9200eb37-9400-4aab-ab2f-7003484fa9fb","description":"<p>This is a large-scale collection of endpoints related to a specific power distribution resource.</p>\n","_postman_id":"9200eb37-9400-4aab-ab2f-7003484fa9fb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a26d8027-190f-4df3-8e10-dbde1586601a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions","description":"<p>This endpoint returns a collection of power distribution units available in the system, along with their identifiers.</p>\n<h3 id=\"response\">Response</h3>\n<p>On successful execution, the endpoint returns a JSON response with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A string representing the identifier of the resource.</p>\n</li>\n<li><p><code>members@count</code>: An integer indicating the number of power distribution units returned.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each representing a power distribution unit. Each object contains:</p>\n<ul>\n<li><code>@id</code>: A string representing the identifier of the individual power distribution unit.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerDistributions"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5e61a230-bcdc-4576-b4c0-542b2ff0b42b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerDistributions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"150"},{"key":"Date","value":"Thu, 07 Nov 2024 18:23:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions/1\"\n        }\n    ]\n}"}],"_postman_id":"a26d8027-190f-4df3-8e10-dbde1586601a"}],"id":"d94c3b31-b5d7-4f4e-91ac-713bedb7ba07","description":"<p>Exposes the collection of power distributions, including the collection of circuits such as inputs, outputs, and outlets, as well as collections of backup systems and power converters.</p>\n","_postman_id":"d94c3b31-b5d7-4f4e-91ac-713bedb7ba07"},{"name":"powerService","item":[{"name":"tsmBA5o3Uwehr094ai1JDw","item":[{"name":"actions","item":[{"name":"powerDown","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4666eea4-84bf-40d8-a34f-ac5c30af8882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerDown","description":"<p>This endpoint with a <strong>POST</strong> action is used to power down a specific power service provider identified by the unique ID in the URL.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request body should contain a single parameter:</p>\n<ul>\n<li>An integer (e.g., <code>5</code>) indicating the time (in seconds) at which to power down the supplier.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the power down operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","actions","powerDown"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"20bb0a59-7b53-4c01-9322-07f918020a61","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerDown"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 12 Jun 2025 19:53:43 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"4666eea4-84bf-40d8-a34f-ac5c30af8882"},{"name":"powerUp","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cc258a44-f29c-4c9a-8eda-b4456d6a7fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerUp","description":"<p>This endpoint with a <strong>POST</strong> action is used to power up a specific power service provider identified by the unique ID in the URL.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request body should contain a single parameter:</p>\n<ul>\n<li>An integer (e.g., <code>5</code>) indicating the time (in seconds) at which to power up the supplier.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the power up operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","actions","powerUp"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4f16a543-71a5-4beb-b061-3321fbae5d84","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerUp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 12 Jun 2025 19:53:34 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"cc258a44-f29c-4c9a-8eda-b4456d6a7fae"},{"name":"powerCycle","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"49ffb787-87af-4d5c-864b-63681f129261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerCycle","description":"<p>This endpoint with a <strong>POST</strong> action is used to power cycle a specific power service provider identified by the unique ID in the URL.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request body should contain a single parameter:</p>\n<ul>\n<li>An integer (e.g., <code>5</code>) indicating the time (in seconds) at which to power cycle the supplier.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the power cycle operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","actions","powerCycle"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3992f9dc-6cda-43a9-96c4-72a4a43d4118","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"5","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerCycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 12 Jun 2025 19:54:00 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"49ffb787-87af-4d5c-864b-63681f129261"}],"id":"7e5d31d0-faee-49ca-8a5b-7cd59dcd2611","description":"<p>Collection of actions associated with any specific power service provider.</p>\n","_postman_id":"7e5d31d0-faee-49ca-8a5b-7cd59dcd2611"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"462faf29-059f-4127-85f6-71c2f891796c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw","description":"<p>This endpoint retrieves detailed information about a specific power service provider identified by the unique identifier in the URL (<code>tsmBA5o3Uwehr094ai1JDw</code> in this example). The response includes the provider's identification details, configuration settings, current measurements, overall summary, power down minimum durations, scheduling information, and associated actions.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/{{supplierId}}</code></p>\n<p>  Where <code>{{supplierId}}</code> is the unique identifier for the power service provider.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response returns a JSON object with the following structure (see specific routes for corresponding object details):</p>\n<ul>\n<li><p><code>@id</code>: (string) Identifier of the resource.</p>\n</li>\n<li><p><code>id</code>: (string) Unique identifier for the power service provider.</p>\n</li>\n<li><p><code>identification</code>: (object) Contains identification details.</p>\n</li>\n<li><p><code>configuration</code>: (object) Contains configuration settings.</p>\n</li>\n<li><p><code>measures</code>: (object) Current active measurements.</p>\n</li>\n<li><p><code>summary</code>: (object) Overall summary of the provider.</p>\n</li>\n<li><p><code>powerDownMinimumDurations</code>: (object) Contains minimum durations for power down.</p>\n</li>\n<li><p><code>schedule</code>: (object) Contains scheduling information.</p>\n</li>\n<li><p><code>actions</code>: (object) Associated actions:</p>\n<ul>\n<li><p><code>#powerDown</code>: Action for powering down.</p>\n</li>\n<li><p><code>#powerUp</code>: Action for powering up.</p>\n</li>\n<li><p><code>#powerCycle</code>: Action for power cycling.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3999eb0e-6448-45b9-a053-07ecc4ad1b25","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1737"},{"key":"Date","value":"Fri, 06 Jun 2025 19:00:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw\",\n    \"id\": \"tsmBA5o3Uwehr094ai1JDw\",\n    \"identification\": {\n        \"uuid\": \"b6c98103-9a37-5307-a1af-4f786a2d490f\",\n        \"vendor\": \"Eaton\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"PRIMARY\",\n        \"physicalName\": \"PRIMARY\",\n        \"version\": \"01.00.0000\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw\"\n    },\n    \"configuration\": {\n        \"canProtect\": true,\n        \"canSelfProtect\": true,\n        \"connectorType\": \"unknown\",\n        \"isControllable\": true,\n        \"isSwitchable\": true,\n        \"nominalActivePower\": 1000,\n        \"nominalApparentPower\": 1000,\n        \"nominalCurrent\": 4.3478,\n        \"nominalFrequency\": 50,\n        \"nominalVoltage\": 230,\n        \"powerCycleDuration\": 10,\n        \"automaticSwitchOnEnabled\": true,\n        \"automaticSwitchOnDelay\": 1\n    },\n    \"measures\": {\n        \"activePower\": 0,\n        \"apparentPower\": 0,\n        \"current\": 0,\n        \"frequency\": 49.9,\n        \"powerFactor\": 0,\n        \"voltage\": 244.3\n    },\n    \"summary\": {\n        \"capacityRuntime\": 59940,\n        \"loadPercent\": 0,\n        \"lowCapacityAlarm\": 0,\n        \"mode\": \"normal\",\n        \"quality\": \"protecting\",\n        \"poweringFor\": -1,\n        \"protectingFor\": 59940,\n        \"protectionCapacityPercent\": 100,\n        \"protectionCapacityRuntime\": 59940,\n        \"protectionLowCapacityAlarm\": false\n    },\n    \"powerDownMinimumDurations\": {\n        \"normal\": 35,\n        \"critical\": 35,\n        \"emergency\": 0\n    },\n    \"schedule\": {\n        \"delayBeforePowerDown\": -1,\n        \"delayBeforePowerUp\": -1\n    },\n    \"actions\": {\n        \"#powerDown\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerDown\",\n        \"#powerUp\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerUp\",\n        \"#powerCycle\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/actions/powerCycle\"\n    }\n}"}],"_postman_id":"462faf29-059f-4127-85f6-71c2f891796c"},{"name":"configuration","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"84bb1f7b-ff2c-4ac0-98ae-8d81db54378d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/configuration","description":"<p>Retrieves detailed information about the current configuration of a specific power service provider.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response body will be in JSON format and includes:</p>\n<ul>\n<li><p><code>canProtect</code>: (boolean) Indicates whether the power supplier provides protected power (i.e., a way of guaranteeing power in case of power outage, failure, etc).</p>\n</li>\n<li><p><code>canSelfProtect</code>: (boolean) Indicates if self-protection is enabled.</p>\n</li>\n<li><p><code>connectorType</code>: (string) Type of connector used.</p>\n</li>\n<li><p><code>isControllable</code>: (boolean) Indicates whether the power supplier is remotely controllable (can be powered up/down) or not.</p>\n</li>\n<li><p><code>isSwitchable</code>: (boolean) Indicates whether the power supplier is switchable (has power up/down feature) or not.</p>\n</li>\n<li><p><code>nominalActivePower</code>: (integer) Nominal active power the power supplier can provide.</p>\n</li>\n<li><p><code>nominalApparentPower</code>: (integer) Nominal apparent power the power supplier can provide.</p>\n</li>\n<li><p><code>nominalCurrent</code>: (integer) Nominal current the power supplier can provide.</p>\n</li>\n<li><p><code>nominalFrequency</code>: (integer) Nominal frequency the power supplier can provide.</p>\n</li>\n<li><p><code>nominalVoltage</code>: (integer) Nominal voltage the power supplier can provide.</p>\n</li>\n<li><p><code>powerCycleDuration</code>: (integer) The duration of the power cycle.</p>\n</li>\n<li><p><code>automaticSwitchOnEnabled</code>: (boolean) Indicates whether or not automatic switch-on is enabled.</p>\n</li>\n<li><p><code>automaticSwitchOnDelay</code>: (integer) Delay before automatic switch-on.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","configuration"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2389d260-9fbb-4426-9c3c-51186dd0e351","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"353"},{"key":"Date","value":"Fri, 06 Jun 2025 19:01:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"canProtect\": true,\n    \"canSelfProtect\": true,\n    \"connectorType\": \"unknown\",\n    \"isControllable\": true,\n    \"isSwitchable\": true,\n    \"nominalActivePower\": 1000,\n    \"nominalApparentPower\": 1000,\n    \"nominalCurrent\": 4.3478,\n    \"nominalFrequency\": 50,\n    \"nominalVoltage\": 230,\n    \"powerCycleDuration\": 10,\n    \"automaticSwitchOnEnabled\": true,\n    \"automaticSwitchOnDelay\": 1\n}"}],"_postman_id":"84bb1f7b-ff2c-4ac0-98ae-8d81db54378d"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5783222c-68fd-4a48-a508-72bf6b3450a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/identification","description":"<p>Retrieves the unique identifying information of a specific power service provider based on the provided supplier ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: (string) Universally unique identifier.</p>\n</li>\n<li><p><code>vendor</code>: (string) Name of the vendor associated with the power service provider.</p>\n</li>\n<li><p><code>model</code>: (string) Model of the power service provider.</p>\n</li>\n<li><p><code>serial</code>: (string) Serial number.</p>\n</li>\n<li><p><code>name</code>: (string) Name of the provider.</p>\n</li>\n<li><p><code>physicalName</code>: (string) Physical name of the provider.</p>\n</li>\n<li><p><code>version</code>: (string) Version information.</p>\n</li>\n<li><p><code>location</code>: (string) Location of the provider.</p>\n</li>\n<li><p><code>contact</code>: (string) Contact information.</p>\n</li>\n<li><p><code>interface</code>: (string) Link to the preferred interface of the power supplier.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"543a05e4-c949-4b6e-b2cc-d238a933fe93","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"289"},{"key":"Date","value":"Fri, 06 Jun 2025 19:00:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"b6c98103-9a37-5307-a1af-4f786a2d490f\",\n    \"vendor\": \"Eaton\",\n    \"model\": \"\",\n    \"serial\": \"\",\n    \"name\": \"PRIMARY\",\n    \"physicalName\": \"PRIMARY\",\n    \"version\": \"01.00.0000\",\n    \"location\": \"\",\n    \"contact\": \"\",\n    \"interface\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw\"\n}"}],"_postman_id":"5783222c-68fd-4a48-a508-72bf6b3450a0"},{"name":"measures","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0f6f0a41-b963-4f3f-b029-dca5297d4b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/measures","description":"<p>Retrieves real-time measurement data related to a specific power service provider, which includes various electrical parameters.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing the following fields, corresponding to current active measurements:</p>\n<ul>\n<li><p><code>activePower</code>: Active power supplied by the resource, in watts.</p>\n</li>\n<li><p><code>apparentPower</code>: Apparent power supplied by the resource., in volt-amperes.</p>\n</li>\n<li><p><code>current</code>: Current supplied by the resource, in amperes.</p>\n</li>\n<li><p><code>frequency</code>: Frequency measurement, in hertz.</p>\n</li>\n<li><p><code>powerFactor</code>: Power factor as a ratio of activePower / apparentPower.</p>\n</li>\n<li><p><code>voltage</code>: Instantaneous voltage measurement, in volts.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","measures"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f309aaf6-090b-4ab1-ac4d-d3f32e7014a3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/measures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"115"},{"key":"Date","value":"Fri, 06 Jun 2025 19:02:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"activePower\": 0,\n    \"apparentPower\": 0,\n    \"current\": 0,\n    \"frequency\": 49.9,\n    \"powerFactor\": 0,\n    \"voltage\": 243.8\n}"}],"_postman_id":"0f6f0a41-b963-4f3f-b029-dca5297d4b0c"},{"name":"powerDownMinimumDurations","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3d83f0ce-2759-4696-9cf4-a5eeac7f3c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/powerDownMinimumDurations","description":"<p>Retrieves the power down minimum durations for a specific power service provider categorized into normal, critical, and emergency states.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object that includes three integer values representing the minimum durations for normal, critical, and emergency states:</p>\n<ul>\n<li><p><code>normal</code>: (number) Minimum shutdown time if a powerDown command with NORMAL severity is received.</p>\n</li>\n<li><p><code>critical</code>: (number) Minimum shutdown time if a powerDown command with CRITICAL severity is received.</p>\n</li>\n<li><p><code>emergency</code>: (number) Minimum shutdown time if a powerDown command with EMERGENCY severity is received.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","powerDownMinimumDurations"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e5db541c-1a2c-4ee1-bdd7-26d28ee91433","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/powerDownMinimumDurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"51"},{"key":"Date","value":"Fri, 06 Jun 2025 19:03:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"normal\": 35,\n    \"critical\": 35,\n    \"emergency\": 0\n}"}],"_postman_id":"3d83f0ce-2759-4696-9cf4-a5eeac7f3c65"},{"name":"schedule","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ca8c6413-1e97-4070-bae3-9936cf0bb324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/schedule","description":"<p>Retrieves information about the set schedule for a specific power service provider and includes details on the delays before power up and power down.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and include the following fields:</p>\n<ul>\n<li><p><code>delayBeforePowerDown</code> (integer): The delay time in seconds before the supplier powers down.</p>\n</li>\n<li><p><code>delayBeforePowerUp</code> (integer): The delay time in seconds before the supplier powers up.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","schedule"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2de4aa6a-4f50-4327-a661-77ad66fe5fe3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"58"},{"key":"Date","value":"Fri, 06 Jun 2025 19:04:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"delayBeforePowerDown\": -1,\n    \"delayBeforePowerUp\": -1\n}"}],"_postman_id":"ca8c6413-1e97-4070-bae3-9936cf0bb324"},{"name":"summary","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"058da964-d575-4363-8149-a34d0597d27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/summary","description":"<p>Retrieves a detailed summary of information about a specific power service provider.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object including the following fields:</p>\n<ul>\n<li><p><code>capacityRuntime</code>: The runtime capacity.</p>\n</li>\n<li><p><code>loadPercent</code>: Percentage of load.</p>\n</li>\n<li><p><code>lowCapacityAlarm</code>: Indicator for low capacity alarm.</p>\n</li>\n<li><p><code>mode</code>: Current operational mode.</p>\n</li>\n<li><p><code>quality</code>: Quality of power provided by this supplier. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>not powering</code>, <code>powering not protecting</code>, <code>protecting</code></li>\n</ul>\n</li>\n<li><p><code>poweringFor</code>: Known maximum time the supplier will provide power to its output.</p>\n<ul>\n<li><code>-1</code> means infinite</li>\n</ul>\n</li>\n<li><p><code>protectingFor</code>: Known maximum time the supplier is guaranteed to provide power to its output.</p>\n</li>\n<li><p><code>protectionCapacityPercent</code>: Current protection capacity expressed in percentage (e.g., battery level in %).</p>\n</li>\n<li><p><code>protectionCapacityRuntime</code>: Current protection capacity runtime.</p>\n</li>\n<li><p><code>protectionLowCapacityAlarm</code>: (boolean) Indicates if low capacity alarm for protection is active.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers","tsmBA5o3Uwehr094ai1JDw","summary"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f80cb2cf-78a7-4177-88ce-fde26e69547f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"272"},{"key":"Date","value":"Fri, 06 Jun 2025 19:03:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"capacityRuntime\": 59940,\n    \"loadPercent\": 0,\n    \"lowCapacityAlarm\": 0,\n    \"mode\": \"normal\",\n    \"quality\": \"protecting\",\n    \"poweringFor\": -1,\n    \"protectingFor\": 59940,\n    \"protectionCapacityPercent\": 100,\n    \"protectionCapacityRuntime\": 59940,\n    \"protectionLowCapacityAlarm\": false\n}"}],"_postman_id":"058da964-d575-4363-8149-a34d0597d27a"}],"id":"c94c8ee6-d881-41d4-9a83-ba8015f57aca","description":"<p>This endpoint returns detailed information about a specific power service provider (using its unique <code>@id</code> property, as in the example here, <code>tsmBA5o3Uwehr094ai1JDw</code>). The response includes its identification, configuration, current measurement, overall summary, power down minimum durations, schedule, and associated actions.</p>\n","_postman_id":"c94c8ee6-d881-41d4-9a83-ba8015f57aca"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c140d625-7520-4f30-a87a-52d6bff26302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService","description":"<p>This endpoint retrieves the power service details for different types of power suppliers (e.g., UPS, outlets, etc). It provides information about the service's current state, including its operational status and controllability.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>uuid</code>: A universally unique identifier for the service.</p>\n</li>\n<li><p><code>name</code>: The name of the power service.</p>\n</li>\n<li><p><code>version</code>: The version of the power service.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the service is enabled.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The current operating status of the service.</p>\n</li>\n<li><p><code>health</code>: The health status of the service.</p>\n</li>\n</ul>\n</li>\n<li><p><code>isControllable</code>: A boolean indicating if the service can be controlled.</p>\n</li>\n<li><p><code>suppliers</code>: An object containing supplier information:</p>\n<ul>\n<li><p><code>members@count</code>: The count of supplier members.</p>\n</li>\n<li><p><code>members</code>: An array of supplier member objects, each containing an <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Detailed information about a particular supplier can be accessed using the unique <code>@id</code> parameter of a given <code>member</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9096d7de-ef70-405f-979e-1f77eb993c0e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"574"},{"key":"Date","value":"Fri, 06 Jun 2025 18:02:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/powerService\",\n    \"uuid\": \"9b479bda-4c35-5e59-a738-fefb843d7129\",\n    \"name\": \"Power Service\",\n    \"version\": \"1.0.0\",\n    \"enabled\": true,\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"isControllable\": true,\n    \"suppliers\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/HLfJkUT0U_q8rBVtev3MBA\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/N7aNlYzPU6i75ZOhpXc7Hw\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c140d625-7520-4f30-a87a-52d6bff26302"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f32786f6-7ff5-48ac-9577-7f11dea905f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/status","description":"<p>This endpoint retrieves the current status of the Power Service. It provides information regarding the operational status and health of the service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: A string indicating the operational status of the Power Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: A string representing the health status of the Power Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"74d1c81a-c557-4220-a35c-afd3ae6a7b46","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Fri, 06 Jun 2025 18:03:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\"\n}"}],"_postman_id":"f32786f6-7ff5-48ac-9577-7f11dea905f3"},{"name":"suppliers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"315189f8-f2c3-4f8f-8dd9-30205dc9cef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers","description":"<p>This endpoint retrieves a list of suppliers from the power service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the total number of suppliers returned in the response.</p>\n</li>\n<li><p><code>members</code>: An array of supplier objects, where each object contains:</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the supplier.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Detailed information about a particular supplier can be accessed using the unique <code>@id</code> parameter of a given <code>member</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","powerService","suppliers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"caabc998-79d5-45a3-af09-1984e0cb6bc1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/powerService/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"298"},{"key":"Date","value":"Fri, 06 Jun 2025 18:06:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/tsmBA5o3Uwehr094ai1JDw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/HLfJkUT0U_q8rBVtev3MBA\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/powerService/suppliers/N7aNlYzPU6i75ZOhpXc7Hw\"\n        }\n    ]\n}"}],"_postman_id":"315189f8-f2c3-4f8f-8dd9-30205dc9cef7"}],"id":"c4759c3d-8b32-41e7-858c-067e856ec16c","description":"<p>Exposes the collection of power suppliers (e.g., UPS, outlets, etc) to be monitored and optionally controlled.</p>\n","_postman_id":"c4759c3d-8b32-41e7-858c-067e856ec16c"},{"name":"protectionService","item":[{"name":"clients","item":[{"name":"vhZAg196f6KLDZ2maoiiNw","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"758b635f-4e59-4ccb-b1e1-23582726cbd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw","description":"<p>Retrieves detailed information about a specific protection client managed by the card.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<p>Response in JSON format contains the following keys (see specific routes for more details):</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique ID of the protection client.</p>\n</li>\n<li><p><code>identification</code>: (object) Detailed information about the client.</p>\n</li>\n<li><p><code>communicationStatus</code>: (object) Status of communication with the client.</p>\n</li>\n<li><p><code>groups</code>: (object) Information about groups the client belongs to.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","clients","vhZAg196f6KLDZ2maoiiNw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"288b7d5e-aae3-4321-a7f2-863e7996e3b1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"589"},{"key":"Date","value":"Wed, 11 Jun 2025 15:02:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/clients/vhZAg196f6KLDZ2maoiiNw\",\n    \"id\": \"vhZAg196f6KLDZ2maoiiNw\",\n    \"identification\": {\n        \"uuid\": \"be164083-5f7a-7fa2-8b0d-9da66a88a237\",\n        \"vendor\": \"\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"\",\n        \"physicalName\": \"\",\n        \"version\": \"\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/2.0/protectionService/clients/vhZAg196f6KLDZ2maoiiNw\",\n        \"link\": \"\"\n    },\n    \"communicationStatus\": {\n        \"state\": \"lost\",\n        \"since\": \"2024-04-15T15:43:47.000Z\",\n        \"reason\": \"none\"\n    },\n    \"groups\": {\n        \"members@count\": 0,\n        \"members\": []\n    }\n}"}],"_postman_id":"758b635f-4e59-4ccb-b1e1-23582726cbd2"},{"name":"communicationStatus","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fd8ae409-e5d2-434f-ab4b-18b6e4deaa2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/communicationStatus","description":"<p>Retrieves the communication status of a specific client identified by its unique ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>state</code>: The current communication state of the client. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>ok</code>, <code>lost</code>, <code>no contact</code>, <code>connection failed</code>, <code>error</code>, <code>establishing</code></li>\n</ul>\n</li>\n<li><p><code>since</code>: A timestamp indicating when the current state was last updated.</p>\n</li>\n<li><p><code>reason</code>: An explanation for the current state, if applicable.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","clients","vhZAg196f6KLDZ2maoiiNw","communicationStatus"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bb77f9ba-cf4d-4ee0-b648-b235d0c98bd3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/communicationStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"77"},{"key":"Date","value":"Wed, 11 Jun 2025 17:17:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"lost\",\n    \"since\": \"2024-04-15T15:43:47.000Z\",\n    \"reason\": \"none\"\n}"}],"_postman_id":"fd8ae409-e5d2-434f-ab4b-18b6e4deaa2b"},{"name":"groups","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2b70a118-bc1f-4847-a796-112553a7df4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/groups","description":"<p>Retrieves the groups associated with a specific client in the protection service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the number of groups the client is a member of.</p>\n</li>\n<li><p><code>members</code>: An array containing the <code>@id</code>of each associated group. If there are no groups, this array will be empty.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","clients","vhZAg196f6KLDZ2maoiiNw","groups"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4c63cbfb-1def-4aaf-b45d-bbf9a3d2ae22","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"42"},{"key":"Date","value":"Wed, 11 Jun 2025 17:21:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"2b70a118-bc1f-4847-a796-112553a7df4d"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8c4b6fa1-3e88-4320-9337-e02450302764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/identification","description":"<p>Retrieves identification details for a specific client in the protection service.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>client_id</code>: A unique identifier for the client (in this case, <code>vhZAg196f6KLDZ2maoiiNw</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: Unique universal identifier for the client.</p>\n</li>\n<li><p><code>vendor</code>: Vendor associated with the client.</p>\n</li>\n<li><p><code>model</code>: Model of the client.</p>\n</li>\n<li><p><code>serial</code>: Serial number of the client.</p>\n</li>\n<li><p><code>name</code>: Name of the client.</p>\n</li>\n<li><p><code>physicalName</code>: Physical name of the client.</p>\n</li>\n<li><p><code>version</code>: Version of the client.</p>\n</li>\n<li><p><code>location</code>: Location of the client.</p>\n</li>\n<li><p><code>contact</code>: Contact information for the client.</p>\n</li>\n<li><p><code>interface</code>: Interface details of the client.</p>\n</li>\n<li><p><code>link</code>: Link related to the client.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the client identifier parameter is valid to retrieve the correct identification details.</p>\n</li>\n<li><p>The response fields may return empty strings if the information is not available for the specified client.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","clients","vhZAg196f6KLDZ2maoiiNw","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e3a228d8-7237-49d6-8669-d998f95c1060","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients/vhZAg196f6KLDZ2maoiiNw/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"276"},{"key":"Date","value":"Wed, 11 Jun 2025 17:12:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"be164083-5f7a-7fa2-8b0d-9da66a88a237\",\n    \"vendor\": \"\",\n    \"model\": \"\",\n    \"serial\": \"\",\n    \"name\": \"\",\n    \"physicalName\": \"\",\n    \"version\": \"\",\n    \"location\": \"\",\n    \"contact\": \"\",\n    \"interface\": \"/rest/mbdetnrs/2.0/protectionService/clients/vhZAg196f6KLDZ2maoiiNw\",\n    \"link\": \"\"\n}"}],"_postman_id":"8c4b6fa1-3e88-4320-9337-e02450302764"}],"id":"3f4f307f-485f-4ace-8b6c-f1fe1aa3a9eb","description":"<p>This collection retrieves detailed information about a specific application (in this case, <code>vhZAg196f6KLDZ2maoiiNw</code>) protected by the card, including identification information, communication status, overall status, and settings.</p>\n","_postman_id":"3f4f307f-485f-4ace-8b6c-f1fe1aa3a9eb"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3dad413c-3a0e-43a7-97ef-99dbc45960ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients","description":"<p>Retrieves the list of all protection clients managed by the card.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing:</p>\n<ul>\n<li><p><code>members@count</code>: An integer representing the total number of members (protection clients).</p>\n</li>\n<li><p><code>members</code>: An array of objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the unique identifier of the protection client.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Detailed information about a particular protection client can be accessed using the unique <code>@id</code> parameter of a given <code>member</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","clients"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3b7f0d9c-626b-49f0-a6f9-5c8b8961893d","name":"clients","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"129"},{"key":"Date","value":"Wed, 11 Jun 2025 15:01:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/protectionService/clients/vhZAg196f6KLDZ2maoiiNw\"\n        }\n    ]\n}"}],"_postman_id":"3dad413c-3a0e-43a7-97ef-99dbc45960ab"}],"id":"ae1d4f69-3679-4f45-8667-3e8c7dbc617a","description":"<p>Retrieves information about all protection clients managed by the card and their respective settings.</p>\n","_postman_id":"ae1d4f69-3679-4f45-8667-3e8c7dbc617a"},{"name":"suppliers","item":[{"name":"k1J2RUxgWD-otoQM-_bNKg","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"457e24ee-bf76-4278-8c13-e0873edc097c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg","description":"<p>Retrieves detailed information about a specific protection supplier managed by the card.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<p>Response in JSON format contains the following keys (see specific routes for more details):</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: Unique ID of the protection supplier.</p>\n</li>\n<li><p><code>protects</code>: An array containing protection details (if any).</p>\n</li>\n<li><p><code>identification</code>: (object) Detailed information about the supploer.</p>\n</li>\n<li><p><code>settings</code>: Configuration settings related to the supplier including <code>localShutdownDuration</code>, <code>outletControl</code>, <code>shutdownTriggers</code>, and <code>restartTriggers</code></p>\n</li>\n<li><p><code>status</code>: (object) Current operational state of the supplier.</p>\n</li>\n<li><p><code>shutdownDurations</code>: (object) Duration settings for shutdown operations.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"618d081d-74dc-4b4e-b6d9-083d1e2a2271","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"938"},{"key":"Date","value":"Wed, 11 Jun 2025 15:05:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg\",\n    \"id\": \"k1J2RUxgWD-otoQM-_bNKg\",\n    \"protects\": [],\n    \"identification\": {\n        \"uuid\": \"93527645-4c60-583f-a8b6-840cfbf6cd2a\",\n        \"manufacturer\": \"Eaton\",\n        \"model\": \"\",\n        \"serial\": \"\",\n        \"name\": \"PRIMARY\",\n        \"physicalName\": \"PRIMARY\",\n        \"version\": \"01.00.0000\",\n        \"location\": \"\",\n        \"contact\": \"\",\n        \"interface\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg\"\n    },\n    \"settings\": {\n        \"localShutdownDuration\": 15,\n        \"outletControl\": true,\n        \"shutdownTriggers\": {\n            \"powerOutage\": {\n                \"enabled\": true,\n                \"capacityLessThan\": 0,\n                \"afterBackupTime\": 15,\n                \"startShutdownBeforeEndOfBackup\": 0,\n                \"endShutdownBeforeEndOfBackup\": 30\n            }\n        },\n        \"restartTriggers\": {\n            \"powerOutage\": {\n                \"after\": 1\n            }\n        }\n    },\n    \"status\": {\n        \"state\": \"sequential shutdown completed\"\n    },\n    \"shutdownDurations\": {\n        \"ordered\": 15,\n        \"panic\": 15\n    }\n}"}],"_postman_id":"457e24ee-bf76-4278-8c13-e0873edc097c"},{"name":"identification","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c8f157f9-e3b9-4bc8-a295-c15752e873fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/identification","description":"<p>Retrieves identification details for a specific supplier in the protection service.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><strong>client_id</strong>: A unique identifier for the client (in this case, <code>k1J2RUxgWD-otoQM-_bNKg</code>).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>uuid</code>: A unique identifier for the supplier.</p>\n</li>\n<li><p><code>manufacturer</code>: The name of the manufacturer associated with the supplier.</p>\n</li>\n<li><p><code>model</code>: The model number or name.</p>\n</li>\n<li><p><code>serial</code>: The serial number of the supplier's product.</p>\n</li>\n<li><p><code>name</code>: The name of the supplier.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the supplier's product.</p>\n</li>\n<li><p><code>version</code>: The version of the supplier's product.</p>\n</li>\n<li><p><code>location</code>: The geographical location of the supplier.</p>\n</li>\n<li><p><code>contact</code>: Contact information for the supplier.</p>\n</li>\n<li><p><code>interface</code>: The interface type used by the supplier.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the supplier identifier parameter is valid to retrieve the correct identification details.</p>\n</li>\n<li><p>The response fields may return empty strings if the information is not available for the specified supplier.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg","identification"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1b3487a1-cb40-423d-b81d-69c752673a62","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"300"},{"key":"Date","value":"Wed, 11 Jun 2025 17:40:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"93527645-4c60-583f-a8b6-840cfbf6cd2a\",\n    \"manufacturer\": \"Eaton\",\n    \"model\": \"\",\n    \"serial\": \"\",\n    \"name\": \"PRIMARY\",\n    \"physicalName\": \"PRIMARY\",\n    \"version\": \"01.00.0000\",\n    \"location\": \"\",\n    \"contact\": \"\",\n    \"interface\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg\"\n}"}],"_postman_id":"c8f157f9-e3b9-4bc8-a295-c15752e873fe"},{"name":"protects","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"daef1808-2fca-4df7-888d-3c617640ab3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/protects","description":"<p>Retrieves an array of clients protected by a specific supplier.</p>\n<h3 id=\"response\"><strong>Response</strong></h3>\n<ul>\n<li>An array of protected clients. The response will be in JSON format and may return an empty array <code>[]</code> if no protection details are available for the specified supplier.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg","protects"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"43621674-73fd-4e38-9547-e5cbcc7b65fc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/protects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 11 Jun 2025 17:37:30 GMT"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"daef1808-2fca-4df7-888d-3c617640ab3e"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"01d95e77-b056-4513-8694-cab935a5628c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/settings","description":"<p>Retrieves the settings for a specific supplier in the protection service and provides configuration details related to shutdown and restart triggers, as well as other operational parameters.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>localShutdownDuration</code>: (integer) Minimum number of seconds to be taken in shutdown duration.</p>\n</li>\n<li><p><code>outletControl</code>: (boolean) Indicates if outlet control is enabled.</p>\n</li>\n<li><p><code>shutdownTriggers</code>: (object) Contains the configuration for shutdown triggers.</p>\n<ul>\n<li><p><code>powerOutage</code>: (object) Specific settings for power outage shutdown triggers.</p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Indicates whether the shutdown trigger is enabled on power outage.</p>\n</li>\n<li><p><code>capacityLessThan</code>: (integer) Threshold on battery remaining percentage.</p>\n</li>\n<li><p><code>afterBackupTime</code>: (integer) Time on battery after which to start shutdown.</p>\n</li>\n<li><p><code>startShutdownBeforeEndOfBackup</code>: (integer) Time before end of backup to start shutdown.</p>\n</li>\n<li><p><code>endShutdownBeforeEndOfBackup</code>: (integer) Time before end of backup to end shutdown. Shutdown will start earlier to ensure it ends as requested.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>restartTriggers</code>: (object) Contains settings for restart triggers.</p>\n<ul>\n<li><p><code>powerOutage</code>: (object) Specific settings for power outage restart triggers.</p>\n<ul>\n<li><p><code>after</code>: (integer) Time after which the outlet restart should occur. Possible values:</p>\n<ul>\n<li><p><code>0</code>: immediate startup</p>\n</li>\n<li><p><code>-1</code>: no automatic startup</p>\n</li>\n<li><p><code>&lt; any other value &gt;</code>: the delay in seconds to start up the outlet after primary is switched ON</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"439a89df-9fb5-4bfe-ac88-0bda1a9cf77c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"319"},{"key":"Date","value":"Wed, 11 Jun 2025 18:48:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"localShutdownDuration\": 15,\n    \"outletControl\": true,\n    \"shutdownTriggers\": {\n        \"powerOutage\": {\n            \"enabled\": true,\n            \"capacityLessThan\": 0,\n            \"afterBackupTime\": 15,\n            \"startShutdownBeforeEndOfBackup\": 0,\n            \"endShutdownBeforeEndOfBackup\": 30\n        }\n    },\n    \"restartTriggers\": {\n        \"powerOutage\": {\n            \"after\": 1\n        }\n    }\n}"}],"_postman_id":"01d95e77-b056-4513-8694-cab935a5628c"},{"name":"shutdownDurations","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"47a1f1c6-8ea9-44e9-ae8d-25a5de74a083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/shutdownDurations","description":"<p>Retrieves the shutdown duration information for a specific supplier identified by the unique supplier ID provided in the URL.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>ordered</code>: Indicates the number of seconds an ordered shutdown will take.</p>\n</li>\n<li><p><code>panic</code>: Indicates the number of seconds a panic shutdown will take.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg","shutdownDurations"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"62b7e74a-92c3-4907-82c8-313c9f485826","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/shutdownDurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Wed, 11 Jun 2025 19:01:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ordered\": 15,\n    \"panic\": 15\n}"}],"_postman_id":"47a1f1c6-8ea9-44e9-ae8d-25a5de74a083"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"38cc3211-fd72-497c-977a-0385d540fca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/status","description":"<p>Retrieves the status of a specific supplier in the protection service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Returns a JSON object containing the following key:</p>\n<ul>\n<li><p><code>state</code>: A string indicating the current state of the supplier. Possible values:</p>\n<ul>\n<li><code>sequential shutdown scheduled</code>, <code>sequential shutdown canceled</code>, <code>sequential shutdown in progress</code>, <code>sequential shutdown completed</code>, <code>agent is in unknown state</code>, <code>agent is starting</code>, <code>agent is stopping</code>, <code>agent is stopped</code>, <code>agent is in service</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers","k1J2RUxgWD-otoQM-_bNKg","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d4857dd8-b315-4bb4-9eb4-4ad130fba306","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"45"},{"key":"Date","value":"Wed, 11 Jun 2025 18:49:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"sequential shutdown completed\"\n}"}],"_postman_id":"38cc3211-fd72-497c-977a-0385d540fca2"}],"id":"69f07353-1c75-4f43-afee-5ec24b2bec7c","_postman_id":"69f07353-1c75-4f43-afee-5ec24b2bec7c","description":""},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"966722a7-c113-40d8-9acd-f228b3485ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers","description":"<p>Returns the list of all protection suppliers managed by the card.</p>\n<h4 id=\"response\">Response</h4>\n<p>Returns a JSON object containing:</p>\n<ul>\n<li><p><code>members@count</code>: An integer representing the total number of members (protection suppliers).</p>\n</li>\n<li><p><code>members</code>: An array of objects, each containing:</p>\n<ul>\n<li><code>@id</code>: A string representing the unique identifier of the protection supplier.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Detailed information about a particular protection supplier can be accessed using the unique <code>@id</code> parameter of a given <code>member</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","suppliers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"cbaefa4c-d889-4d3d-a766-f8edbfdf91ff","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"313"},{"key":"Date","value":"Wed, 11 Jun 2025 15:03:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/HuOdFFg6WSa1HOgjmk6llA\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/b79zcyioW4ehpiK8THvrbw\"\n        }\n    ]\n}"}],"_postman_id":"966722a7-c113-40d8-9acd-f228b3485ff7"}],"id":"353e61bc-b462-4d47-90a6-4105834ca366","description":"<p>Retrieves information about all protection suppliers managed by the card and their respective settings.</p>\n","_postman_id":"353e61bc-b462-4d47-90a6-4105834ca366"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d9e7dc2e-fc20-4cdf-8b84-63b71de9353e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService","description":"<p>Retrieves the current status and configuration of the protection service, including information about clients, suppliers, configuration settings, shutdown and restart settings, and registered scripts.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following structure (see individual routes for more detail):</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response object.</p>\n</li>\n<li><p><code>clients</code>: An object containing details about clients, each with its own <code>@id</code>.</p>\n</li>\n<li><p><code>suppliers</code>: An object containing details about suppliers, each with its own <code>@id</code>.</p>\n</li>\n<li><p><code>configuration</code>: An object that indicates whether power control is possible.</p>\n</li>\n<li><p><code>settings</code>: An object containing shutdown and restart settings.</p>\n</li>\n<li><p><code>scriptsExecution</code>: An object containing information about registered scripts.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3fc5a670-73db-4044-85e8-293ba552f314","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"2111"},{"key":"Date","value":"Wed, 11 Jun 2025 15:00:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/protectionService\",\n    \"clients\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/clients/vhZAg196f6KLDZ2maoiiNw\"\n            }\n        ]\n    },\n    \"suppliers\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/k1J2RUxgWD-otoQM-_bNKg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/HuOdFFg6WSa1HOgjmk6llA\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/suppliers/b79zcyioW4ehpiK8THvrbw\"\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\": 1\n        }\n    },\n    \"scriptsExecution\": {\n        \"registeredScripts\": {\n            \"members@count\": 10,\n            \"members\": [\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/4mhMl6omWritmMXHAiiOZg\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/SaYjscIJUp6sGoZa75chlQ\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/fvHbfAikVD24A1nfqnCLkA\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/7tw6qAM2UP6hbKw3q9Uk6g\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/Jz5bKmKCX_W64Gyk2o-Ksw\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/YksfP45eWRKxLG_5lWwiqw\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/IYP5aLqmWHuuNpTQ_9TOuQ\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/y55sUYcOUjK550KFdQ0R7A\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/EBSP80_SW76rnjR2jfQ9HA\"\n                },\n                {\n                    \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/Pqcol7nMWFS9XvV2RR5T9A\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d9e7dc2e-fc20-4cdf-8b84-63b71de9353e"},{"name":"configuration","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5a27d65b-5bd2-4b32-85bd-198c9df29c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/configuration","description":"<p>Returns the current <code>isPowerControllable</code> boolean value, which determines whether power can be controlled. If this field is false, no power outage policy can be applied.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following structure:</p>\n<ul>\n<li><code>isPowerControllable</code>: (boolean) Indicates whether power is controllable in this protection service configuration.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","configuration"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d3d4527a-6e8e-43ba-b7db-9132c9530380","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"32"},{"key":"Date","value":"Wed, 11 Jun 2025 15:05:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"isPowerControllable\": true\n}"}],"_postman_id":"5a27d65b-5bd2-4b32-85bd-198c9df29c5f"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"201c1549-db72-4c29-bebb-73d87b338aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/settings","description":"<p>Retrieves the current settings for the power outage shutdown and restart triggers from the protection service.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<ul>\n<li><p><code>shutdown</code>: An object containing settings related to shutdown triggers.</p>\n<ul>\n<li><p><code>panicShutdownTriggers</code>: An object that specifies the conditions under which a panic shutdown will occur.</p>\n<ul>\n<li><code>onLowStateOfCharge</code>: A boolean indicating whether a panic shutdown should be triggered on low battery alarm.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>restart</code>: An object containing settings related to system restart.</p>\n<ul>\n<li><p><code>enabled</code>: (boolean) Enables / disables the automatic restaurt feature (i.e., whether the UPS will automatically restart when the utility comes back after an outage).</p>\n</li>\n<li><p><code>forcedReboot</code>: A boolean indicating whether power suppliers will reboot when the utility comes back.</p>\n</li>\n<li><p><code>minStateOfCharge</code>: An integer representing the minimum capacity level the battery must reach before the UPS automatically restarts.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f4adfa4c-ff61-4f0a-8ad0-2cc86a56d71e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"169"},{"key":"Date","value":"Wed, 11 Jun 2025 15:06:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"shutdown\": {\n        \"panicShutdownTriggers\": {\n            \"onLowStateOfCharge\": true\n        }\n    },\n    \"restart\": {\n        \"forcedReboot\": true,\n        \"enabled\": true,\n        \"minStateOfCharge\": 1\n    }\n}"}],"_postman_id":"201c1549-db72-4c29-bebb-73d87b338aef"},{"name":"scriptsExecution","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c54bd794-ee2a-4f5d-bd8c-5499b21dacbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/scriptsExecution","description":"<p>Retrieves the execution status of registered scripts within the protection service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Response is a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>registeredScripts</code>: An object that contains information about registered scripts.</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the number of registered scripts.</p>\n</li>\n<li><p><code>members</code>: An array of objects, each representing a registered script with an identifier (<code>@id</code>).</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","protectionService","scriptsExecution"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5f84827d-a41b-4655-a5a0-1cbbf4b347a4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/protectionService/scriptsExecution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"1261"},{"key":"Date","value":"Wed, 11 Jun 2025 15:07:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"registeredScripts\": {\n        \"members@count\": 10,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/4mhMl6omWritmMXHAiiOZg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/SaYjscIJUp6sGoZa75chlQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/fvHbfAikVD24A1nfqnCLkA\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/7tw6qAM2UP6hbKw3q9Uk6g\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/Jz5bKmKCX_W64Gyk2o-Ksw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/YksfP45eWRKxLG_5lWwiqw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/IYP5aLqmWHuuNpTQ_9TOuQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/y55sUYcOUjK550KFdQ0R7A\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/EBSP80_SW76rnjR2jfQ9HA\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/protectionService/scriptsExecution/registeredScripts/Pqcol7nMWFS9XvV2RR5T9A\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c54bd794-ee2a-4f5d-bd8c-5499b21dacbf"}],"id":"7770606c-2242-4059-978d-73ff6015be72","description":"<p>The protectionService API provides access to the protection agents managed by the card and their respective settings.</p>\n","_postman_id":"7770606c-2242-4059-978d-73ff6015be72"},{"name":"scheduleService","item":[{"name":"schedules","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9b3a26ba-facd-4c00-bbf6-e8711bba2de2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedules","description":"<p>Retrieves the collection of all programmed schedules from the schedule service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will have:</p>\n<ul>\n<li><p><code>members@count</code>: Indicates the number of programmed schedules.</p>\n</li>\n<li><p><code>members</code>: An array containing all programmed schedules. If there are no members, this will be an empty array.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService","schedules"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a0fd12c0-d42c-4d5d-a4f3-499b186af11d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"42"},{"key":"Date","value":"Wed, 11 Jun 2025 20:11:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 0,\n    \"members\": []\n}"}],"_postman_id":"9b3a26ba-facd-4c00-bbf6-e8711bba2de2"},{"name":"A4rnetFuSyu4WDKjMxhpgg","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d7411b0-fdd4-4e80-adbb-ef96f278cf3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedules/A4rnetFuSyu4WDKjMxhpgg","description":"<p>Retrieves the scheduling information for a specific schedule identified by its unique ID (in this case, <code>A4rnetFuSyu4WDKjMxhpgg</code>), including the schedule's status and configuration.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedules/{{scheduleId}}</code></p>\n<ul>\n<li>Replace <code>{{scheduleId}}</code> with the ID of the schedule you wish to query.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the details of the requested scheduler in the following format:</p>\n<ul>\n<li><p><code>@id</code>: URL of this service.</p>\n</li>\n<li><p><code>id</code>: The unique identifier of the scheduler.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the schedule is enabled.</p>\n</li>\n<li><p><code>scheduler</code>: A string indicating the scheduler associated with the schedule.</p>\n</li>\n<li><p><code>recurrence</code>: A string describing the recurrence pattern of the schedule.</p>\n<ul>\n<li><strong>Possible values</strong>: <code>once</code>, <code>daily</code>, <code>weekly</code></li>\n</ul>\n</li>\n<li><p><code>shutdownTimeStamp</code>: A string representing the timestamp when the schedule was shut down.</p>\n</li>\n<li><p><code>restartTimeStamp</code>: A string representing the timestamp when the schedule was restarted.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService","schedules","A4rnetFuSyu4WDKjMxhpgg"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"8383ead2-00e0-436e-a2f9-392b468f0426","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedules/A4rnetFuSyu4WDKjMxhpgg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"335"},{"key":"Date","value":"Fri, 20 Jun 2025 15:58:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedules/A4rnetFuSyu4WDKjMxhpgg\",\n    \"id\": \"A4rnetFuSyu4WDKjMxhpgg\",\n    \"enabled\": false,\n    \"scheduler\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/ALx6Q_oOXZOuddiSxC2qvA\",\n    \"recurrence\": \"weekly\",\n    \"shutdownTimeStamp\": \"2025-06-20T14:03:00Z\",\n    \"restartTimeStamp\": \"2025-06-20T14:18:00Z\"\n}"}],"_postman_id":"0d7411b0-fdd4-4e80-adbb-ef96f278cf3d"}],"id":"295bb8c8-35bb-43a6-b934-1ffd7375bcbd","_postman_id":"295bb8c8-35bb-43a6-b934-1ffd7375bcbd","description":""},{"name":"schedulers","item":[{"name":"schedulers","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"539c0d7e-d5b5-430b-8d44-2e74524154d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers","description":"<p>Retrieves a list of schedulers (i.e., the different pieces of the UPS) from the schedule service that can be programmed for shutdown / restart.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><code>members@count</code>: An integer representing the number of members (schedulers) in the response.</p>\n</li>\n<li><p><code>members</code>: An array of member objects, where each object represents a scheduler. Each member object contains:</p>\n<ul>\n<li><code>@id</code>: A string that uniquely identifies the scheduler.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService","schedulers"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"03eabe95-433f-47ec-9864-9201c8f643c1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"310"},{"key":"Date","value":"Wed, 11 Jun 2025 20:03:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/q0OexFbLWnykmqGLWsDgsw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/ALx6Q_oOXZOuddiSxC2qvA\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/2tWMBF1fX76keB67NVC_Uw\"\n        }\n    ]\n}"}],"_postman_id":"539c0d7e-d5b5-430b-8d44-2e74524154d2"},{"name":"q0OexFbLWnykmqGLWsDgsw","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6273e3ec-bf11-49ee-9515-a856d38aee24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers/q0OexFbLWnykmqGLWsDgsw","description":"<p>Retrieves the scheduling information for a specific scheduler identified by its unique ID (in this case, <code>q0OexFbLWnykmqGLWsDgsw</code>), including the scheduler's status and configuration.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers/{{schedulerId}}</code></p>\n<ul>\n<li>Replace <code>{{schedulerId}}</code> with the ID of the scheduler you wish to query.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the details of the requested scheduler in the following format:</p>\n<ul>\n<li><p><code>@id</code>: URL of this service.</p>\n</li>\n<li><p><code>id</code>: The unique identifier of the scheduler.</p>\n</li>\n<li><p><code>uuid</code>: Universally unique identifier for the scheduler.</p>\n</li>\n<li><p><code>vendor</code>: The vendor associated with the scheduler.</p>\n</li>\n<li><p><code>model</code>: The model of the scheduler.</p>\n</li>\n<li><p><code>name</code>: The name of the scheduler.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the scheduler.</p>\n</li>\n<li><p><code>controls</code>: Link to the power supplier this scheduler is controlling.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService","schedulers","q0OexFbLWnykmqGLWsDgsw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a79e2065-611f-4ce1-8172-1b0f61fdc914","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/schedulers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"8d4b4cab-e302-4d90-9bb6-1dc97b1a9cb3"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"5df84119-34b8-43dd-877c-daad87544447"},{"key":"Accept-Ranges","value":"bytes","uuid":"332448cf-328c-4020-a2be-48436b79ef06"},{"key":"Content-Length","value":"310","uuid":"93906286-03ab-44aa-93e0-8186c15dc1a8"},{"key":"Date","value":"Wed, 11 Jun 2025 20:03:09 GMT","uuid":"b07a0b88-7cdf-446b-86e4-fab0067f1b62"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/q0OexFbLWnykmqGLWsDgsw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/ALx6Q_oOXZOuddiSxC2qvA\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/2tWMBF1fX76keB67NVC_Uw\"\n        }\n    ]\n}"}],"_postman_id":"6273e3ec-bf11-49ee-9515-a856d38aee24"}],"id":"4c26d3b5-b717-41ca-93a0-88da0ef38cb8","_postman_id":"4c26d3b5-b717-41ca-93a0-88da0ef38cb8","description":""},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9fe2829d-85a7-408e-adc1-8d6e05b9a252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService","description":"<p>Retrieves the current status and configuration of the schedule service, including information about the service's operational status, health, and the details of the schedulers and schedules currently in use.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following structure:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the schedule service instance.</p>\n</li>\n<li><p><code>uuid</code>: A universally unique identifier for the service.</p>\n</li>\n<li><p><code>name</code>: The name of the schedule service.</p>\n</li>\n<li><p><code>version</code>: The version of the schedule service.</p>\n</li>\n<li><p><code>enabled</code>: A boolean indicating whether the service is enabled.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The current operating status of the service.</p>\n</li>\n<li><p><code>health</code>: The health status of the service.</p>\n</li>\n</ul>\n</li>\n<li><p><code>schedulers</code>: An object containing information about the schedulers:</p>\n<ul>\n<li><p><code>members@count</code>: The count of scheduler members.</p>\n</li>\n<li><p><code>members</code>: An array of scheduler member objects, each with an <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>schedules</code>: An object containing information about the schedules:</p>\n<ul>\n<li><p><code>members@count</code>: The count of schedule members.</p>\n</li>\n<li><p><code>members</code>: An array of schedule member objects.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0c5f4864-7e8b-4c38-ad91-e793129264cd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"633"},{"key":"Date","value":"Wed, 11 Jun 2025 19:53:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/scheduleService\",\n    \"uuid\": \"bd2287ac-7b17-556f-a0f2-1a954bd0b162\",\n    \"name\": \"Schedule Service\",\n    \"version\": \"01.00.00\",\n    \"enabled\": true,\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"schedulers\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/q0OexFbLWnykmqGLWsDgsw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/ALx6Q_oOXZOuddiSxC2qvA\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/scheduleService/schedulers/2tWMBF1fX76keB67NVC_Uw\"\n            }\n        ]\n    },\n    \"schedules\": {\n        \"members@count\": 0,\n        \"members\": []\n    }\n}"}],"_postman_id":"9fe2829d-85a7-408e-adc1-8d6e05b9a252"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"47626dca-77a8-4abb-b02f-e2d17b44742c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/status","description":"<p>This endpoint retrieves the current status of the Schedule Service. It provides information regarding the operational status and health of the service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: A string indicating the operational status of the Schedule Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: A string representing the health status of the Schedule Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","scheduleService","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a676f1a8-de63-43b7-b5ef-75ae2ddebd34","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/scheduleService/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"47"},{"key":"Date","value":"Wed, 11 Jun 2025 19:59:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"operating\": \"in service\",\n    \"health\": \"ok\"\n}"}],"_postman_id":"47626dca-77a8-4abb-b02f-e2d17b44742c"}],"id":"6a588a29-2d27-42d9-9033-b41c0bcacbc2","description":"<p>The scheduleService API allows the scheduling of shutdown and restart times. This service supports multiple schedules, recurrent or not, each assigned to a scheduler that controls a load segment or the whole UPS.</p>\n","_postman_id":"6a588a29-2d27-42d9-9033-b41c0bcacbc2"},{"name":"sensors","item":[{"name":"devices","item":[{"name":"channels","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"76e2fad7-fc63-483f-b473-9c07ba8bb631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels","description":"<p>This endpoint returns a collection of channels associated with a specified sensor device (in this case the sensor with an ID of <code>_-0J0uL7XGy_bWLPZuhinw</code>), categorized by type such as temperatures, humidities, and digital Inputs.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>temperatures</code>: An object containing a count and array of temperature members, including a unique ID that can be queried for more detail.</p>\n</li>\n<li><p><code>humidities</code>: An object containing a count and array of humidity members, including a unique ID that can be queried for more detail.</p>\n</li>\n<li><p><code>digitalInputs</code>: An object containing a count and array of digital input members, including a unique ID that can be queried for more detail.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5d970062-7fc5-48e4-85ff-1b90af0df2cb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"776"},{"key":"Date","value":"Thu, 28 Nov 2024 16:21:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels\",\n    \"temperatures\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw\"\n            }\n        ]\n    },\n    \"humidities\": {\n        \"members@count\": 1,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA\"\n            }\n        ]\n    },\n    \"digitalInputs\": {\n        \"members@count\": 2,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/MBjDp6bmU-2yT-cAcHySqA\"\n            }\n        ]\n    }\n}"}],"_postman_id":"76e2fad7-fc63-483f-b473-9c07ba8bb631"},{"name":"temperatures","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7326ca78-d852-47d4-b6eb-9d268234a308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw","description":"<p>This endpoint retrieves information about a specific temperature sensor channel for a particular device (in this case, the device with ID <code>1d3j89bLXjSgJDl1HnzExw</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The ID of the sensor</p>\n</li>\n<li><p><code>id</code> (string): The ID of the sensor</p>\n</li>\n<li><p><code>identification</code> (object): Information about the sensor identification</p>\n<ul>\n<li><p><code>uuid</code> (string): The UUID of the sensor</p>\n</li>\n<li><p><code>physicalName</code> (string): The physical name of the sensor</p>\n</li>\n<li><p><code>name</code> (string): The name of the sensor</p>\n</li>\n</ul>\n</li>\n<li><p><code>configuration</code> (object): Configuration details of the sensor</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if the sensor is enabled</p>\n</li>\n<li><p><code>offset</code> (number): The offset value</p>\n</li>\n</ul>\n</li>\n<li><p><code>alarms</code> (object): Alarm settings for the sensor</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if alarms are enabled</p>\n</li>\n<li><p><code>thresholds</code> (object): Threshold values for alarms</p>\n<ul>\n<li><p><code>lowCritical</code> (number): Low critical threshold value</p>\n</li>\n<li><p><code>lowWarning</code> (number): Low warning threshold value</p>\n</li>\n<li><p><code>highWarning</code> (number): High warning threshold value</p>\n</li>\n<li><p><code>highCritical</code> (number): High critical threshold value</p>\n</li>\n</ul>\n</li>\n<li><p><code>hysteresis</code> (number): The hysteresis value</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code> (object): Measurement details</p>\n<ul>\n<li><p><code>current</code> (number): Current temperature value</p>\n</li>\n<li><p><code>min</code> (object): Minimum temperature details</p>\n<ul>\n<li><p><code>value</code> (number): Minimum temperature value</p>\n</li>\n<li><p><code>since</code> (string): Timestamp since the minimum value was recorded</p>\n</li>\n</ul>\n</li>\n<li><p><code>max</code> (object): Maximum temperature details</p>\n<ul>\n<li><p><code>value</code> (number): Maximum temperature value</p>\n</li>\n<li><p><code>since</code> (string): Timestamp since the maximum value was recorded</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code> (object): Actions related to the measures</p>\n<ul>\n<li><code>#resetMinMax</code> (string): Action to reset minimum and maximum values</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","temperatures","1d3j89bLXjSgJDl1HnzExw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"1a94cb9e-0482-43a7-8e27-0524cc3bb14e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"870"},{"key":"Date","value":"Thu, 28 Nov 2024 16:21:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw\",\n    \"id\": \"1d3j89bLXjSgJDl1HnzExw\",\n    \"identification\": {\n        \"uuid\": \"d5dde3f3-d6cb-5e34-a024-39751e7cc4c7\",\n        \"physicalName\": \"T1\",\n        \"name\": \"EMPDT1H1C2 @14-T1\"\n    },\n    \"configuration\": {\n        \"enabled\": true,\n        \"offset\": 0\n    },\n    \"alarms\": {\n        \"enabled\": false,\n        \"thresholds\": {\n            \"lowCritical\": 273.15,\n            \"lowWarning\": 283.15,\n            \"highWarning\": 343.15,\n            \"highCritical\": 353.15\n        },\n        \"hysteresis\": 1\n    },\n    \"measures\": {\n        \"current\": 302.05,\n        \"min\": {\n            \"value\": 302.05,\n            \"since\": \"2024-11-28T16:15:30Z\"\n        },\n        \"max\": {\n            \"value\": 302.05,\n            \"since\": \"2024-11-28T16:15:30Z\"\n        },\n        \"actions\": {\n            \"#resetMinMax\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw/measures/actions/resetMinMax\"\n        }\n    }\n}"}],"_postman_id":"7326ca78-d852-47d4-b6eb-9d268234a308"},{"name":"temperatures/resetMinMax","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6b2a540e-59e1-455c-9133-23b57c1398c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw/measures/actions/resetMinMax","description":"<p>This endpoint is used to reset the minimum and maximum temperature values recorded for the specified temperature channel.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","temperatures","1d3j89bLXjSgJDl1HnzExw","measures","actions","resetMinMax"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ea7b97ac-cd5b-46b8-b2c7-f679385baa2f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/temperatures/1d3j89bLXjSgJDl1HnzExw/measures/actions/resetMinMax"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 28 Nov 2024 16:15:30 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"6b2a540e-59e1-455c-9133-23b57c1398c3"},{"name":"humidities","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b199e471-7ee1-485a-ad7d-67cda6de871b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA","description":"<p>This endpoint returns comprehensive details about a specified humidity channel, including identification, configuration, alarm settings, and current measurements in percent humidity.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and includes the following key components:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the resource.</p>\n</li>\n<li><p><code>id</code>: The ID of the humidity channel.</p>\n</li>\n<li><p><code>identification</code>: An object containing:</p>\n<ul>\n<li><p><code>uuid</code>: A universally unique identifier for the channel.</p>\n</li>\n<li><p><code>physicalName</code>: The physical name of the channel.</p>\n</li>\n<li><p><code>name</code>: The name of the channel.</p>\n</li>\n</ul>\n</li>\n<li><p><code>configuration</code>: An object detailing:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if the channel is enabled.</p>\n</li>\n<li><p><code>offset</code>: A numerical value representing the offset for the measurements.</p>\n</li>\n</ul>\n</li>\n<li><p><code>alarms</code>: An object that includes:</p>\n<ul>\n<li><p><code>enabled</code>: A boolean indicating if alarms are enabled.</p>\n</li>\n<li><p><code>thresholds</code>: An object with critical and warning thresholds:</p>\n<ul>\n<li><p><code>lowCritical</code>: The low critical threshold value.</p>\n</li>\n<li><p><code>lowWarning</code>: The low warning threshold value.</p>\n</li>\n<li><p><code>highWarning</code>: The high warning threshold value.</p>\n</li>\n<li><p><code>highCritical</code>: The high critical threshold value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>hysteresis</code>: A numerical value for hysteresis.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code>: An object that provides:</p>\n<ul>\n<li><p><code>current</code>: The current measurement value.</p>\n</li>\n<li><p><code>min</code>: An object containing:</p>\n<ul>\n<li><p><code>value</code>: The minimum recorded value.</p>\n</li>\n<li><p><code>since</code>: A timestamp indicating when the minimum was recorded.</p>\n</li>\n</ul>\n</li>\n<li><p><code>max</code>: An object containing:</p>\n<ul>\n<li><p><code>value</code>: The maximum recorded value.</p>\n</li>\n<li><p><code>since</code>: A timestamp indicating when the maximum was recorded.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: An object with available actions, including:</p>\n<ul>\n<li><code>#resetMinMax</code>: An action to reset the minimum and maximum values.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","humidities","l1rGk-JYV_OiJb7LTD7txA"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"17134a69-f3d4-4f18-8ed9-d72b4f8e41ae","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"844"},{"key":"Date","value":"Thu, 28 Nov 2024 16:21:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA\",\n    \"id\": \"l1rGk-JYV_OiJb7LTD7txA\",\n    \"identification\": {\n        \"uuid\": \"975ac693-e258-57f3-a225-becb4c3eedc4\",\n        \"physicalName\": \"H1\",\n        \"name\": \"EMPDT1H1C2 @14-H1\"\n    },\n    \"configuration\": {\n        \"enabled\": true,\n        \"offset\": 0\n    },\n    \"alarms\": {\n        \"enabled\": false,\n        \"thresholds\": {\n            \"lowCritical\": 10,\n            \"lowWarning\": 20,\n            \"highWarning\": 80,\n            \"highCritical\": 90\n        },\n        \"hysteresis\": 1\n    },\n    \"measures\": {\n        \"current\": 40.2,\n        \"min\": {\n            \"value\": 40.2,\n            \"since\": \"2024-11-28T16:18:01Z\"\n        },\n        \"max\": {\n            \"value\": 40.3,\n            \"since\": \"2024-11-28T16:17:53Z\"\n        },\n        \"actions\": {\n            \"#resetMinMax\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA/measures/actions/resetMinMax\"\n        }\n    }\n}"}],"_postman_id":"b199e471-7ee1-485a-ad7d-67cda6de871b"},{"name":"humidities/resetMinMax","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e0399403-1f51-4ab2-a51c-4e6bad4e8280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA/measures/actions/resetMinMax","description":"<p>This endpoint is used to reset the minimum and maximum humidity values recorded for the specified humidity channel.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","humidities","l1rGk-JYV_OiJb7LTD7txA","measures","actions","resetMinMax"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e80a5647-740d-4ecf-beac-336f959d29d3","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/humidities/l1rGk-JYV_OiJb7LTD7txA/measures/actions/resetMinMax"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 28 Nov 2024 16:17:53 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e0399403-1f51-4ab2-a51c-4e6bad4e8280"},{"name":"digitalInputs","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"72fe88e7-501a-4a20-8a24-eef764c99d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ","description":"<p>This endpoint retrieves comprehensive details about a specified digital input channel, including identification, configuration, alarm settings, and current state.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>@id</code> (string): The ID of the digital input channel.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the digital input channel.</p>\n</li>\n<li><p><code>identification</code></p>\n<ul>\n<li><p><code>uuid</code> (string): The UUID of the digital input channel.</p>\n</li>\n<li><p><code>physicalName</code> (string): The physical name of the digital input channel.</p>\n</li>\n<li><p><code>name</code> (string): The name of the digital input channel.</p>\n</li>\n</ul>\n</li>\n<li><p><code>configuration</code></p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if the digital input channel is enabled.</p>\n</li>\n<li><p><code>activeLow</code> (boolean): Indicates if the digital input channel is active low.</p>\n</li>\n<li><p><code>debounceTime</code> (number): The debounce time of the digital input channel in seconds.</p>\n</li>\n</ul>\n</li>\n<li><p><code>alarms</code></p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates if alarms are enabled for the digital input channel.</p>\n</li>\n<li><p><code>level</code> (string): The level of alarms for the digital input channel. Available options include:</p>\n<ul>\n<li><code>info</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>measures</code></p>\n<ul>\n<li><p><code>active</code> (boolean): Indicates if measures are active for the digital input channel.</p>\n</li>\n<li><p><code>since</code> (string): The time since measures were active for the digital input channel as defined by ISO 8601.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","digitalInputs","wDG0-awXVPu30KvjTtM4HQ"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"74e96320-3777-4046-9486-233efadec125","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"493"},{"key":"Date","value":"Thu, 28 Nov 2024 16:22:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ\",\n    \"id\": \"wDG0-awXVPu30KvjTtM4HQ\",\n    \"identification\": {\n        \"uuid\": \"c031b4f9-ac17-54fb-b7d0-abe34ed3381d\",\n        \"physicalName\": \"C1\",\n        \"name\": \"EMPDT1H1C2 @14-C1\"\n    },\n    \"configuration\": {\n        \"enabled\": true,\n        \"activeLow\": false,\n        \"debounceTime\": 0\n    },\n    \"alarms\": {\n        \"enabled\": false,\n        \"level\": \"warning\"\n    },\n    \"measures\": {\n        \"active\": true,\n        \"since\": \"2024-11-28T15:52:02Z\"\n    }\n}"}],"_postman_id":"72fe88e7-501a-4a20-8a24-eef764c99d51"},{"name":"digitalInputs","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b3480cb8-4b26-4276-8d62-f242f8fddebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{   \"configuration\": {\r\n        \"enabled\": true,\r\n        \"activeLow\": false,\r\n        \"debounceTime\": 0\r\n    },\r\n    \"alarms\": {\r\n        \"enabled\": false,\r\n        \"level\": \"warning\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ","description":"<p>This endpoint with a <strong>PUT</strong> action is used to update the configuration, alarm settings, and other properties of a specified digital input channel.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/{device_id}/channels/digitalInputs/{channel_id}</code></p>\n<ul>\n<li>Replace <code>{device_id}</code> and <code>{channel_id}</code> with the corresponding unique IDs, in this case <code>_-0J0uL7XGy_bWLPZuhinw</code> for the device and <code>wDG0-awXVPu30KvjTtM4HQ</code> for the digital input channel.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can include the following parameters:</p>\n<ul>\n<li><p><code>configuration</code>: An object containing settings for the digital input channel.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether the channel is enabled.</p>\n</li>\n<li><p><code>activeLow</code> (boolean): Specifies if the channel is active low.</p>\n</li>\n<li><p><code>debounceTime</code> (integer): Time in seconds for debounce functionality.</p>\n</li>\n</ul>\n</li>\n<li><p><code>alarms</code>: An object containing alarm settings.</p>\n<ul>\n<li><p><code>enabled</code> (boolean): Indicates whether alarms are enabled.</p>\n</li>\n<li><p><code>level</code> (string): The severity level of the alarm. Possible values:</p>\n<ul>\n<li><code>info</code>, <code>warning</code>, <code>critical</code></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<p>The response will contain the updated configuration and alarm settings for the digital input channel. Upon a successful update, the response will be returned in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>@id</code> (string): The identifier of the resource.</p>\n</li>\n<li><p><code>id</code> (string): The unique ID of the digital input channel.</p>\n</li>\n<li><p><code>identification</code>: An object containing identification details.</p>\n<ul>\n<li><p><code>uuid</code> (string): The universally unique identifier for the channel.</p>\n</li>\n<li><p><code>physicalName</code> (string): The physical name associated with the channel.</p>\n</li>\n<li><p><code>name</code> (string): The designated name of the channel.</p>\n</li>\n</ul>\n</li>\n<li><p><code>configuration</code>: An object reflecting the updated configuration settings.</p>\n</li>\n<li><p><code>alarms</code>: An object reflecting the updated alarm settings.</p>\n</li>\n<li><p><code>measures</code>: An object indicating the current state of the channel.</p>\n<ul>\n<li><p><code>active</code> (boolean): Indicates if the channel is currently active.</p>\n</li>\n<li><p><code>since</code> (string): Timestamp indicating when the channel became active.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","channels","digitalInputs","wDG0-awXVPu30KvjTtM4HQ"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0aa30074-f477-4594-86aa-9e1252cebb0a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"2823499e-6f74-4062-97d2-00e2022dfdb8"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"dad558e4-837f-4365-bb9b-ad68621c2f56"},{"key":"Accept-Ranges","value":"bytes","uuid":"6797a861-9035-4bd4-bff6-2bffa632a682"},{"key":"Content-Length","value":"493","uuid":"f8f8a9d5-ea2c-48a6-9bfe-e56935713afb"},{"key":"Date","value":"Thu, 28 Nov 2024 16:22:08 GMT","uuid":"a0888361-be22-4c5b-a33a-5551a1a99976"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels/digitalInputs/wDG0-awXVPu30KvjTtM4HQ\",\n    \"id\": \"wDG0-awXVPu30KvjTtM4HQ\",\n    \"identification\": {\n        \"uuid\": \"c031b4f9-ac17-54fb-b7d0-abe34ed3381d\",\n        \"physicalName\": \"C1\",\n        \"name\": \"EMPDT1H1C2 @14-C1\"\n    },\n    \"configuration\": {\n        \"enabled\": true,\n        \"activeLow\": false,\n        \"debounceTime\": 0\n    },\n    \"alarms\": {\n        \"enabled\": false,\n        \"level\": \"warning\"\n    },\n    \"measures\": {\n        \"active\": true,\n        \"since\": \"2024-11-28T15:52:02Z\"\n    }\n}"}],"_postman_id":"b3480cb8-4b26-4276-8d62-f242f8fddebb"}],"id":"397e5ba2-7736-478c-9c84-484a23d73a14","description":"<p>These endpoints enable specific communication pathways between the card and various sensors and devices, including for temperature and humidity.</p>\n","_postman_id":"397e5ba2-7736-478c-9c84-484a23d73a14"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"558e619c-970c-4bf0-a2b5-1e91ef53789c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices","description":"<p>This endpoint returns a collection of sensor devices along with their unique identifiers.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing:</p>\n<ul>\n<li><p><code>members@count</code>: An integer indicating the number of sensor devices returned.</p>\n</li>\n<li><p><code>members</code>: An array of sensor device objects. Each object will include a unique <code>@id</code> that can be used to query for more information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"48380f46-e000-43ea-a9bd-e561b8c8061d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"277"},{"key":"Date","value":"Thu, 28 Nov 2024 16:20:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"members@count\": 3,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/M6Tadat3Ud6kq-s5taCnlg\"\n        },\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/FOX2qr0zWwOp_Nf5T353Vg\"\n        }\n    ]\n}"}],"_postman_id":"558e619c-970c-4bf0-a2b5-1e91ef53789c"},{"name":"_-0J0uL7XGy_bWLPZuhinw","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b5a8dcd1-a91d-4f85-be26-8a3395f575a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw","description":"<p>This endpoint returns comprehensive details about a specified sensor device (in this case, the device with ID <code>_-0J0uL7XGy_bWLPZuhinw</code>), including identification, device information, location details, communication status, and a link to its channels.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object that contains the following keys:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the response.</p>\n</li>\n<li><p><code>id</code>: The unique identifier of the sensor device.</p>\n</li>\n<li><p><code>identification</code>: An object containing details such as:</p>\n<ul>\n<li><p><code>uuid</code>: Universally unique identifier.</p>\n</li>\n<li><p><code>vendor</code>: Manufacturer of the device.</p>\n</li>\n<li><p><code>model</code>: Model number of the device.</p>\n</li>\n<li><p><code>product</code>: Product name.</p>\n</li>\n<li><p><code>serialNumber</code>: Serial number.</p>\n</li>\n<li><p><code>partNumber</code>: Part number.</p>\n</li>\n<li><p><code>physicalName</code>: Physical name of the device.</p>\n</li>\n<li><p><code>firmwareVersion</code>: Version of the firmware installed.</p>\n</li>\n<li><p><code>name</code>: Name of the device.</p>\n</li>\n<li><p><code>contact</code>: Contact information related to the device.</p>\n</li>\n<li><p><code>location</code>: Physical location of the device.</p>\n</li>\n</ul>\n</li>\n<li><p><code>deviceInformation</code>: An object containing:</p>\n<ul>\n<li><code>modbusAddress</code>: The Modbus address of the device.</li>\n</ul>\n</li>\n<li><p><code>locationDetails</code>: An object that includes:</p>\n<ul>\n<li><p><code>position</code>: The geographical position of the device. Possible values:</p>\n<ul>\n<li><code>Not applicable</code>, <code>Battery room</code>, <code>Rack front</code>, <code>Rack rear</code></li>\n</ul>\n</li>\n<li><p><code>elevation</code>: The elevation of the device's location. Possible values:</p>\n<ul>\n<li><code>Not applicable</code>, <code>top</code>, <code>middle</code>, <code>bottom</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>communicationStatus</code>: An object that indicates:</p>\n<ul>\n<li><p><code>state</code>: The current communication state of the device. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>ok</code>, <code>lost</code>, <code>no contact</code>, <code>connection failed</code>, <code>error</code>, <code>establishing</code></li>\n</ul>\n</li>\n<li><p><code>since</code>: Timestamp indicating when the current state was recorded.</p>\n</li>\n</ul>\n</li>\n<li><p><code>channels</code>: An object containing a link to the channels associated with the device.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"72cf0478-9934-4df7-b4ef-886f5692f8e1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"734"},{"key":"Date","value":"Thu, 28 Nov 2024 16:20:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw\",\n    \"id\": \"_-0J0uL7XGy_bWLPZuhinw\",\n    \"identification\": {\n        \"uuid\": \"ffed09d2-e2fb-5c6c-bf6d-62cf66e8629f\",\n        \"vendor\": \"Eaton\",\n        \"model\": \"\",\n        \"product\": \"\",\n        \"serialNumber\": \"GB13M27916\",\n        \"partNumber\": \"EMPDT1H1C2\",\n        \"physicalName\": \"Eaton EMPDT1H1C2\",\n        \"firmwareVersion\": \"01.04.0011\",\n        \"name\": \"EMPDT1H1C2 @14\",\n        \"contact\": \"\",\n        \"location\": \"\"\n    },\n    \"deviceInformation\": {\n        \"modbusAddress\": 14\n    },\n    \"locationDetails\": {\n        \"position\": \"Rack rear\",\n        \"elevation\": \"Middle\"\n    },\n    \"communicationStatus\": {\n        \"state\": \"ok\",\n        \"since\": \"2024-11-28T15:51:57Z\"\n    },\n    \"channels\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/channels\"\n    }\n}"}],"_postman_id":"b5a8dcd1-a91d-4f85-be26-8a3395f575a6"},{"name":"locationDetails","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"958de25e-a90e-4982-883c-b8f3573cdad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n        \"position\": \"Rack rear\",\r\n        \"elevation\": \"Middle\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/_-0J0uL7XGy_bWLPZuhinw/locationDetails","description":"<p>This endpoint allows you to update the configuration, identification details, and other properties of a specified sensor device.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/devices/{device_id}/locationDetails</code></p>\n<ul>\n<li>Replace <code>{device_id}</code> with a unique ID, in this case <code>_-0J0uL7XGy_bWLPZuhinw</code>.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and can include the following parameters:</p>\n<ul>\n<li><p><code>locationDetails</code>: An object that includes:</p>\n<ul>\n<li><p><code>position</code>: The geographical position of the device. Possible values:</p>\n<ul>\n<li><code>Not applicable</code>, <code>Battery room</code>, <code>Rack front</code>, <code>Rack rear</code></li>\n</ul>\n</li>\n<li><p><code>elevation</code>: The elevation of the device's location. Possible values:</p>\n<ul>\n<li><code>Not applicable</code>, <code>top</code>, <code>middle</code>, <code>bottom</code></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","devices","_-0J0uL7XGy_bWLPZuhinw","locationDetails"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"958de25e-a90e-4982-883c-b8f3573cdad5"}],"id":"c6364289-8560-4054-b235-5ce66a1d09c1","description":"<p>This is a collection of endpoints dealing with devices available in the sensors service.</p>\n","_postman_id":"c6364289-8560-4054-b235-5ce66a1d09c1"},{"name":"measuresLog","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0ea46d23-1fa8-4da9-8fee-956ad18505e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog","description":"<p>This endpoint returns information about the sensors measures log, including its operational status, health, logging period, and available actions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing the following keys:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the log entry.</p>\n</li>\n<li><p><code>status</code>: An object containing:</p>\n<ul>\n<li><p><code>operating</code>: The current operating status of the sensor.</p>\n</li>\n<li><p><code>health</code>: The health status of the sensor.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: An object containing:</p>\n<ul>\n<li><code>period</code>: The logging period for the sensor measures.</li>\n</ul>\n</li>\n<li><p><code>actions</code>: An object containing available actions, such as:</p>\n<ul>\n<li><p><code>#export</code>: An action to export the measures log.</p>\n</li>\n<li><p><code>#show</code>: An action to show the measures log.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","measuresLog"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2c246443-c7c4-4737-a257-376b1e11f7a3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"236"},{"key":"Date","value":"Thu, 28 Nov 2024 16:04:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/measuresLog\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"settings\": {\n        \"period\": 60\n    },\n    \"actions\": {\n        \"#export\": \"/rest/mbdetnrs/2.0/sensors/measuresLog/actions/export\"\n    }\n}"}],"_postman_id":"0ea46d23-1fa8-4da9-8fee-956ad18505e4"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8a187cb9-95de-43fb-8c9e-84f8bbde454c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/status","description":"<p>This endpoint retrieves the current status of the Sensor Service measures log. It provides information regarding the operational status and health of the service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: A string indicating the operational status of the Sensor Service measures log. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: A string representing the health status of the Sensor Service measures log. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","measuresLog","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"470d4254-7b48-40c1-ae96-af15190bfd71","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"c25582fb-8335-45c1-b7a4-fadb1b04bf1c"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"eacab1f3-4346-4287-b45f-34aababee111"},{"key":"Accept-Ranges","value":"bytes","uuid":"09e6a2c2-5c7e-4dfb-beb7-81bcd3d3a1c2"},{"key":"Content-Length","value":"236","uuid":"5410b189-70ed-42e2-b75e-0324f44b1717"},{"key":"Date","value":"Thu, 28 Nov 2024 16:04:04 GMT","uuid":"333183c2-fdbb-4a7a-bf5c-82a364135ebe"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors/measuresLog\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"settings\": {\n        \"period\": 60\n    },\n    \"actions\": {\n        \"#export\": \"/rest/mbdetnrs/2.0/sensors/measuresLog/actions/export\"\n    }\n}"}],"_postman_id":"8a187cb9-95de-43fb-8c9e-84f8bbde454c"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"310b04c2-5ce6-4c88-b270-72f2ea2d7189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/settings","description":"<p>This endpoint returns the current configuration settings for the sensors measures log, specifically the logging period.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be returned in JSON format with the following structure:</p>\n<ul>\n<li><code>period</code>: An integer value representing the logging period (a value between 10 and 3600).</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","measuresLog","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2239dae2-afa2-42be-aa93-f1eff1274e28","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Wed, 04 Dec 2024 16:08:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"period\": 60\n}"}],"_postman_id":"310b04c2-5ce6-4c88-b270-72f2ea2d7189"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9894a8ee-77a5-4430-b435-c03245991e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"period\": 60\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/settings","description":"<p>This endpoint with a <strong>PUT</strong> action allows a user to update the settings for the sensors measures log, specifically the logging period.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><p><code>period</code> (integer): The logging period in seconds. This value determines how frequently the sensor data is logged. For example, a value of <code>60</code> means that the data will be logged every minute.</p>\n<ul>\n<li><p><strong>Minimum allowed value</strong>: 10</p>\n</li>\n<li><p><strong>Maxiumum allowed value</strong>: 3600</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the <code>period</code> update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","measuresLog","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"30bd5966-2350-4250-b0f7-4b0e06c2d1f3","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"period\": 60\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 04 Dec 2024 16:07:49 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9894a8ee-77a5-4430-b435-c03245991e89"},{"name":"export","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f906ec09-c92b-4855-88e7-a57afcf85ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/actions/export","description":"<p>This endpoint with a <strong>POST</strong> action exports the recorded sensor measurements in a CSV (Comma-Separated Values) format. The export includes timestamps and readings from multiple sensors.</p>\n<h3 id=\"request\">Request</h3>\n<p>No request body or parameters are required.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will return a <strong>200</strong> status code and the full alarm log in CSV format.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","measuresLog","actions","export"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0edf3f5a-6574-4645-a907-9282e452c4c1","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/measuresLog/actions/export"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-type","value":";"},{"key":"ETag","value":"\"2157008972\""},{"key":"Last-Modified","value":"Thu, 28 Nov 2024 16:03:03 GMT"},{"key":"Content-Length","value":"890"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Thu, 28 Nov 2024 16:03:03 GMT"}],"cookie":[],"responseTime":null,"body":"SEP=,\nTime (UTC),T of EMPDT1H1C2 @14 (K),RH of EMPDT1H1C2 @14 (%),T of EMPDT1H1C2 @21 (K),RH of EMPDT1H1C2 @21 (%),T of EMPDT1H1C2 @28 (K),RH of EMPDT1H1C2 @28 (%)\n2024-11-28T15:52:11.000000+00:00,302.0,40.2,296.6,45.2,301.8,41.9\n2024-11-28T15:53:11.000000+00:00,302.0,40.1,296.6,45.1,301.8,41.8\n2024-11-28T15:54:11.000000+00:00,302.0,40.0,296.6,45.1,301.9,41.7\n2024-11-28T15:55:11.000000+00:00,302.0,40.0,296.6,45.0,301.9,41.7\n2024-11-28T15:56:11.000000+00:00,302.0,40.0,296.6,45.1,301.9,41.6\n2024-11-28T15:57:11.000000+00:00,302.0,39.9,296.8,45.2,301.9,41.6\n2024-11-28T15:58:11.000000+00:00,302.0,39.9,296.6,45.0,301.9,41.6\n2024-11-28T15:59:11.000000+00:00,302.0,39.9,296.6,45.0,301.9,41.6\n2024-11-28T16:00:11.000000+00:00,302.0,39.9,296.8,45.1,301.9,41.5\n2024-11-28T16:01:11.000000+00:00,302.0,39.9,296.6,45.3,301.9,41.6\n2024-11-28T16:02:11.000000+00:00,302.0,39.9,296.6,45.3,301.9,41.6\n"}],"_postman_id":"f906ec09-c92b-4855-88e7-a57afcf85ac6"}],"id":"6713f61b-0369-4a0e-9540-cc760f6aa79c","description":"<p>This collection of endpoints deals with measure logs available in the sensors service.</p>\n","_postman_id":"6713f61b-0369-4a0e-9540-cc760f6aa79c"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"95879fc5-e7de-4ef7-8cbc-f7604039c918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors","description":"<p>This endpoint returns comprehensive information about the sensors service, including its operational status, discovery state, and links to associated devices and measures log.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format, containing the following fields:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the resource.</p>\n</li>\n<li><p><code>uuid</code>: Unique identifier for the sensor.</p>\n</li>\n<li><p><code>name</code>: Name of the sensor.</p>\n</li>\n<li><p><code>version</code>: Version of the sensor.</p>\n</li>\n<li><p><code>status</code>: Object containing:</p>\n<ul>\n<li><p><code>operating</code>: Operating status of the sensor.</p>\n</li>\n<li><p><code>health</code>: Health status of the sensor.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: Object containing available actions, such as:</p>\n<ul>\n<li><code>#scanDiscover</code>: Action to scan for discoveries.</li>\n</ul>\n</li>\n<li><p><code>discovery</code>: Object containing:</p>\n<ul>\n<li><p><code>executionState</code>: Current state of the discovery process. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>planned</code>, <code>inprogress</code>, <code>succeeded</code>, <code>aborted</code></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>devices</code>: Object containing:</p>\n<ul>\n<li><p><code>members@count</code>: Count of device members.</p>\n</li>\n<li><p><code>members</code>: Array of device members, each with an <code>@id</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><code>measuresLog</code>: Object containing:</p>\n<ul>\n<li><code>@id</code>: Identifier for the measures log.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"21add82e-61f6-42ab-ba27-40a952b9279e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"694"},{"key":"Date","value":"Thu, 28 Nov 2024 16:07:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors\",\n    \"uuid\": \"b42ee8b4-1cbd-5411-bf48-f8252e1631a5\",\n    \"name\": \"\",\n    \"version\": \"\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"actions\": {\n        \"#scanDiscover\": \"/rest/mbdetnrs/2.0/sensors/actions/scanDiscover\"\n    },\n    \"discovery\": {\n        \"executionState\": \"succeed\"\n    },\n    \"devices\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/M6Tadat3Ud6kq-s5taCnlg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/FOX2qr0zWwOp_Nf5T353Vg\"\n            }\n        ]\n    },\n    \"measuresLog\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sensors/measuresLog\"\n    }\n}"}],"_postman_id":"95879fc5-e7de-4ef7-8cbc-f7604039c918"},{"name":"status","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bd22ca55-c76d-44d3-b235-00cb391acc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/status","description":"<p>This endpoint retrieves the current status of the Sensor Service. It provides information regarding the operational status and health of the service.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>operating</code>: A string indicating the operational status of the Sensor Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>none</code>, <code>servicing</code>, <code>starting</code>, <code>stopping</code>, <code>stopped</code>, <code>aborted</code>, <code>dormant</code>, <code>completed</code>, <code>migrating</code>, <code>immigrating</code>, <code>emigrating</code>, <code>snapshotting</code>, <code>shutting down</code>, <code>in test</code>, <code>transitioning</code>, <code>in service</code></li>\n</ul>\n</li>\n<li><p><code>health</code>: A string representing the health status of the Sensor Service. Possible values:</p>\n<ul>\n<li><code>unknown</code>, <code>ok</code>, <code>warning</code>, <code>minor failure</code>, <code>major failure</code>, <code>critical failure</code>, <code>non recoverable failure</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","status"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7cfadf4d-b798-427b-a8a1-3699e5566cd5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"cb7ea900-b7bf-4e6f-bc19-fa86603b957a"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"8f766212-dee2-45d2-ad37-7942c47a8820"},{"key":"Accept-Ranges","value":"bytes","uuid":"047efbf9-6b65-4fc9-bdce-602d5ef35fea"},{"key":"Content-Length","value":"694","uuid":"1a69778e-e372-4bc4-9bbd-c4fbea6d7003"},{"key":"Date","value":"Thu, 28 Nov 2024 16:07:24 GMT","uuid":"200079f7-e568-499b-a696-0644f398509b"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sensors\",\n    \"uuid\": \"b42ee8b4-1cbd-5411-bf48-f8252e1631a5\",\n    \"name\": \"\",\n    \"version\": \"\",\n    \"status\": {\n        \"operating\": \"in service\",\n        \"health\": \"ok\"\n    },\n    \"actions\": {\n        \"#scanDiscover\": \"/rest/mbdetnrs/2.0/sensors/actions/scanDiscover\"\n    },\n    \"discovery\": {\n        \"executionState\": \"succeed\"\n    },\n    \"devices\": {\n        \"members@count\": 3,\n        \"members\": [\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/_-0J0uL7XGy_bWLPZuhinw\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/M6Tadat3Ud6kq-s5taCnlg\"\n            },\n            {\n                \"@id\": \"/rest/mbdetnrs/2.0/sensors/devices/FOX2qr0zWwOp_Nf5T353Vg\"\n            }\n        ]\n    },\n    \"measuresLog\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sensors/measuresLog\"\n    }\n}"}],"_postman_id":"bd22ca55-c76d-44d3-b235-00cb391acc86"},{"name":"scanDiscover","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ad0edffd-5454-4171-b4db-1c319d1d585e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/actions/scanDiscover","description":"<p>This endpoint triggers a scan and discovery process for sensors in the system. It can be used to detect and add new sensors that have been connected.</p>\n<h4 id=\"request-method\">Request Method</h4>\n<ul>\n<li><p><strong>POST</strong></p>\n</li>\n<li><p><code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/actions/scanDiscover</code></p>\n</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p><strong>Response Body:</strong> The response will be in JSON format. The response may be <code>null</code>, indicating a successful execution of the scan and discovery process and no newly discovered sensors.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sensors","actions","scanDiscover"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a69d955d-63e2-43bf-bc36-c04df0d0c172","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sensors/actions/scanDiscover"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 28 Nov 2024 15:51:51 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"ad0edffd-5454-4171-b4db-1c319d1d585e"}],"id":"bea0c40f-5d76-4462-8635-9d0528f23c96","description":"<p>The sensors API provides access to the sensor management functionality of the Eaton device. This service allows users to query, configure, and manage sensors in the system and their associated measure logs.</p>\n","_postman_id":"bea0c40f-5d76-4462-8635-9d0528f23c96"},{"name":"sessionService","item":[{"name":"current","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"11218828-04f4-4e11-807c-237d5d2e2bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/","description":"<p>This endpoint returns information about the currently active session, including user account details, session timings, and interface information.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>account</code>: The account associated with the current session.</p>\n</li>\n<li><p><code>creationTime</code>: The timestamp indicating when the session was created.</p>\n</li>\n<li><p><code>interface</code>: (object) Contains interface details:</p>\n<ul>\n<li><p><code>application</code>: The application name associated with the session.</p>\n</li>\n<li><p><code>network</code>: The network information.</p>\n</li>\n<li><p><code>physical</code>: Physical interface details.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: (object) Configuration settings for the session:</p>\n<ul>\n<li><p><code>leaseTime</code>: The duration of the session lease time.</p>\n</li>\n<li><p><code>inactivityTimeout</code>: The timeout duration for inactivity.</p>\n</li>\n</ul>\n</li>\n<li><p><code>remaining</code>: (object) Remaining session details:</p>\n<ul>\n<li><p><code>leaseTime</code>: Remaining lease time.</p>\n</li>\n<li><p><code>inactivityTimeout</code>: Remaining inactivity timeout.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: (object) Available actions for the session:</p>\n<ul>\n<li><code>#heartbeat</code>: A heartbeat action identifier.</li>\n</ul>\n</li>\n<li><p><code>session</code>: The current session identifier.</p>\n<ul>\n<li>This URL, including its unique <code>id</code> (in this case, <code>0</code>) can be used to query for additional session information.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","current",""],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ef0a3b06-405c-4dfd-a27d-85517e4019dd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"512"},{"key":"Date","value":"Thu, 28 Nov 2024 16:30:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"account\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2\",\n    \"creationTime\": \"2024-11-28T16:07:09Z\",\n    \"interface\": {\n        \"application\": \"web\",\n        \"network\": \"151.110.240.103\",\n        \"physical\": \"LAN\"\n    },\n    \"settings\": {\n        \"leaseTime\": 7200,\n        \"inactivityTimeout\": 3600\n    },\n    \"remaining\": {\n        \"leaseTime\": 5823,\n        \"inactivityTimeout\": 3592\n    },\n    \"actions\": {\n        \"#heartbeat\": \"/rest/mbdetnrs/2.0/sessionService/current/actions/heartbeat\"\n    },\n    \"session\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0\"\n}"}],"_postman_id":"11218828-04f4-4e11-807c-237d5d2e2bb4"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"efd15bf2-6776-46e7-8ec1-f7ba781e3b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/settings","description":"<p>This endpoint retrieves the session settings for the current session.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the current session settings in JSON format with the following properties:</p>\n<ul>\n<li><p><code>leaseTime</code> (number): The lease time for the session in seconds.</p>\n</li>\n<li><p><code>inactivityTimeout</code> (number): The inactivity timeout for the session in seconds.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","current","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"90fa5e41-3905-4afb-990e-0a450e77ad65","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"50"},{"key":"Date","value":"Mon, 09 Dec 2024 18:58:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"leaseTime\": 7200,\n    \"inactivityTimeout\": 3600\n}"}],"_postman_id":"efd15bf2-6776-46e7-8ec1-f7ba781e3b5c"},{"name":"heartbeat","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f64f4520-2899-4f65-8ff6-a5f8ac435bb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/actions/heartbeat","description":"<p>This endpoint with a <strong>POST</strong> action is used to send a heartbeat signal for the currently active session. This action helps to keep the session alive and prevent it from timing out due to inactivity.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/actions/heartbeat</code></p>\n</li>\n<li><p><strong>Body</strong>: The request body should be empty for this action as it only requires the signal to be sent to keep the session alive.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the <code>heartbeat</code> operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","current","actions","heartbeat"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"45156b8a-c8fd-481a-90fa-46b487bd5eed","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/current/actions/heartbeat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 28 Nov 2024 16:29:58 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"f64f4520-2899-4f65-8ff6-a5f8ac435bb7"}],"id":"54d6f9fe-ac86-4050-b226-120aa9f19651","description":"<p>This endpoint collection returns detailed information about the current active session.</p>\n","_postman_id":"54d6f9fe-ac86-4050-b226-120aa9f19651"},{"name":"sessions","item":[{"name":"0","item":[{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"25a11260-f088-4e5c-86fa-aba7897c3bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0","description":"<p>This endpoint retrieves detailed information about a specific session identified by the session ID (in this case, <code>0</code>). It provides insights into the session's status, including user account information, session creation time, interface details, and session settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: The unique identifier for the session.</p>\n</li>\n<li><p><code>id</code>: The session ID.</p>\n</li>\n<li><p><code>account</code>: The associated user account information.</p>\n</li>\n<li><p><code>creationTime</code>: The timestamp of when the session was created.</p>\n</li>\n<li><p><code>interface</code>: (object) Contains interface details:</p>\n<ul>\n<li><p><code>application</code>: Application details related to the session.</p>\n</li>\n<li><p><code>network</code>: Network details associated with the session.</p>\n</li>\n<li><p><code>physical</code>: Physical interface details.</p>\n</li>\n</ul>\n</li>\n<li><p><code>settings</code>: (object) Configuration settings for the session:</p>\n<ul>\n<li><p><code>leaseTime</code>: The duration for which the session is valid.</p>\n</li>\n<li><p><code>inactivityTimeout</code>: The timeout period for inactivity.</p>\n</li>\n</ul>\n</li>\n<li><p><code>remaining</code>: (object) Remaining session details:</p>\n<ul>\n<li><p><code>leaseTime</code>: Remaining valid duration.</p>\n</li>\n<li><p><code>inactivityTimeout</code>: Remaining time before session timeout due to inactivity.</p>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code>: (object) Available actions for the session:</p>\n<ul>\n<li><code>#heartbeat</code>: A placeholder for heartbeat action details.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","sessions","0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e0c1a761-5036-443b-87b4-fd1764a5afda","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"522"},{"key":"Date","value":"Wed, 04 Dec 2024 15:57:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0\",\n    \"id\": \"0\",\n    \"account\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/1\",\n    \"creationTime\": \"2024-12-04T15:57:04Z\",\n    \"interface\": {\n        \"application\": \"web\",\n        \"network\": \"148.179.254.23\",\n        \"physical\": \"LAN\"\n    },\n    \"settings\": {\n        \"leaseTime\": 7200,\n        \"inactivityTimeout\": 3600\n    },\n    \"remaining\": {\n        \"leaseTime\": 7192,\n        \"inactivityTimeout\": 3592\n    },\n    \"actions\": {\n        \"#heartbeat\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0/actions/heartbeat\"\n    }\n}"}],"_postman_id":"25a11260-f088-4e5c-86fa-aba7897c3bb1"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8a84e098-157a-41ac-aab4-9d78e9116c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0/settings","description":"<p>This endpoint retrieves the session settings for the a given session (in this case, the session identified as <code>0</code>).</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the current session settings in JSON format with the following properties:</p>\n<ul>\n<li><p><code>leaseTime</code> (number): The lease time for the session in seconds.</p>\n</li>\n<li><p><code>inactivityTimeout</code> (number): The inactivity timeout for the session in seconds.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","sessions","0","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"89c5c905-e14a-4a5e-a1a7-dff4c087d6a0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8","uuid":"20b371e2-cb98-48f4-a5f9-feb66f3a4d62"},{"key":"Strict-Transport-Security","value":"max-age=31536000","uuid":"d9178e28-961f-43e4-a1d4-2b5e0d84ecd1"},{"key":"Accept-Ranges","value":"bytes","uuid":"f0c036a9-884b-4910-b284-1efd7383c921"},{"key":"Content-Length","value":"522","uuid":"a010ebf9-1531-438f-8f83-9c424ff94502"},{"key":"Date","value":"Wed, 04 Dec 2024 15:57:11 GMT","uuid":"e315a9ec-402b-41a5-b7c3-7215f6914804"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0\",\n    \"id\": \"0\",\n    \"account\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/1\",\n    \"creationTime\": \"2024-12-04T15:57:04Z\",\n    \"interface\": {\n        \"application\": \"web\",\n        \"network\": \"148.179.254.23\",\n        \"physical\": \"LAN\"\n    },\n    \"settings\": {\n        \"leaseTime\": 7200,\n        \"inactivityTimeout\": 3600\n    },\n    \"remaining\": {\n        \"leaseTime\": 7192,\n        \"inactivityTimeout\": 3592\n    },\n    \"actions\": {\n        \"#heartbeat\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0/actions/heartbeat\"\n    }\n}"}],"_postman_id":"8a84e098-157a-41ac-aab4-9d78e9116c2b"},{"name":"heartbeat","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b7bb9f8f-bbc9-43a2-90d0-fe1da63d53ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0/actions/heartbeat","description":"<p>This endpoint with a <strong>POST</strong> action is used to send a heartbeat signal for the currently active session. This action helps to keep the session alive and prevent it from timing out due to inactivity.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0/actions/heartbeat</code></p>\n</li>\n<li><p><strong>Body</strong>: The request body should be empty for this action as it only requires the signal to be sent to keep the session alive.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the <code>heartbeat</code> operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","sessions","0","actions","heartbeat"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"2f277ce9-77d9-46fb-be5e-14067b1c202f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0/actions/heartbeat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Thu, 28 Nov 2024 16:31:27 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b7bb9f8f-bbc9-43a2-90d0-fe1da63d53ee"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b770187a-d0df-469b-85f8-1454cb21028f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0","description":"<p>This endpoint sends an HTTP DELETE request to terminate a specific session identified by its unique session ID (in this case, <code>0</code>). The session ID is provided in the URL as a path parameter.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method:</strong> DELETE</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/{sessionId}</code></p>\n<ul>\n<li>Replace <code>{sessionId}</code> with the ID of the session you wish to terminate.</li>\n</ul>\n</li>\n<li><p><strong>Body</strong>: This DELETE request does not require a request body.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the session termination operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","sessions","0"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9c34003b-85d4-490f-9c85-f26be3f05b94","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 04 Dec 2024 15:54:46 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"b770187a-d0df-469b-85f8-1454cb21028f"}],"id":"945b7425-d2b2-4cd1-9c47-83dd7b7b8003","description":"<p>This endpoint collection returns detailed information about a current session (using its unique <code>id</code> property, as in the example here, <code>0</code>).</p>\n","_postman_id":"945b7425-d2b2-4cd1-9c47-83dd7b7b8003"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e74fcf28-0e73-428d-9e39-706729cd21a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/","description":"<p>This endpoint returns a collection of active sessions from the session service, including details such as session identifiers, user account information, and session settings.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be returned in JSON format with the following structure:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the response.</p>\n</li>\n<li><p><code>members@count</code>: Total count of active session members.</p>\n</li>\n<li><p><code>members</code>: Array of session objects, each containing the following session information:</p>\n<ul>\n<li><p><code>@id</code>: Identifier for the session.</p>\n</li>\n<li><p><code>id</code>: Unique identifier for the session.</p>\n</li>\n<li><p><code>account</code>: Associated user account information.</p>\n</li>\n<li><p><code>creationTime</code>: Timestamp of when the session was created.</p>\n</li>\n<li><p><code>interface</code>: Contains details about the session interface.</p>\n</li>\n<li><p><code>settings</code>: Configuration settings for the session.</p>\n</li>\n<li><p><code>remaining</code>: Remaining time settings for the session.</p>\n</li>\n<li><p><code>actions</code>: Available actions for the session:</p>\n<ul>\n<li><code>#heartbeat</code>: Action identifier for maintaining session activity.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","sessions",""],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c0ee9d20-3d66-4681-8762-44cbb173e887","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/sessions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"663"},{"key":"Date","value":"Thu, 28 Nov 2024 16:30:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sessionService/sessions\",\n    \"members@count\": 1,\n    \"members\": [\n        {\n            \"@id\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0\",\n            \"id\": \"0\",\n            \"account\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2\",\n            \"creationTime\": \"2024-11-28T16:07:09Z\",\n            \"interface\": {\n                \"application\": \"web\",\n                \"network\": \"151.110.240.103\",\n                \"physical\": \"LAN\"\n            },\n            \"settings\": {\n                \"leaseTime\": 7200,\n                \"inactivityTimeout\": 3600\n            },\n            \"remaining\": {\n                \"leaseTime\": 5816,\n                \"inactivityTimeout\": 3585\n            },\n            \"actions\": {\n                \"#heartbeat\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0/actions/heartbeat\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e74fcf28-0e73-428d-9e39-706729cd21a1"}],"id":"db5aed7a-c8ba-44ea-b401-94c3a577c73b","description":"<p>This endpoint collection deals with the full collection of active sessions in the session service.</p>\n","_postman_id":"db5aed7a-c8ba-44ea-b401-94c3a577c73b"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c145a048-48a7-41a0-9d93-238789947b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService","description":"<p>This endpoint returns comprehensive information about the session service, including settings for sessions, details of the current active session, and a list of active sessions.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the session service.</p>\n</li>\n<li><p><code>settings</code>: Contains settings related to the session service.</p>\n</li>\n<li><p><code>current</code>: Provides details about the current active session.</p>\n<ul>\n<li><p><code>account</code>: The account associated with the current session.</p>\n</li>\n<li><p><code>creationTime</code>: The timestamp when the session was created.</p>\n</li>\n<li><p><code>interface</code>: Information about the interface being used.</p>\n</li>\n<li><p><code>settings</code>: Configuration settings for the current session.</p>\n</li>\n<li><p><code>remaining</code>: Information about remaining session time.</p>\n</li>\n<li><p><code>actions</code>: Actions available for the current session.</p>\n<ul>\n<li><code>#heartbeat</code>: An action identifier for maintaining session activity.</li>\n</ul>\n</li>\n<li><p><code>session</code>: The session identifier.</p>\n</li>\n</ul>\n</li>\n<li><p><code>sessions</code>: A collection of active sessions.</p>\n<ul>\n<li><code>@id</code>: A unique identifier for the sessions collection.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"cf42b3d7-e02d-4e46-825a-7f1fbda61d72","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"739"},{"key":"Date","value":"Thu, 28 Nov 2024 16:29:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sessionService\",\n    \"settings\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sessionService/settings\"\n    },\n    \"current\": {\n        \"account\": \"/rest/mbdetnrs/2.0/accountService/userProviders/local/accounts/2\",\n        \"creationTime\": \"2024-11-28T16:07:09Z\",\n        \"interface\": {\n            \"application\": \"web\",\n            \"network\": \"151.110.240.103\",\n            \"physical\": \"LAN\"\n        },\n        \"settings\": {\n            \"leaseTime\": 7200,\n            \"inactivityTimeout\": 3600\n        },\n        \"remaining\": {\n            \"leaseTime\": 5841,\n            \"inactivityTimeout\": 3536\n        },\n        \"actions\": {\n            \"#heartbeat\": \"/rest/mbdetnrs/2.0/sessionService/current/actions/heartbeat\"\n        },\n        \"session\": \"/rest/mbdetnrs/2.0/sessionService/sessions/0\"\n    },\n    \"sessions\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sessionService/sessions\"\n    }\n}"}],"_postman_id":"c145a048-48a7-41a0-9d93-238789947b2d"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"202f6da9-75d9-495f-8cc2-27f766d3673b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/settings","description":"<p>This endpoint returns the current settings for the session service, including lease time and inactivity timeout values in seconds.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server responds with a JSON object that includes the following properties:</p>\n<ul>\n<li><p><code>@id</code>: A unique identifier for the session settings.</p>\n</li>\n<li><p><code>leaseTime</code>: The duration (in seconds) for which the session is valid.</p>\n</li>\n<li><p><code>inactivityTimeout</code>: The duration (in seconds) after which the session will be considered inactive.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"251ca5c8-2e81-4cb0-b652-2fbda7f35f10","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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"}],"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"104"},{"key":"Date","value":"Wed, 04 Dec 2024 15:58:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@id\": \"/rest/mbdetnrs/2.0/sessionService/settings\",\n    \"leaseTime\": 7200,\n    \"inactivityTimeout\": 3600\n}"}],"_postman_id":"202f6da9-75d9-495f-8cc2-27f766d3673b"},{"name":"settings","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e7cc5760-7d10-4053-9b02-30ce2ab3e2bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"leaseTime\": 7200,\r\n    \"inactivityTimeout\": 3600\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/settings","description":"<p>This endpoint with a <strong>PUT</strong> action is used to update the settings for the session service, such as lease time and inactivity timeout in seconds.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> PUT</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/settings</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><code>leaseTime</code> (integer): The duration in seconds for which the session lease is valid.</p>\n</li>\n<li><p><code>inactivityTimeout</code> (integer): The duration in seconds after which the session will be considered inactive.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the server will respond with a status code of <strong>200</strong> to indicate that the update operation has completed successfully.</p>\n","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}","sessionService","settings"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"539ab90f-a28e-48a6-ac77-1dcba2fca35c","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":"{\r\n    \"leaseTime\": 7200,\r\n    \"inactivityTimeout\": 3600\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/sessionService/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Wed, 04 Dec 2024 15:57:55 GMT"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"e7cc5760-7d10-4053-9b02-30ce2ab3e2bd"}],"id":"6cd81954-ff4d-4ff8-97c1-35ac865420dc","description":"<p>The sessionService API provides access to session-related functionality. This service allows users to manage the current active session, view a full list of active sessions, and configure general settings for sessions.</p>\n","_postman_id":"6cd81954-ff4d-4ff8-97c1-35ac865420dc"},{"name":"root","event":[{"listen":"test","script":{"id":"dc6d8018-bc53-4ad9-a28f-c904bd2608de","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9826c879-2a6d-4e66-bc4b-627255fbb9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/","description":"<p>This root endpoint retrieves all services available for the specified API version. It provides information about all major services that can be utilized within the application, such as account management, alarm notifications, environmental monitoring, and more.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://{{hostname}}/rest/mbdetnrs/{{version}}/</code></p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response body will contain a JSON object with the following keys, representing different services:</p>\n<ul>\n<li><p><code>accountService</code>: Information related to account management.</p>\n</li>\n<li><p><code>alarmService</code>: Details regarding alarm notifications.</p>\n</li>\n<li><p><code>environmentService</code>: Data pertaining to environmental monitoring.</p>\n</li>\n<li><p><code>managers</code>: Information about various managers within the system.</p>\n</li>\n<li><p><code>oauth2</code>: OAuth2 authentication details and token management.</p>\n</li>\n<li><p><code>powerDistributions</code>: Information on power distribution services.</p>\n</li>\n<li><p><code>powerService</code>: Details related to power service management.</p>\n</li>\n<li><p><code>protectionService</code>: Information regarding protection services.</p>\n</li>\n<li><p><code>scheduleService</code>: Details about scheduling services.</p>\n</li>\n<li><p><code>sensors</code>: Information on sensors used within the system.</p>\n</li>\n<li><p><code>sessionService</code>: Details about user session management.</p>\n</li>\n</ul>\n<h3 id=\"response-codes\">Response Codes</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>200: OK =&gt; Successful retrieval of available services\n401: InvalidCredential =&gt; The provided credentials are invalid\n403: ExpiredCredentials =&gt; The provided credentials have expired\n403: NotAuthorized =&gt; The user is authenticated, but does not have permission to access the resource \n403: AccountBlocked =&gt; The user account is blocked \n403: ConcurentSession =&gt; A concurent session is already in progress by the same user \n500: InternalError =&gt; An unknown error has occurred\n\n</code></pre>","urlObject":{"protocol":"https","path":["rest","mbdetnrs","{{version}}",""],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"96d1c983-6d86-4571-9dbd-52b80f989d48","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"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":""},"url":"https://{{hostname}}/rest/mbdetnrs/{{version}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-type","value":"application/json;charset=UTF-8"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Content-Length","value":"709"},{"key":"Date","value":"Tue, 15 Jul 2025 17:38:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/accountService\"\n    },\n    \"alarmService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/alarmService\"\n    },\n    \"environmentService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/environmentService\"\n    },\n    \"managers\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/managers\"\n    },\n    \"oauth2\": null,\n    \"powerDistributions\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerDistributions\"\n    },\n    \"powerService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/powerService\"\n    },\n    \"protectionService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/protectionService\"\n    },\n    \"scheduleService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/scheduleService\"\n    },\n    \"sensors\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sensors\"\n    },\n    \"sessionService\": {\n        \"@id\": \"/rest/mbdetnrs/2.0/sessionService\"\n    }\n}"}],"_postman_id":"9826c879-2a6d-4e66-bc4b-627255fbb9eb"}]}