{"info":{"_postman_id":"313241f6-0549-4471-a9b7-9e6da99d2ba5","name":"Public Portal (For Clients)","description":"<html><head></head><body><p>The public portal API is a web service that enables you to launch and manage Linux and Windows servers in Beeks data centres. This is a REST-based API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16786554","collectionId":"313241f6-0549-4471-a9b7-9e6da99d2ba5","publishedId":"UVR4Lozh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-09T13:47:23.000Z"},"item":[{"name":"Create Key Token","item":[{"name":"Create Login Token (auth_token)","event":[{"listen":"test","script":{"id":"b15d4894-ccf9-47db-bbca-3bc2086efc8c","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"auth_token\", data.token);\r","pm.environment.set(\"refresh_token\", data.refresh_token);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript","packages":{}}}],"id":"a10cb41b-5baa-47bb-b0ea-05d23c73d7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/auth/login/","description":"<p>Example of the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIi...UsC3cNn2TcMu_WWV2oVzlitDGfLZuP8Az7E0zcQ\",\n    \"refresh_token\": \"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIi...-89Cg-VcYdJTEsQHUUakw3I0lYAdQpiWOGS3_xg\",\n    \"expires_in\": 300,\n    \"refresh_expires_in\": 1200,\n    \"token_type\": \"Bearer\"\n}\n\n</code></pre>\n","urlObject":{"path":["v3","api","rest","auth","login",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a10cb41b-5baa-47bb-b0ea-05d23c73d7de"},{"name":"Refresh Auth Token","id":"ede7766c-a0a0-4d10-80ef-ff79e6ec1d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"{{refresh_token}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/auth/token/refresh/","description":"<p>Example of the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIi...UsC3cNn2TcMu_WWV2oVzlitDGfLZuP8Az7E0zcQ\",\n    \"refresh_token\": \"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIi...-89Cg-VcYdJTEsQHUUakw3I0lYAdQpiWOGS3_xg\",\n    \"expires_in\": 300,\n    \"refresh_expires_in\": 1200,\n    \"token_type\": \"Bearer\"\n}\n\n</code></pre>\n","urlObject":{"path":["v3","api","rest","auth","token","refresh",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ede7766c-a0a0-4d10-80ef-ff79e6ec1d58"},{"name":"(DEPRECATED) Create Login Token (auth_token)","event":[{"listen":"prerequest","script":{"id":"e7391739-3ea6-4577-a0c0-192fbd221fc7","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"1debee55-2bf1-4bff-9149-c9b061780f76","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"auth_token\", data.token);\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"0ce2001c-1c74-4f3a-9aea-6941aeaba3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"{{username}}\", \"password\": \"{{password}}\"}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/user/login/","urlObject":{"path":["v2","api","rest","user","login",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ce2001c-1c74-4f3a-9aea-6941aeaba3f3"}],"id":"093923fc-d047-4a41-a7bf-a30169976b01","description":"<p>Each request made to Beeks APIs must be authenticated. Beeks APIs handle this with a Bearer Auth-Token within the HTTP header that must be provided with every request (with the exception of /login ). You can generate an Bearer-Auth-Token token by sending your username and password in the payload of a /login request . It is absolutely essential that you keep your token and password private as it gives you access to everything that your user is permissioned to see in your Beeks account.</p>\n","_postman_id":"093923fc-d047-4a41-a7bf-a30169976b01"},{"name":"Build Orders","item":[{"name":"v3","item":[{"name":"Build Orders","id":"41172631-6bd8-4d42-ae0b-328e863df7ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/build-orders/?status=complete&date=2023-03-16","description":"<p>When an order or provision POST request is made, a unique identifier called the Build Order UUID is returned. This UUID represents the request and serves as a record of the build process. To obtain the resulting compute UUID from the Build Order.</p>\n","urlObject":{"path":["v3","api","rest","build-orders",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The build Order status</p>\n","type":"text/plain"},"key":"status","value":"complete"},{"description":{"content":"<p>The BuildOrders until tthe specified date</p>\n","type":"text/plain"},"key":"date","value":"2023-03-16"}],"variable":[]}},"response":[{"id":"ddd5876d-5595-4996-890e-bce15233c9d0","name":"Build Orders List Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v3/api/rest/build-orders/?status=complete&date=2023-03-16","host":["{{base_url}}"],"path":["v3","api","rest","build-orders",""],"query":[{"key":"status","value":"complete"},{"key":"date","value":"2023-03-16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":["",{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"bae5c3e1-11b4-48b8-9bf2-04f836ca7f8d\",\n        \"computeUuid\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n        \"status\": \"complete\"\n    },\n    {\n        \"uuid\": \"adca8e41-3bac-4dab-87bb-cf24d519f2fe\",\n        \"computeUuid\": \"31fc9fed-47ee-4ad2-a86a-154026f309c7\",\n        \"status\": \"complete\"\n    },\n    {\n        \"uuid\": \"473ffeff-6852-4213-99de-8e79844e9e8f\",\n        \"computeUuid\": \"f218eaaa-e08f-4e48-9959-fc1748f13175\",\n        \"status\": \"complete\"\n    },\n    {\n        \"uuid\": \"70bf04d6-a8d2-44fc-b584-be1de42aaadd\",\n        \"computeUuid\": \"dae7dba7-3796-4beb-bc1d-0e37ec0659cb\",\n        \"status\": \"complete\"\n    }\n]"}],"_postman_id":"41172631-6bd8-4d42-ae0b-328e863df7ed"},{"name":"Build Orders Retrieve","id":"2a7e6726-a6f5-467f-805d-9097f33ebe97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/build-orders/:build_order_uuid/","description":"<p>When you have a build order you can query for the progress of the build by passing the Build Order UUID into this endpoint, Once the work is complete you will get the final Compute UUID.</p>\n<p>The compute UUID can be used to perform power commands, get metrics and eventually destory the compute.</p>\n","urlObject":{"path":["v3","api","rest","build-orders",":build_order_uuid",""],"host":["{{base_url}}"],"query":[],"variable":[{"id":"bd3de2eb-9131-4782-97d9-72210e42574c","description":{"content":"<p>The Uuid of the wanted buildOrder</p>\n","type":"text/plain"},"type":"any","value":"bae5c3e1-11b4-48b8-9bf2-04f836ca7f8d","key":"build_order_uuid"}]}},"response":[{"id":"30ad6590-5701-40cf-8797-64693c30323a","name":"Build Orders Retrieve Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v3/api/rest/build-orders/:build_order_uuid/","host":["{{base_url}}"],"path":["v3","api","rest","build-orders",":build_order_uuid",""],"variable":[{"key":"build_order_uuid","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":["",{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"bae5c3e1-11b4-48b8-9bf2-04f836ca7f8d\",\n    \"computeUuid\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n    \"status\": \"complete\"\n}"},{"id":"9672af7f-4757-4dfe-a372-909605daa47a","name":"Build Orders Retrieve Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v3/api/rest/build-orders/:build_order_uuid/","host":["{{base_url}}"],"path":["v3","api","rest","build-orders",":build_order_uuid",""],"variable":[{"key":"build_order_uuid","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":["",{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": \"Not found\"\n}"}],"_postman_id":"2a7e6726-a6f5-467f-805d-9097f33ebe97"}],"id":"31d4d653-7ef1-4ca1-8874-2637841dd114","_postman_id":"31d4d653-7ef1-4ca1-8874-2637841dd114","description":""}],"id":"55c02202-df83-4976-a7aa-1b15795a7613","_postman_id":"55c02202-df83-4976-a7aa-1b15795a7613","description":""},{"name":"Order","item":[{"name":"v3","item":[{"name":"VPS","item":[{"name":"VPS Order Options","event":[{"listen":"test","script":{"id":"ef6a22db-9446-4c6c-b10d-0903c995f86a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"e9f0cf29-c212-445d-94dc-d8885b262498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/order/virtual-private-server/order-options/","description":"<p>All the available options for creating a Virtual Machine. Each Availability Zone will be detailed with:</p>\n<ul>\n<li>availabilityZone</li>\n<li>osTemplate</li>\n<li>packages</li>\n</ul>\n<h3 id=\"ostemplate\">osTemplate</h3>\n<p>Will provide all the needed information for having a specific operative system in a given availabilityZone.</p>\n<h3 id=\"packages\">packages</h3>\n<p>Regards the available specifics related to a certain package for which a certain Virtual Machine can be created and the billing information that will be applied.</p>\n","urlObject":{"path":["v3","api","rest","order","virtual-private-server","order-options",""],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"availability_zone","value":"7c48a08a-f70c-4b7f-9408-d94bf78da898"}],"variable":[]}},"response":[{"id":"7c6c8ec3-68a4-4669-8c0b-b438470dd2fb","name":"VPS Order Options select all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v3/api/rest/order/virtual-private-server/order-options/","host":["{{base_url}}"],"path":["v3","api","rest","order","virtual-private-server","order-options",""],"query":[{"key":"availability_zone","value":"7c48a08a-f70c-4b7f-9408-d94bf78da898","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Nov 2022 13:37:53 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"4783"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"461cca71-a096-417b-845f-5967bfd6f17c\",\n            \"name\": \"London\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    },\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n            \"name\": \"60H Shared\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    },\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"4b72b78a-04f8-4e19-85cc-2df7ef03c1ba\",\n            \"name\": \"Barbados\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    },\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"7c48a08a-f70c-4b7f-9408-d94bf78da898\",\n            \"name\": \"60H\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Silver\",\n                \"memoryMb\": 4096,\n                \"storageGb\": 50,\n                \"price\": 51,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Silver\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    },\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"4eeed822-1d22-476c-96c7-66079ab8506b\",\n            \"name\": \"Lab\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    },\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"name\": \"New York\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    }\n]"},{"id":"87301e02-9239-4d90-ae51-21598ce06ab9","name":"VPS Order Options select  availability_zone shared","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v3/api/rest/order/virtual-private-server/order-options/?availability_zone=7c48a08a-f70c-4b7f-9408-d94bf78da898","host":["{{base_url}}"],"path":["v3","api","rest","order","virtual-private-server","order-options",""],"query":[{"key":"availability_zone","value":"7c48a08a-f70c-4b7f-9408-d94bf78da898"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Nov 2022 13:38:21 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"888"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"7c48a08a-f70c-4b7f-9408-d94bf78da898\",\n            \"name\": \"60H\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"Windows French Edition\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-FRE-PORTALFE\"\n            },\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2016\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2016\"\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"copper\",\n                \"memoryMb\": 20,\n                \"storageGb\": 60,\n                \"price\": 30,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Copper\"\n            },\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"price\": 29,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 1,\n                \"packageSku\": \"Bronze\"\n            },\n            {\n                \"name\": \"Silver\",\n                \"memoryMb\": 4096,\n                \"storageGb\": 50,\n                \"price\": 51,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 2,\n                \"packageSku\": \"Silver\"\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"price\": 90,\n                \"currency\": \"GBP\",\n                \"cpuCores\": 4,\n                \"packageSku\": \"Gold\"\n            }\n        ]\n    }\n]"}],"_postman_id":"e9f0cf29-c212-445d-94dc-d8885b262498"},{"name":"VPS Order","event":[{"listen":"test","script":{"id":"ef6a22db-9446-4c6c-b10d-0903c995f86a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"aee9d55d-0ea5-45df-aef5-9dfbe19db7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/order/virtual-private-server/","description":"<p>Send a request creation for a new Virtual Machine, witth AvailabilityZone Shared. The related specifics like package and osTemplate need to be sourced from the VPS Order Options endpoint.</p>\n<p>The body for the creation need to have the following input.</p>\n<ul>\n<li><strong>availabilityZone</strong>: Must be Shared UUID.</li>\n<li><strong>osTemplate</strong>: Template SKU.</li>\n<li><strong>identifier</strong>: Custom wanted identifier.</li>\n<li><strong>package</strong>: PackagedSku name.</li>\n<li><strong>clientEmail</strong>: The client email.</li>\n<li><strong>emailTemplate</strong>: Explicit which email template need to be use. (default)</li>\n</ul>\n<p>Optional</p>\n<ul>\n<li><strong>internalReference</strong>: Account number.</li>\n<li><strong>notes</strong>: General notes.</li>\n<li><strong>desktopFiles:</strong> pre-approved files which are downloaded to completed computes order</li>\n</ul>\n<p>Returns</p>\n<p>A Build Order UUID is returned, see Build Order section, for how to get completed Compute UUID.</p>\n","urlObject":{"path":["v3","api","rest","order","virtual-private-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e171e7d5-4041-4aa7-a98d-1f72fba522d8","name":"VPS Order Creation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"availabilityZone\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n    \"osTemplate\": \"CENTOS-7\",\n    \"identifier\": \"TestVPS\",\n    \"package\": \"VPS-BRONZE\",\n    \"clientEmail\": \"devteam@beeksgroup.com\",\n    \"emailTemplate\": \"default\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/order/virtual-private-server/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Nov 2022 13:49:12 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"212"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"c15c6f95-2a71-4822-b7ed-b5c2d0f62d99\",\n    \"status\": \"pending\",\n    \"availabilityZone\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n    \"dateCreated\": \"2022-11-21T13:49:12.779477Z\",\n    \"dateUpdated\": \"2022-11-21T13:49:12.780706Z\"\n}"},{"id":"00d88f10-d93d-4152-8e0c-511b67908677","name":"VPS Order Creation with Desktop Files","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"availabilityZone\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n    \"osTemplate\": \"CENTOS-7\",\n    \"identifier\": \"TestVPS\",\n    \"package\": \"VPS-BRONZE\",\n    \"clientEmail\": \"devteam@beeksgroup.com\",\n    \"emailTemplate\": \"default\",\n    \"internalReference\": \"acme\",\n    \"notes\": \"This is a test note.\",\n    \"desktopFiles\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/order/virtual-private-server/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Nov 2022 16:16:25 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"212"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"0b4c6c84-1ab5-466c-92e4-540dab5013db\",\n    \"status\": \"processing\",\n    \"availabilityZone\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n    \"dateCreated\": \"2022-11-21T16:16:26.381420Z\",\n    \"dateUpdated\": \"2022-11-21T16:16:26.383642Z\"\n}"}],"_postman_id":"aee9d55d-0ea5-45df-aef5-9dfbe19db7a7"}],"id":"6732de3c-2149-4d3b-b5f2-bdfd80288fbb","_postman_id":"6732de3c-2149-4d3b-b5f2-bdfd80288fbb","description":""}],"id":"04a14c1c-7564-4152-8810-26a44310b196","description":"<p>V3 - December 2022</p>\n<p>Is the new method going forward for creating VPS and soon DS. We have change some of the post parameters to be SKU rather than id fields which offers more flexibility for the future.</p>\n","_postman_id":"04a14c1c-7564-4152-8810-26a44310b196"},{"name":"v2","item":[{"name":"Dedicated Server Options","event":[{"listen":"test","script":{"id":"c8aca384-48d1-41aa-a1d7-a610f4f97991","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})\r",""],"type":"text/javascript"}}],"id":"fa25df1b-53db-4994-bd32-55c1d3abd124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/order/dedicated-server/options/","description":"<p>DS Options show the current operating systems templates and which packages of DS we offer per shared Availability Zone.</p>\n","urlObject":{"path":["v2","api","rest","order","dedicated-server","options",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa25df1b-53db-4994-bd32-55c1d3abd124"},{"name":"Dedicated Server Availability","event":[{"listen":"test","script":{"id":"b3ea9d99-a4eb-4963-bb0e-4c383fe7dcd2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})\r",""],"type":"text/javascript"}}],"id":"e207b456-3498-436e-aa78-2505c04ca024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/order/dedicated-server/get_availability/?dc={{location_shorname}}","description":"<p>For Dedicated servers found within the shared cloud compute you might want to check current availability before ordering. We will try are best to find availability for any order which we have none ready available however it will significantly increase time to deploy.</p>\n","urlObject":{"path":["v2","api","rest","order","dedicated-server","get_availability",""],"host":["{{base_url}}"],"query":[{"key":"dc","value":"{{location_shorname}}"}],"variable":[]}},"response":[{"id":"0f29d51f-4635-4c79-bf32-d0b79b2bb9cb","name":"Dedicated Server Availability","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/order/dedicated-server/get_availability/?dc=NY4","host":["{{base_url}}"],"path":["v2","api","rest","order","dedicated-server","get_availability",""],"query":[{"key":"dc","value":"NY4"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e207b456-3498-436e-aa78-2505c04ca024"},{"name":"Dedicated Server Order","event":[{"listen":"test","script":{"id":"51fa4813-246c-4720-be00-7d3fbc3992f7","exec":["pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"12358df0-467d-494e-8e05-7eb10b6ea96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/order/dedicated-server/","description":"<p>Making an initial call to DS options will give you the id details you need to make this POST request. This will submit a DS order to our automation engine which will deploy the DS on our shared cloud infrastructure. Once complete you will receive an email alert with credentials for the newly created DS.</p>\n","urlObject":{"path":["v2","api","rest","order","dedicated-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee718c73-75d5-49d5-b816-611209263282","name":"Dedicated Server Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"dataCenter\": \"6\",\r\n  \"os\": \"19809\",\r\n  \"clientName\": \"My Clients Name\",\r\n  \"email\": \"\",\r\n  \"accountNumber\": \"\",\r\n  \"package\": \"9\",\r\n  \"contract\": \"monthly\",\r\n  \"crossConnect\": \"\",\r\n  \"memory\": \"\",\r\n  \"storage\": \"\",\r\n  \"externalStorage\": \"\",\r\n  \"networkCards\": \"\",\r\n  \"ddosProtection\": \"\",\r\n  \"licenses\": \"\",\r\n  \"timeServices\": \"\",\r\n  \"networking\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/order/dedicated-server/"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"12358df0-467d-494e-8e05-7eb10b6ea96a"}],"id":"a054ad14-6baf-4aa0-bc97-c62aff24772b","description":"<p>V2 endpoints will be end of life Autumn 2023, we are still working through V3 replacements which will be ready Feb 2023</p>\n","_postman_id":"a054ad14-6baf-4aa0-bc97-c62aff24772b"}],"id":"5cc985ad-dfdc-409c-bf34-8e3b907e67e8","description":"<p>The Order endpoint is available for users who want to make a purchase of more compute from one of our shared cloud offerings. See a full list of data centres here <a href=\"https://beeksgroup.com/network/data-centres/\">https://beeksgroup.com/network/data-centres/</a></p>\n","_postman_id":"5cc985ad-dfdc-409c-bf34-8e3b907e67e8"},{"name":"Availability Zones","item":[{"name":"Availability Zone","event":[{"listen":"test","script":{"id":"3e8ecc78-45dc-4bb3-95b9-2f347943f67a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"36d91a92-55d6-4d58-89cc-b1e2b3ee37a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/availability-zone/","urlObject":{"path":["v2","api","rest","availability-zone",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a8d0852b-023c-453b-88de-d3d495c88757","name":"Availability Zone","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/availability-zone/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Dec 2021 11:57:32 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"224"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"DEV LD8\",\n        \"location\": \"LD8\",\n        \"role\": \"proximity\",\n        \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"services\": {\n            \"backup\": false,\n            \"metrics\": true,\n            \"analytics\": true\n        },\n        \"automation\": {\n            \"actions\": true,\n            \"provision\": true,\n            \"destroy\": true\n        }\n    }\n]"}],"_postman_id":"36d91a92-55d6-4d58-89cc-b1e2b3ee37a7"}],"id":"9e4c9f7e-6f5f-4720-b203-b7c5aeac5af2","description":"<p>A list of all your availability zone of type proximity. Each Proximity Cloud install will be grouped together within the one Availability Zone based on geographic location.</p>\n","_postman_id":"9e4c9f7e-6f5f-4720-b203-b7c5aeac5af2"},{"name":"Provision","item":[{"name":"v2","item":[{"name":"VPS Options","event":[{"listen":"test","script":{"id":"2fb7b2f3-a744-4922-aeac-a6fc5fcf7e1c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"8d13cee0-5521-462d-b876-b20825a3e032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/options/?availability_zone={{az_uuid}}","description":"<p>All the available options for provisioning a VPS within a private/proximity availability zone are provided by this one endpoint. Which Operating System templates are available? What Network, Which Host are available?</p>\n","urlObject":{"path":["v2","api","rest","provision","virtual-private-server","options",""],"host":["{{base_url}}"],"query":[{"key":"availability_zone","value":"{{az_uuid}}"}],"variable":[]}},"response":[{"id":"9120d575-aeb5-4abd-9a86-cb56a189f8f2","name":"VPS Options","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/provision/virtual-private-server/options/?availability_zone={{az_uuid}}","host":["{{base_url}}"],"path":["v2","api","rest","provision","virtual-private-server","options",""],"query":[{"key":"availability_zone","value":"{{az_uuid}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"availability_zone\": {\r\n            \"name\": \"LD8\",\r\n            \"location\": \"LD8\",\r\n            \"role\": \"proximity\",\r\n            \"uuid\": <HIDDEN>\",\r\n            \"services\": {\r\n                \"backup\": false,\r\n                \"metrics\": true,\r\n                \"analytics\": true\r\n            },\r\n            \"automation\": {\r\n                \"actions\": true,\r\n                \"provision\": true,\r\n                \"destroy\": true\r\n            }\r\n        },\r\n        \"os_templates\": [\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"template-centos7\",\r\n                \"display_name\": \"CentOS 7\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"template-centos8\",\r\n                \"display_name\": \"CentOS 8\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"template-windows2016\",\r\n                \"display_name\": \"Windows 2016\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"template-windows2019\",\r\n                \"display_name\": \"Windows 2019\"\r\n            }\r\n        ],\r\n        \"package_defaults\": [\r\n            {\r\n                \"name\": \"Bronze\",\r\n                \"CPU\": 1,\r\n                \"MEM\": 2560,\r\n                \"HD\": 30\r\n            },\r\n            {\r\n                \"name\": \"Silver\",\r\n                \"CPU\": 2,\r\n                \"MEM\": 4096,\r\n                \"HD\": 50\r\n            },\r\n            {\r\n                \"name\": \"Gold\",\r\n                \"CPU\": 4,\r\n                \"MEM\": 6656,\r\n                \"HD\": 75\r\n            }\r\n        ],\r\n        \"vps_hosts\": [\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\r\n                \"cluster\": \"<HIDDEN>\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\r\n                \"cluster\": \"<HIDDEN>\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\r\n                \"cluster\": \"<HIDDEN>\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\r\n                \"cluster\": \"<HIDDEN>\"\r\n            }\r\n        ]\r\n    }\r\n]"}],"_postman_id":"8d13cee0-5521-462d-b876-b20825a3e032"},{"name":"DS Options","event":[{"listen":"test","script":{"id":"3952d5bc-5369-4cc0-b424-afc508288e32","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d3b23414-58c5-411e-b0bc-6443687317be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/options/","description":"<p>All the available options for provisioning a DS within a private/proximity availability zone are provided by this one endpoint. Which Operating System templates are available? What Network are available?</p>\n","urlObject":{"path":["v2","api","rest","provision","dedicated-server","options",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8afcb25e-a723-446f-b9b1-0362ef9b510b","name":"DS Options","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/options/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"availability_zone\": {\r\n            \"name\": \"DEV LD8\",\r\n            \"location\": \"LD8\",\r\n            \"role\": \"proximity\",\r\n            \"uuid\": \"<HIDDEN>\",\r\n            \"services\": {\r\n                \"backup\": false,\r\n                \"metrics\": true,\r\n                \"analytics\": true\r\n            },\r\n            \"automation\": {\r\n                \"actions\": true,\r\n                \"provision\": true,\r\n                \"destroy\": true\r\n            }\r\n        },\r\n        \"os_templates\": [\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"CentOS 7\",\r\n                \"display_name\": \"CentOS 7\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"CentOS 8\",\r\n                \"display_name\": \"CentOS 8\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"Windows 2016\",\r\n                \"display_name\": \"Windows 2016\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"Windows 2019\",\r\n                \"display_name\": \"Windows 2019\"\r\n            }\r\n        ]\r\n    }\r\n]"}],"_postman_id":"d3b23414-58c5-411e-b0bc-6443687317be"},{"name":"VPS Provision","event":[{"listen":"test","script":{"id":"79e06abb-b8a2-43a1-bfa7-fcba14e0e1a1","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"compute_uuid\", data.uuid);\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"f9094d6a-c669-48c4-8c0a-0fedad35219b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/","description":"<p>Create new a VPS within your Private or Proximity Availability Zone.</p>\n<p><strong>Required:</strong></p>\n<ul>\n<li>\"availability_zone\"</li>\n<li>\"osTemplate\"</li>\n<li>\"identifier\"</li>\n<li>\"specCpu\"</li>\n<li>\"specMem\"</li>\n<li>\"specHd\"</li>\n</ul>\n<p><strong>Optional:</strong></p>\n<ul>\n<li>\"vpsHost\"</li>\n<li>\"specCpu\"</li>\n<li>\"specMem\"</li>\n<li>\"specHd\"</li>\n<li>\"email\"</li>\n<li>\"accountNumber\"</li>\n<li>\"network\"</li>\n</ul>\n","urlObject":{"path":["v2","api","rest","provision","virtual-private-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b5c3d862-2fed-428b-b00d-312908546743","name":"VPS Provision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"availabilityZone\":\"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\r\n    \"osTemplate\":\"aac83b9c-51c3-4b7f-a31f-59d798b6397c\",\r\n    \"identifier\":\"testing90\",\r\n    \"vpsHost\":\"bb3274a8-805e-490c-bd54-d74163ff9cf1\",\r\n    \"package\":\"Silver\",\r\n    \"specCpu\":2,\r\n    \"specMem\":4096,\r\n    \"specHd\":50,\r\n    \"email\":null,\r\n    \"accountNumber\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Dec 2021 15:34:50 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"179"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"d80c1499-f047-4a91-a2ac-de89f07408c4\",\n    \"status\": \"pending\",\n    \"availability_zone\": \"\",\n    \"date_created\": \"2021-12-14T15:34:51.312275Z\",\n    \"date_updated\": \"2021-12-14T15:34:51.315121Z\"\n}"}],"_postman_id":"f9094d6a-c669-48c4-8c0a-0fedad35219b"},{"name":"DS Provision","event":[{"listen":"test","script":{"id":"8b3be90d-e3a0-4deb-adb4-6f5a61afc0aa","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"b9bccea7-4b93-4386-a0aa-8f99a0080575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/","urlObject":{"path":["v2","api","rest","provision","dedicated-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9864e813-ccc7-439a-9dfa-11fe7cd2d44f","name":"DS Provision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"acountNumber\": null,\r\n    \"identifier\": \"my test\",\r\n    \"email\": \"\",\r\n    \"osTemplate\": \"15e86d8b-a4d6-4e1c-b162-dddf1d3ae3e0\",\r\n    \"tenant\": \"adam\",\r\n    \"friendlyName\": null,\r\n    \"compute\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\r\n    \"availabilityZone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"d80c1499-f047-4a91-a2ac-de89f07408c4\",\r\n    \"status\": \"pending\",\r\n    \"availability_zone\": \"\",\r\n    \"date_created\": \"2021-12-14T15:34:51.312275Z\",\r\n    \"date_updated\": \"2021-12-14T15:34:51.315121Z\"\r\n}"}],"_postman_id":"b9bccea7-4b93-4386-a0aa-8f99a0080575"},{"name":"VPS Duplicate","event":[{"listen":"test","script":{"id":"d3d18f81-3055-453f-af77-a4dc6130d0dd","exec":["pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"a3841e22-2d36-4603-915e-52d574a7332c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"vps\":\"269d4e41-882d-4f22-9ccf-4d13483ac85f\",\r\n     \"identifier\":\"eret\",\r\n     \"friendlyName\":\"dfgfdgdgdg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/duplicate/","description":"<p>If you want to duplicate the spec of a current VPS you can use this endpoint to duplicate the spec. It does not copy over user data, just allows you to create the same VPS spec multiple times.</p>\n","urlObject":{"path":["v2","api","rest","provision","virtual-private-server","duplicate",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec32e872-fc15-48a8-8f1f-8f691fd716a6","name":"Duplicate PC VPS","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer:{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"identifier\":\"Duplicate vps\",\r\n    \"vps\":{{vps_uuid}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a3841e22-2d36-4603-915e-52d574a7332c"},{"name":"Increase VPS capacity","event":[{"listen":"test","script":{"id":"88f70e17-f5e2-4610-b872-7a01ad1e0a13","exec":["pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"ca137fe2-8da5-4a57-9dde-ef097162aa01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{compute_uuid}/increase_capacity/","description":"<p>If you want to upgrade the CPU, Memory or shared storage allocated to a particular VPS you can use this endpoint to upgrade, however downgrades are not possible.</p>\n","urlObject":{"path":["v2","api","rest","compute","{compute_uuid}","increase_capacity",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f9e84076-7b7f-42b0-b560-37a9131bbc04","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"specCpu\":\"3\",\"specMem\":\"4097\"}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{compute_uuid}/increase_capacity/"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"617744e4-bc4f-4a0d-a6ee-c103510e2f91","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"specCpu\":\"3\",\"specMem\":\"4097\"}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{compute_uuid}/increase_capacity/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"message\":\"Unable to increase VPS capacity\",\"error_keys\":[]}"}],"_postman_id":"ca137fe2-8da5-4a57-9dde-ef097162aa01"}],"id":"f9171fec-c6a1-49f7-a662-98c8c8f135e8","_postman_id":"f9171fec-c6a1-49f7-a662-98c8c8f135e8","description":""},{"name":"v3","item":[{"name":"DS","item":[{"name":"DS Order Options","event":[{"listen":"test","script":{"id":"ef6a22db-9446-4c6c-b10d-0903c995f86a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"8900d048-ad3c-4f4c-86c6-42a875a063d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/provision/dedicated-server/order-options/","description":"<p>All the available options for provisioning a DS within a private/proximity availability zone are provided by this one endpoint. Which Operating System templates are available? What Network are available?</p>\n","urlObject":{"path":["v3","api","rest","provision","dedicated-server","order-options",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"506fe4a7-dcb2-47f8-9254-db1b27427e62","name":"DS Options","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/options/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"availability_zone\": {\r\n            \"name\": \"DEV LD8\",\r\n            \"location\": \"LD8\",\r\n            \"role\": \"proximity\",\r\n            \"uuid\": \"<HIDDEN>\",\r\n            \"services\": {\r\n                \"backup\": false,\r\n                \"metrics\": true,\r\n                \"analytics\": true\r\n            },\r\n            \"automation\": {\r\n                \"actions\": true,\r\n                \"provision\": true,\r\n                \"destroy\": true\r\n            }\r\n        },\r\n        \"os_templates\": [\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"CentOS 7\",\r\n                \"display_name\": \"CentOS 7\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"CentOS 8\",\r\n                \"display_name\": \"CentOS 8\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"Windows 2016\",\r\n                \"display_name\": \"Windows 2016\"\r\n            },\r\n            {\r\n                \"uuid\": \"<HIDDEN>\",\r\n                \"identifier\": \"Windows 2019\",\r\n                \"display_name\": \"Windows 2019\"\r\n            }\r\n        ]\r\n    }\r\n]"},{"id":"02218a8c-93b9-40a9-92ac-882c4357e863","name":"DS Options","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v3/api/rest/provision/dedicated-server/order_options/","host":["{{base_url}}"],"path":["v3","api","rest","provision","dedicated-server","order_options",""],"query":[{"key":"availability_zone","value":"{{az_uuid}}","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 19:34:29 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1999"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"d0b774af70abb968627628c55e9e3b14cfc559e4$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API URL: http://do:8000\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"availability_zone\": {\n            \"name\": \"60H-Private\",\n            \"uuid\": \"3457d31c-a98f-4e47-80f5-f77c2a650287\",\n            \"role\": \"private\",\n            \"location\": \"60H\",\n            \"services\": {\n                \"analytics\": false,\n                \"backup\": false,\n                \"metrics\": false\n            },\n            \"automation\": {\n                \"actions\": true,\n                \"provision\": true,\n                \"destroy\": true\n            }\n        },\n        \"os_templates\": [],\n        \"networks\": [],\n        \"hosts\": []\n    },\n    {\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"role\": \"proximity\",\n            \"location\": \"LD8\",\n            \"services\": {\n                \"analytics\": true,\n                \"backup\": false,\n                \"metrics\": true\n            },\n            \"automation\": {\n                \"actions\": true,\n                \"provision\": true,\n                \"destroy\": true\n            }\n        },\n        \"os_templates\": [\n            {\n                \"uuid\": \"93a619e6-a959-4a67-8128-5c0d37ab0c4f\",\n                \"identifier\": \"CentOS 7\",\n                \"display_name\": \"CentOS 7\"\n            },\n            {\n                \"uuid\": \"15e86d8b-a4d6-4e1c-b162-dddf1d3ae3e0\",\n                \"identifier\": \"CentOS 8\",\n                \"display_name\": \"CentOS 8\"\n            },\n            {\n                \"uuid\": \"22ee15ce-1464-4a54-abd5-5a9d4985034c\",\n                \"identifier\": \"Windows 2016\",\n                \"display_name\": \"Windows 2016\"\n            },\n            {\n                \"uuid\": \"58374085-de13-4303-866f-067f692ea49e\",\n                \"identifier\": \"Windows 2019\",\n                \"display_name\": \"Windows 2019\"\n            }\n        ],\n        \"networks\": [\n            {\n                \"uuid\": \"251b772a-b858-4fd9-96db-260bcc0b3e35\",\n                \"name\": \"VLAN 102\",\n                \"prefix_id\": \"9c8d3f88-3816-5c5e-80da-dff54144e61b\",\n                \"utilisation\": 6,\n                \"prefix_max\": 254,\n                \"prefix\": \"10.10.102.0/24\",\n                \"role\": \"Broker-Trusted\",\n                \"security_zone\": {\n                    \"uuid\": \"500ea1ce-7590-4791-aba9-62455c67f06c\",\n                    \"name\": \"Security Zone2\",\n                    \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n                }\n            }\n        ],\n        \"hosts\": [\n            {\n                \"name\": \"PC0-blade-3\",\n                \"status\": \"Deployed\",\n                \"uuid\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            {\n                \"name\": \"PC0-blade-4\",\n                \"status\": \"Pending\",\n                \"uuid\": \"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35\"\n            },\n            {\n                \"name\": \"PC0-blade-5\",\n                \"status\": \"Pending\",\n                \"uuid\": \"70200e4c-cf76-4e61-9fa0-11d5db440942\"\n            }\n        ]\n    },\n    {\n        \"availability_zone\": {\n            \"name\": \"Millport\",\n            \"uuid\": \"22981f08-3281-4fb7-909f-147a96a7b841\",\n            \"role\": \"proximity\",\n            \"location\": \"Millport\",\n            \"services\": {\n                \"analytics\": false,\n                \"backup\": false,\n                \"metrics\": false\n            },\n            \"automation\": {\n                \"actions\": true,\n                \"provision\": true,\n                \"destroy\": true\n            }\n        },\n        \"os_templates\": [\n            {\n                \"uuid\": \"8985639e-093d-4573-bb14-433ee6af43b3\",\n                \"identifier\": \"Windows 2019\",\n                \"display_name\": \"Windows 2019\"\n            }\n        ],\n        \"networks\": [],\n        \"hosts\": []\n    }\n]"}],"_postman_id":"8900d048-ad3c-4f4c-86c6-42a875a063d8"},{"name":"DS Provision","event":[{"listen":"test","script":{"id":"b0540f98-98c4-4f27-9b2b-94b6cd4be23d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"6c03b838-d8a0-484e-a79a-42c7bb633956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"osTemplate\": \"93a619e6-a959-4a67-8128-5c0d37ab0c4f\",\n    \"osTemplateSku\": \"CENTOS-7\",\n    \"identifier\": \"TestSKU\",\n    \"clientEmail\": \"vallikkannu.elangovan@beeksgroup.com\",\n    \"internalReference\": \"TestSku\",\n    \"availabilityZone\": \"ab94f4cc-041d-495c-b6d2-492f82083d16\",\n    \"host\": \"5d28fc33-4733-4c67-9d01-62f6ba2f8b6c\",\n    \"network\": \"2a46b114-18b6-4dde-b74e-21bd1d54ed77\",\n    \"friendlyName\":\"tester\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/provision/dedicated-server/","urlObject":{"path":["v3","api","rest","provision","dedicated-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a05aa581-6738-4f2b-826f-1330177afae2","name":"DS Provision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"osTemplate\": \"93a619e6-a959-4a67-8128-5c0d37ab0c4f\",\r\n    \"osTemplateSku\": \"CENTOS-7\",\r\n    \"identifier\": \"TestSKU\",\r\n    \"clientEmail\": \"vallikkannu.elangovan@beeksgroup.com\",\r\n    \"internalReference\": \"TestSku\",\r\n    \"availabilityZone\": \"ab94f4cc-041d-495c-b6d2-492f82083d16\",\r\n    \"host\": \"5d28fc33-4733-4c67-9d01-62f6ba2f8b6c\",\r\n    \"network\": \"2a46b114-18b6-4dde-b74e-21bd1d54ed77\",\r\n    \"friendlyName\":\"tester\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/dedicated-server/"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"d80c1499-f047-4a91-a2ac-de89f07408c4\",\r\n    \"status\": \"pending\",\r\n    \"availability_zone\": \"\",\r\n    \"date_created\": \"2021-12-14T15:34:51.312275Z\",\r\n    \"date_updated\": \"2021-12-14T15:34:51.315121Z\"\r\n}"},{"id":"8102f346-db65-4c77-a40c-ceed1d00725f","name":"DS Provision Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"osTemplate\": \"ALMA-8\",\n    \"identifier\": \"ReDeployDS\",\n    \"clientEmail\": \"vallikkannu.elangovan@beeksgroup.com\",\n    \"internalReference\": \"PC1947\",\n    \"availabilityZone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n    \"host\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n    \"friendlyName\":\"tester\",\n    \"tenant\":\"qatester\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/provision/dedicated-server/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 17:08:37 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"212"},{"key":"Vary","value":"Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"d0b774af70abb968627628c55e9e3b14cfc559e4$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API URL: http://do:8000\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"ee59dbe3-f838-4b03-8ea4-ea0845ebd495\",\n    \"status\": \"pending\",\n    \"availabilityZone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n    \"dateCreated\": \"2023-01-31T17:08:37.240039Z\",\n    \"dateUpdated\": \"2023-01-31T17:08:37.242380Z\"\n}"},{"id":"394a1fdf-b76b-47ea-9a52-f370c92690d3","name":"DS Provision Invalid Template Selected","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"osTemplate\": \"ALMA-88\",\n    \"identifier\": \"ReDeployDS\",\n    \"clientEmail\": \"vallikkannu.elangovan@beeksgroup.com\",\n    \"internalReference\": \"PC1947\",\n    \"availabilityZone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n    \"host\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n    \"friendlyName\":\"tester\",\n    \"tenant\":\"qatester\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/provision/dedicated-server/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 17:09:04 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"83"},{"key":"Vary","value":"Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error\",\n    \"detail\": {\n        \"osTemplate\": [\n            \"Invalid Template selected.\"\n        ]\n    }\n}"}],"_postman_id":"6c03b838-d8a0-484e-a79a-42c7bb633956"}],"id":"4f1c3df1-b5a8-4809-87bd-d8d4eb390b67","_postman_id":"4f1c3df1-b5a8-4809-87bd-d8d4eb390b67","description":""},{"name":"VPS","item":[{"name":"VPS Order Options","event":[{"listen":"test","script":{"id":"ef6a22db-9446-4c6c-b10d-0903c995f86a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"220f3ff8-7805-4e06-8038-fb37266da38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/provision/virtual-private-server/order-options/?availability_zone={{az_uuid}}","description":"<p>All the available options for provisioning a DS within a private/proximity availability zone are provided by this one endpoint. Which Operating System templates are available? What Network are available?</p>\n","urlObject":{"path":["v3","api","rest","provision","virtual-private-server","order-options",""],"host":["{{base_url}}"],"query":[{"key":"availability_zone","value":"{{az_uuid}}"}],"variable":[]}},"response":[{"id":"fed2f76e-9ef4-41e8-8827-1fb8eff00916","name":"VPS Order Options","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v3/api/rest/provision/virtual-private-server/order-options/?availability_zone={{az_uuid}}","host":["{{base_url}}"],"path":["v3","api","rest","provision","virtual-private-server","order-options",""],"query":[{"key":"availability_zone","value":"{{az_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 14:07:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"1446"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"availabilityZone\": {\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"name\": \"DEV LD8\"\n        },\n        \"osTemplates\": [\n            {\n                \"name\": \"CentOS version 7\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"CENTOS-7\"\n            },\n            {\n                \"name\": \"Alma version 8\",\n                \"family\": \"Linux\",\n                \"osTemplateSku\": \"ALMA-8\"\n            },\n            {\n                \"name\": \"Microsoft Windows Server 2019\",\n                \"family\": \"Windows\",\n                \"osTemplateSku\": \"WIN-2019\"\n            }\n        ],\n        \"networks\": [\n            {\n                \"uuid\": \"251b772a-b858-4fd9-96db-260bcc0b3e35\",\n                \"name\": \"vlan108\",\n                \"prefixId\": \"9c8d3f88-3816-5c5e-80da-dff54144e61b\",\n                \"utilisation\": 20,\n                \"prefixMax\": 254,\n                \"prefix\": \"10.10.102.0/24\",\n                \"role\": \"Broker-Trusted\",\n                \"securityZone\": {\n                    \"uuid\": \"eb9fc178-f6fb-4b64-8c0a-6ff4c2fe2c8d\",\n                    \"name\": \"test-zone\",\n                    \"availabilityZone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n                }\n            }\n        ],\n        \"packages\": [\n            {\n                \"name\": \"Bronze\",\n                \"memoryMb\": 2560,\n                \"storageGb\": 40,\n                \"cpuCores\": 1\n            },\n            {\n                \"name\": \"Silver\",\n                \"memoryMb\": 4096,\n                \"storageGb\": 50,\n                \"cpuCores\": 2\n            },\n            {\n                \"name\": \"Gold\",\n                \"memoryMb\": 6656,\n                \"storageGb\": 75,\n                \"cpuCores\": 4\n            }\n        ],\n        \"vmClusters\": [\n            {\n                \"name\": \"Cluster1\",\n                \"uuid\": \"97bfb437-b921-4d89-843a-240dc76f67a1\",\n                \"status\": \"active\",\n                \"drsEnabled\": true,\n                \"hosts\": [\n                    {\n                        \"name\": \"node01\",\n                        \"uuid\": \"bb49ddb3-8d7b-474a-9328-e0388c9ebdc6\",\n                        \"vmTotalCount\": 15,\n                        \"vmPoweredOnCount\": 8\n                    },\n                    {\n                        \"name\": \"node02\",\n                        \"uuid\": \"38230d69-3370-43cc-97dd-3e7ba76c4cfb\",\n                        \"vmTotalCount\": 7,\n                        \"vmPoweredOnCount\": 4\n                    },\n                    {\n                        \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n                        \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\",\n                        \"vmTotalCount\": 0,\n                        \"vmPoweredOnCount\": 0\n                    },\n                    {\n                        \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n                        \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\",\n                        \"vmTotalCount\": 1,\n                        \"vmPoweredOnCount\": 0\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"220f3ff8-7805-4e06-8038-fb37266da38a"},{"name":"VPS Provision","event":[{"listen":"test","script":{"id":"c0122544-c1cc-4d2b-8d8b-e99b3b6ef2d2","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"compute_uuid\", data.uuid);\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"3f957f68-f3dd-4c37-8706-0e51d2cd5b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"availabilityZone\": \"ab94f4cc-041d-495c-b6d2-492f82083d16\",\n    \"osTemplateSku\": \"CENTOS-7\",\n    \"identifier\": \"SkuTest78\",\n    \"network\":\"c9127b8f-2245-46fb-96f8-ec795bdd2190\",\n    \"cpuCores\": 1,\n    \"memoryMb\": 2560,\n    \"storageGb\": 40,\n    \"clientEmail\": \"vallikkannu.elangovan@beeksgroup.com\",\n    \"internalReference\": \"666666\",\n    \"friendlyName\":\"vallipal\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/provision/virtual-private-server/","description":"<p>Create new a VPS within your Private or Proximity Availability Zone.</p>\n<p><strong>Required:</strong></p>\n<ul>\n<li>\"availability_zone\"</li>\n<li>\"osTemplate\"</li>\n<li>\"identifier\"</li>\n<li>\"specCpu\"</li>\n<li>\"specMem\"</li>\n<li>\"specHd\"</li>\n</ul>\n<p><strong>Optional:</strong></p>\n<ul>\n<li>\"vpsHost\"</li>\n<li>\"specCpu\"</li>\n<li>\"specMem\"</li>\n<li>\"specHd\"</li>\n<li>\"email\"</li>\n<li>\"accountNumber\"</li>\n<li>\"network\"</li>\n</ul>\n","urlObject":{"path":["v3","api","rest","provision","virtual-private-server",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3246315c-537a-4271-81be-ec824e52fa6e","name":"VPS Provision","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"availabilityZone\":\"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\r\n    \"osTemplate\":\"aac83b9c-51c3-4b7f-a31f-59d798b6397c\",\r\n    \"identifier\":\"testing90\",\r\n    \"vpsHost\":\"bb3274a8-805e-490c-bd54-d74163ff9cf1\",\r\n    \"package\":\"Silver\",\r\n    \"specCpu\":2,\r\n    \"specMem\":4096,\r\n    \"specHd\":50,\r\n    \"email\":null,\r\n    \"accountNumber\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/provision/virtual-private-server/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Dec 2021 15:34:50 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"179"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"d80c1499-f047-4a91-a2ac-de89f07408c4\",\n    \"status\": \"pending\",\n    \"availability_zone\": \"\",\n    \"date_created\": \"2021-12-14T15:34:51.312275Z\",\n    \"date_updated\": \"2021-12-14T15:34:51.315121Z\"\n}"}],"_postman_id":"3f957f68-f3dd-4c37-8706-0e51d2cd5b80"}],"id":"66ab709c-4ea1-4eca-8ff0-08c12f36b557","_postman_id":"66ab709c-4ea1-4eca-8ff0-08c12f36b557","description":""}],"id":"40655ce7-5115-407f-b186-a2670c76ec60","_postman_id":"40655ce7-5115-407f-b186-a2670c76ec60","description":""}],"id":"729f58b4-01c3-40da-8b09-f161284aeed4","description":"<p>For compute items that are within a private or proximity Availability Zone you can provision more compute based on these requests.</p>\n","_postman_id":"729f58b4-01c3-40da-8b09-f161284aeed4"},{"name":"Compute","item":[{"name":"Actions","item":[{"name":"Power Off Compute (Hard)","event":[{"listen":"test","script":{"id":"d4a5e721-477e-4442-a1ce-0092dfbe5db4","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"1ad5f88e-f64f-4221-842d-a619b76bc21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/power_off_hard/","description":"<p>Send a command Power Off (Hard) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","power_off_hard",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ad5f88e-f64f-4221-842d-a619b76bc21f"},{"name":"Power On Compute (Soft)","event":[{"listen":"test","script":{"id":"f65891ae-c1fa-4fc3-9b62-e1e6c3b3fb96","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"d8456ff3-533e-4551-82be-97f2f541cb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/power_on/","description":"<p>Send a command Power Off (Soft) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","power_on",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8456ff3-533e-4551-82be-97f2f541cb7e"},{"name":"Power On Compute (Hard)","event":[{"listen":"test","script":{"id":"43f68bb6-9d9f-4fa8-a758-d722f4aab924","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"9fbdfc85-5f14-4fc0-aee3-8799c07135f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/power_on_hard/","description":"<p>Send a command Power On (Hard) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","power_on_hard",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fbdfc85-5f14-4fc0-aee3-8799c07135f8"},{"name":"Power Off Compute (Soft)","event":[{"listen":"test","script":{"id":"22d4a988-0b5a-4b2a-92c0-eecc9898d889","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"a73fccd8-ee13-4f88-a857-cf0489967656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute{{compute_uuid}}/power_off/","description":"<p>Send a command Power Off (Soft) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute{{compute_uuid}}","power_off",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a73fccd8-ee13-4f88-a857-cf0489967656"},{"name":"Power Restart Compute (Hard)","event":[{"listen":"test","script":{"id":"fed00e44-11c6-4478-9869-34771651078d","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"ecacad23-c15f-4670-85c2-3790405bb603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/hard_restart","description":"<p>Send a command Restart (Hard) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","hard_restart"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecacad23-c15f-4670-85c2-3790405bb603"},{"name":"Power Restart Compute (Soft)","event":[{"listen":"test","script":{"id":"b0d32b1d-a443-43cc-828b-d3de9bde4867","exec":["\r","pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"4cf63037-6908-42d4-bb7c-2a41d5580bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/soft_restart/","description":"<p>Send a command Restart (Soft) to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","soft_restart",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf63037-6908-42d4-bb7c-2a41d5580bb9"},{"name":"Decommission Compute","event":[{"listen":"test","script":{"id":"2a8305d4-39d9-4aba-8fe8-f42646069b39","exec":["pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});"],"type":"text/javascript"}}],"id":"97a20be0-b734-4377-9886-0df0c3010e62","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/immediately_decommission/","description":"<p>Send a command Decommission action to a compute item, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","immediately_decommission",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97a20be0-b734-4377-9886-0df0c3010e62"},{"name":"Decommission Compute Schedule","event":[{"listen":"test","script":{"id":"f40c88ce-7217-4543-a57f-357453e82947","exec":["pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})\r",""],"type":"text/javascript"}}],"id":"963403a4-3e13-44de-9e82-7e263a51455f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/schedule_decommission/","description":"<p>You can schedule a compute item to be deleted, wiped down, data removed on some day in the future, not available for VPS Host type</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","schedule_decommission",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"94ee3e75-4fd7-49af-8684-202fa854fa28","name":"Decomission Compute Schedule","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\":\"{{compute_uuid}}\",\r\n    \"deletionDate\":\"01/09/2022\",\r\n    \"reason\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/schedule_decommission/"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"963403a4-3e13-44de-9e82-7e263a51455f"},{"name":"Resend Welcome Note","event":[{"listen":"test","script":{"id":"adf63bc5-b175-41ce-a76d-045d44c1f029","exec":["pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"d3e550ad-ca9e-406f-a7d2-40871826200f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/resend_welcome_note/","description":"<p>Send a command resend welcome note action to a compute item, not available for VPS Host type.</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","resend_welcome_note",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3e550ad-ca9e-406f-a7d2-40871826200f"}],"id":"0638ea49-ca9f-4052-a700-3e036c9036f9","description":"<p>Each compute device has various actions which can be performed upon them.</p>\n","_postman_id":"0638ea49-ca9f-4052-a700-3e036c9036f9"},{"name":"Compute List","event":[{"listen":"test","script":{"id":"cc8ac784-5c60-4ff9-b499-a431a4520ef6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r",""],"type":"text/javascript"}}],"id":"fd0d1025-c86a-4eb9-ae12-30d2042f4f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/compute/?computeType=&limit=&availabilityZone&rack","description":"<p>Returns a list of all compute.</p>\n<ul>\n<li>Virtual Private Server</li>\n<li>Dedicated Server</li>\n<li>VPS Host</li>\n</ul>\n","urlObject":{"path":["v2","api","rest","compute",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Filter by compute type - vps, ds, vps_host</p>\n","type":"text/plain"},"key":"computeType","value":""},{"description":{"content":"<p>Set the limit value to a positive integer to return the exact number of compute items in a single request. Set the value to 'max' to bring back all the items.</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Filter by availability_zone - shared, proximity, private</p>\n","type":"text/plain"},"key":"availabilityZone","value":null},{"description":{"content":"<p>Filter by rack name</p>\n","type":"text/plain"},"key":"rack","value":null}],"variable":[]}},"response":[{"id":"cb1bcc3f-58f2-4203-93c1-4d2d68fe8fd6","name":"Compute List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/compute/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"1ad4c6c4-8912-4c9c-939e-a41835447152","name":"Limit & Offset","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/?limit=25&offset=50","host":["{{base_url}}"],"path":["v2","api","rest","compute",""],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Oct 2021 14:27:36 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"107090"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 130630,\n        \"uuid\": \"42b7aa1c-8604-467f-9457-15efbc79d8f0\",\n        \"property_number\": \"abc\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.9\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": \"calum.mackenzie@beeksfx.com\",\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130631,\n        \"uuid\": \"48c67332-946d-4b09-b06e-53dd8e94b212\",\n        \"property_number\": \"abc123777\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.39\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130622,\n        \"uuid\": \"580ed914-33d2-49b7-a1d2-e6e6c177b6be\",\n        \"property_number\": \"asd122\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.36\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130386,\n        \"uuid\": \"e1badf83-0ff5-4ea3-9a7d-9fc99caf2eaa\",\n        \"property_number\": \"asdasda-newportal-5526\",\n        \"type\": \"VM\",\n        \"location\": \"Hong Kong\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.08\",\n        \"creation_datetime\": \"2021-09-03 08:46:09\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.39.88\",\n        \"display_port\": \"5526\",\n        \"client\": {\n            \"name\": \"asdasda\",\n            \"notes\": \"\",\n            \"email\": \"vallikkannu.elangovan@beeksgroup.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Hong Kong\",\n            \"location\": \"Hong Kong\",\n            \"role\": \"shared\",\n            \"uuid\": \"1c22df51-d7ee-435a-98c8-bfa72487c548\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130557,\n        \"uuid\": \"93b5d81d-1398-40f7-9b3c-d4b172e462a3\",\n        \"property_number\": \"centos8\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.103.64\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 97926,\n        \"uuid\": \"ed9b8585-443c-42a5-a8ef-8fed18bd31d9\",\n        \"property_number\": \"ChrisNatTest-Lab-8127\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"2700\",\n        \"total_hd_size_gb\": \"50.080093615688384\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"2022-09-01\",\n        \"display_ip\": \"38.76.17.104\",\n        \"display_port\": \"8127\",\n        \"client\": {\n            \"name\": \"Chris NAT Test\",\n            \"notes\": \"\",\n            \"email\": \"chris.hodder@beeksfx.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130642,\n        \"uuid\": \"a73e4101-5f39-456d-9ac5-ba0b75bd0986\",\n        \"property_number\": \"cluster1-test\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": \"2021-09-27 09:00:20\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.145\",\n        \"display_port\": \"3389\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n            \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130644,\n        \"uuid\": \"14be7b42-513b-48b3-9dfa-1136ae201dec\",\n        \"property_number\": \"cluster2-test\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": \"2021-09-27 09:00:27\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.146\",\n        \"display_port\": \"3389\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130646,\n        \"uuid\": \"3d253631-1d99-4a8f-a377-8382b49db16c\",\n        \"property_number\": \"cluster2-test2\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": \"2021-09-27 09:24:20\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.148\",\n        \"display_port\": \"3389\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130709,\n        \"uuid\": \"f90d36e4-8978-4985-8818-75b007a88189\",\n        \"property_number\": \"ConfigureVM1\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130708,\n        \"uuid\": \"558c3f3f-35c2-40d8-bbcb-7eaea54f3971\",\n        \"property_number\": \"Congi78\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127964,\n        \"uuid\": \"030357fd-a28a-4f4c-8779-746668196676\",\n        \"property_number\": \"dediptest-Lab-6409\",\n        \"type\": \"VM\",\n        \"location\": \"London\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"5000\",\n        \"total_hd_size_gb\": \"30.078137267380953\",\n        \"creation_datetime\": \"2021-03-05 12:08:02\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"100.200.100.200\",\n        \"display_port\": \"6409\",\n        \"client\": {\n            \"name\": \"dediptest\",\n            \"notes\": \"\",\n            \"email\": \"kateathisandthat@com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"London\",\n            \"location\": \"London\",\n            \"role\": \"shared\",\n            \"uuid\": \"461cca71-a096-417b-845f-5967bfd6f17c\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130575,\n        \"uuid\": \"834d4afc-4148-46ba-8552-ff475e1a52f7\",\n        \"property_number\": \"devtest-2016\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.103.65\",\n        \"display_port\": \"2016\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130653,\n        \"uuid\": \"eda319fa-efb7-4ebb-97cc-db4dbb2440ad\",\n        \"property_number\": \"drstesting\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.152\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130640,\n        \"uuid\": \"a048e6f3-45de-45f2-9baa-b4fe45dd534d\",\n        \"property_number\": \"dsfdsf\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130604,\n        \"uuid\": \"dc59d1dc-61d3-438d-aca2-ad0f9580c0b7\",\n        \"property_number\": \"dsfdsf-1\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"1\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130625,\n        \"uuid\": \"17a94943-3e17-499a-b328-6d2712fa13ff\",\n        \"property_number\": \"dsfdsf-10\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.47\",\n        \"display_port\": \"10\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130594,\n        \"uuid\": \"7315d14d-6e60-44ba-bd18-cbf7dcf79a0b\",\n        \"property_number\": \"dsfdsf-11\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.49\",\n        \"display_port\": \"11\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130601,\n        \"uuid\": \"c00c055d-0ea4-44b3-b4ea-4e77da70db02\",\n        \"property_number\": \"dsfdsf-14\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.68\",\n        \"display_port\": \"14\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130614,\n        \"uuid\": \"4c49680c-b634-480d-b29c-cb8b47ad5be3\",\n        \"property_number\": \"dsfdsf-16\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"16\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130627,\n        \"uuid\": \"82ae746f-13b1-41da-8bc6-27e92d812c4a\",\n        \"property_number\": \"dsfdsf-17\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"17\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130628,\n        \"uuid\": \"b2f4f46d-9c30-44c9-a27b-d284376b2deb\",\n        \"property_number\": \"dsfdsf-19\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.86\",\n        \"display_port\": \"19\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130578,\n        \"uuid\": \"c74ebd2f-d256-4098-a25d-ac3bfbabb038\",\n        \"property_number\": \"dsfdsf-2\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"2\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130585,\n        \"uuid\": \"994078f9-7fef-4660-b55d-57b405e46428\",\n        \"property_number\": \"dsfdsf-3\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.29\",\n        \"display_port\": \"3\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130623,\n        \"uuid\": \"6f33c08d-8f01-49e3-b63c-1b50454b5dc5\",\n        \"property_number\": \"dsfdsf-4\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.32\",\n        \"display_port\": \"4\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130574,\n        \"uuid\": \"01b340ea-a723-4875-a56d-55c57471198f\",\n        \"property_number\": \"dsfdsf-5\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.35\",\n        \"display_port\": \"5\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130596,\n        \"uuid\": \"fd54da4f-7986-4367-84de-94596b2fefaa\",\n        \"property_number\": \"dsfdsf-6\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.38\",\n        \"display_port\": \"6\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130593,\n        \"uuid\": \"9de67fc1-52c0-4bd3-8720-489c58786b36\",\n        \"property_number\": \"dsfdsf-6clone\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.58\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130598,\n        \"uuid\": \"226cead6-42df-4ae8-8720-0d4844f24008\",\n        \"property_number\": \"dsfdsf-7\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.41\",\n        \"display_port\": \"7\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130636,\n        \"uuid\": \"4d3200aa-962b-4bc2-ab9e-de11ba85a3c8\",\n        \"property_number\": \"dsfdsf-8\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.43\",\n        \"display_port\": \"8\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130588,\n        \"uuid\": \"a3b77e29-0bdb-4505-9c8c-8e960129a320\",\n        \"property_number\": \"dsfdsf-9\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.45\",\n        \"display_port\": \"9\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130616,\n        \"uuid\": \"dce5566e-c8d4-4a24-a989-04ead1669bb1\",\n        \"property_number\": \"dsfdsfshellplus\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.7\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130654,\n        \"uuid\": \"b977e900-591c-4f39-af1e-03d6b5811945\",\n        \"property_number\": \"host4\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.151\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 114079,\n        \"uuid\": \"516eba0a-973a-4cc6-aea7-b3439284931d\",\n        \"property_number\": \"iai-Lab-6547\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.08399658277631\",\n        \"creation_datetime\": \"2020-07-13 20:21:39\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.158\",\n        \"display_port\": \"6547\",\n        \"client\": {\n            \"name\": \"iai\",\n            \"notes\": \"\",\n            \"email\": \"iain.matchett@beeksfx.com\",\n            \"account\": \"iain-test\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127515,\n        \"uuid\": \"20cd6b9d-b233-4f1f-b4ad-d75bfb17d969\",\n        \"property_number\": \"iainmatchett@beeksfx.com-portalfe-6830\",\n        \"type\": \"VM\",\n        \"location\": \"London\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078138079494238\",\n        \"creation_datetime\": \"2021-06-28 09:40:40\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.32.85\",\n        \"display_port\": \"6830\",\n        \"client\": {\n            \"name\": \"iainmatchett@beeksfx.com\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"London\",\n            \"location\": \"London\",\n            \"role\": \"shared\",\n            \"uuid\": \"461cca71-a096-417b-845f-5967bfd6f17c\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 114015,\n        \"uuid\": \"0318d29b-cbd0-41a5-94e4-791315438e7f\",\n        \"property_number\": \"iaintest-Lab-6543\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.08399664796889\",\n        \"creation_datetime\": \"2020-07-13 08:52:31\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.158\",\n        \"display_port\": \"6543\",\n        \"client\": {\n            \"name\": \"iaintest\",\n            \"notes\": \"\",\n            \"email\": \"iain.matchett@beeksfx.com\",\n            \"account\": \"iain-test\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 114058,\n        \"uuid\": \"58867811-ce87-4328-a55a-62fdcfbdec35\",\n        \"property_number\": \"iaintest-Lab-6545\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.08399662468582\",\n        \"creation_datetime\": \"2020-07-13 15:58:41\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.158\",\n        \"display_port\": \"6545\",\n        \"client\": {\n            \"name\": \"iaintest\",\n            \"notes\": \"\",\n            \"email\": \"iain.matchett@beeksfx.com\",\n            \"account\": \"iain-test\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127187,\n        \"uuid\": \"18619bb7-18eb-4bd3-9890-956f97ef6b4d\",\n        \"property_number\": \"kate-portalfe-4077\",\n        \"type\": \"VM\",\n        \"location\": \"Tokyo\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078136964701116\",\n        \"creation_datetime\": \"2021-06-22 08:19:58\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.36.2\",\n        \"display_port\": \"4077\",\n        \"client\": {\n            \"name\": \"kate\",\n            \"notes\": \"not ticking send welcome note to client - email address is populated\",\n            \"email\": \"kate_sloan@hotmail.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Tokyo\",\n            \"location\": \"Tokyo\",\n            \"role\": \"shared\",\n            \"uuid\": \"c1435f3b-13a7-40cd-acf3-555bd9832984\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127173,\n        \"uuid\": \"5df5e933-3db0-4a28-87e3-265a82222afb\",\n        \"property_number\": \"kateQitss-portalfe-6512\",\n        \"type\": \"VM\",\n        \"location\": \"Frankfurt\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009044267237\",\n        \"creation_datetime\": \"2021-06-21 14:11:35\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"185.212.81.49\",\n        \"display_port\": \"6512\",\n        \"client\": {\n            \"name\": \"kate Qitss\",\n            \"notes\": \"test of email\",\n            \"email\": \"kate.sloan@qitss.com\",\n            \"account\": \"Q001\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Frankfurt\",\n            \"location\": \"Frankfurt\",\n            \"role\": \"shared\",\n            \"uuid\": \"b5bf6026-592e-4d53-b127-e79ee6aa7225\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127157,\n        \"uuid\": \"fdd5237c-0a5e-419c-aad1-5fe805ffb0c6\",\n        \"property_number\": \"kates2ndvps-portalfe-6502\",\n        \"type\": \"VM\",\n        \"location\": \"Frankfurt\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.08399739582092\",\n        \"creation_datetime\": \"2021-06-16 13:05:33\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"185.212.81.49\",\n        \"display_port\": \"6502\",\n        \"client\": {\n            \"name\": \"kates 2nd vps\",\n            \"notes\": \"test of notes on vps order\",\n            \"email\": \"kate.sloan@beeksfinancialcloud.com\",\n            \"account\": \"vps002\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Frankfurt\",\n            \"location\": \"Frankfurt\",\n            \"role\": \"shared\",\n            \"uuid\": \"b5bf6026-592e-4d53-b127-e79ee6aa7225\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130634,\n        \"uuid\": \"904aa555-349a-4aa8-ba00-d4f2d5943c80\",\n        \"property_number\": \"Kate-s-Centos---0802\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.116\",\n        \"display_port\": \"802\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130618,\n        \"uuid\": \"96cfff73-d90b-4f0b-b207-0306074d6806\",\n        \"property_number\": \"kate-sloan-766-123\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.114\",\n        \"display_port\": \"123\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130570,\n        \"uuid\": \"376449da-dc74-4a33-82bc-60b724bd0075\",\n        \"property_number\": \"kate sloan test\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.18\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130577,\n        \"uuid\": \"6ec11482-9d50-4225-8cc7-a6e51364adb6\",\n        \"property_number\": \"kate sloan test-2\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"94.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"2\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130612,\n        \"uuid\": \"d418c459-963c-46dd-ae87-8aa91f91db6a\",\n        \"property_number\": \"kate sloan test-3\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.22\",\n        \"display_port\": \"3\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130637,\n        \"uuid\": \"39fb12c1-12c1-4d23-a296-c181af55b9a3\",\n        \"property_number\": \"kate sloan test-4\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"54.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"4\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130600,\n        \"uuid\": \"96842e79-b008-47c9-ac84-afb1436c643d\",\n        \"property_number\": \"kate sloan test-5\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"81.71\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"5\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130597,\n        \"uuid\": \"9c96c883-973a-4d5a-ae93-0403481c7450\",\n        \"property_number\": \"kate sloan test-6\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.69\",\n        \"display_port\": \"6\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130573,\n        \"uuid\": \"7dabd91c-4f57-4a35-9406-1b51e2d90078\",\n        \"property_number\": \"kate sloan test-7\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.78\",\n        \"display_port\": \"7\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130615,\n        \"uuid\": \"f4a5625c-7522-4881-a04e-c0335350f798\",\n        \"property_number\": \"kate-sloan-vps-test\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.120\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130591,\n        \"uuid\": \"9c1b3c15-82be-437b-9406-4a0bbf00432e\",\n        \"property_number\": \"kates-test-123\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.115\",\n        \"display_port\": \"123\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127186,\n        \"uuid\": \"bd0661c9-ad83-40ac-84cf-15b77bebaa46\",\n        \"property_number\": \"KateTestBronze-portalfe-5747\",\n        \"type\": \"VM\",\n        \"location\": \"Hong Kong\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"0.0781362485140562\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"5747\",\n        \"client\": {\n            \"name\": \"\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Hong Kong\",\n            \"location\": \"Hong Kong\",\n            \"role\": \"shared\",\n            \"uuid\": \"1c22df51-d7ee-435a-98c8-bfa72487c548\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127184,\n        \"uuid\": \"6688df09-bf2a-441a-b834-11bc76fe5950\",\n        \"property_number\": \"katetestgold-portalfe-4074\",\n        \"type\": \"VM\",\n        \"location\": \"Tokyo\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.08399677369744\",\n        \"creation_datetime\": \"2021-06-21 15:38:00\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.36.2\",\n        \"display_port\": \"4074\",\n        \"client\": {\n            \"name\": \"kate test gold\",\n            \"notes\": \"\",\n            \"email\": \"kate.sloan@beeksfx.com\",\n            \"account\": \"KGold001\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Tokyo\",\n            \"location\": \"Tokyo\",\n            \"role\": \"shared\",\n            \"uuid\": \"c1435f3b-13a7-40cd-acf3-555bd9832984\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130712,\n        \"uuid\": \"2ad5133d-19ca-4ea3-94e7-45467a07be4a\",\n        \"property_number\": \"KatetestNYVM-newportal-6935\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.07813689764589\",\n        \"creation_datetime\": \"2021-10-13 09:16:15\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.162\",\n        \"display_port\": \"6935\",\n        \"client\": {\n            \"name\": \"Kate test NY VM\",\n            \"notes\": \"Test VM at NY\",\n            \"email\": \"kate.sloan@beeksfinancialcloud.com\",\n            \"account\": \"123\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127185,\n        \"uuid\": \"a43a360f-bb43-4cc5-b3bb-fe8ea4af2e0e\",\n        \"property_number\": \"katetestsilver-portalfe-8003\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009034767747\",\n        \"creation_datetime\": \"2021-06-21 15:37:08\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.126\",\n        \"display_port\": \"8003\",\n        \"client\": {\n            \"name\": \"kate test silver\",\n            \"notes\": \"\",\n            \"email\": \"kate.sloan@beeksfinancialcloud.com\",\n            \"account\": \"Ksilver001\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130603,\n        \"uuid\": \"dbe2a56a-2739-4699-8afe-6832e7afe07e\",\n        \"property_number\": \"kate-test-vps\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.121\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130592,\n        \"uuid\": \"465cac9c-7ae1-496f-8b25-5c45684f227b\",\n        \"property_number\": \"kate-test-vps-004\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.121\",\n        \"display_port\": \"4\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130624,\n        \"uuid\": \"356430c1-d244-4a55-9c4c-934394a704e0\",\n        \"property_number\": \"kate-test-vps-02\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.120\",\n        \"display_port\": \"2\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130716,\n        \"uuid\": \"56e178f8-d8ce-42f7-b4a3-9a269eb708b6\",\n        \"property_number\": \"Kate-test-VPS-for-decom\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.185\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n            \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130564,\n        \"uuid\": \"a76b8fa5-1f5b-4d99-92ee-4e933291cfa3\",\n        \"property_number\": \"kate-vps-001\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.126\",\n        \"display_port\": \"1\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130620,\n        \"uuid\": \"38ddce16-852c-40e2-a6db-bad83d08d730\",\n        \"property_number\": \"Kate-vps--d02\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.124\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130583,\n        \"uuid\": \"26d32655-7cdc-409d-acbe-49b13a89cead\",\n        \"property_number\": \"kate-vps-d03\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2019 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.127\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130584,\n        \"uuid\": \"fb448a1c-e49e-4551-b2fc-e0d4e29d2e6b\",\n        \"property_number\": \"kate-vps-d04\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.125\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 121877,\n        \"uuid\": \"7acef9b1-a159-40c6-8550-a5247de5e9ac\",\n        \"property_number\": \"katyqitss-Lab-8247\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"8192\",\n        \"total_hd_size_gb\": \"30.080090418457985\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.193\",\n        \"display_port\": \"8247\",\n        \"client\": {\n            \"name\": \"Automation QA\",\n            \"notes\": \"Registered for automation\",\n            \"email\": \"vallikkannu.elangovan@beeksgroup.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130186,\n        \"uuid\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n        \"property_number\": \"nearby-foal.maasq12\",\n        \"type\": \"DS\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Proximity Spec\",\n            \"price\": \"\",\n            \"CPUs\": \"12\"\n        },\n        \"total_memory_size_mb\": \"\",\n        \"total_hd_size_gb\": \"\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"10.10.101.186\",\n        \"display_port\": \"22\",\n        \"client\": {\n            \"name\": \"\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"shared\",\n            \"uuid\": \"9669b467-dd6f-48a2-944b-1e81856df9ce\",\n            \"services\": {\n                \"backup\": true,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": null,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 112649,\n        \"uuid\": \"43924ff6-5b2f-4ce7-8f7c-de3183a93397\",\n        \"property_number\": \"nycentostest-Lab-6335\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.080090447328985\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.48\",\n        \"display_port\": \"6335\",\n        \"client\": {\n            \"name\": \"ny centos test\",\n            \"notes\": \"\",\n            \"email\": \"devteam@beeksfx.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 99916,\n        \"uuid\": \"18cb8d9d-d756-44ca-b361-de7f05d62ef1\",\n        \"property_number\": \"postsprint30deploy-Lab-8622\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2000\",\n        \"total_hd_size_gb\": \"30.078137597069144\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"38.76.17.110\",\n        \"display_port\": \"8622\",\n        \"client\": {\n            \"name\": \"post sprint 30 deploy\",\n            \"notes\": \"\",\n            \"email\": \"devteam@beeksfx.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 118536,\n        \"uuid\": \"7c091932-e841-4357-ac8a-1127a9deba94\",\n        \"property_number\": \"RyanSharp-Lab-7708\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078137242235243\",\n        \"creation_datetime\": \"2020-09-29 11:59:08\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.172\",\n        \"display_port\": \"7708\",\n        \"client\": {\n            \"name\": \"Ryan Sharp\",\n            \"notes\": \"\",\n            \"email\": \"ryan.sharp@beeksfx.com\",\n            \"account\": \"Testing email still works\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130613,\n        \"uuid\": \"e36a8e1b-be62-4d93-95b5-0606b4609b37\",\n        \"property_number\": \"sdsdsdsds\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.138\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127171,\n        \"uuid\": \"0866ec2b-469a-4db0-b94c-56155b2105f1\",\n        \"property_number\": \"SecondTestKate-portalfe-5545\",\n        \"type\": \"VM\",\n        \"location\": \"Chicago\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078136628493667\",\n        \"creation_datetime\": \"2021-06-21 14:20:06\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"208.78.36.145\",\n        \"display_port\": \"5545\",\n        \"client\": {\n            \"name\": \"Second Test Kate\",\n            \"notes\": \"Test of no mail to client\",\n            \"email\": \"kate.sloan@hotmail.com\",\n            \"account\": \"H001\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Chicago\",\n            \"location\": \"Chicago\",\n            \"role\": \"shared\",\n            \"uuid\": \"61dd153f-a9fd-41a4-9e2c-d23409613eb5\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 99014,\n        \"uuid\": \"6d44d352-3a23-4e82-95b8-16950ba08b17\",\n        \"property_number\": \"Sprint29RegressionVM-Lab-8314\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"2700\",\n        \"total_hd_size_gb\": \"50.191685817204416\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"None\",\n        \"display_ip\": \"38.76.17.106\",\n        \"display_port\": \"8314\",\n        \"client\": {\n            \"name\": \"Sprint 29 Regression VM\",\n            \"notes\": \"\",\n            \"email\": \"devteam@beeksfx.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130595,\n        \"uuid\": \"791e8eb0-3a5f-47d1-afa5-fdb41d2936b0\",\n        \"property_number\": \"Test02host\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.25\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130656,\n        \"uuid\": \"71532b15-0bde-488e-9fbd-743bc2b66471\",\n        \"property_number\": \"test-1\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": \"1\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130696,\n        \"uuid\": \"be651303-712f-4ec6-ab23-eea0f2022d21\",\n        \"property_number\": \"TestAPI-6\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": \"2021-10-06 07:50:20\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.173\",\n        \"display_port\": \"22\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n            \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130290,\n        \"uuid\": \"56d69be6-74c4-402e-8d17-7500251f572c\",\n        \"property_number\": \"TestBuildOrder-portalfe-7044\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078136903233826\",\n        \"creation_datetime\": \"2021-08-25 11:48:26\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.163\",\n        \"display_port\": \"7044\",\n        \"client\": {\n            \"name\": \"TestBuildOrder\",\n            \"notes\": \"\",\n            \"email\": \"vallikkannu.elangovan@beeksgroup.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130581,\n        \"uuid\": \"7db6ac43-0863-4995-b4d3-b658aac25ae0\",\n        \"property_number\": \"TestEmail\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130639,\n        \"uuid\": \"f65b42ae-1e3b-491e-a0e4-4ccb1d6880b0\",\n        \"property_number\": \"Test-Link\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.131\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130494,\n        \"uuid\": \"35d51729-4a79-44ed-9785-5abb43e14901\",\n        \"property_number\": \"Test-Tenant-newportal-6003\",\n        \"type\": \"VM\",\n        \"location\": \"Chicago\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009021077305\",\n        \"creation_datetime\": \"2021-09-20 14:51:35\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"208.78.36.146\",\n        \"display_port\": \"6003\",\n        \"client\": {\n            \"name\": \"Test-Tenant\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Chicago\",\n            \"location\": \"Chicago\",\n            \"role\": \"shared\",\n            \"uuid\": \"61dd153f-a9fd-41a4-9e2c-d23409613eb5\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130721,\n        \"uuid\": \"7d318540-1efe-480a-a23f-ef7e3bf045aa\",\n        \"property_number\": \"Test-threshold\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n            \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130602,\n        \"uuid\": \"178a705a-d172-466d-ae23-08b4a7911c93\",\n        \"property_number\": \"Test User\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.26\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130635,\n        \"uuid\": \"c269a5aa-7648-484d-92a6-0ca438b5252e\",\n        \"property_number\": \"Test User-1\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.28\",\n        \"display_port\": \"1\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130607,\n        \"uuid\": \"39616710-31e9-4f50-8cf5-8a62973a1fbf\",\n        \"property_number\": \"Test User-10\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.46\",\n        \"display_port\": \"10\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130572,\n        \"uuid\": \"eb65bd6b-7c24-464b-a214-b004b74f36cc\",\n        \"property_number\": \"Test User-11\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.48\",\n        \"display_port\": \"11\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130621,\n        \"uuid\": \"cfdef89b-a881-4bbb-a728-e2f9030cf0bc\",\n        \"property_number\": \"Test User-14\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.67\",\n        \"display_port\": \"14\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130629,\n        \"uuid\": \"651842ba-7621-414c-bed9-1fdf99df3ff9\",\n        \"property_number\": \"Test User-15\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.70\",\n        \"display_port\": \"15\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130586,\n        \"uuid\": \"c60783a3-5bfb-435a-991b-9f72ee878269\",\n        \"property_number\": \"Test User-16\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.64\",\n        \"display_port\": \"16\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130567,\n        \"uuid\": \"a5c5af3e-5006-441d-8521-9d7539727893\",\n        \"property_number\": \"Test User-17\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.75\",\n        \"display_port\": \"17\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130599,\n        \"uuid\": \"d1be0c9f-bb14-4a22-81ba-c95ce714d223\",\n        \"property_number\": \"Test User-19\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.85\",\n        \"display_port\": \"19\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130605,\n        \"uuid\": \"fc7a9e3d-754d-4d70-999d-46f54f884468\",\n        \"property_number\": \"Test User-2\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.30\",\n        \"display_port\": \"2\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130608,\n        \"uuid\": \"36bd498e-49de-4a2e-96d8-d1f076ad752e\",\n        \"property_number\": \"Test-User-2\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.123\",\n        \"display_port\": \"2\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130606,\n        \"uuid\": \"6603e4e1-2dc4-4082-8aa0-24b502eb8bb0\",\n        \"property_number\": \"Test User-3\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.31\",\n        \"display_port\": \"3\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130568,\n        \"uuid\": \"515e67e0-8eea-40dd-a3c7-b07c65aaa73c\",\n        \"property_number\": \"Test User-4\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.33\",\n        \"display_port\": \"4\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130617,\n        \"uuid\": \"f799d142-9254-4efe-9dfc-6d866eb1ac7e\",\n        \"property_number\": \"Test User-5\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.34\",\n        \"display_port\": \"5\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130590,\n        \"uuid\": \"65afd276-77c1-4067-9b41-f598f39f0355\",\n        \"property_number\": \"Test User-6\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.37\",\n        \"display_port\": \"6\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130565,\n        \"uuid\": \"9af52349-8ec6-4c79-9523-ef0e4e78ed1d\",\n        \"property_number\": \"Test User-7\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.40\",\n        \"display_port\": \"7\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130587,\n        \"uuid\": \"1aad5cb4-26a5-4778-943f-d8988766a81b\",\n        \"property_number\": \"Test User-8\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.42\",\n        \"display_port\": \"8\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130569,\n        \"uuid\": \"d216395a-3187-42fb-87a1-afd643c8bebc\",\n        \"property_number\": \"Test User-9\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.44\",\n        \"display_port\": \"9\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130486,\n        \"uuid\": \"4e2ba78e-3841-4c56-9a0c-1dd2e9c54d93\",\n        \"property_number\": \"TestVM-record-newportal-5543\",\n        \"type\": \"VM\",\n        \"location\": \"Hong Kong\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009063825011\",\n        \"creation_datetime\": \"2021-09-17 08:47:07\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.39.88\",\n        \"display_port\": \"5543\",\n        \"client\": {\n            \"name\": \"Test VM-record\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Hong Kong\",\n            \"location\": \"Hong Kong\",\n            \"role\": \"shared\",\n            \"uuid\": \"1c22df51-d7ee-435a-98c8-bfa72487c548\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130576,\n        \"uuid\": \"953b6e47-75cd-4e6d-998c-d08e53116382\",\n        \"property_number\": \"Test-VPS\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.20\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130698,\n        \"uuid\": \"2d7ccc43-2d09-433f-8fba-e32760ee7552\",\n        \"property_number\": \"TestVPSAPI-newportal-6445\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009016420692\",\n        \"creation_datetime\": \"2021-10-06 07:44:54\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.155\",\n        \"display_port\": \"6445\",\n        \"client\": {\n            \"name\": \"TestVPSAPI\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 131682,\n        \"uuid\": \"80def18d-a9fa-4279-8a0a-84d780206833\",\n        \"property_number\": \"test-vps-from-host-04\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": \"2021-10-19 13:09:11\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.190\",\n        \"display_port\": \"22\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 132003,\n        \"uuid\": \"de059d63-da6d-49da-8bf7-a546adbbba3e\",\n        \"property_number\": \"Test-windosVPS-from-Host\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": \"2021-10-19 14:17:12\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.191\",\n        \"display_port\": \"3389\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130719,\n        \"uuid\": \"65b382ea-cb9d-4d75-bcf7-2f04092e829e\",\n        \"property_number\": \"Third-test-VM\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"40.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.187\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130424,\n        \"uuid\": \"e417dc6f-9bbe-48b2-b341-77a249fac928\",\n        \"property_number\": \"Thisisalongclientnametoseewhathappenswhenweenterlotsofcharacters-portalfe-4005\",\n        \"type\": \"VM\",\n        \"location\": \"Tokyo\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 4/5 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"30.078137159347534\",\n        \"creation_datetime\": \"2021-09-09 07:16:03\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"46.235.36.2\",\n        \"display_port\": \"4005\",\n        \"client\": {\n            \"name\": \"This is a long client name to see what happens when we enter lots of characters \",\n            \"notes\": \"Testing long client name\",\n            \"email\": \"kate.sloan@beeksfinancialcloud.com\",\n            \"account\": \"123\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Tokyo\",\n            \"location\": \"Tokyo\",\n            \"role\": \"shared\",\n            \"uuid\": \"c1435f3b-13a7-40cd-acf3-555bd9832984\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127153,\n        \"uuid\": \"a996ecc7-d2d4-461d-8898-dd49c6b22ef8\",\n        \"property_number\": \"ucandeleteme-lab-5544\",\n        \"type\": \"VM\",\n        \"location\": \"Chicago\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2012 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"31.07813658937812\",\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"208.78.36.145\",\n        \"display_port\": \"5544\",\n        \"client\": {\n            \"name\": \"u can delete me\",\n            \"notes\": \"\",\n            \"email\": \"\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"Chicago\",\n            \"location\": \"Chicago\",\n            \"role\": \"shared\",\n            \"uuid\": \"61dd153f-a9fd-41a4-9e2c-d23409613eb5\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": false\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130541,\n        \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\",\n        \"property_number\": \"uk-ld8-bks-pc-vhsm-d01\",\n        \"type\": \"VPS_HOST\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"\"\n        },\n        \"state\": \"Unavailable\",\n        \"package\": {\n            \"package\": null,\n            \"price\": null,\n            \"CPUs\": null\n        },\n        \"total_memory_size_mb\": \"195238\",\n        \"total_hd_size_gb\": null,\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": \"\",\n                \"name\": \"\"\n            },\n            \"position\": \"\",\n            \"node\": \"\"\n        },\n        \"device_location\": \"\",\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": null,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130540,\n        \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\",\n        \"property_number\": \"uk-ld8-bks-pc-vhsm-d02\",\n        \"type\": \"VPS_HOST\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"\"\n        },\n        \"state\": \"Unavailable\",\n        \"package\": {\n            \"package\": null,\n            \"price\": null,\n            \"CPUs\": null\n        },\n        \"total_memory_size_mb\": \"195238\",\n        \"total_hd_size_gb\": null,\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": \"\",\n                \"name\": \"\"\n            },\n            \"position\": \"\",\n            \"node\": \"\"\n        },\n        \"device_location\": \"\",\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": null,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130542,\n        \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\",\n        \"property_number\": \"uk-ld8-bks-pc-vhsm-d03\",\n        \"type\": \"VPS_HOST\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"\"\n        },\n        \"state\": \"Unavailable\",\n        \"package\": {\n            \"package\": null,\n            \"price\": null,\n            \"CPUs\": null\n        },\n        \"total_memory_size_mb\": \"195238\",\n        \"total_hd_size_gb\": null,\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": \"\",\n                \"name\": \"\"\n            },\n            \"position\": \"\",\n            \"node\": \"\"\n        },\n        \"device_location\": \"\",\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": null,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130543,\n        \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\",\n        \"property_number\": \"uk-ld8-bks-pc-vhsm-d04\",\n        \"type\": \"VPS_HOST\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"\"\n        },\n        \"state\": \"Unavailable\",\n        \"package\": {\n            \"package\": null,\n            \"price\": null,\n            \"CPUs\": null\n        },\n        \"total_memory_size_mb\": \"195238\",\n        \"total_hd_size_gb\": null,\n        \"creation_datetime\": \"\",\n        \"cancellation_date\": \"\",\n        \"display_ip\": \"\",\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": \"\",\n                \"name\": \"\"\n            },\n            \"position\": \"\",\n            \"node\": \"\"\n        },\n        \"device_location\": \"\",\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": null,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130610,\n        \"uuid\": \"78127659-477a-4076-8426-5a362d81ff5a\",\n        \"property_number\": \"valli\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 7 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Bronze\",\n            \"price\": \"£27.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"2560\",\n        \"total_hd_size_gb\": \"42.71\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d03\",\n            \"uuid\": \"32c0a41f-7413-49a4-8039-29c9dae83bb3\"\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 127169,\n        \"uuid\": \"a3c3ecc9-ecac-4108-8728-83308daa5789\",\n        \"property_number\": \"vkVPS-portalfe-8002\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"50.08009047899395\",\n        \"creation_datetime\": \"2021-06-21 09:05:17\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.126\",\n        \"display_port\": \"8002\",\n        \"client\": {\n            \"name\": \"valli\",\n            \"notes\": \"Reserved VPS for testing\",\n            \"email\": \"vallikkannu.elangovan@beeksgroup.com\",\n            \"account\": \"12345\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 126853,\n        \"uuid\": \"a723bee2-9a24-4e46-ad28-fdd9ad6b8caa\",\n        \"property_number\": \"windowsnattestregression-Lab-10122\",\n        \"type\": \"VM\",\n        \"location\": \"New York\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 or later (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"1\"\n        },\n        \"total_memory_size_mb\": \"5000\",\n        \"total_hd_size_gb\": \"35.07\",\n        \"creation_datetime\": \"2021-03-23 11:26:30\",\n        \"cancellation_date\": null,\n        \"display_ip\": \"38.76.17.232\",\n        \"display_port\": \"10122\",\n        \"client\": {\n            \"name\": \"windows nat test regression\",\n            \"notes\": \"\",\n            \"email\": \"allan.lindsay@beeksfx.com\",\n            \"account\": \"\"\n        },\n        \"availability_zone\": {\n            \"name\": \"New York\",\n            \"location\": \"New York\",\n            \"role\": \"shared\",\n            \"uuid\": \"53fa0f2b-7fdd-4da4-bc2c-95130680467b\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": false,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"\",\n            \"uuid\": null\n        },\n        \"vCPU\": 1,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130566,\n        \"uuid\": \"31fdd21b-501a-4619-b56e-c0416340340e\",\n        \"property_number\": \"winwin\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"90.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"192.168.1.70\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d02\",\n            \"uuid\": \"7769e837-bbba-4422-a0ee-47d9d95a3c42\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130558,\n        \"uuid\": \"fb4d3a98-4d51-47cf-bf99-c16cb1b33bd1\",\n        \"property_number\": \"winwin22\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"Microsoft Windows Server 2016 (64-bit)\"\n        },\n        \"state\": \"poweredOff\",\n        \"package\": {\n            \"package\": \"Silver\",\n            \"price\": \"£48.00\",\n            \"CPUs\": \"2\"\n        },\n        \"total_memory_size_mb\": \"4096\",\n        \"total_hd_size_gb\": \"94.21\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d01\",\n            \"uuid\": \"bb3274a8-805e-490c-bd54-d74163ff9cf1\"\n        },\n        \"vCPU\": 2,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    },\n    {\n        \"id\": 130589,\n        \"uuid\": \"11ac01b3-4f25-4578-80d5-e570f509f17a\",\n        \"property_number\": \"yjgjhgjhg\",\n        \"type\": \"VM\",\n        \"location\": \"LD8\",\n        \"operating_system\": {\n            \"uuid\": null,\n            \"identifier\": \"\",\n            \"display_name\": \"CentOS 8 (64-bit)\"\n        },\n        \"state\": \"poweredOn\",\n        \"package\": {\n            \"package\": \"Gold\",\n            \"price\": \"£85.00\",\n            \"CPUs\": \"4\"\n        },\n        \"total_memory_size_mb\": \"6656\",\n        \"total_hd_size_gb\": \"75.0\",\n        \"creation_datetime\": null,\n        \"cancellation_date\": null,\n        \"display_ip\": \"10.10.101.137\",\n        \"display_port\": null,\n        \"client\": {\n            \"name\": null,\n            \"notes\": null,\n            \"email\": null,\n            \"account\": null\n        },\n        \"availability_zone\": {\n            \"name\": \"DEV LD8\",\n            \"location\": \"LD8\",\n            \"role\": \"proximity\",\n            \"uuid\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n            \"services\": {\n                \"backup\": false,\n                \"metrics\": true,\n                \"analytics\": true\n            }\n        },\n        \"physical\": {\n            \"rack\": {\n                \"uuid\": null,\n                \"name\": null\n            },\n            \"position\": null,\n            \"node\": null\n        },\n        \"device_location\": null,\n        \"vps_host\": {\n            \"name\": \"uk-ld8-bks-pc-vhsm-d04\",\n            \"uuid\": \"d48c6ac3-ddec-4ed6-82a8-123a6a1aa24b\"\n        },\n        \"vCPU\": 4,\n        \"vps_cluster\": {\n            \"name\": \"\",\n            \"uuid\": null\n        }\n    }\n]"},{"id":"cae7d240-e9d1-44e0-9e63-dcf742c86b46","name":"Filter By Type (Virtual Private Server)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/?type=VM","host":["{{base_url}}"],"path":["v2","api","rest","compute",""],"query":[{"key":"type","value":"VM"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"33651588-696e-491d-9e9c-3afa985675ba","name":"Filter By Type (VPS Host)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/compute/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fd0d1025-c86a-4eb9-ae12-30d2042f4f2f"},{"name":"Compute Details","event":[{"listen":"test","script":{"id":"32bd3c3a-1ea3-4875-8772-355f55bbeae4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"2820b65c-47d9-4881-bc5e-644602511d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/","description":"<p>Returns a single compute item matching the uuid within the request.</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2820b65c-47d9-4881-bc5e-644602511d3b"},{"name":"Compute Access Details","event":[{"listen":"test","script":{"id":"1ea3fc42-3f09-4224-a187-4f73aaab28a8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"197d83ca-229c-4018-b6e6-b75f08abc180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/access_details/","description":"<p>Returns the access credentials for a given compute item.</p>\n<p>For Windows compute RDP credentials otherwise SSH details.</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","access_details",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"305b8275-8e03-4d76-93db-692ff7df364c","name":"Compute Access Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/access_details/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Jun 2022 10:19:02 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"145"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"method\": \"ssh\",\n    \"port\": 22,\n    \"public_ips\": [\n        {\n            \"ip_address\": \"10.10.11.1\",\n            \"ip_type\": \"Public\"\n        }\n    ],\n    \"username\": \"Administrator\",\n    \"password\": \"Password\"\n}"}],"_postman_id":"197d83ca-229c-4018-b6e6-b75f08abc180"},{"name":"Release Tenant","event":[{"listen":"test","script":{"id":"02ad5f03-5d36-4a5c-92c0-553f16746681","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"f3f8e4b4-33b3-42e7-8598-1b16e3aa58d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{base_url}}/v2/api/rest/compute/:compute_uuid/release/","description":"<p>The opposite process from reassign, allows a child / client to \"release\" a compute item back to the parent portal.</p>\n<p>The item will be removed from the child / client portal and reappear on the parent.</p>\n<p><em>Only available on child / client portals and actioned on proximity cloud items.</em></p>\n","urlObject":{"path":["v2","api","rest","compute",":compute_uuid","release",""],"host":["{{base_url}}"],"query":[],"variable":[{"id":"11378733-4ec2-4efe-8059-3c3a23602881","type":"any","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","key":"compute_uuid"}]}},"response":[{"id":"b410c9ee-eeae-4380-95ee-6bbc7ae9e0a9","name":"Unable to reassign","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/release/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Apr 2022 08:38:21 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"71"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"PUT, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unable to reassign tenant\",\n    \"error_keys\": [\n        \"REQUEST_FAILED\"\n    ]\n}"},{"id":"807bd02f-55d6-4d5b-9697-4f7af289deca","name":"Method Not Allowed (Non Proximity Item)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/release/"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 01 Apr 2022 08:47:09 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"0"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Accept-Language,Cookie"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"f7fce9720649015ae7b6f61835e460d55b2a4d9d$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API URL: http://do.staging.beeksfx.com\\\"]]\"; HttpOnly; Path=/; SameSite=Lax; Secure"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=utf-8"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f3f8e4b4-33b3-42e7-8598-1b16e3aa58d5"},{"name":"Compute detail update/edit","event":[{"listen":"test","script":{"id":"e25b98b5-7d9d-4063-9f00-a36e50a1e250","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}}],"id":"46de4ed3-38cf-4e3d-b3ff-69c110cc0fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": \"your new ref\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/edit/","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","edit",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9cc65c03-2837-41c7-baa0-38cece556583","name":"Compute detail update/edit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"notes\": \"added from api\",\r\n    \"account\":null,\r\n    \"email\":null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/edit/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"46de4ed3-38cf-4e3d-b3ff-69c110cc0fd6"}],"id":"c3a97ea6-ef3a-4630-9e49-6fb968abea2c","description":"<p>Beeks supports a number of different Compute Types, to cater for different client requirements. Beeks offers Virtual Private Servers, Virtual Hosts and Dedicated Servers.</p>\n<p><strong>Virtual Private Server</strong></p>\n<p>Virtual private servers run on a hypervisor, allowing multiple different hosts to run on the same physical hardware. A VPS offers the best performance/price ratio for most workloads, and provides highest flexibility and scalability.</p>\n<p><strong>Virtual Private Server Hosts</strong></p>\n<p>A Virtual Private Server Host host allows users with more larger virtual workloads to have dedicated hardware to provision their own set of Virtual Private Servers on. The VPS Cluster is configured by Beeks as part of your environment setup.</p>\n<p><strong>Dedicated Server</strong></p>\n<p>Dedicated Server instances are very powerful dedicated compute instances running on bare metal (one operating system running on each physical host). Dedicated Servers provide lots of RAM, CPU, and storage, and the highest levels of performance.</p>\n","_postman_id":"c3a97ea6-ef3a-4630-9e49-6fb968abea2c"},{"name":"Physical","item":[{"name":"Inventory","id":"bac49c11-01e5-42c2-be2a-a440b4d2fe58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/inventory/","description":"<p>A list of all the physical compute items which you have within an availability zone.</p>\n","urlObject":{"path":["v2","api","rest","inventory",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bac49c11-01e5-42c2-be2a-a440b4d2fe58"},{"name":"Elevation","event":[{"listen":"test","script":{"id":"3322d50e-8491-4cc5-9d49-00bdeff6d316","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"59d7c48e-3188-4065-be85-ca6ce2ae460f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/elevation/","description":"<p>A list of all the compute, network and management hardware found within your dedicated Proximity Cloud racks.</p>\n","urlObject":{"path":["v2","api","rest","elevation",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59d7c48e-3188-4065-be85-ca6ce2ae460f"}],"id":"6db7e418-333d-4657-83c7-2b7177bc9a3c","description":"<p>For Proximity Cloud Clients</p>\n<p>We provide endpoints for our clients to get a list of the physical real estate within their proximity cloud.</p>\n","_postman_id":"6db7e418-333d-4657-83c7-2b7177bc9a3c"},{"name":"Support","item":[{"name":"Support Request List","event":[{"listen":"test","script":{"id":"af1f9102-317a-43e8-ae04-917614f460b1","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"59744302-c7bf-4fc0-89e8-175ea4216bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/support/","urlObject":{"path":["v2","api","rest","support",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59744302-c7bf-4fc0-89e8-175ea4216bc1"},{"name":"Get specific support  request","event":[{"listen":"test","script":{"id":"5b872d23-0f5e-4c9e-bc12-b925e1ff5319","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"43d6de55-ab4f-45bf-810d-fd08c6d127a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/support/420/","urlObject":{"path":["v2","api","rest","support","420",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43d6de55-ab4f-45bf-810d-fd08c6d127a8"},{"name":"Get Support Comments","event":[{"listen":"test","script":{"id":"327bc13d-e799-4c2a-a66b-4ebf4b73d509","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"2b11f53a-f7ad-4968-b5e3-6c82762c12e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/support/616/comments/","urlObject":{"path":["v2","api","rest","support","616","comments",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b11f53a-f7ad-4968-b5e3-6c82762c12e0"},{"name":"Error Support","event":[{"listen":"test","script":{"id":"6117331f-77bc-462c-839f-f67f759d2804","exec":["pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"c49b5fca-26dd-4534-9c3f-71dc0a4b45c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/support/782/","urlObject":{"path":["v2","api","rest","support","782",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c49b5fca-26dd-4534-9c3f-71dc0a4b45c6"},{"name":"Create Support Request","event":[{"listen":"test","script":{"id":"e372f216-bb1c-45f1-a687-6a9d5b88084e","exec":["var data = JSON.parse(responseBody);\r","pm.environment.set(\"SR_id\", data.id);\r","pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})\r",""],"type":"text/javascript"}}],"id":"9af9dafa-5d3e-43fa-b516-3fdbfa26aec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{            \r\n    \"internalReference\":\"TEST-Attachment\",\r\n    \"service_type\":\"vm\",\r\n    \"vmUUID\":\"021a79e5-ec83-40dc-b82d-e3cc8a4c0482\",\r\n    \"dsUUID\":\"\",\r\n    \"summary\":\"Attachment Test\",\r\n    \"description\":\"This is a test of if the new front end can create a ticket. Please leave this ticket for further testing and I will close once it is complete.\\n\\nThank you\",\r\n    \"tracerouteOutput\":\"\",\r\n    \"pingOutput\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v2/api/rest/support/","urlObject":{"path":["v2","api","rest","support",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9af9dafa-5d3e-43fa-b516-3fdbfa26aec5"},{"name":"Upload attachment to SR","event":[{"listen":"test","script":{"id":"9342d70c-94d4-4250-b2d5-74eb4fa0225d","exec":["pm.test(\"Successful POST request\", function () {\r","    pm.expect(pm.response.code).to.be.oneOf([200, 201, 202]);\r","});\r","pm.test(\"Response time is less than 60s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(60000);\r","})"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"172c53d0-92ae-4057-af90-fe6ee0743410","exec":["\r",""],"type":"text/javascript"}}],"id":"9df31475-8d7e-4478-bae6-70d9fab9f6fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","contentType":"","src":"XA76scvBn/Analytics fail.GIF"},{"key":"","type":"file","value":null,"disabled":true}]},"url":"{{base_url}}/v2/api/rest/support/{{SR_id}}/add_attachment/","urlObject":{"path":["v2","api","rest","support","{{SR_id}}","add_attachment",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9df31475-8d7e-4478-bae6-70d9fab9f6fd"}],"id":"cf9c14b9-4190-4c17-aa26-6a6dd1b80b13","_postman_id":"cf9c14b9-4190-4c17-aa26-6a6dd1b80b13","description":""},{"name":"Administration","item":[{"name":"Action Log","event":[{"listen":"test","script":{"id":"076d410a-1342-41e0-9eb0-9694aa7dbfa6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"52a96d27-cfbf-4752-97bc-0f5f2150b479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/admin/action-log/","urlObject":{"path":["v2","api","rest","admin","action-log",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52a96d27-cfbf-4752-97bc-0f5f2150b479"},{"name":"Notifications","event":[{"listen":"test","script":{"id":"997bf130-fe30-41dd-abaa-929ddddedaa7","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"59e1bc6a-2a7c-43ad-a5a6-34cc2c2584ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/notifications/","urlObject":{"path":["v2","api","rest","notifications",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59e1bc6a-2a7c-43ad-a5a6-34cc2c2584ac"},{"name":"Usage Reports","event":[{"listen":"test","script":{"id":"c4f65216-a39e-4aa9-96cd-958c052785a1","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"83bd7821-7ac4-407b-b8fa-e30c1c94d193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/app/reports/fetch/?date=2021-07-23","urlObject":{"path":["v2","api","rest","app","reports","fetch",""],"host":["{{base_url}}"],"query":[{"key":"date","value":"2021-07-23"}],"variable":[]}},"response":[],"_postman_id":"83bd7821-7ac4-407b-b8fa-e30c1c94d193"},{"name":"Admin See all Users","event":[{"listen":"test","script":{"id":"40cea0bf-f7cb-4799-bc53-c11febeb9196","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"6cceea5c-3201-46f1-ae78-0aafc47b6ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}"}],"url":"{{base_url}}/v2/api/rest/users/manage/","urlObject":{"path":["v2","api","rest","users","manage",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cceea5c-3201-46f1-ae78-0aafc47b6ba0"}],"id":"f206e653-fe34-4145-80e7-083d5654175c","_postman_id":"f206e653-fe34-4145-80e7-083d5654175c","description":""},{"name":"Network","item":[{"name":"V2","item":[{"name":"Network List","event":[{"listen":"test","script":{"id":"94e26a25-9182-4dab-a266-ab528c583e9f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d9fcc5ce-13a3-478f-8ebc-9baeb4849b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/network/:az_uuid/","description":"<p>All the available options for provisioning a VPS within a private/proximity availability zone are provided by this one endpoint. Which Operating System templates are available? What Network, Which Host are available?</p>\n","urlObject":{"path":["v2","api","rest","network",":az_uuid",""],"host":["{{base_url}}"],"query":[],"variable":[{"id":"12229df9-3625-4100-99e0-cf913a9b056c","type":"any","value":"{{az_uuid}}","key":"az_uuid"}]}},"response":[{"id":"87f5daee-31fe-4df8-9766-5c4467850a51","name":"Filter by applicable compute","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/network/:az_uuid/?compute=ds","host":["{{base_url}}"],"path":["v2","api","rest","network",":az_uuid",""],"query":[{"key":"compute","value":"ds"}],"variable":[{"key":"az_uuid","value":"{{az_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Mar 2023 08:49:24 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"288"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"251b772a-b858-4fd9-96db-260bcc0b3e35\",\n        \"name\": \"vlan108\",\n        \"prefix\": \"10.10.102.0/24\",\n        \"role\": \"Broker-Trusted\",\n        \"utilisation\": 15,\n        \"prefix_max\": 254,\n        \"security_zone\": {\n            \"uuid\": \"eb9fc178-f6fb-4b64-8c0a-6ff4c2fe2c8d\",\n            \"name\": \"Asher\",\n            \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n        }\n    }\n]"},{"id":"2f6e888e-4239-40c9-ba95-57a26720a6a6","name":"Network List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/network/:az_uuid/","host":["{{base_url}}"],"path":["v2","api","rest","network",":az_uuid",""],"variable":[{"key":"az_uuid","value":"{{az_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 May 2023 12:31:10 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains;"},{"key":"Content-Length","value":"607"},{"key":"Vary","value":"Accept,Accept-Language,Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"b920d66b-68cb-4d6b-a9c6-23cf954bde60\",\n        \"name\": \"vlan101\",\n        \"prefix\": \"10.10.101.0/24\",\n        \"role\": \"Broker-Trusted\",\n        \"utilisation\": 87,\n        \"prefix_max\": 254,\n        \"security_zone\": {\n            \"uuid\": \"eb9fc178-f6fb-4b64-8c0a-6ff4c2fe2c8d\",\n            \"name\": \"test zone\",\n            \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n        }\n    },\n    {\n        \"uuid\": \"251b772a-b858-4fd9-96db-260bcc0b3e35\",\n        \"name\": \"vlan108\",\n        \"prefix\": \"10.10.102.0/24\",\n        \"role\": \"Broker-Trusted\",\n        \"utilisation\": 19,\n        \"prefix_max\": 254,\n        \"security_zone\": {\n            \"uuid\": \"eb9fc178-f6fb-4b64-8c0a-6ff4c2fe2c8d\",\n            \"name\": \"test zone\",\n            \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n        }\n    }\n]"}],"_postman_id":"d9fcc5ce-13a3-478f-8ebc-9baeb4849b82"}],"id":"405214fd-ecaf-474d-b676-3917459d9dc7","_postman_id":"405214fd-ecaf-474d-b676-3917459d9dc7","description":""}],"id":"9eb53d2a-054e-4753-b8b0-e692eba8cdd2","_postman_id":"9eb53d2a-054e-4753-b8b0-e692eba8cdd2","description":""},{"name":"Configs","item":[{"name":"Portal Settings","id":"207b18cd-6d9c-4b32-8aa7-a2b2b2c0d2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v3/api/rest/settings/portal/","urlObject":{"path":["v3","api","rest","settings","portal",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a0f88e18-368b-4595-a470-361c5d0be26b","name":"Portal Settings","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/v3/api/rest/settings/portal/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"branding\": {\r\n        \"name\": \"Branding name\",\r\n        \"short_name\": \"Branding shortname\",\r\n        \"display_powered_by\": true,\r\n        \"logo_url\": \"https://logo.jpg\",\r\n        \"logo_icon_url\": \"\",\r\n        \"twitter_url\": \"\",\r\n        \"facebook_url\": \"\",\r\n        \"instagram_url\": \"\",\r\n        \"linkedin_url\": \"\",\r\n        \"secondary_colour\": \"#EEF3F9\",\r\n        \"navigation_icon_colour\": \"#EEF3F9\",\r\n        \"primary_colour\": \"#316AB3\",\r\n        \"navigation_bar_colour\": \"#316AB3\",\r\n        \"socials_icon_colour\": \"\",\r\n        \"navigation_background_colour\": \"#316AB3\",\r\n        \"favicon\": \"\",\r\n        \"splash_image\": \"\",\r\n        \"navigation_logo\": null,\r\n        \"cdn_base_url\": \"\",\r\n        \"additional_fields\": {\r\n            \"footerOptions\": {\r\n                \"copyright\": \"\"\r\n            }\r\n        }\r\n    },\r\n    \"federated\": {\r\n        \"parent\": null,\r\n        \"current\": {\r\n            \"short_name\": \"Short name\",\r\n            \"full_name\": \"Portal full name\",\r\n            \"link\": \"https://portal.com\",\r\n            \"is_client\": false,\r\n            \"enforce2fa\": false,\r\n            \"has_proximity_cloud\": true,\r\n            \"has_private_cloud\": false,\r\n            \"has_prox_hypervisor\": true,\r\n            \"status\": \"STATUS\",\r\n            \"feature_flags\": [\r\n                \"enable-feature-flag\"\r\n            ]\r\n        },\r\n        \"children\": [\r\n            {\r\n                \"short_name\": \"Short name\",\r\n                \"full_name\": \"Client full name\",\r\n                \"link\": \"https://portal.com\",\r\n                \"is_client\": true,\r\n                \"enforce2fa\": false,\r\n                \"has_proximity_cloud\": false,\r\n                \"has_private_cloud\": false,\r\n                \"has_prox_hypervisor\": false,\r\n                \"status\": \"STATUS\"\r\n            }\r\n        ]\r\n    },\r\n    \"vmx\": {\r\n        \"ldap_sync\": false\r\n    }\r\n}"}],"_postman_id":"207b18cd-6d9c-4b32-8aa7-a2b2b2c0d2f8"},{"name":"VMX Settings","id":"c75aa094-bdcf-439d-84b7-39c7a22ff942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/settings/vmx/","urlObject":{"path":["v3","api","rest","settings","vmx",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bfaf5d42-474c-4a0c-9c5b-ef3170ae9e2b","name":"VMX Settings","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/v3/api/rest/settings/vmx/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ldapSync\": false,\r\n    \"ldapGroupName\": \"LDAP Group Name\",\r\n    \"locations\": [\r\n        {\r\n            \"name\": \"London\",\r\n            \"url\": \"https://london.com/\"\r\n        },\r\n        {\r\n            \"name\": \"New York\",\r\n            \"url\": \"https://newyork.com/\"\r\n        },\r\n        {\r\n            \"name\": \"Paris\",\r\n            \"url\": \"https://paris.com/\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c75aa094-bdcf-439d-84b7-39c7a22ff942"}],"id":"8046e5d5-3fc5-4af0-89c9-13a22e15577f","_postman_id":"8046e5d5-3fc5-4af0-89c9-13a22e15577f","description":""},{"name":"Metrics","item":[{"name":"Performance Metrics","item":[{"name":"Compute Metrics","event":[{"listen":"test","script":{"id":"1ea3fc42-3f09-4224-a187-4f73aaab28a8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"5fbb4659-3d6f-4fef-87b7-d33aee6c0573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_hour","description":"<p>Get metrics for a {{compute_uuid}} for a given time window.</p>\n","urlObject":{"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The time window for which to retrieve metrics. \nlast_hour/last_12_hours/last_24_hours/last_7_days/last_14_days</p>\n","type":"text/plain"},"key":"time_length","value":"last_hour"}],"variable":[]}},"response":[{"id":"81d8cd4b-d224-4434-acfd-363bad658d6b","name":"Last Hour","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_hour","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_hour"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bc614669-a9b4-4ac1-8653-cac02e12d415","name":"Last 12 Hours","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_12_hours","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_12_hours"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4566c123-18de-4a25-89b9-08540ed24a92","name":"Last 24 Hours","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_24_hours","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_24_hours"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"12911115-ea23-45ee-9452-9bbf4d899e5b","name":"Last 7 Days","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_7_days","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_7_days"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"cb7c6b0f-67c1-4d6f-a8b1-7fcb902ad9e0","name":"Last 14 Days","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_14_days","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_14_days"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"93f75a20-2d41-47ca-84e6-aba97c5b7b58","name":"Last 30 Days","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_30_days","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_30_days"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6d191eda-d8d5-4ffc-8dff-1592eee6a9f5","name":"Last 90 Days","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/compute/{{compute_uuid}}/metrics/?time_length=last_90_days","host":["{{base_url}}"],"path":["v2","api","rest","compute","{{compute_uuid}}","metrics",""],"query":[{"key":"time_length","value":"last_90_days"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5fbb4659-3d6f-4fef-87b7-d33aee6c0573"},{"name":"Cluster Metrics by AZ","event":[{"listen":"test","script":{"id":"67864ee2-e2f0-4c7f-85fd-f2e731eca10c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"fbab0830-43d1-4646-8502-b382bb0cab6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/availability-zone/{{az_uuid}}/cluster/","description":"<p>Gets information about the clusters that are configured within each Availability Zone. It provides not just the UUIDs of the VPS Hosts that are the members of the cluster, but also cluster-wide performance information.</p>\n","urlObject":{"path":["v2","api","rest","availability-zone","{{az_uuid}}","cluster",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbab0830-43d1-4646-8502-b382bb0cab6d"},{"name":"VM Metrics by Cluster Copy","event":[{"listen":"test","script":{"id":"40306b53-1c30-4296-a7e4-4d98fc8553db","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", () => {\r","  pm.expect(pm.response.responseTime).to.be.below(10000);\r","})"],"type":"text/javascript"}}],"id":"83ea854f-4745-4aee-81e6-01c88c4c9e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/cluster/:cluster_uuid/virtual_private_server/?metric=net.usage.average&timeLength=last_24_hours","description":"<p>Gets a breakdown of the key contributors to any particular cluster-wide performance metric. This is broken down by individual Virtual Private Server.</p>\n","urlObject":{"path":["v2","api","rest","cluster",":cluster_uuid","virtual_private_server",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>The name of the metric.</p>\n","type":"text/plain"},"key":"metric","value":"net.usage.average"},{"description":{"content":"<p>The time window for which to retrieve metrics (last_hour/last_12_hours/last_24_hours/last_7_days/last_14_days/last_30_days/last_90_days) </p>\n","type":"text/plain"},"key":"timeLength","value":"last_24_hours"}],"variable":[{"id":"9129358d-9dfd-4c55-a53c-0f846a68f65f","description":{"content":"<p>The UUID for the cluster.</p>\n","type":"text/plain"},"type":"any","value":"{{cluster_uuid}}","key":"cluster_uuid"}]}},"response":[],"_postman_id":"83ea854f-4745-4aee-81e6-01c88c4c9e6c"}],"id":"a0647e7e-ab81-41f3-bc4a-157f9824f7ab","description":"<p>You can request to get metric information for any of your Virtual Private Servers within a metrics-enabled Availability Zone.</p>\n<p>You can retrieve data from the:</p>\n<ul>\n<li><p>Last 1 Hour</p>\n</li>\n<li><p>Last 12 Hours</p>\n</li>\n<li><p>Last 24 hours</p>\n</li>\n<li><p>Last Week</p>\n</li>\n<li><p>Last Fortnight</p>\n</li>\n<li><p>Last Month</p>\n</li>\n<li><p>Last three months</p>\n</li>\n</ul>\n","_postman_id":"a0647e7e-ab81-41f3-bc4a-157f9824f7ab"},{"name":"Analytics","item":[{"name":"Internal Groups & DS Analytics","item":[{"name":"IP_DS_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"9c09fde0-aa9c-42ee-b2f6-eff4c03b4d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxPacketMegaBits&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingMaxRxPacketMegaBits1ms","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_24_hours"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.  </p>\n","type":"text/plain"},"key":"limit","value":"10"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"}],"variable":[{"id":"07eb7adb-ba03-4767-8b00-f8fcbcbce435","type":"any","value":"{{IP_DS_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"55fb8b7a-1317-455a-b44f-55715e4b0775","name":"Current [Broken]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=2&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxPacketMegaBits&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingMaxRxPacketMegaBits1ms","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"10","type":"text","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"2"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS"},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"}],"variable":[{"id":"07eb7adb-ba03-4767-8b00-f8fcbcbce435","key":"aggregator_uuid","value":"{{IP_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:18:22 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"8292"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"NYSE_ARCA_Pillar_A\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"ip_egress_stats\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"ip_egress_stats\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    145.34\n                ],\n                [\n                    1675036800000,\n                    145.34\n                ],\n                [\n                    1675058400000,\n                    145.34\n                ],\n                [\n                    1675080000000,\n                    145.34\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    390.49\n                ],\n                [\n                    1675036800000,\n                    390.49\n                ],\n                [\n                    1675058400000,\n                    390.49\n                ],\n                [\n                    1675080000000,\n                    390.49\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"NYSE_ARCA_Pillar_A\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    27.97\n                ],\n                [\n                    1675015200000,\n                    27.97\n                ],\n                [\n                    1675036800000,\n                    27.97\n                ],\n                [\n                    1675058400000,\n                    27.97\n                ],\n                [\n                    1675080000000,\n                    27.97\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"UDP_ingress\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    126.51\n                ],\n                [\n                    1675015200000,\n                    126.51\n                ],\n                [\n                    1675036800000,\n                    126.51\n                ],\n                [\n                    1675058400000,\n                    126.51\n                ],\n                [\n                    1675080000000,\n                    126.51\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    51418\n                ],\n                [\n                    1675036800000,\n                    51418\n                ],\n                [\n                    1675058400000,\n                    51418\n                ],\n                [\n                    1675080000000,\n                    51418\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"tcp_ingress_stats\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    14.31\n                ],\n                [\n                    1675036800000,\n                    14.31\n                ],\n                [\n                    1675058400000,\n                    14.31\n                ],\n                [\n                    1675080000000,\n                    14.31\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"NYSE_ARCA_Pillar_A\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"NYSE_ARCA_Pillar_A\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    631.58\n                ],\n                [\n                    1675015200000,\n                    631.58\n                ],\n                [\n                    1675036800000,\n                    631.58\n                ],\n                [\n                    1675058400000,\n                    631.58\n                ],\n                [\n                    1675080000000,\n                    631.58\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"UDP_ingress\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"ip_egress_stats\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    145.34\n                ],\n                [\n                    1675015200000,\n                    145.34\n                ],\n                [\n                    1675036800000,\n                    145.34\n                ],\n                [\n                    1675058400000,\n                    145.34\n                ],\n                [\n                    1675080000000,\n                    145.34\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"tcp_ingress_stats\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"tcp_ingress_stats\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    384.49\n                ],\n                [\n                    1675015200000,\n                    384.49\n                ],\n                [\n                    1675036800000,\n                    384.49\n                ],\n                [\n                    1675058400000,\n                    384.49\n                ],\n                [\n                    1675080000000,\n                    384.49\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"tcp_ingress_stats\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    46304\n                ],\n                [\n                    1675015200000,\n                    46304\n                ],\n                [\n                    1675036800000,\n                    46304\n                ],\n                [\n                    1675058400000,\n                    46304\n                ],\n                [\n                    1675080000000,\n                    46304\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"ip_egress_stats\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    14.31\n                ],\n                [\n                    1675015200000,\n                    14.31\n                ],\n                [\n                    1675036800000,\n                    14.31\n                ],\n                [\n                    1675058400000,\n                    14.31\n                ],\n                [\n                    1675080000000,\n                    14.31\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    4360.28\n                ],\n                [\n                    1675036800000,\n                    4360.28\n                ],\n                [\n                    1675058400000,\n                    4360.28\n                ],\n                [\n                    1675080000000,\n                    4360.28\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"UDP_ingress\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7.52\n                ],\n                [\n                    1675015200000,\n                    7.52\n                ],\n                [\n                    1675036800000,\n                    7.52\n                ],\n                [\n                    1675058400000,\n                    7.52\n                ],\n                [\n                    1675080000000,\n                    7.52\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"NYSE_ARCA_Pillar_A\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    34041\n                ],\n                [\n                    1675015200000,\n                    34041\n                ],\n                [\n                    1675036800000,\n                    34041\n                ],\n                [\n                    1675058400000,\n                    34041\n                ],\n                [\n                    1675080000000,\n                    34041\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"ip_egress_stats\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"UDP_ingress\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"UDP_ingress\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    3579\n                ],\n                [\n                    1675015200000,\n                    3579\n                ],\n                [\n                    1675036800000,\n                    3579\n                ],\n                [\n                    1675058400000,\n                    3579\n                ],\n                [\n                    1675080000000,\n                    3579\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\",\n                    \"tcp_ingress_stats\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    4219.14\n                ],\n                [\n                    1675015200000,\n                    4219.14\n                ],\n                [\n                    1675036800000,\n                    4219.14\n                ],\n                [\n                    1675058400000,\n                    4219.14\n                ],\n                [\n                    1675080000000,\n                    4219.14\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"9ecbf1b0-de4f-4deb-bb78-0bea7525b060\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    }\n}"},{"id":"0b084341-38c4-4150-be66-d7667a4ae730","name":"New [Post root node change]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxPacketMegaBits&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingMaxRxPacketMegaBits1ms","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"10","type":"text","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS"},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"}],"variable":[{"id":"07eb7adb-ba03-4767-8b00-f8fcbcbce435","key":"aggregator_uuid","value":"{{IP_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:23:31 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"2658"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Rx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    4360.28\n                ],\n                [\n                    1675015200000,\n                    4360.28\n                ],\n                [\n                    1675036800000,\n                    4360.28\n                ],\n                [\n                    1675058400000,\n                    4360.28\n                ],\n                [\n                    1675080000000,\n                    4360.28\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    390.49\n                ],\n                [\n                    1675015200000,\n                    390.49\n                ],\n                [\n                    1675036800000,\n                    390.49\n                ],\n                [\n                    1675058400000,\n                    390.49\n                ],\n                [\n                    1675080000000,\n                    390.49\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Mbps\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    14.31\n                ],\n                [\n                    1675015200000,\n                    14.31\n                ],\n                [\n                    1675036800000,\n                    14.31\n                ],\n                [\n                    1675058400000,\n                    14.31\n                ],\n                [\n                    1675080000000,\n                    14.31\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"Tx burst (1ms)\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    145.34\n                ],\n                [\n                    1675015200000,\n                    145.34\n                ],\n                [\n                    1675036800000,\n                    145.34\n                ],\n                [\n                    1675058400000,\n                    145.34\n                ],\n                [\n                    1675080000000,\n                    145.34\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    51418\n                ],\n                [\n                    1675015200000,\n                    51418\n                ],\n                [\n                    1675036800000,\n                    51418\n                ],\n                [\n                    1675058400000,\n                    51418\n                ],\n                [\n                    1675080000000,\n                    51418\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"9ecbf1b0-de4f-4deb-bb78-0bea7525b060\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9c09fde0-aa9c-42ee-b2f6-eff4c03b4d56"},{"name":"TCP_DS_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"6abc4366-dd94-41bf-823f-c2231bc2a319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxRetransPercentage&aggregator_columns=movingAverageRxRetransPercentage","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_24_hours"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.  </p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxRetransPercentage"},{"key":"aggregator_columns","value":"movingAverageRxRetransPercentage"}],"variable":[{"id":"2e5c11fa-6d21-477f-9754-f17ef6bedb20","type":"any","value":"{{TCP_DS_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"be27e24a-b452-43a5-bb23-9f37eca9b344","name":"Current","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxRetransPercentage&aggregator_columns=movingAverageRxRetransPercentage","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS"},{"key":"single_point","value":"True","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxRetransPercentage"},{"key":"aggregator_columns","value":"movingAverageRxRetransPercentage"}],"variable":[{"id":"2e5c11fa-6d21-477f-9754-f17ef6bedb20","key":"aggregator_uuid","value":"{{TCP_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:32:54 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4352"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxRetransPercentage\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"%\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    0.26\n                ],\n                [\n                    1675015200000,\n                    0.26\n                ],\n                [\n                    1675036800000,\n                    0.26\n                ],\n                [\n                    1675058400000,\n                    0.26\n                ],\n                [\n                    1675080000000,\n                    0.26\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxRetransPercentage\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"%\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    0\n                ],\n                [\n                    1675015200000,\n                    0\n                ],\n                [\n                    1675036800000,\n                    0\n                ],\n                [\n                    1675058400000,\n                    0\n                ],\n                [\n                    1675080000000,\n                    0\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    46304\n                ],\n                [\n                    1675015200000,\n                    46304\n                ],\n                [\n                    1675036800000,\n                    46304\n                ],\n                [\n                    1675058400000,\n                    46304\n                ],\n                [\n                    1675080000000,\n                    46304\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"DS4UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": \"DS4UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    22568\n                ],\n                [\n                    1675015200000,\n                    22568\n                ],\n                [\n                    1675036800000,\n                    22568\n                ],\n                [\n                    1675058400000,\n                    22568\n                ],\n                [\n                    1675080000000,\n                    22568\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"d07a71e7-e72b-473d-8fc5-685cf52a75df\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_DS_stats\",\n        \"label\": \"TCP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"RxTcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6abc4366-dd94-41bf-823f-c2231bc2a319"},{"name":"Trading_DS_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"22f7b2df-dc2e-4035-a443-981078bcb8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxMsgs&aggregator_columns=movingAverageRxMsgs&aggregator_columns=moving95percRxWiretime&aggregator_columns=moving95percTxWiretime","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_24_hours"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.</p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxMsgs"},{"key":"aggregator_columns","value":"movingAverageRxMsgs"},{"key":"aggregator_columns","value":"moving95percRxWiretime"},{"key":"aggregator_columns","value":"moving95percTxWiretime"}],"variable":[{"id":"bb3177ce-cd98-4b5a-b4ce-22452222decd","type":"any","value":"36f47aad-e11d-41e6-a35d-cdc56b49e1ab","key":"aggregator_uuid"}]}},"response":[{"id":"d6682201-16b9-4d96-8496-610d07776cb5","name":"Current [Broken]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=2&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxMsgs&aggregator_columns=movingAverageRxMsgs&aggregator_columns=moving95percRxWiretime&aggregator_columns=moving95percTxWiretime","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"2"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS"},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxMsgs"},{"key":"aggregator_columns","value":"movingAverageRxMsgs"},{"key":"aggregator_columns","value":"moving95percRxWiretime"},{"key":"aggregator_columns","value":"moving95percTxWiretime"}],"variable":[{"id":"344a5e98-68b8-418f-afc2-bc9bd0d7fee5","key":"aggregator_uuid","value":"{{FIX_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:35:24 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"6075"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_ingress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_egress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    3670\n                ],\n                [\n                    1675015200000,\n                    3670\n                ],\n                [\n                    1675036800000,\n                    3670\n                ],\n                [\n                    1675058400000,\n                    3670\n                ],\n                [\n                    1675080000000,\n                    3670\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percRxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_egress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    7\n                ],\n                [\n                    1675036800000,\n                    7\n                ],\n                [\n                    1675058400000,\n                    7\n                ],\n                [\n                    1675080000000,\n                    7\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percRxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    73440021868549\n                ],\n                [\n                    1675036800000,\n                    73440021868549\n                ],\n                [\n                    1675058400000,\n                    73440021868549\n                ],\n                [\n                    1675080000000,\n                    73440021868549\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percTxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    73440021868644.03\n                ],\n                [\n                    1675036800000,\n                    73440021868644.03\n                ],\n                [\n                    1675058400000,\n                    73440021868644.03\n                ],\n                [\n                    1675080000000,\n                    73440021868644.03\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percTxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_ingress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percTxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_egress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    73440021868644.03\n                ],\n                [\n                    1675015200000,\n                    73440021868644.03\n                ],\n                [\n                    1675036800000,\n                    73440021868644.03\n                ],\n                [\n                    1675058400000,\n                    73440021868644.03\n                ],\n                [\n                    1675080000000,\n                    73440021868644.03\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    3670\n                ],\n                [\n                    1675036800000,\n                    3670\n                ],\n                [\n                    1675058400000,\n                    3670\n                ],\n                [\n                    1675080000000,\n                    3670\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_egress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\"\n            ],\n            \"values\": [\n                [\n                    1674993600000\n                ],\n                [\n                    1675015200000\n                ],\n                [\n                    1675036800000\n                ],\n                [\n                    1675058400000\n                ],\n                [\n                    1675080000000\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_ingress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7\n                ],\n                [\n                    1675015200000,\n                    7\n                ],\n                [\n                    1675036800000,\n                    7\n                ],\n                [\n                    1675058400000,\n                    7\n                ],\n                [\n                    1675080000000,\n                    7\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percRxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n                    \"FIX_ingress_probe\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    73440021868549\n                ],\n                [\n                    1675015200000,\n                    73440021868549\n                ],\n                [\n                    1675036800000,\n                    73440021868549\n                ],\n                [\n                    1675058400000,\n                    73440021868549\n                ],\n                [\n                    1675080000000,\n                    73440021868549\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"402b90c5-d875-4f9a-9923-d9f716ad0354\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"Trading_DS_stats\",\n        \"label\": \"Fix Wire Latency DS\",\n        \"columns\": [\n            {\n                \"column_id\": \"columnIde6f5ec40-5d43-47c1-a6fe-74d4b6a4bf46\",\n                \"label\": \"Count\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"FixConversations\",\n                \"label\": \"Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxMsgs\",\n                \"label\": \"Rx Flow (mps)\",\n                \"description\": \"Inbound message flow, 30 second moving window.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxMsgs\",\n                \"label\": \"Tx Flow (mps)\",\n                \"description\": \"Outbound message flow, 30 second moving window\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxWiretime\",\n                \"label\": \"Rx mAv Latency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxWiretime\",\n                \"label\": \"Tx mAv Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percRxWiretime\",\n                \"label\": \"Rx 95% mLatency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percTxWiretime\",\n                \"label\": \"Tx 95% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percRxWiretime\",\n                \"label\": \"Rx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percTxWiretime\",\n                \"label\": \"Tx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinRxWiretime\",\n                \"label\": \"Rx mMin Latency\",\n                \"description\": \"Rx moving min in microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinTxWiretime\",\n                \"label\": \"Tx mMin Latency\",\n                \"description\": \"Tx Min latency in Microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxRxWiretime\",\n                \"label\": \"Rx mMax Latency\",\n                \"description\": \"Rx Max Latency in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxTxWiretime\",\n                \"label\": \"Tx mMax Latency\",\n                \"description\": \"tx moving max in mics\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"},{"id":"7bf19e93-dbb7-4035-a63d-2acfb11971c5","name":"New [Post root node change]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&server={{ANALYTICS_DS}}&aggregator_fields=high&aggregator_columns=movingAverageTxMsgs&aggregator_columns=movingAverageRxMsgs&aggregator_columns=moving95percRxWiretime&aggregator_columns=moving95percTxWiretime","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS"},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxMsgs"},{"key":"aggregator_columns","value":"movingAverageRxMsgs"},{"key":"aggregator_columns","value":"moving95percRxWiretime"},{"key":"aggregator_columns","value":"moving95percTxWiretime"}],"variable":[{"id":"344a5e98-68b8-418f-afc2-bc9bd0d7fee5","key":"aggregator_uuid","value":"{{FIX_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:36:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3275"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    3670\n                ],\n                [\n                    1675036800000,\n                    3670\n                ],\n                [\n                    1675058400000,\n                    3670\n                ],\n                [\n                    1675080000000,\n                    3670\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    7\n                ],\n                [\n                    1675036800000,\n                    7\n                ],\n                [\n                    1675058400000,\n                    7\n                ],\n                [\n                    1675080000000,\n                    7\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percRxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    73440021868549\n                ],\n                [\n                    1675036800000,\n                    73440021868549\n                ],\n                [\n                    1675058400000,\n                    73440021868549\n                ],\n                [\n                    1675080000000,\n                    73440021868549\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_DS_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percTxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n                ],\n                \"units\": \"num\",\n                \"server\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    73440021868644.03\n                ],\n                [\n                    1675036800000,\n                    73440021868644.03\n                ],\n                [\n                    1675058400000,\n                    73440021868644.03\n                ],\n                [\n                    1675080000000,\n                    73440021868644.03\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"402b90c5-d875-4f9a-9923-d9f716ad0354\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"Trading_DS_stats\",\n        \"label\": \"Fix Wire Latency DS\",\n        \"columns\": [\n            {\n                \"column_id\": \"columnIde6f5ec40-5d43-47c1-a6fe-74d4b6a4bf46\",\n                \"label\": \"Count\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"FixConversations\",\n                \"label\": \"Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxMsgs\",\n                \"label\": \"Rx Flow (mps)\",\n                \"description\": \"Inbound message flow, 30 second moving window.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxMsgs\",\n                \"label\": \"Tx Flow (mps)\",\n                \"description\": \"Outbound message flow, 30 second moving window\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxWiretime\",\n                \"label\": \"Rx mAv Latency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxWiretime\",\n                \"label\": \"Tx mAv Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percRxWiretime\",\n                \"label\": \"Rx 95% mLatency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percTxWiretime\",\n                \"label\": \"Tx 95% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percRxWiretime\",\n                \"label\": \"Rx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percTxWiretime\",\n                \"label\": \"Tx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinRxWiretime\",\n                \"label\": \"Rx mMin Latency\",\n                \"description\": \"Rx moving min in microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinTxWiretime\",\n                \"label\": \"Tx mMin Latency\",\n                \"description\": \"Tx Min latency in Microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxRxWiretime\",\n                \"label\": \"Rx mMax Latency\",\n                \"description\": \"Rx Max Latency in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxTxWiretime\",\n                \"label\": \"Tx mMax Latency\",\n                \"description\": \"tx moving max in mics\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"22f7b2df-dc2e-4035-a443-981078bcb8b2"}],"id":"4188b920-3a37-4be0-9468-5be882581eee","description":"<p>An Internal Group is one or both ends of connections to a Dedicated Server that are monitored together to provide metrics about these types of traffic. This collection allows you to retrieve metrics for an Internal Group.</p>\n","_postman_id":"4188b920-3a37-4be0-9468-5be882581eee"},{"name":"External Groups","item":[{"name":"TCP_ExtGrp_DS_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"b37afa19-efbd-4493-9bab-3309be61072c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_hour&levels=0&charts=true&external_group={{ANALYTICS_EXTERNAL_GROUP}}&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxRetransPercentage&aggregator_columns=movingAverageRxRetransPercentage","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_hour"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.</p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"key":"external_group","value":"{{ANALYTICS_EXTERNAL_GROUP}}"},{"disabled":true,"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"disabled":true,"key":"aggregator_fields","value":"low"},{"disabled":true,"key":"aggregator_fields","value":"mean"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxRetransPercentage"},{"key":"aggregator_columns","value":"movingAverageRxRetransPercentage"}],"variable":[{"id":"27f68109-1449-4b3b-92aa-d4046941c605","description":{"content":"<p>{{TCP_ExtGrp_DS_stats}}</p>\n","type":"text/plain"},"type":"any","value":"{{TCP_ExtGrp_DS_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"78df37f9-d954-492d-87f2-64910a41b5d3","name":"Current","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_hour&levels=0&charts=true&external_group=ExtGrp1_ICE_UID&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxRetransPercentage&aggregator_columns=movingAverageRxRetransPercentage","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_hour","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"external_group","value":"ExtGrp1_ICE_UID"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS","disabled":true},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"low","type":"text","disabled":true},{"key":"aggregator_fields","value":"mean","type":"text","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxRetransPercentage"},{"key":"aggregator_columns","value":"movingAverageRxRetransPercentage"}],"variable":[{"key":"aggregator_uuid","value":"{{TCP_ExtGrp_DS_stats}}","description":"{{TCP_ExtGrp_DS_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jan 2023 17:06:01 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4635"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"TCP_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086000000,\n                    10654.0\n                ],\n                [\n                    1675086600000,\n                    26306.0\n                ],\n                [\n                    1675087200000,\n                    16392.0\n                ],\n                [\n                    1675087800000,\n                    22043.0\n                ],\n                [\n                    1675088400000,\n                    14591.0\n                ],\n                [\n                    1675089000000,\n                    17663.0\n                ],\n                [\n                    1675089600000,\n                    15396.0\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"pkt/s\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086000000,\n                    19643.0\n                ],\n                [\n                    1675086600000,\n                    47670.0\n                ],\n                [\n                    1675087200000,\n                    25090.0\n                ],\n                [\n                    1675087800000,\n                    40237.0\n                ],\n                [\n                    1675088400000,\n                    28036.0\n                ],\n                [\n                    1675089000000,\n                    30415.0\n                ],\n                [\n                    1675089600000,\n                    28297.0\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxRetransPercentage\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"%\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086000000,\n                    0.0\n                ],\n                [\n                    1675086600000,\n                    0.08\n                ],\n                [\n                    1675087200000,\n                    0.07\n                ],\n                [\n                    1675087800000,\n                    0.26\n                ],\n                [\n                    1675088400000,\n                    0.1\n                ],\n                [\n                    1675089000000,\n                    0.15\n                ],\n                [\n                    1675089600000,\n                    0.14\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxRetransPercentage\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"%\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086000000,\n                    0.0\n                ],\n                [\n                    1675086600000,\n                    0.0\n                ],\n                [\n                    1675087200000,\n                    0.09\n                ],\n                [\n                    1675087800000,\n                    0.02\n                ],\n                [\n                    1675088400000,\n                    0.02\n                ],\n                [\n                    1675089000000,\n                    0.0\n                ],\n                [\n                    1675089600000,\n                    0.0\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"07ce19f2-0e8a-4b3f-be6d-dc4374e4e2aa\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_ExtGrp_DS_stats\",\n        \"label\": \"TCP Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"RxTcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b37afa19-efbd-4493-9bab-3309be61072c"},{"name":"Trading_ExtGrp_DS_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"8d6e4755-d8e0-432c-9195-9d03ca938732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_hour&levels=0&charts=true&external_group={{ANALYTICS_EXTERNAL_GROUP}}&aggregator_fields=high&aggregator_columns=movingAverageTxWiretime&aggregator_columns=movingAverageRxWiretime&aggregator_columns=movingAverageTxMsgs&aggregator_columns=movingAverageRxMsgs","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_hour"},{"disabled":true,"description":{"content":"<p>Note: Use with caution. </p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"key":"external_group","value":"{{ANALYTICS_EXTERNAL_GROUP}}"},{"disabled":true,"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"disabled":true,"key":"aggregator_fields","value":"low"},{"disabled":true,"key":"aggregator_fields","value":"mean"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxWiretime"},{"key":"aggregator_columns","value":"movingAverageRxWiretime"},{"key":"aggregator_columns","value":"movingAverageTxMsgs"},{"key":"aggregator_columns","value":"movingAverageRxMsgs"}],"variable":[{"id":"867f8649-5d29-4036-bfb8-422d28c41048","description":{"content":"<p>Trading_ExtGrp_DS_stats</p>\n","type":"text/plain"},"type":"any","value":"{{Trading_ExtGrp_DS_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"dc943844-d03b-4e1a-a5ed-5e947eac365d","name":"Current","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_hour&levels=0&charts=true&external_group=ExtGrp1_ICE_UID&aggregator_fields=high&aggregator_columns=movingAverageTxWiretime&aggregator_columns=movingAverageRxWiretime&aggregator_columns=movingAverageTxMsgs&aggregator_columns=movingAverageRxMsgs","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_hour","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"external_group","value":"ExtGrp1_ICE_UID"},{"key":"server","value":"{{ANALYTICS_DS}}","description":"Optional: Server UUID if querying for specific DS","disabled":true},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"low","type":"text","disabled":true},{"key":"aggregator_fields","value":"mean","type":"text","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxWiretime"},{"key":"aggregator_columns","value":"movingAverageRxWiretime"},{"key":"aggregator_columns","value":"movingAverageTxMsgs"},{"key":"aggregator_columns","value":"movingAverageRxMsgs"}],"variable":[{"key":"aggregator_uuid","value":"{{Trading_ExtGrp_DS_stats}}","description":"Trading_ExtGrp_DS_stats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jan 2023 17:08:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3702"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"Trading_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086600000,\n                    73440021868519.36\n                ],\n                [\n                    1675087200000,\n                    73440021868552.8\n                ],\n                [\n                    1675087800000,\n                    73440021868440.56\n                ],\n                [\n                    1675088400000,\n                    73440021868427.12\n                ],\n                [\n                    1675089000000,\n                    73440021868494\n                ],\n                [\n                    1675089600000,\n                    73440021868551.7\n                ],\n                [\n                    1675090200000,\n                    73440021868284.5\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086600000,\n                    73440021868533.9\n                ],\n                [\n                    1675087200000,\n                    73440021868350.84\n                ],\n                [\n                    1675087800000,\n                    73440021872259.44\n                ],\n                [\n                    1675088400000,\n                    73440021868378.42\n                ],\n                [\n                    1675089000000,\n                    73440021869151.53\n                ],\n                [\n                    1675089600000,\n                    73440021868590.06\n                ],\n                [\n                    1675090200000,\n                    73440021868138.12\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086600000,\n                    25229.0\n                ],\n                [\n                    1675087200000,\n                    15908.0\n                ],\n                [\n                    1675087800000,\n                    20387.0\n                ],\n                [\n                    1675088400000,\n                    18642.0\n                ],\n                [\n                    1675089000000,\n                    22624.0\n                ],\n                [\n                    1675089600000,\n                    15124.0\n                ],\n                [\n                    1675090200000,\n                    6000.0\n                ]\n            ]\n        },\n        {\n            \"name\": \"Trading_ExtGrp_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"server\": null,\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675086600000,\n                    3670.0\n                ],\n                [\n                    1675087200000,\n                    2349.0\n                ],\n                [\n                    1675087800000,\n                    2433.0\n                ],\n                [\n                    1675088400000,\n                    2040.0\n                ],\n                [\n                    1675089000000,\n                    3012.0\n                ],\n                [\n                    1675089600000,\n                    2234.0\n                ],\n                [\n                    1675090200000,\n                    231.0\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"a844f324-edf8-4e8f-89cb-ddb23a1c66a6\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"Trading_ExtGrp_DS_stats\",\n        \"label\": \"Fix Wire Latency\",\n        \"columns\": [\n            {\n                \"column_id\": \"columnIde6f5ec40-5d43-47c1-a6fe-74d4b6a4bf46\",\n                \"label\": \"Count\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"columnIdbe42a850-8dfa-4a49-b8aa-dbf1f8e571d8\",\n                \"label\": \"Total Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"FixConversations\",\n                \"label\": \"Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxMsgs\",\n                \"label\": \"Rx Flow (mps)\",\n                \"description\": \"Inbound message flow, 30 second moving window.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxMsgs\",\n                \"label\": \"Tx Flow (mps)\",\n                \"description\": \"Outbound message flow, 30 second moving window\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxWiretime\",\n                \"label\": \"Rx mAv Latency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxWiretime\",\n                \"label\": \"Tx mAv Latency\",\n                \"description\": \"Outbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percRxWiretime\",\n                \"label\": \"Rx 95% mLatency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percTxWiretime\",\n                \"label\": \"Tx 95% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percRxWiretime\",\n                \"label\": \"Rx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percTxWiretime\",\n                \"label\": \"Tx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinRxWiretime\",\n                \"label\": \"Rx mMin Latency\",\n                \"description\": \"Rx moving min in microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinTxWiretime\",\n                \"label\": \"Tx mMin Latency\",\n                \"description\": \"Tx Min latency in Microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxRxWiretime\",\n                \"label\": \"Rx mMax Latency\",\n                \"description\": \"Rx Max Latency in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxTxWiretime\",\n                \"label\": \"Tx mMax Latency\",\n                \"description\": \"tx moving max in mics\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8d6e4755-d8e0-432c-9195-9d03ca938732"},{"name":"UDP_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"8ad51d75-81c3-4f81-8a87-d64ea0a7687a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&external_group={{ANALYTICS_EXTERNAL_GROUP}}&aggregator_fields=high&aggregator_columns=movingMaxPacketMegaBits1ms&aggregator_columns=movingAveragePackets","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_24_hours"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.  </p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"key":"external_group","value":"{{ANALYTICS_EXTERNAL_GROUP}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"disabled":true,"key":"aggregator_fields","value":"low"},{"disabled":true,"key":"aggregator_fields","value":"mean"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingMaxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingAveragePackets"}],"variable":[{"id":"e2dbb6a9-ba37-438a-a3dd-2439d5705fa2","type":"any","value":"{{UDP_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"91b3a70d-f27b-4dd0-842a-e48674a4f7b3","name":"Current","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&external_group=ExtGrp1_ICE_UID&aggregator_fields=high&aggregator_columns=movingMaxPacketMegaBits1ms&aggregator_columns=movingAveragePackets","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"external_group","value":"ExtGrp1_ICE_UID"},{"key":"single_point","value":"True","type":"text","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"low","type":"text","disabled":true},{"key":"aggregator_fields","value":"mean","type":"text","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingMaxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingAveragePackets"}],"variable":[{"id":"e2dbb6a9-ba37-438a-a3dd-2439d5705fa2","key":"aggregator_uuid","value":"{{UDP_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:01:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1252"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"UDP_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxPacketMegaBits1ms\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    2804.74\n                ],\n                [\n                    1675036800000,\n                    2804.74\n                ],\n                [\n                    1675058400000,\n                    2804.74\n                ],\n                [\n                    1675080000000,\n                    2804.74\n                ]\n            ]\n        },\n        {\n            \"name\": \"UDP_stats\",\n            \"tags\": {\n                \"metric\": \"movingAveragePackets\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1675015200000,\n                    142895\n                ],\n                [\n                    1675036800000,\n                    142895\n                ],\n                [\n                    1675058400000,\n                    142895\n                ],\n                [\n                    1675080000000,\n                    142895\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"5b69cc85-acfb-4320-b4fc-6d675d1d2a3b\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"UDP_stats\",\n        \"label\": \"UDP stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAveragePackets\",\n                \"label\": \"mAv packets/s\",\n                \"description\": \"Moving average packets per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAveragePacketMegaBits\",\n                \"label\": \"bandwidth (Mbit)\",\n                \"description\": \"Moving average packet_Mbit\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxPacketMegaBits1ms\",\n                \"label\": \"1ms burst rate\",\n                \"description\": \"Moving average packet_Mbit_1ms\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8ad51d75-81c3-4f81-8a87-d64ea0a7687a"},{"name":"MD_stats","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"36e86856-ad5a-45f2-8ff1-0af0819ac84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&external_group={{ANALYTICS_EXTERNAL_GROUP}}&aggregator_fields=high&aggregator_columns=movingAverageWiretime&aggregator_columns=movingMaxWiretime&aggregator_columns=movingMinWiretime&aggregator_columns=moving95percWiretime&aggregator_columns=moving99percWiretime&aggregator_columns=movingAverageMsgs","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days</p>\n","type":"text/plain"},"key":"time_period","value":"last_24_hours"},{"disabled":true,"description":{"content":"<p>Note: Use with caution. </p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"key":"external_group","value":"{{ANALYTICS_EXTERNAL_GROUP}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageWiretime"},{"key":"aggregator_columns","value":"movingMaxWiretime"},{"key":"aggregator_columns","value":"movingMinWiretime"},{"key":"aggregator_columns","value":"moving95percWiretime"},{"key":"aggregator_columns","value":"moving99percWiretime"},{"key":"aggregator_columns","value":"movingAverageMsgs"},{"disabled":true,"key":"aggregator_columns","value":"movingAverageGaps"}],"variable":[{"id":"f384faa2-60f7-4746-b162-df4e49b617c5","type":"any","value":"{{MD_stats}}","key":"aggregator_uuid"}]}},"response":[{"id":"750eef0f-927f-44dd-8a2c-c4050b161dba","name":"Current","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text"}],"url":{"raw":"{{asset_base_url}}/api/v2/partner/analytics/:aggregator_uuid/?time_period=last_24_hours&levels=0&charts=true&external_group=ExtGrp1_ICE_UID&aggregator_fields=high&aggregator_columns=movingAverageWiretime&aggregator_columns=movingMaxWiretime&aggregator_columns=movingMinWiretime&aggregator_columns=moving95percWiretime&aggregator_columns=moving99percWiretime&aggregator_columns=movingAverageMsgs","host":["{{asset_base_url}}"],"path":["api","v2","partner","analytics",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"1500","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"0"},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"external_group","value":"ExtGrp1_ICE_UID"},{"key":"single_point","value":"True","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageWiretime"},{"key":"aggregator_columns","value":"movingMaxWiretime"},{"key":"aggregator_columns","value":"movingMinWiretime"},{"key":"aggregator_columns","value":"moving95percWiretime"},{"key":"aggregator_columns","value":"moving99percWiretime"},{"key":"aggregator_columns","value":"movingAverageMsgs"}],"variable":[{"id":"1cbf554a-6af7-436d-97a8-b14bbc80692a","key":"aggregator_uuid","value":"{{MD_stats}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 15:06:26 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.7.16"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3717"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"metrics\": [\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageMsgs\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    184728\n                ],\n                [\n                    1675015200000,\n                    184728\n                ],\n                [\n                    1675036800000,\n                    184728\n                ],\n                [\n                    1675058400000,\n                    184728\n                ],\n                [\n                    1675080000000,\n                    184728\n                ]\n            ]\n        },\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7402320833333837\n                ],\n                [\n                    1675015200000,\n                    7402320833333837\n                ],\n                [\n                    1675036800000,\n                    7402320833333837\n                ],\n                [\n                    1675058400000,\n                    7402320833333837\n                ],\n                [\n                    1675080000000,\n                    7402320833333837\n                ]\n            ]\n        },\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"movingMinWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7402320833277802\n                ],\n                [\n                    1675015200000,\n                    7402320833277802\n                ],\n                [\n                    1675036800000,\n                    7402320833277802\n                ],\n                [\n                    1675058400000,\n                    7402320833277802\n                ],\n                [\n                    1675080000000,\n                    7402320833277802\n                ]\n            ]\n        },\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"moving99percWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7402320833330680\n                ],\n                [\n                    1675015200000,\n                    7402320833330680\n                ],\n                [\n                    1675036800000,\n                    7402320833330680\n                ],\n                [\n                    1675058400000,\n                    7402320833330680\n                ],\n                [\n                    1675080000000,\n                    7402320833330680\n                ]\n            ]\n        },\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"moving95percWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    7402320833324454\n                ],\n                [\n                    1675015200000,\n                    7402320833324454\n                ],\n                [\n                    1675036800000,\n                    7402320833324454\n                ],\n                [\n                    1675058400000,\n                    7402320833324454\n                ],\n                [\n                    1675080000000,\n                    7402320833324454\n                ]\n            ]\n        },\n        {\n            \"name\": \"MD_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageWiretime\",\n                \"path\": [\n                    \"VP\",\n                    \"ExtGrp1_ICE_UID\"\n                ],\n                \"units\": \"num\",\n                \"external_group\": \"ExtGrp1_ICE_UID\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1674993600000,\n                    1707065511195479.2\n                ],\n                [\n                    1675015200000,\n                    1707065511195479.2\n                ],\n                [\n                    1675036800000,\n                    1707065511195479.2\n                ],\n                [\n                    1675058400000,\n                    1707065511195479.2\n                ],\n                [\n                    1675080000000,\n                    1707065511195479.2\n                ]\n            ]\n        }\n    ],\n    \"aggregator\": {\n        \"uuid\": \"9a1da048-cc1b-49fa-881c-ab90a57ec1ff\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"MD_stats\",\n        \"label\": \"MD Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAveragePackets\",\n                \"label\": \"mAv packets/s\",\n                \"description\": \"Moving average packets per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAveragePacketMegaBits\",\n                \"label\": \"bandwidth (Mbit)\",\n                \"description\": \"Moving average packet_Mbit\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxPacketMegaBits1ms\",\n                \"label\": \"1ms burst rate\",\n                \"description\": \"Moving average packet_Mbit_1ms\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageMsgs\",\n                \"label\": \"mAv msgs/s\",\n                \"description\": \"Moving average message rate\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageGaps\",\n                \"label\": \"mAv gaps/s\",\n                \"description\": \"Moving average gaps\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageOos\",\n                \"label\": \"mAv oos/s\",\n                \"description\": \"Moving average Out of Sequence packets\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageWiretime\",\n                \"label\": \"mAv wiretime\",\n                \"description\": \"Moving average wiretime in micros\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percWiretime\",\n                \"label\": \"95% Wiretime\",\n                \"description\": \"Moving 95th percentile wiretime in micros\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percWiretime\",\n                \"label\": \"99% Wiretime\",\n                \"description\": \"Moving 99th percentile wiretime in micros\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinWiretime\",\n                \"label\": \"mMin wiretime\",\n                \"description\": \"Moving minimum wiretime in micros\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxWiretime\",\n                \"label\": \"mMax wiretime\",\n                \"description\": \"Moving maximum wiretime in micros\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n}"}],"_postman_id":"36e86856-ad5a-45f2-8ff1-0af0819ac84a"},{"name":"IP_ExtGrp_stats [NEW]","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"4592cdb5-4fac-496b-95e9-a11965369d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_hour&charts=true&external_group={{ANALYTICS_EXTERNAL_GROUP}}&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxPacketMegaBits&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingMaxRxPacketMegaBits1ms","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"key":"time_period","value":"last_hour"},{"disabled":true,"description":{"content":"<p>Note: Use with caution.  </p>\n","type":"text/plain"},"key":"limit","value":"1500"},{"disabled":true,"key":"levels","value":"0"},{"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"key":"external_group","value":"{{ANALYTICS_EXTERNAL_GROUP}}"},{"disabled":true,"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"{{ANALYTICS_DS}}"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"disabled":true,"key":"aggregator_fields","value":"low"},{"disabled":true,"key":"aggregator_fields","value":"mean"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"}],"variable":[{"id":"b875813b-855d-4048-ba0e-e0423e49cbe5","type":"any","value":"{{IP_ExtGrp_stats}}","key":"aggregator_uuid"}]}},"response":[],"_postman_id":"4592cdb5-4fac-496b-95e9-a11965369d94"}],"id":"32d98dfb-954c-4c26-9dda-6366d7064888","description":"<p>An External Group is a set of connections to external counterparties or datafeeds that are monitored together to provide metrics about these types of traffic. For example, an External Group for VenueA may consist of one physical cross-connect to VenueA on the A-switch, and one physical cross-connect to VenueB on the B-switch. This collection allows you to retrieve metrics for an External Group.</p>\n","_postman_id":"32d98dfb-954c-4c26-9dda-6366d7064888"},{"name":"Aggregator List","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"f472a90e-fada-40cf-ac38-ac7644620279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/","description":"<p>Retrieves a list of Aggregators that are available to query for a specified Availability Zone.</p>\n","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",""],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2"}],"variable":[]}},"response":[{"id":"396daee3-f4b1-4043-8bd6-4d22418f6ef4","name":"Aggregators for DS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/?time_period=last_3_days&server=d0fe902d-35bf-40a6-b531-ea65695fcae6","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 11:29:34 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.6"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"9750"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"63c0a64e-48a1-4e14-b57b-4684286a5608\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"FIX_DS_stats\",\n        \"label\": \"Fix Wire Latency DS\",\n        \"columns\": [\n            {\n                \"column_id\": \"columnIde6f5ec40-5d43-47c1-a6fe-74d4b6a4bf46\",\n                \"label\": \"Count\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingConversationCount\",\n                \"label\": \"Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxMsgs\",\n                \"label\": \"Rx Flow (mps)\",\n                \"description\": \"Inbound message flow, 30 second moving window.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxMsgs\",\n                \"label\": \"Tx Flow (mps)\",\n                \"description\": \"Outbound message flow, 30 second moving window\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxWiretime\",\n                \"label\": \"Rx mAv Latency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxWiretime\",\n                \"label\": \"Tx mAv Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percRxWiretime\",\n                \"label\": \"Rx 95% mLatency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percTxWiretime\",\n                \"label\": \"Tx 95% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percRxWiretime\",\n                \"label\": \"Rx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percTxWiretime\",\n                \"label\": \"Tx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinRxWiretime\",\n                \"label\": \"Rx mMin Latency\",\n                \"description\": \"Rx moving min in microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinTxWiretime\",\n                \"label\": \"Tx mMin Latency\",\n                \"description\": \"Tx Min latency in Microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxRxWiretime\",\n                \"label\": \"Rx mMax Latency\",\n                \"description\": \"Rx Max Latency in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxTxWiretime\",\n                \"label\": \"Tx mMax Latency\",\n                \"description\": \"tx moving max in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"columnId566fbb08-b11f-4033-9bfa-d6face333505\",\n                \"label\": \"Rx Av Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"columnId961b95f8-ab9e-4c2e-9f9e-7a8aae863f76\",\n                \"label\": \"Tx Av Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            }\n        ]\n    },\n    {\n        \"uuid\": \"1086b616-13f8-4213-98aa-f2251cb431c7\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    },\n    {\n        \"uuid\": \"debbe05c-d78c-4c5e-83a4-39813293468d\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_DS_stats\",\n        \"label\": \"TCP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"rxtcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"txtcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    },\n    {\n        \"uuid\": \"9c20db96-f6e3-4cd5-8187-80cc21b353d9\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_ExtGrp_DS_stats\",\n        \"label\": \"TCP Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"rxtcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"txtcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n]"},{"id":"af6107b9-4f05-496c-bf80-91353b0eb1d3","name":"Aggregator List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/?server=70200e4c-cf76-4e61-9fa0-11d5db440942","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",""],"query":[{"key":"time_period","value":"last_24_hours","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days","disabled":true},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS","disabled":true},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"server","value":"70200e4c-cf76-4e61-9fa0-11d5db440942","description":"Dedicated Server ID 133810 : PC0-blade-5"},{"key":"server","value":"b6d697da-603c-4f30-a766-48ddcd9f7dd4","description":"Dedicated Server ID 133809 : PC0-blade-6","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"date","value":"Wed, 20 Apr 2022 10:10:57 GMT"},{"key":"server","value":"WSGIServer/0.2 CPython/3.6.10"},{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, Origin, Accept-Language, Cookie"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"content-length","value":"6541"},{"key":"content-language","value":"en"},{"key":"set-cookie","value":"messages=\"f39fe6352971fde67116c61a1b4e01ddea50334d$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API URL: http://do.staging.beeksfx.com\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"},{"key":"connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"092569d0-264d-4696-b6b3-47b1476dbbbc\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"FIX_DS_stats\",\n        \"label\": \"Fix Wire Latency DS\",\n        \"columns\": [\n            {\n                \"column_id\": \"columnIde6f5ec40-5d43-47c1-a6fe-74d4b6a4bf46\",\n                \"label\": \"Count\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingConversationCount\",\n                \"label\": \"Convs\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxMsgs\",\n                \"label\": \"Rx Flow (mps)\",\n                \"description\": \"Inbound message flow, 30 second moving window.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxMsgs\",\n                \"label\": \"Tx Flow (mps)\",\n                \"description\": \"Outbound message flow, 30 second moving window\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxWiretime\",\n                \"label\": \"Rx mAv Latency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time.\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxWiretime\",\n                \"label\": \"Tx mAv Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percRxWiretime\",\n                \"label\": \"Rx 95% mLatency\",\n                \"description\": \"Inbound message latency (30s moving window) in micro-seconds, from embedded timestamp to arrival time\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving95percTxWiretime\",\n                \"label\": \"Tx 95% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percRxWiretime\",\n                \"label\": \"Rx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"moving99percTxWiretime\",\n                \"label\": \"Tx 99% mLatency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinRxWiretime\",\n                \"label\": \"Rx mMin Latency\",\n                \"description\": \"Rx moving min in microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMinTxWiretime\",\n                \"label\": \"Tx mMin Latency\",\n                \"description\": \"Tx Min latency in Microseconds\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxRxWiretime\",\n                \"label\": \"Rx mMax Latency\",\n                \"description\": \"Rx Max Latency in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingMaxTxWiretime\",\n                \"label\": \"Tx mMax Latency\",\n                \"description\": \"tx moving max in mics\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"columnId566fbb08-b11f-4033-9bfa-d6face333505\",\n                \"label\": \"Rx Av Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"columnId961b95f8-ab9e-4c2e-9f9e-7a8aae863f76\",\n                \"label\": \"Tx Av Latency\",\n                \"description\": null,\n                \"units\": \"num\"\n            }\n        ]\n    },\n    {\n        \"uuid\": \"b24c6baf-e16a-4052-bd48-8d0fbb93f0a5\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    },\n    {\n        \"uuid\": \"0608d2f1-1d8b-49e8-ad9d-2ddf3af77b5c\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_DS_stats\",\n        \"label\": \"TCP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"rxtcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"txtcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    }\n]"}],"_postman_id":"f472a90e-fada-40cf-ac38-ac7644620279"},{"name":"Aggregator Groups","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"7ed658f8-6eb9-4906-9f5c-8b0a2c0559e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/groups/","description":"<p>Retrieves a list of the External Groups that have been set up for your portal, and the Dedicated Servers that have been enabled for analytics.</p>\n","urlObject":{"path":["v2","api","rest","analytics-data","aggregators","groups",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ac0f98c-b1e4-4825-85c5-4f963f56e3d4","name":"Basic Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/groups/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"external_groups\": [\n        {\n            \"uuid\": \"ice_group_2\",\n            \"name\": \"Ice Group 2\"\n        },\n        {\n            \"uuid\": \"ice_group_1\",\n            \"name\": \"Ice Group 1\"\n        }\n    ],\n    \"internal_groups\": [\n        {\n            \"uuid\": \"d0fe902d-35bf-40a6-b531-ea65695fcae6\",\n            \"name\": \"nearby-foal.maasq12\",\n            \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\"\n        }\n    ]\n}"}],"_postman_id":"7ed658f8-6eb9-4906-9f5c-8b0a2c0559e1"},{"name":"Aggregator Details","event":[{"listen":"test","script":{"id":"127dd5a9-9a4a-4ecf-b243-3c7e2d271dc2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var data = pm.response.json().streams[0].stream;\r","\r","pm.test('Number of points = ' + data.length);\r",""],"type":"text/javascript"}}],"id":"35d86485-b338-4933-9f9e-e02c0e73411c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v2/api/rest/analytics-data/aggregators/:aggregator_uuid/?time_period=last_24_hours&server=e28b17b4-2c1b-4048-9758-eabe01a82be7&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets&aggregator_columns=movingAverageTxPacketMegaBits&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingMaxRxPacketMegaBits1ms&limit=456","description":"<p>Retrieve analytics metrics from a specified Aggregator for a specified time period.  </p>\n<p>You can query an external group or internal group (although not all Aggregators support both types of query). You can also pass the columns that you want to retrieve data for. A column represents a specific metric with a specific Aggregator field, e.g. high, low, mean of each column.. You can also specify the Aggregator levels that will be returned.</p>\n","urlObject":{"path":["v2","api","rest","analytics-data","aggregators",":aggregator_uuid",""],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Note: Use with caution.  </p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>Responds with the metrics in chart friendly format</p>\n","type":"text/plain"},"key":"charts","value":"true"},{"disabled":true,"description":{"content":"<p>Optional: Server UUID if querying for specific DS</p>\n","type":"text/plain"},"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6"},{"disabled":true,"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35"},{"disabled":true,"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2"},{"disabled":true,"description":{"content":"<p>Reduces metric values to a single point</p>\n","type":"text/plain"},"key":"single_point","value":"True"},{"disabled":true,"key":"aggregator_fields","value":"period"},{"disabled":true,"key":"aggregator_fields","value":"low"},{"disabled":true,"key":"aggregator_fields","value":"mean"},{"disabled":true,"key":"aggregator_fields","value":"twa"},{"disabled":true,"description":{"content":"<p>DS3</p>\n","type":"text/plain"},"key":"aggregator_columns","value":"movingAverageTxWiretime"},{"disabled":true,"description":{"content":"<p>DS4</p>\n","type":"text/plain"},"key":"aggregator_columns","value":"movingAverageRxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"movingMaxRxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"movingMinTxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"movingMinRxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"moving95PercTxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"moving95PercRxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"moving99PercTxWiretime"},{"disabled":true,"key":"aggregator_columns","value":"moving99PercRxWiretime"},{"key":"time_period","value":"last_24_hours"},{"key":"server","value":"e28b17b4-2c1b-4048-9758-eabe01a82be7"},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"},{"key":"limit","value":"456"}],"variable":[{"id":"5ccf581c-bfd1-4fdf-9b1c-c85af8503e74","type":"any","value":"b24c6baf-e16a-4052-bd48-8d0fbb93f0a5","key":"aggregator_uuid"}]}},"response":[{"id":"29013b82-c02b-443e-999d-a807d3b29848","name":"Big Numbers - DS IP Stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/:aggregator_uuid/?time_period=last_3_days&charts=true&server=d0fe902d-35bf-40a6-b531-ea65695fcae6&single_point=True&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"10","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"3","description":"number of node levels to return","disabled":true},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"single_point","value":"True","description":"Reduces metric values to a single point"},{"key":"aggregator_fields","value":"low","disabled":true},{"key":"aggregator_fields","value":"mean","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"}],"variable":[{"key":"aggregator_uuid","value":"1086b616-13f8-4213-98aa-f2251cb431c7","description":"E.g. debbe05c-d78c-4c5e-83a4-39813293468d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Apr 2022 21:02:40 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1579"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregator\": {\n        \"uuid\": \"1086b616-13f8-4213-98aa-f2251cb431c7\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    },\n    \"metrics\": [\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPackets\",\n                \"path\": [\n                    \"DS3UID\"\n                ],\n                \"server\": \"DS3UID\",\n                \"units\": \"pkt/s\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1649019660000,\n                    14147\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"DS3UID\"\n                ],\n                \"server\": \"DS3UID\",\n                \"units\": \"pkt/s\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1649019660000,\n                    12705\n                ]\n            ]\n        }\n    ]\n}"},{"id":"8f01c857-9904-41ad-81d9-95422c445eab","name":"Big Numbers - DS Fix Stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/:aggregator_uuid/?charts=true&server=d0fe902d-35bf-40a6-b531-ea65695fcae6&single_point=True&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days","disabled":true},{"key":"limit","value":"10","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"3","description":"number of node levels to return","disabled":true},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"single_point","value":"True","description":"Reduces metric values to a single point"},{"key":"aggregator_fields","value":"low","disabled":true},{"key":"aggregator_fields","value":"mean","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"},{"key":"aggregator_columns","value":"movingAverageRxTcp0byteWins","disabled":true}],"variable":[{"key":"aggregator_uuid","value":"63c0a64e-48a1-4e14-b57b-4684286a5608","description":"E.g. debbe05c-d78c-4c5e-83a4-39813293468d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 01 Apr 2022 15:21:03 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"193"},{"key":"Set-Cookie","value":"messages=\"8aaaef67309c6e22604055766aae6c7d57a90d71$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API: http://127.0.0.1:8020/\\\"\\054\\\" safe\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregator\": {\n        \"uuid\": \"63c0a64e-48a1-4e14-b57b-4684286a5608\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"FIX_DS_stats\",\n        \"label\": null,\n        \"columns\": null\n    },\n    \"metrics\": []\n}"},{"id":"a88e6bc3-2255-4a53-9026-8f9709ce50ff","name":"Big Numbers - DS TCP Stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/:aggregator_uuid/?charts=true&server=d0fe902d-35bf-40a6-b531-ea65695fcae6&single_point=True&aggregator_fields=high&aggregator_columns=movingAverageTxPackets&aggregator_columns=movingAverageRxPackets","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days","disabled":true},{"key":"limit","value":"10","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"3","description":"number of node levels to return","disabled":true},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"single_point","value":"True","description":"Reduces metric values to a single point"},{"key":"aggregator_fields","value":"low","disabled":true},{"key":"aggregator_fields","value":"mean","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets"},{"key":"aggregator_columns","value":"movingAverageRxPackets"}],"variable":[{"key":"aggregator_uuid","value":"debbe05c-d78c-4c5e-83a4-39813293468d","description":"E.g. debbe05c-d78c-4c5e-83a4-39813293468d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Apr 2022 21:05:34 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3601"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregator\": {\n        \"uuid\": \"debbe05c-d78c-4c5e-83a4-39813293468d\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_DS_stats\",\n        \"label\": \"TCP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"rxtcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"txtcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    },\n    \"metrics\": [\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPackets\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"pkt/s\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1649019840000,\n                    31859\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPackets\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"pkt/s\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1649019840000,\n                    16643\n                ]\n            ]\n        }\n    ]\n}"},{"id":"fefd5019-c73e-46fa-9f80-fb636336f582","name":"Charts - DS IP Stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{jwt_token}}","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/:aggregator_uuid/?charts=true&server=d0fe902d-35bf-40a6-b531-ea65695fcae6&aggregator_fields=high&aggregator_columns=movingMaxRxPacketMegaBits1ms&aggregator_columns=movingMaxTxPacketMegaBits1ms&aggregator_columns=movingAverageRxPacketMegaBits&aggregator_columns=movingAverageTxPacketMegaBits","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days","disabled":true},{"key":"limit","value":"10","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"levels","value":"3","description":"number of node levels to return","disabled":true},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"single_point","value":"True","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"low","disabled":true},{"key":"aggregator_fields","value":"mean","disabled":true},{"key":"aggregator_fields","value":"high"},{"key":"aggregator_columns","value":"movingAverageTxPackets","disabled":true},{"key":"aggregator_columns","value":"movingAverageRxPackets","disabled":true},{"key":"aggregator_columns","value":"movingMaxRxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingMaxTxPacketMegaBits1ms"},{"key":"aggregator_columns","value":"movingAverageRxPacketMegaBits"},{"key":"aggregator_columns","value":"movingAverageTxPacketMegaBits"}],"variable":[{"key":"aggregator_uuid","value":"1086b616-13f8-4213-98aa-f2251cb431c7","description":"E.g. debbe05c-d78c-4c5e-83a4-39813293468d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Apr 2022 21:06:49 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.7"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en-us"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"2530"},{"key":"Set-Cookie","value":"messages=\"\"; expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregator\": {\n        \"uuid\": \"1086b616-13f8-4213-98aa-f2251cb431c7\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"IP_DS_stats\",\n        \"label\": \"IP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"IpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total ip conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            }\n        ]\n    },\n    \"metrics\": [\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxPacketMegaBits\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"Mbps\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1648728000000,\n                    10.46\n                ],\n                [\n                    1648771200000,\n                    10.46\n                ],\n                [\n                    1648814400000,\n                    10.46\n                ],\n                [\n                    1648857600000,\n                    10.46\n                ],\n                [\n                    1648900800000,\n                    10.46\n                ],\n                [\n                    1648944000000,\n                    10.46\n                ],\n                [\n                    1648987200000,\n                    10.46\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxPacketMegaBits\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"Mbps\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1648728000000,\n                    250.07\n                ],\n                [\n                    1648771200000,\n                    250.07\n                ],\n                [\n                    1648814400000,\n                    250.07\n                ],\n                [\n                    1648857600000,\n                    250.07\n                ],\n                [\n                    1648900800000,\n                    250.07\n                ],\n                [\n                    1648944000000,\n                    250.07\n                ],\n                [\n                    1648987200000,\n                    250.07\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxTxPacketMegaBits1ms\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1648728000000,\n                    291.65\n                ],\n                [\n                    1648771200000,\n                    291.65\n                ],\n                [\n                    1648814400000,\n                    291.65\n                ],\n                [\n                    1648857600000,\n                    291.65\n                ],\n                [\n                    1648900800000,\n                    291.65\n                ],\n                [\n                    1648944000000,\n                    291.65\n                ],\n                [\n                    1648987200000,\n                    291.65\n                ]\n            ]\n        },\n        {\n            \"name\": \"IP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingMaxRxPacketMegaBits1ms\",\n                \"path\": [\n                    \"DS4UID\"\n                ],\n                \"server\": \"DS4UID\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"high\"\n            ],\n            \"values\": [\n                [\n                    1648728000000,\n                    7571.7\n                ],\n                [\n                    1648771200000,\n                    7571.7\n                ],\n                [\n                    1648814400000,\n                    7571.7\n                ],\n                [\n                    1648857600000,\n                    7571.7\n                ],\n                [\n                    1648900800000,\n                    7571.7\n                ],\n                [\n                    1648944000000,\n                    7571.7\n                ],\n                [\n                    1648987200000,\n                    7571.7\n                ]\n            ]\n        }\n    ]\n}"},{"id":"0eaf1c8c-cba7-48ea-82be-fc090b3485ce","name":"Charts - DS TCP Stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":{"raw":"{{base_url}}/v2/api/rest/analytics/aggregators/:aggregator_uuid/?time_period=last_3_days&charts=true&server=d0fe902d-35bf-40a6-b531-ea65695fcae6&aggregator_columns=movingAverageTxRetransPercentage&aggregator_columns=movingAverageRxRetransPercentage","host":["{{base_url}}"],"path":["v2","api","rest","analytics","aggregators",":aggregator_uuid",""],"query":[{"key":"time_period","value":"last_3_days","description":"last_24_hours / last_3_days / last_7_days / last_14_days / last_30_days"},{"key":"limit","value":"10","description":"Note: seems to be currently bugged on the VMX side","disabled":true},{"key":"charts","value":"true","description":"Responds with the metrics in chart friendly format"},{"key":"server","value":"d0fe902d-35bf-40a6-b531-ea65695fcae6","description":"Optional: Server UUID if querying for specific DS"},{"key":"server","value":"3245a8fc-1ba8-4b11-a1ff-38ac7d571c35","type":"text","disabled":true},{"key":"availability_zone","value":"dd5f0a59-c454-4882-82ac-4250e54f09c2","type":"text","disabled":true},{"key":"single_point","value":"True","description":"Reduces metric values to a single point","disabled":true},{"key":"aggregator_fields","value":"period","disabled":true},{"key":"aggregator_fields","value":"low","disabled":true},{"key":"aggregator_fields","value":"mean","disabled":true},{"key":"aggregator_fields","value":"high","disabled":true},{"key":"aggregator_columns","value":"movingAverageTxRetransPercentage"},{"key":"aggregator_columns","value":"movingAverageRxRetransPercentage"}],"variable":[{"key":"aggregator_uuid","value":"debbe05c-d78c-4c5e-83a4-39813293468d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Apr 2022 14:06:49 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.6"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"4134"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"messages=\"2ef23c34e1040b39a24cf8ce469229007d892392$[[\\\"__json_message\\\"\\0540\\05430\\054\\\"Do API URL: http://127.0.0.1:8020\\\"]]\"; HttpOnly; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregator\": {\n        \"uuid\": \"debbe05c-d78c-4c5e-83a4-39813293468d\",\n        \"availability_zone\": \"dd5f0a59-c454-4882-82ac-4250e54f09c2\",\n        \"vmx_reference\": \"TCP_DS_stats\",\n        \"label\": \"TCP DS Stats\",\n        \"columns\": [\n            {\n                \"column_id\": \"TcpConversations\",\n                \"label\": \"Convs\",\n                \"description\": \"Total tcp conversations now\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPackets\",\n                \"label\": \"Rx pkt/s\",\n                \"description\": \"Moving average received packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPackets\",\n                \"label\": \"Tx pkt/s\",\n                \"description\": \"Moving average transmitted packets per second\",\n                \"units\": \"pkt/s\"\n            },\n            {\n                \"column_id\": \"movingAverageRxPacketMegaBits\",\n                \"label\": \"Rx Mb/s\",\n                \"description\": \"Moving average received Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxPacketMegaBits\",\n                \"label\": \"Tx Mb/s\",\n                \"description\": \"Moving average transmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingMaxRxPacketMegaBits1ms\",\n                \"label\": \"Rx burst (1ms)\",\n                \"description\": \"Moving max received 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Rx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"movingMaxTxPacketMegaBits1ms\",\n                \"label\": \"Tx burst (1ms)\",\n                \"description\": \"Moving max transmitted 1ms microburst bandwidth (Megabits per second)\",\n                \"units\": \"Tx burst (1ms)\"\n            },\n            {\n                \"column_id\": \"rxtcpRTT\",\n                \"label\": \"Rx RTT\",\n                \"description\": \"Moving average receive channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"txtcpRTT\",\n                \"label\": \"Tx RTT\",\n                \"description\": \"Moving average transmit channel tcp Round Trip Time (ms)\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcp0byteWins\",\n                \"label\": \"Rx zero win\",\n                \"description\": \"Moving average receive channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcp0byteWins\",\n                \"label\": \"Tx zero win\",\n                \"description\": \"Moving average transmit channel tcp zero window size events per second\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpRetransmittedMegaBits\",\n                \"label\": \"Rx retrans Mb/s\",\n                \"description\": \"Moving average receive channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpRetransmittedMegaBits\",\n                \"label\": \"Tx Retrans Mb/s\",\n                \"description\": \"Moving average transmit channel tcp retransmitted Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageRxRetransPercentage\",\n                \"label\": \"Rx Loss %\",\n                \"description\": \"(Rx retrans Mb/s) / (Rx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"movingAverageTxRetransPercentage\",\n                \"label\": \"Tx Loss %\",\n                \"description\": \"(Tx retrans Mb/s) / (Tx Mb/s) \",\n                \"units\": \"%\"\n            },\n            {\n                \"column_id\": \"RxTcpGaps\",\n                \"label\": \"Rx gaps/s\",\n                \"description\": \"Moving average receive channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpGaps\",\n                \"label\": \"Tx gaps/s\",\n                \"description\": \"Moving average transmit channel gaps seen\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"movingAverageRxTcpMissedMegaBits\",\n                \"label\": \"Rx missed Mb/s\",\n                \"description\": \"Moving average receive channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"movingAverageTxTcpMissedMegaBits\",\n                \"label\": \"Tx missed Mb/s\",\n                \"description\": \"Moving average transmit channel tcp missed Megabits per second\",\n                \"units\": \"Mbps\"\n            },\n            {\n                \"column_id\": \"RxTcpOOS\",\n                \"label\": \"Rx OoS\",\n                \"description\": \"Receive channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            },\n            {\n                \"column_id\": \"TxTcpOOS\",\n                \"label\": \"Tx OoS\",\n                \"description\": \"Transmit channel TCP Out of Sequence Segments\",\n                \"units\": \"num\"\n            }\n        ]\n    },\n    \"metrics\": [\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageTxRetransPercentage\",\n                \"path\": [\n                    \"DS3UID\"\n                ],\n                \"server\": \"DS3UID\",\n                \"units\": \"%\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"period\",\n                \"high\",\n                \"low\",\n                \"mean\"\n            ],\n            \"values\": [\n                [\n                    1648987200000,\n                    43200000,\n                    0.55,\n                    0,\n                    0\n                ],\n                [\n                    1649030400000,\n                    43200000,\n                    0.55,\n                    0,\n                    0\n                ],\n                [\n                    1649073600000,\n                    43200000,\n                    0.55,\n                    0,\n                    0\n                ],\n                [\n                    1649116800000,\n                    43200000,\n                    0.55,\n                    0,\n                    0\n                ],\n                [\n                    1649160000000,\n                    43200000,\n                    0.55,\n                    0,\n                    0\n                ],\n                [\n                    1649203200000,\n                    43200000,\n                    0.33,\n                    0,\n                    0\n                ],\n                [\n                    1649246400000,\n                    43200000,\n                    0.33,\n                    0,\n                    0\n                ]\n            ]\n        },\n        {\n            \"name\": \"TCP_DS_stats\",\n            \"tags\": {\n                \"metric\": \"movingAverageRxRetransPercentage\",\n                \"path\": [\n                    \"DS3UID\"\n                ],\n                \"server\": \"DS3UID\",\n                \"units\": \"%\"\n            },\n            \"columns\": [\n                \"timestamp\",\n                \"period\",\n                \"high\",\n                \"low\",\n                \"mean\"\n            ],\n            \"values\": [\n                [\n                    1648987200000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649030400000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649073600000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649116800000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649160000000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649203200000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ],\n                [\n                    1649246400000,\n                    43200000,\n                    0,\n                    0,\n                    0\n                ]\n            ]\n        }\n    ]\n}"}],"_postman_id":"35d86485-b338-4933-9f9e-e02c0e73411c"}],"id":"92f424f2-08d8-4fe4-84f3-f6fe09d8b74f","description":"<p>This collection enables you to retrieve analytics of the wire data.</p>\n<p>Analytics information for a particular Availability Zone is stored in a data structure known as an Aggregator. Multiple aggregators store different types of data. For more information about Analytics aggregators, please review the <em>Analytics Concepts Guide</em>.</p>\n<p>Beeks supports analytics of your compute or network and of data coming in from external counterparties or datafeeds.</p>\n","_postman_id":"92f424f2-08d8-4fe4-84f3-f6fe09d8b74f"}],"id":"e342165f-799c-48e6-aeda-fd0554af1215","_postman_id":"e342165f-799c-48e6-aeda-fd0554af1215","description":""},{"name":"Firewall","item":[{"name":"v3","item":[{"name":"Tenant Firewall Devices","event":[{"listen":"test","script":{"id":"c2fba70e-c0e0-4916-8b84-de39596c9c86","exec":["\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(10000);\r","});\r","const schema={\r","  \r","    \"type\": \"object\",\r","    \"properties\": {\r","        \"firewallDevices\": {\r","            \"type\": \"array\",\r","            \"items\": {\r","                \"type\": \"object\",\r","                \"properties\": {\r","                    \"availabilityZoneName\": {\"type\": \"string\"},\r","                    \"availabilityZoneUUID\": {\"type\": \"string\"},\r","                    \"firewallDeviceName\": {\"type\": \"string\"},\r","                    \"firewallDeviceUUID\": {\"type\": \"string\"}\r","                },\r","                \"required\": [\"availabilityZoneName\", \"availabilityZoneUUID\", \"firewallDeviceName\", \"firewallDeviceUUID\"]\r","            }\r","        }\r","    },\r","    \"required\": [\"firewallDevices\"]\r","}\r","// Validate the response against the schema\r","pm.test(\"Validate schema\", () => {\r","pm.response.to.have.jsonSchema(schema);\r","});"],"type":"text/javascript","packages":{}}}],"id":"0ca772cb-33e5-4957-9904-b6eff9b9a320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"url":"{{base_url}}/v3/api/rest/partner/firewalls/devices/","urlObject":{"path":["v3","api","rest","partner","firewalls","devices",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ca772cb-33e5-4957-9904-b6eff9b9a320"},{"name":"Tenant Firewall Ruleset File Download","event":[{"listen":"test","script":{"id":"1f0ad54b-66ed-448b-a8a3-bf6f3a2da92f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(10000);\r","});"],"type":"text/javascript","packages":{}}}],"id":"7221024e-02aa-441f-bb51-28d5442cf0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/partner/firewalls/rules/{{firewall_az_uuid}}/{{firewall_device_uuid}}/download/","description":"<p>URL expects UUIDs for Availability Zone and Firewall respectively</p>\n","urlObject":{"path":["v3","api","rest","partner","firewalls","rules","{{firewall_az_uuid}}","{{firewall_device_uuid}}","download",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7221024e-02aa-441f-bb51-28d5442cf0dd"},{"name":"Tenant Firewall Ruleset","event":[{"listen":"test","script":{"id":"14e0e260-ee03-4726-947d-54e881b13e15","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Response time is less than 10s\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(10000);\r","});"],"type":"text/javascript","packages":{}}}],"id":"6b65f41b-9983-4152-9311-e49cf8137804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer: {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v3/api/rest/partner/firewalls/rules/{{firewall_az_uuid}}/{{firewall_device_uuid}}/","description":"<p>URL expects UUIDs for Availability Zone and Firewall respectively</p>\n","urlObject":{"path":["v3","api","rest","partner","firewalls","rules","{{firewall_az_uuid}}","{{firewall_device_uuid}}",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b65f41b-9983-4152-9311-e49cf8137804"}],"id":"628e2688-b987-4253-ac49-af60059dac28","_postman_id":"628e2688-b987-4253-ac49-af60059dac28","description":""}],"id":"c7303f7d-89c9-4395-af72-5fecfc6acd35","_postman_id":"c7303f7d-89c9-4395-af72-5fecfc6acd35","description":""}]}